-- mysqldump-php https://github.com/ifsnop/mysqldump-php
--
-- Host: localhost	Database: shawns11_bgri974
-- ------------------------------------------------------
-- Server version 	5.5.5-10.3.37-MariaDB-log
-- Date: Sun, 27 Nov 2022 17:30:27 +0000

/*!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 `wpxo_wc_order_stats`
--

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

--
-- Dumping data for table `wpxo_wc_order_stats`
--

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

-- Dumped table `wpxo_wc_order_stats` with 0 row(s)
--

--
-- Table structure for table `wpxo_actionscheduler_groups`
--

DROP TABLE IF EXISTS `wpxo_actionscheduler_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_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=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_actionscheduler_groups`
--

LOCK TABLES `wpxo_actionscheduler_groups` WRITE;
/*!40000 ALTER TABLE `wpxo_actionscheduler_groups` DISABLE KEYS */;
INSERT INTO `wpxo_actionscheduler_groups` VALUES (1,'action-scheduler-migration'),(2,'wpforms'),(3,'wc-admin-data'),(4,'woocommerce-db-updates');
/*!40000 ALTER TABLE `wpxo_actionscheduler_groups` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpxo_actionscheduler_groups` with 4 row(s)
--

--
-- Table structure for table `wpxo_term_taxonomy`
--

DROP TABLE IF EXISTS `wpxo_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_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=MyISAM AUTO_INCREMENT=23 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_term_taxonomy`
--

LOCK TABLES `wpxo_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wpxo_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wpxo_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'nav_menu','',0,11),(3,3,'elementor_library_type','',0,1),(4,4,'elementor_library_type','',0,2),(5,5,'nav_menu','',0,8),(6,6,'auction-status','',0,0),(7,7,'auction-status','',0,0),(8,8,'product_type','',0,0),(9,9,'product_type','',0,0),(10,10,'product_type','',0,0),(11,11,'product_type','',0,0),(12,12,'product_visibility','',0,0),(13,13,'product_visibility','',0,0),(14,14,'product_visibility','',0,0),(15,15,'product_visibility','',0,0),(16,16,'product_visibility','',0,0),(17,17,'product_visibility','',0,0),(18,18,'product_visibility','',0,0),(19,19,'product_visibility','',0,0),(20,20,'product_visibility','',0,0),(21,21,'product_cat','',0,0),(22,22,'wp_theme','',0,1);
/*!40000 ALTER TABLE `wpxo_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpxo_term_taxonomy` with 22 row(s)
--

--
-- Table structure for table `wpxo_e_events`
--

DROP TABLE IF EXISTS `wpxo_e_events`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_e_events`
--

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

-- Dumped table `wpxo_e_events` with 0 row(s)
--

--
-- Table structure for table `wpxo_aioseo_notifications`
--

DROP TABLE IF EXISTS `wpxo_aioseo_notifications`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_aioseo_notifications` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `slug` varchar(13) NOT NULL,
  `title` text NOT NULL,
  `content` longtext NOT NULL,
  `type` varchar(64) NOT NULL,
  `level` text NOT NULL,
  `notification_id` bigint(20) unsigned DEFAULT NULL,
  `notification_name` varchar(255) DEFAULT NULL,
  `start` datetime DEFAULT NULL,
  `end` datetime DEFAULT NULL,
  `button1_label` varchar(255) DEFAULT NULL,
  `button1_action` varchar(255) DEFAULT NULL,
  `button2_label` varchar(255) DEFAULT NULL,
  `button2_action` varchar(255) DEFAULT NULL,
  `dismissed` tinyint(1) NOT NULL DEFAULT 0,
  `created` datetime NOT NULL,
  `updated` datetime NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `ndx_aioseo_notifications_slug` (`slug`),
  KEY `ndx_aioseo_notifications_dates` (`start`,`end`),
  KEY `ndx_aioseo_notifications_type` (`type`),
  KEY `ndx_aioseo_notifications_dismissed` (`dismissed`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_aioseo_notifications`
--

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

-- Dumped table `wpxo_aioseo_notifications` with 0 row(s)
--

--
-- Table structure for table `wpxo_woocommerce_payment_tokens`
--

DROP TABLE IF EXISTS `wpxo_woocommerce_payment_tokens`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_woocommerce_payment_tokens` (
  `token_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `gateway_id` varchar(200) NOT NULL,
  `token` text NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `type` varchar(200) NOT NULL,
  `is_default` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`token_id`),
  KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_woocommerce_payment_tokens`
--

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

-- Dumped table `wpxo_woocommerce_payment_tokens` with 0 row(s)
--

--
-- Table structure for table `wpxo_woocommerce_shipping_zones`
--

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

--
-- Dumping data for table `wpxo_woocommerce_shipping_zones`
--

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

-- Dumped table `wpxo_woocommerce_shipping_zones` with 0 row(s)
--

--
-- Table structure for table `wpxo_termmeta`
--

DROP TABLE IF EXISTS `wpxo_termmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_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=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_termmeta`
--

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

-- Dumped table `wpxo_termmeta` with 2 row(s)
--

--
-- Table structure for table `wpxo_wc_rate_limits`
--

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

--
-- Dumping data for table `wpxo_wc_rate_limits`
--

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

-- Dumped table `wpxo_wc_rate_limits` with 0 row(s)
--

--
-- Table structure for table `wpxo_term_relationships`
--

DROP TABLE IF EXISTS `wpxo_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_term_relationships`
--

LOCK TABLES `wpxo_term_relationships` WRITE;
/*!40000 ALTER TABLE `wpxo_term_relationships` DISABLE KEYS */;
INSERT INTO `wpxo_term_relationships` VALUES (1,1,0),(1120,4,0),(352,2,0),(22,2,0),(23,2,0),(24,2,0),(621,2,0),(620,2,0),(619,2,0),(638,2,0),(722,3,0),(747,2,0),(852,2,0),(851,2,0),(1139,4,0),(1223,5,0),(1229,5,0),(1227,5,0),(1228,5,0),(1225,5,0),(1224,5,0),(1425,5,0),(1424,5,0),(1516,22,0),(1515,1,0);
/*!40000 ALTER TABLE `wpxo_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpxo_term_relationships` with 25 row(s)
--

--
-- Table structure for table `wpxo_aioseo_posts`
--

DROP TABLE IF EXISTS `wpxo_aioseo_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_aioseo_posts` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL,
  `title` text DEFAULT NULL,
  `description` text DEFAULT NULL,
  `keywords` mediumtext DEFAULT NULL,
  `keyphrases` longtext DEFAULT NULL,
  `page_analysis` longtext DEFAULT NULL,
  `canonical_url` text DEFAULT NULL,
  `og_title` text DEFAULT NULL,
  `og_description` text DEFAULT NULL,
  `og_object_type` varchar(64) DEFAULT 'default',
  `og_image_type` varchar(64) DEFAULT 'default',
  `og_image_custom_url` text DEFAULT NULL,
  `og_image_custom_fields` text DEFAULT NULL,
  `og_custom_image_width` int(11) DEFAULT NULL,
  `og_custom_image_height` int(11) DEFAULT NULL,
  `og_video` varchar(255) DEFAULT NULL,
  `og_custom_url` text DEFAULT NULL,
  `og_article_section` text DEFAULT NULL,
  `og_article_tags` text DEFAULT NULL,
  `twitter_use_og` tinyint(1) DEFAULT 1,
  `twitter_card` varchar(64) DEFAULT 'default',
  `twitter_image_type` varchar(64) DEFAULT 'default',
  `twitter_image_custom_url` text DEFAULT NULL,
  `twitter_image_custom_fields` text DEFAULT NULL,
  `twitter_title` text DEFAULT NULL,
  `twitter_description` text DEFAULT NULL,
  `seo_score` int(11) NOT NULL DEFAULT 0,
  `schema_type` varchar(20) DEFAULT NULL,
  `schema_type_options` longtext DEFAULT NULL,
  `pillar_content` tinyint(1) DEFAULT NULL,
  `robots_default` tinyint(1) NOT NULL DEFAULT 1,
  `robots_noindex` tinyint(1) NOT NULL DEFAULT 0,
  `robots_noarchive` tinyint(1) NOT NULL DEFAULT 0,
  `robots_nosnippet` tinyint(1) NOT NULL DEFAULT 0,
  `robots_nofollow` tinyint(1) NOT NULL DEFAULT 0,
  `robots_noimageindex` tinyint(1) NOT NULL DEFAULT 0,
  `robots_noodp` tinyint(1) NOT NULL DEFAULT 0,
  `robots_notranslate` tinyint(1) NOT NULL DEFAULT 0,
  `robots_max_snippet` int(11) DEFAULT NULL,
  `robots_max_videopreview` int(11) DEFAULT NULL,
  `robots_max_imagepreview` varchar(20) DEFAULT 'none',
  `tabs` mediumtext DEFAULT NULL,
  `images` longtext DEFAULT NULL,
  `priority` tinytext DEFAULT NULL,
  `frequency` tinytext DEFAULT NULL,
  `videos` longtext DEFAULT NULL,
  `video_thumbnail` text DEFAULT NULL,
  `video_scan_date` datetime DEFAULT NULL,
  `local_seo` longtext DEFAULT NULL,
  `created` datetime NOT NULL,
  `updated` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `ndx_aioseo_posts_post_id` (`post_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_aioseo_posts`
--

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

-- Dumped table `wpxo_aioseo_posts` with 0 row(s)
--

--
-- Table structure for table `wpxo_actionscheduler_logs`
--

DROP TABLE IF EXISTS `wpxo_actionscheduler_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_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=MyISAM AUTO_INCREMENT=2589 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_actionscheduler_logs`
--

LOCK TABLES `wpxo_actionscheduler_logs` WRITE;
/*!40000 ALTER TABLE `wpxo_actionscheduler_logs` DISABLE KEYS */;
INSERT INTO `wpxo_actionscheduler_logs` VALUES (2500,831,'action complete via WP Cron','2022-11-12 14:15:11','2022-11-12 14:15:11'),(2496,830,'action started via WP Cron','2022-11-12 14:15:11','2022-11-12 14:15:11'),(2497,830,'action complete via WP Cron','2022-11-12 14:15:11','2022-11-12 14:15:11'),(2498,842,'action created','2022-11-12 14:15:11','2022-11-12 14:15:11'),(2499,831,'action started via WP Cron','2022-11-12 14:15:11','2022-11-12 14:15:11'),(2543,857,'action created','2022-11-19 14:20:16','2022-11-19 14:20:16'),(2581,871,'action created','2022-11-27 17:28:19','2022-11-27 17:28:19'),(2582,870,'action started via WP Cron','2022-11-27 17:29:16','2022-11-27 17:29:16'),(2503,832,'action complete via WP Cron','2022-11-12 14:15:11','2022-11-12 14:15:11'),(2539,844,'action complete via Async Request','2022-11-19 14:20:16','2022-11-19 14:20:16'),(2459,829,'action created','2022-11-05 01:50:01','2022-11-05 01:50:01'),(2541,841,'action started via Async Request','2022-11-19 14:20:16','2022-11-19 14:20:16'),(2569,856,'action complete via WP Cron','2022-11-26 14:21:15','2022-11-26 14:21:15'),(2570,866,'action created','2022-11-26 14:21:15','2022-11-26 14:21:15'),(2438,822,'action created','2022-10-29 14:09:15','2022-10-29 14:09:15'),(2453,827,'action created','2022-11-03 01:46:57','2022-11-03 01:46:57'),(2430,809,'action started via WP Cron','2022-10-29 14:09:15','2022-10-29 14:09:15'),(2396,808,'action created','2022-10-22 14:05:15','2022-10-22 14:05:15'),(2436,811,'action started via WP Cron','2022-10-29 14:09:15','2022-10-29 14:09:15'),(2555,861,'action created','2022-11-23 02:37:44','2022-11-23 02:37:44'),(2564,864,'action created','2022-11-26 02:50:11','2022-11-26 02:50:11'),(2480,836,'action created','2022-11-08 01:55:12','2022-11-08 01:55:12'),(2484,837,'action started via Async Request','2022-11-10 02:05:09','2022-11-10 02:05:09'),(2493,833,'action started via WP Cron','2022-11-12 14:15:11','2022-11-12 14:15:11'),(2531,853,'action created','2022-11-19 02:32:14','2022-11-19 02:32:14'),(2549,859,'action created','2022-11-21 02:35:12','2022-11-21 02:35:12'),(2515,848,'action started via WP Cron','2022-11-14 21:50:09','2022-11-14 21:50:09'),(2572,854,'action complete via WP Cron','2022-11-26 14:21:15','2022-11-26 14:21:15'),(2558,862,'action created','2022-11-24 02:40:08','2022-11-24 02:40:08'),(2437,811,'action complete via WP Cron','2022-10-29 14:09:15','2022-10-29 14:09:15'),(2434,810,'action complete via WP Cron','2022-10-29 14:09:15','2022-10-29 14:09:15'),(2435,821,'action created','2022-10-29 14:09:15','2022-10-29 14:09:15'),(2456,828,'action created','2022-11-04 01:47:35','2022-11-04 01:47:35'),(2460,819,'action started via WP Cron','2022-11-05 14:10:10','2022-11-05 14:10:10'),(2525,851,'action created','2022-11-17 02:25:14','2022-11-17 02:25:14'),(2470,822,'action complete via WP Cron','2022-11-05 14:10:10','2022-11-05 14:10:10'),(2477,835,'action created','2022-11-07 01:50:18','2022-11-07 01:50:18'),(2452,826,'action complete via WP Cron','2022-11-03 01:46:57','2022-11-03 01:46:57'),(2474,834,'action created','2022-11-06 01:50:11','2022-11-06 01:50:11'),(2552,860,'action created','2022-11-22 02:35:34','2022-11-22 02:35:34'),(2561,863,'action created','2022-11-25 02:45:11','2022-11-25 02:45:11'),(2450,826,'action created','2022-11-02 01:45:11','2022-11-02 01:45:11'),(2432,820,'action created','2022-10-29 14:09:15','2022-10-29 14:09:15'),(2573,867,'action created','2022-11-26 14:21:15','2022-11-26 14:21:15'),(2399,809,'action created','2022-10-22 14:05:15','2022-10-22 14:05:15'),(2528,852,'action created','2022-11-18 02:30:10','2022-11-18 02:30:10'),(2571,854,'action started via WP Cron','2022-11-26 14:21:15','2022-11-26 14:21:15'),(2433,810,'action started via WP Cron','2022-10-29 14:09:15','2022-10-29 14:09:15'),(2516,848,'action complete via WP Cron','2022-11-14 21:50:09','2022-11-14 21:50:09'),(2489,839,'action created','2022-11-11 02:05:47','2022-11-11 02:05:47'),(2542,841,'action complete via Async Request','2022-11-19 14:20:16','2022-11-19 14:20:16'),(2447,825,'action created','2022-11-01 01:40:10','2022-11-01 01:40:10'),(2486,838,'action created','2022-11-10 02:05:09','2022-11-10 02:05:09'),(2494,833,'action complete via WP Cron','2022-11-12 14:15:11','2022-11-12 14:15:11'),(2455,827,'action complete via WP Cron','2022-11-04 01:47:35','2022-11-04 01:47:35'),(2454,827,'action started via WP Cron','2022-11-04 01:47:35','2022-11-04 01:47:35'),(2519,849,'action created','2022-11-15 02:20:10','2022-11-15 02:20:10'),(2546,858,'action created','2022-11-20 02:34:59','2022-11-20 02:34:59'),(2576,868,'action created','2022-11-26 14:21:15','2022-11-26 14:21:15'),(2548,858,'action complete via Async Request','2022-11-21 02:35:12','2022-11-21 02:35:12'),(2524,850,'action complete via Async Request','2022-11-17 02:25:14','2022-11-17 02:25:14'),(2563,863,'action complete via WP Cron','2022-11-26 02:50:11','2022-11-26 02:50:11'),(2574,857,'action started via WP Cron','2022-11-26 14:21:15','2022-11-26 14:21:15'),(2514,848,'action created','2022-11-14 21:48:55','2022-11-14 21:48:55'),(2575,857,'action complete via WP Cron','2022-11-26 14:21:15','2022-11-26 14:21:15'),(2444,824,'action created','2022-10-31 01:35:08','2022-10-31 01:35:08'),(2442,823,'action started via WP Cron','2022-10-31 01:35:08','2022-10-31 01:35:08'),(2567,865,'action created','2022-11-26 14:21:15','2022-11-26 14:21:15'),(2402,810,'action created','2022-10-22 14:05:15','2022-10-22 14:05:15'),(2464,820,'action complete via WP Cron','2022-11-05 14:10:10','2022-11-05 14:10:10'),(2429,819,'action created','2022-10-29 14:09:15','2022-10-29 14:09:15'),(2463,820,'action started via WP Cron','2022-11-05 14:10:10','2022-11-05 14:10:10'),(2495,841,'action created','2022-11-12 14:15:11','2022-11-12 14:15:11'),(2445,824,'action started via WP Cron','2022-11-01 01:40:10','2022-11-01 01:40:10'),(2446,824,'action complete via WP Cron','2022-11-01 01:40:10','2022-11-01 01:40:10'),(2427,808,'action started via WP Cron','2022-10-29 14:09:15','2022-10-29 14:09:15'),(2522,850,'action created','2022-11-16 02:25:07','2022-11-16 02:25:07'),(2518,846,'action complete via WP Cron','2022-11-15 02:20:10','2022-11-15 02:20:10'),(2483,837,'action created','2022-11-09 02:00:14','2022-11-09 02:00:14'),(2476,834,'action complete via WP Cron','2022-11-07 01:50:18','2022-11-07 01:50:18'),(2439,818,'action started via Async Request','2022-10-30 01:30:15','2022-10-30 01:30:15'),(2440,818,'action complete via Async Request','2022-10-30 01:30:15','2022-10-30 01:30:15'),(2426,818,'action created','2022-10-29 01:29:12','2022-10-29 01:29:12'),(2441,823,'action created','2022-10-30 01:30:15','2022-10-30 01:30:15'),(2523,850,'action started via Async Request','2022-11-17 02:25:14','2022-11-17 02:25:14'),(2458,828,'action complete via WP Cron','2022-11-05 01:50:01','2022-11-05 01:50:01'),(2405,811,'action created','2022-10-22 14:05:15','2022-10-22 14:05:15'),(2565,855,'action started via WP Cron','2022-11-26 14:21:14','2022-11-26 14:21:14'),(2510,846,'action created','2022-11-14 02:17:30','2022-11-14 02:17:30'),(2511,847,'action created','2022-11-14 20:21:51','2022-11-14 20:21:51'),(2457,828,'action started via WP Cron','2022-11-05 01:50:01','2022-11-05 01:50:01'),(2509,845,'action complete via WP Cron','2022-11-14 02:17:30','2022-11-14 02:17:30'),(2508,845,'action started via WP Cron','2022-11-14 02:17:30','2022-11-14 02:17:30'),(2540,856,'action created','2022-11-19 14:20:16','2022-11-19 14:20:16'),(2507,845,'action created','2022-11-13 02:15:09','2022-11-13 02:15:09'),(2506,840,'action complete via WP Cron','2022-11-13 02:15:09','2022-11-13 02:15:09'),(2467,821,'action complete via WP Cron','2022-11-05 14:10:10','2022-11-05 14:10:10'),(2530,852,'action complete via WP Cron','2022-11-19 02:32:14','2022-11-19 02:32:14'),(2490,839,'action started via WP Cron','2022-11-12 02:10:14','2022-11-12 02:10:14'),(2505,840,'action started via WP Cron','2022-11-13 02:15:09','2022-11-13 02:15:09'),(2568,856,'action started via WP Cron','2022-11-26 14:21:15','2022-11-26 14:21:15'),(2537,855,'action created','2022-11-19 14:20:16','2022-11-19 14:20:16'),(2424,817,'action started via WP Cron','2022-10-29 01:29:12','2022-10-29 01:29:12'),(2425,817,'action complete via WP Cron','2022-10-29 01:29:12','2022-10-29 01:29:12'),(2471,833,'action created','2022-11-05 14:10:10','2022-11-05 14:10:10'),(2501,843,'action created','2022-11-12 14:15:11','2022-11-12 14:15:11'),(2517,846,'action started via WP Cron','2022-11-15 02:20:10','2022-11-15 02:20:10'),(2535,842,'action started via Async Request','2022-11-19 14:20:16','2022-11-19 14:20:16'),(2580,870,'action created','2022-11-27 17:28:10','2022-11-27 17:28:10'),(2465,831,'action created','2022-11-05 14:10:10','2022-11-05 14:10:10'),(2502,832,'action started via WP Cron','2022-11-12 14:15:11','2022-11-12 14:15:11'),(2532,843,'action started via Async Request','2022-11-19 14:20:15','2022-11-19 14:20:15'),(2533,843,'action complete via Async Request','2022-11-19 14:20:16','2022-11-19 14:20:16'),(2423,817,'action created','2022-10-28 01:25:11','2022-10-28 01:25:11'),(2422,816,'action complete via Async Request','2022-10-28 01:25:11','2022-10-28 01:25:11'),(2512,847,'action started via WP Cron','2022-11-14 20:22:24','2022-11-14 20:22:24'),(2475,834,'action started via WP Cron','2022-11-07 01:50:18','2022-11-07 01:50:18'),(2473,829,'action complete via WP Cron','2022-11-06 01:50:11','2022-11-06 01:50:11'),(2472,829,'action started via WP Cron','2022-11-06 01:50:11','2022-11-06 01:50:11'),(2551,859,'action complete via WP Cron','2022-11-22 02:35:34','2022-11-22 02:35:34'),(2559,862,'action started via Async Request','2022-11-25 02:45:11','2022-11-25 02:45:11'),(2492,840,'action created','2022-11-12 02:10:14','2022-11-12 02:10:14'),(2556,861,'action started via WP Cron','2022-11-24 02:40:08','2022-11-24 02:40:08'),(2579,869,'action created','2022-11-27 02:53:23','2022-11-27 02:53:23'),(2420,816,'action created','2022-10-27 01:25:08','2022-10-27 01:25:08'),(2534,854,'action created','2022-11-19 14:20:16','2022-11-19 14:20:16'),(2566,855,'action complete via WP Cron','2022-11-26 14:21:15','2022-11-26 14:21:15'),(2466,821,'action started via WP Cron','2022-11-05 14:10:10','2022-11-05 14:10:10'),(2431,809,'action complete via WP Cron','2022-10-29 14:09:15','2022-10-29 14:09:15'),(2557,861,'action complete via WP Cron','2022-11-24 02:40:08','2022-11-24 02:40:08'),(2550,859,'action started via WP Cron','2022-11-22 02:35:34','2022-11-22 02:35:34'),(2547,858,'action started via Async Request','2022-11-21 02:35:12','2022-11-21 02:35:12'),(2485,837,'action complete via Async Request','2022-11-10 02:05:09','2022-11-10 02:05:09'),(2482,836,'action complete via WP Cron','2022-11-09 02:00:14','2022-11-09 02:00:14'),(2536,842,'action complete via Async Request','2022-11-19 14:20:16','2022-11-19 14:20:16'),(2469,822,'action started via WP Cron','2022-11-05 14:10:10','2022-11-05 14:10:10'),(2481,836,'action started via WP Cron','2022-11-09 02:00:14','2022-11-09 02:00:14'),(2479,835,'action complete via Async Request','2022-11-08 01:55:12','2022-11-08 01:55:12'),(2478,835,'action started via Async Request','2022-11-08 01:55:12','2022-11-08 01:55:12'),(2491,839,'action complete via WP Cron','2022-11-12 02:10:14','2022-11-12 02:10:14'),(2487,838,'action started via WP Cron','2022-11-11 02:05:47','2022-11-11 02:05:47'),(2488,838,'action complete via WP Cron','2022-11-11 02:05:47','2022-11-11 02:05:47'),(2521,849,'action complete via WP Cron','2022-11-16 02:25:07','2022-11-16 02:25:07'),(2520,849,'action started via WP Cron','2022-11-16 02:25:07','2022-11-16 02:25:07'),(2544,853,'action started via WP Cron','2022-11-20 02:34:59','2022-11-20 02:34:59'),(2527,851,'action complete via Async Request','2022-11-18 02:30:10','2022-11-18 02:30:10'),(2529,852,'action started via WP Cron','2022-11-19 02:32:14','2022-11-19 02:32:14'),(2545,853,'action complete via WP Cron','2022-11-20 02:34:59','2022-11-20 02:34:59'),(2526,851,'action started via Async Request','2022-11-18 02:30:10','2022-11-18 02:30:10'),(2428,808,'action complete via WP Cron','2022-10-29 14:09:15','2022-10-29 14:09:15'),(2468,832,'action created','2022-11-05 14:10:10','2022-11-05 14:10:10'),(2538,844,'action started via Async Request','2022-11-19 14:20:16','2022-11-19 14:20:16'),(2443,823,'action complete via WP Cron','2022-10-31 01:35:08','2022-10-31 01:35:08'),(2578,864,'action complete via WP Cron','2022-11-27 02:53:23','2022-11-27 02:53:23'),(2461,819,'action complete via WP Cron','2022-11-05 14:10:10','2022-11-05 14:10:10'),(2462,830,'action created','2022-11-05 14:10:10','2022-11-05 14:10:10'),(2513,847,'action complete via WP Cron','2022-11-14 20:22:25','2022-11-14 20:22:25'),(2504,844,'action created','2022-11-12 14:15:11','2022-11-12 14:15:11'),(2449,825,'action complete via Async Request','2022-11-02 01:45:11','2022-11-02 01:45:11'),(2448,825,'action started via Async Request','2022-11-02 01:45:11','2022-11-02 01:45:11'),(2451,826,'action started via WP Cron','2022-11-03 01:46:57','2022-11-03 01:46:57'),(2554,860,'action complete via WP Cron','2022-11-23 02:37:44','2022-11-23 02:37:44'),(2553,860,'action started via WP Cron','2022-11-23 02:37:44','2022-11-23 02:37:44'),(2577,864,'action started via WP Cron','2022-11-27 02:53:23','2022-11-27 02:53:23'),(2421,816,'action started via Async Request','2022-10-28 01:25:11','2022-10-28 01:25:11'),(2560,862,'action complete via Async Request','2022-11-25 02:45:11','2022-11-25 02:45:11'),(2562,863,'action started via WP Cron','2022-11-26 02:50:11','2022-11-26 02:50:11'),(2583,870,'action complete via WP Cron','2022-11-27 17:29:16','2022-11-27 17:29:16'),(2584,871,'action started via WP Cron','2022-11-27 17:29:16','2022-11-27 17:29:16'),(2585,871,'action complete via WP Cron','2022-11-27 17:29:16','2022-11-27 17:29:16'),(2586,872,'action created','2022-11-27 17:29:18','2022-11-27 17:29:18'),(2587,872,'action started via Async Request','2022-11-27 17:29:22','2022-11-27 17:29:22'),(2588,872,'action complete via Async Request','2022-11-27 17:29:22','2022-11-27 17:29:22');
/*!40000 ALTER TABLE `wpxo_actionscheduler_logs` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpxo_actionscheduler_logs` with 173 row(s)
--

--
-- Table structure for table `wpxo_e_submissions`
--

DROP TABLE IF EXISTS `wpxo_e_submissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_e_submissions` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `type` varchar(60) DEFAULT NULL,
  `hash_id` varchar(60) NOT NULL,
  `main_meta_id` bigint(20) unsigned NOT NULL COMMENT 'Id of main field. to represent the main meta field',
  `post_id` bigint(20) unsigned NOT NULL,
  `referer` varchar(500) NOT NULL,
  `referer_title` varchar(300) DEFAULT NULL,
  `element_id` varchar(20) NOT NULL,
  `form_name` varchar(60) NOT NULL,
  `campaign_id` bigint(20) unsigned NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `user_ip` varchar(46) NOT NULL,
  `user_agent` text NOT NULL,
  `actions_count` int(11) DEFAULT 0,
  `actions_succeeded_count` int(11) DEFAULT 0,
  `status` varchar(20) NOT NULL,
  `is_read` tinyint(1) NOT NULL DEFAULT 0,
  `meta` text DEFAULT NULL,
  `created_at_gmt` datetime NOT NULL,
  `updated_at_gmt` datetime NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `hash_id_unique_index` (`hash_id`),
  KEY `main_meta_id_index` (`main_meta_id`),
  KEY `hash_id_index` (`hash_id`),
  KEY `type_index` (`type`),
  KEY `post_id_index` (`post_id`),
  KEY `element_id_index` (`element_id`),
  KEY `campaign_id_index` (`campaign_id`),
  KEY `user_id_index` (`user_id`),
  KEY `user_ip_index` (`user_ip`),
  KEY `status_index` (`status`),
  KEY `is_read_index` (`is_read`),
  KEY `created_at_gmt_index` (`created_at_gmt`),
  KEY `updated_at_gmt_index` (`updated_at_gmt`),
  KEY `created_at_index` (`created_at`),
  KEY `updated_at_index` (`updated_at`),
  KEY `referer_index` (`referer`(191)),
  KEY `referer_title_index` (`referer_title`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_e_submissions`
--

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

-- Dumped table `wpxo_e_submissions` with 0 row(s)
--

--
-- Table structure for table `wpxo_give_comments`
--

DROP TABLE IF EXISTS `wpxo_give_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_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=MyISAM AUTO_INCREMENT=50 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_give_comments`
--

LOCK TABLES `wpxo_give_comments` WRITE;
/*!40000 ALTER TABLE `wpxo_give_comments` DISABLE KEYS */;
INSERT INTO `wpxo_give_comments` VALUES (1,0,'Keep up the good fight &amp; good trouble! Stay safe &amp; prayed up!','1493','donor_donation','2021-10-08 13:01:36','2021-10-08 13:01:36'),(2,0,'Listener of the Billionaire Mastermind broadcast.','1495','donor_donation','2021-10-08 14:14:49','2021-10-08 14:14:49'),(3,0,'Status changed from Pending to Processing.','1480','donation','2021-10-08 16:18:05','2021-10-08 16:18:05'),(4,0,'Status changed from Pending to Complete.','1498','donation','2021-10-08 18:21:57','2021-10-08 18:21:57'),(5,0,'Donation accepted with Stripe account \"Wealthy Divas, LLC (acct_183bOUHu8Rx71oUP)\" using Stripe Connect.','1499','donation','2021-10-08 19:08:30','2021-10-08 19:08:30'),(6,0,'Stripe Customer ID: cus_KN8iUHfwRGU9T3','1499','donation','2021-10-08 19:08:30','2021-10-08 19:08:30'),(7,0,'Stripe Source/Payment Method ID: pm_1JiOQgHu8Rx71oUPcxI8WuQZ','1499','donation','2021-10-08 19:08:30','2021-10-08 19:08:30'),(8,0,'Stripe Payment Intent Client Secret:','1499','donation','2021-10-08 19:08:33','2021-10-08 19:08:33'),(9,0,'Stripe Charge/Payment Intent ID:','1499','donation','2021-10-08 19:08:33','2021-10-08 19:08:33'),(10,0,'Donation accepted with Stripe account \"Wealthy Divas, LLC (acct_183bOUHu8Rx71oUP)\" using Stripe Connect.','1500','donation','2021-10-08 21:22:41','2021-10-08 21:22:41'),(11,0,'Stripe Customer ID: cus_KN8iUHfwRGU9T3','1500','donation','2021-10-08 21:22:41','2021-10-08 21:22:41'),(12,0,'Stripe Source/Payment Method ID: pm_1JiOQgHu8Rx71oUPcxI8WuQZ','1500','donation','2021-10-08 21:22:41','2021-10-08 21:22:41'),(13,0,'Stripe Payment Intent Client Secret: pi_3JiQWcHu8Rx71oUP00fN0zi1_secret_g29z2Vh0dg4GeKtiGdCht1VWR','1500','donation','2021-10-08 21:22:44','2021-10-08 21:22:44'),(14,0,'Stripe Charge/Payment Intent ID: pi_3JiQWcHu8Rx71oUP00fN0zi1','1500','donation','2021-10-08 21:22:44','2021-10-08 21:22:44'),(15,0,'Donation accepted with Stripe account \"The Chrishaun Foundation Inc. (acct_1GHIctAAVLLhuR7p)\" using Stripe Connect.','1505','donation','2021-10-09 03:00:27','2021-10-09 03:00:27'),(16,0,'Stripe Customer ID: cus_KNGKBMWoSfSghC','1505','donation','2021-10-09 03:00:27','2021-10-09 03:00:27'),(17,0,'Stripe Source/Payment Method ID: pm_1JiVnOAAVLLhuR7preP58e8f','1505','donation','2021-10-09 03:00:27','2021-10-09 03:00:27'),(18,0,'Stripe Payment Intent Client Secret: pi_3JiVnTAAVLLhuR7p1WNFGL1r_secret_gX2JHZ0sTWJGAjp31YRSl81rp','1505','donation','2021-10-09 03:00:29','2021-10-09 03:00:29'),(19,0,'Stripe Charge/Payment Intent ID: pi_3JiVnTAAVLLhuR7p1WNFGL1r','1505','donation','2021-10-09 03:00:29','2021-10-09 03:00:29'),(20,0,'Status changed from Pending to Complete.','1505','donation','2021-10-09 03:00:33','2021-10-09 03:00:33'),(21,0,'Charge succeeded in Stripe.','1505','donation','2021-10-09 03:00:33','2021-10-09 03:00:33'),(22,0,'Donation accepted with Stripe account \"The Chrishaun Foundation Inc. (acct_1GHIctAAVLLhuR7p)\" using Stripe Connect.','1506','donation','2021-10-10 00:30:10','2021-10-10 00:30:10'),(23,0,'Stripe Customer ID: cus_KNb7MayDbhdRJ6','1506','donation','2021-10-10 00:30:10','2021-10-10 00:30:10'),(24,0,'Stripe Source/Payment Method ID: pm_1JipvXAAVLLhuR7pwaDUqaic','1506','donation','2021-10-10 00:30:10','2021-10-10 00:30:10'),(25,0,'Stripe Payment Intent Client Secret: pi_3JipvbAAVLLhuR7p0tCHogN7_secret_RaYwcXp3bQT5w9JwU7tGbKY0V','1506','donation','2021-10-10 00:30:12','2021-10-10 00:30:12'),(26,0,'Stripe Charge/Payment Intent ID: pi_3JipvbAAVLLhuR7p0tCHogN7','1506','donation','2021-10-10 00:30:12','2021-10-10 00:30:12'),(27,0,'Status changed from Pending to Complete.','1506','donation','2021-10-10 00:30:19','2021-10-10 00:30:19'),(28,0,'Charge succeeded in Stripe.','1506','donation','2021-10-10 00:30:19','2021-10-10 00:30:19'),(29,0,'GOD\'s continued Blessings with your being of service!','1507','donor_donation','2021-10-13 15:25:24','2021-10-13 15:25:24'),(30,0,'Transaction Successful. PayPal Transaction ID: 92E79918DA113835B    PayPal Order ID: 0HF023319C333873M','1507','donation','2021-10-13 15:25:25','2021-10-13 15:25:25'),(31,0,'Status changed from Pending to Complete.','1507','donation','2021-10-13 15:25:25','2021-10-13 15:25:25'),(32,0,'Charge Completed in PayPal','1507','donation','2021-10-13 15:25:47','2021-10-13 15:25:47'),(33,0,'Transaction Successful. PayPal Transaction ID: 16N938862A1630325    PayPal Order ID: 62A59858B3829881L','1508','donation','2021-10-13 22:57:08','2021-10-13 22:57:08'),(34,0,'Status changed from Pending to Complete.','1508','donation','2021-10-13 22:57:09','2021-10-13 22:57:09'),(35,0,'Charge Completed in PayPal','1508','donation','2021-10-13 22:57:27','2021-10-13 22:57:27'),(36,0,'Status changed from Pending to Abandoned.','1497','donation','2021-10-19 04:16:04','2021-10-19 04:16:04'),(37,0,'Donation accepted with Stripe account \"The Chrishaun Foundation Inc. (acct_1GHIctAAVLLhuR7p)\" using Stripe Connect.','1509','donation','2021-12-04 03:58:05','2021-12-04 03:58:05'),(38,0,'Stripe Customer ID: cus_KiFttlnJQBKl83','1509','donation','2021-12-04 03:58:05','2021-12-04 03:58:05'),(39,0,'Stripe Source/Payment Method ID: pm_1K2pNuAAVLLhuR7pmF2ldUWx','1509','donation','2021-12-04 03:58:05','2021-12-04 03:58:05'),(40,0,'Stripe Payment Intent Client Secret: pi_3K2pNyAAVLLhuR7p0H94aN1N_secret_PtmA5SbtIjuVs0gRls4or3By2','1509','donation','2021-12-04 03:58:08','2021-12-04 03:58:08'),(41,0,'Stripe Charge/Payment Intent ID: pi_3K2pNyAAVLLhuR7p0H94aN1N','1509','donation','2021-12-04 03:58:08','2021-12-04 03:58:08'),(42,0,'Status changed from Pending to Complete.','1509','donation','2021-12-04 03:58:11','2021-12-04 03:58:11'),(43,0,'Charge succeeded in Stripe.','1509','donation','2021-12-04 03:58:11','2021-12-04 03:58:11'),(44,0,'Transaction Successful. PayPal Transaction ID: 0PW46889EN642170L    PayPal Order ID: 01B373785M2296348','1513','donation','2022-02-23 05:55:15','2022-02-23 05:55:15'),(45,0,'Status changed from Pending to Complete.','1513','donation','2022-02-23 05:55:16','2022-02-23 05:55:16'),(46,0,'Charge Completed in PayPal','1513','donation','2022-02-23 05:56:00','2022-02-23 05:56:00'),(47,0,'Transaction Successful. PayPal Transaction ID: 1VR89436B0400894E    PayPal Order ID: 52U48561BN201181B','1514','donation','2022-09-09 18:05:12','2022-09-09 18:05:12'),(48,0,'Status changed from Pending to Complete.','1514','donation','2022-09-09 18:05:12','2022-09-09 18:05:12'),(49,0,'Charge Completed in PayPal','1514','donation','2022-09-09 18:08:24','2022-09-09 18:08:24');
/*!40000 ALTER TABLE `wpxo_give_comments` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpxo_give_comments` with 49 row(s)
--

--
-- Table structure for table `wpxo_woocommerce_sessions`
--

DROP TABLE IF EXISTS `wpxo_woocommerce_sessions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_woocommerce_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_id`),
  UNIQUE KEY `session_key` (`session_key`)
) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_woocommerce_sessions`
--

LOCK TABLES `wpxo_woocommerce_sessions` WRITE;
/*!40000 ALTER TABLE `wpxo_woocommerce_sessions` DISABLE KEYS */;
INSERT INTO `wpxo_woocommerce_sessions` VALUES (13,'1','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:1035:\"a:27:{s:2:\"id\";s:1:\"1\";s:13:\"date_modified\";s:25:\"2021-10-09T02:38:47+00:00\";s:8:\"postcode\";s:5:\"30313\";s:4:\"city\";s:7:\"Atlanta\";s:9:\"address_1\";s:22:\"384 Northyards Blvd NW\";s:7:\"address\";s:22:\"384 Northyards Blvd NW\";s:9:\"address_2\";s:12:\"Building 100\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:5:\"30313\";s:13:\"shipping_city\";s:7:\"Atlanta\";s:18:\"shipping_address_1\";s:22:\"384 Northyards Blvd NW\";s:16:\"shipping_address\";s:22:\"384 Northyards Blvd NW\";s:18:\"shipping_address_2\";s:12:\"Building 100\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:5:\"Shawn\";s:9:\"last_name\";s:10:\"Smash-Jett\";s:7:\"company\";s:29:\"The Chrishaun Foundation Inc.\";s:5:\"phone\";s:10:\"4044919311\";s:5:\"email\";s:32:\"shawn@thechrishaunfoundation.org\";s:19:\"shipping_first_name\";s:5:\"Shawn\";s:18:\"shipping_last_name\";s:10:\"Smash-Jett\";s:16:\"shipping_company\";s:29:\"The Chrishaun Foundation Inc.\";s:14:\"shipping_phone\";s:10:\"4044919311\";}\";}',1669742906);
/*!40000 ALTER TABLE `wpxo_woocommerce_sessions` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpxo_woocommerce_sessions` with 1 row(s)
--

--
-- Table structure for table `wpxo_wc_reserved_stock`
--

DROP TABLE IF EXISTS `wpxo_wc_reserved_stock`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_wc_reserved_stock` (
  `order_id` bigint(20) NOT NULL,
  `product_id` bigint(20) NOT NULL,
  `stock_quantity` double NOT NULL DEFAULT 0,
  `timestamp` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `expires` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`order_id`,`product_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_wc_reserved_stock`
--

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

-- Dumped table `wpxo_wc_reserved_stock` with 0 row(s)
--

--
-- Table structure for table `wpxo_actionscheduler_actions`
--

DROP TABLE IF EXISTS `wpxo_actionscheduler_actions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_actionscheduler_actions` (
  `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `hook` varchar(191) NOT NULL,
  `status` varchar(20) NOT NULL,
  `scheduled_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `scheduled_date_local` datetime DEFAULT '0000-00-00 00:00:00',
  `args` varchar(191) DEFAULT NULL,
  `schedule` longtext DEFAULT NULL,
  `group_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `attempts` int(11) NOT NULL DEFAULT 0,
  `last_attempt_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `last_attempt_local` datetime DEFAULT '0000-00-00 00:00:00',
  `claim_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `extended_args` varchar(8000) DEFAULT NULL,
  PRIMARY KEY (`action_id`),
  KEY `hook` (`hook`),
  KEY `status` (`status`),
  KEY `scheduled_date_gmt` (`scheduled_date_gmt`),
  KEY `args` (`args`),
  KEY `group_id` (`group_id`),
  KEY `last_attempt_gmt` (`last_attempt_gmt`),
  KEY `claim_id` (`claim_id`),
  KEY `claim_id_status_scheduled_date_gmt` (`claim_id`,`status`,`scheduled_date_gmt`)
) ENGINE=MyISAM AUTO_INCREMENT=873 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_actionscheduler_actions`
--

LOCK TABLES `wpxo_actionscheduler_actions` WRITE;
/*!40000 ALTER TABLE `wpxo_actionscheduler_actions` DISABLE KEYS */;
INSERT INTO `wpxo_actionscheduler_actions` VALUES (848,'wc-admin_delete_user_customers','complete','2022-11-14 21:49:00','2022-11-14 21:49:00','[3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1668462540;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1668462540;}',3,1,'2022-11-14 21:50:09','2022-11-14 21:50:09',0,NULL),(859,'wpforms_process_entry_emails_meta_cleanup','complete','2022-11-22 02:35:12','2022-11-22 02:35:12','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1669084512;s:18:\"\0*\0first_timestamp\";i:1625011200;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1669084512;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-11-22 02:35:34','2022-11-22 02:35:34',0,NULL),(840,'wpforms_process_entry_emails_meta_cleanup','complete','2022-11-13 02:10:14','2022-11-13 02:10:14','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1668305414;s:18:\"\0*\0first_timestamp\";i:1625011200;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1668305414;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-11-13 02:15:09','2022-11-13 02:15:09',0,NULL),(862,'wpforms_process_entry_emails_meta_cleanup','complete','2022-11-25 02:40:08','2022-11-25 02:40:08','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1669344008;s:18:\"\0*\0first_timestamp\";i:1625011200;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1669344008;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-11-25 02:45:11','2022-11-25 02:45:11',0,NULL),(838,'wpforms_process_entry_emails_meta_cleanup','complete','2022-11-11 02:05:09','2022-11-11 02:05:09','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1668132309;s:18:\"\0*\0first_timestamp\";i:1625011200;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1668132309;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-11-11 02:05:47','2022-11-11 02:05:47',0,NULL),(839,'wpforms_process_entry_emails_meta_cleanup','complete','2022-11-12 02:05:47','2022-11-12 02:05:47','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1668218747;s:18:\"\0*\0first_timestamp\";i:1625011200;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1668218747;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-11-12 02:10:14','2022-11-12 02:10:14',0,NULL),(833,'wpforms_admin_addons_cache_update','complete','2022-11-12 14:10:10','2022-11-12 14:10:10','{\"tasks_meta_id\":3}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1668262210;s:18:\"\0*\0first_timestamp\";i:1625542169;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1668262210;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2022-11-12 14:15:11','2022-11-12 14:15:11',0,NULL),(835,'wpforms_process_entry_emails_meta_cleanup','complete','2022-11-08 01:50:18','2022-11-08 01:50:18','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1667872218;s:18:\"\0*\0first_timestamp\";i:1625011200;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1667872218;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-11-08 01:55:12','2022-11-08 01:55:12',0,NULL),(834,'wpforms_process_entry_emails_meta_cleanup','complete','2022-11-07 01:50:11','2022-11-07 01:50:11','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1667785811;s:18:\"\0*\0first_timestamp\";i:1625011200;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1667785811;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-11-07 01:50:18','2022-11-07 01:50:18',0,NULL),(847,'wpforms_admin_notifications_update','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":32}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2022-11-14 20:22:25','2022-11-14 20:22:25',0,NULL),(845,'wpforms_process_entry_emails_meta_cleanup','complete','2022-11-14 02:15:09','2022-11-14 02:15:09','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1668392109;s:18:\"\0*\0first_timestamp\";i:1625011200;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1668392109;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-11-14 02:17:30','2022-11-14 02:17:30',0,NULL),(853,'wpforms_process_entry_emails_meta_cleanup','complete','2022-11-20 02:32:14','2022-11-20 02:32:14','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1668911534;s:18:\"\0*\0first_timestamp\";i:1625011200;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1668911534;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-11-20 02:34:59','2022-11-20 02:34:59',0,NULL),(818,'wpforms_process_entry_emails_meta_cleanup','complete','2022-10-30 01:29:12','2022-10-30 01:29:12','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1667093352;s:18:\"\0*\0first_timestamp\";i:1625011200;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1667093352;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-10-30 01:30:15','2022-10-30 01:30:15',0,NULL),(829,'wpforms_process_entry_emails_meta_cleanup','complete','2022-11-06 01:50:01','2022-11-06 01:50:01','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1667699401;s:18:\"\0*\0first_timestamp\";i:1625011200;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1667699401;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-11-06 01:50:11','2022-11-06 01:50:11',0,NULL),(825,'wpforms_process_entry_emails_meta_cleanup','complete','2022-11-02 01:40:10','2022-11-02 01:40:10','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1667353210;s:18:\"\0*\0first_timestamp\";i:1625011200;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1667353210;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-11-02 01:45:11','2022-11-02 01:45:11',0,NULL),(823,'wpforms_process_entry_emails_meta_cleanup','complete','2022-10-31 01:30:15','2022-10-31 01:30:15','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1667179815;s:18:\"\0*\0first_timestamp\";i:1625011200;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1667179815;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-10-31 01:35:08','2022-10-31 01:35:08',0,NULL),(843,'wpforms_admin_builder_templates_cache_update','complete','2022-11-19 14:15:11','2022-11-19 14:15:11','{\"tasks_meta_id\":11}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1668867311;s:18:\"\0*\0first_timestamp\";i:1629430141;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1668867311;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2022-11-19 14:20:16','2022-11-19 14:20:16',0,NULL),(842,'wpforms_builder_help_cache_update','complete','2022-11-19 14:15:11','2022-11-19 14:15:11','{\"tasks_meta_id\":15}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1668867311;s:18:\"\0*\0first_timestamp\";i:1629699919;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1668867311;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2022-11-19 14:20:16','2022-11-19 14:20:16',0,NULL),(824,'wpforms_process_entry_emails_meta_cleanup','complete','2022-11-01 01:35:08','2022-11-01 01:35:08','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1667266508;s:18:\"\0*\0first_timestamp\";i:1625011200;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1667266508;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-11-01 01:40:10','2022-11-01 01:40:10',0,NULL),(868,'wpforms_admin_addons_cache_update','pending','2022-12-03 14:21:15','2022-12-03 14:21:15','{\"tasks_meta_id\":3}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1670077275;s:18:\"\0*\0first_timestamp\";i:1625542169;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1670077275;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(860,'wpforms_process_entry_emails_meta_cleanup','complete','2022-11-23 02:35:34','2022-11-23 02:35:34','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1669170934;s:18:\"\0*\0first_timestamp\";i:1625011200;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1669170934;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-11-23 02:37:44','2022-11-23 02:37:44',0,NULL),(808,'wpforms_builder_help_cache_update','complete','2022-10-29 14:05:15','2022-10-29 14:05:15','{\"tasks_meta_id\":15}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1667052315;s:18:\"\0*\0first_timestamp\";i:1629699919;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1667052315;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2022-10-29 14:09:15','2022-10-29 14:09:15',0,NULL),(809,'wpforms_admin_builder_templates_cache_update','complete','2022-10-29 14:05:15','2022-10-29 14:05:15','{\"tasks_meta_id\":11}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1667052315;s:18:\"\0*\0first_timestamp\";i:1629430141;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1667052315;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2022-10-29 14:09:15','2022-10-29 14:09:15',0,NULL),(810,'wpforms_email_summaries_fetch_info_blocks','complete','2022-10-29 14:05:15','2022-10-29 14:05:15','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1667052315;s:18:\"\0*\0first_timestamp\";i:1625131368;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1667052315;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2022-10-29 14:09:15','2022-10-29 14:09:15',0,NULL),(828,'wpforms_process_entry_emails_meta_cleanup','complete','2022-11-05 01:47:35','2022-11-05 01:47:35','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1667612855;s:18:\"\0*\0first_timestamp\";i:1625011200;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1667612855;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-11-05 01:50:01','2022-11-05 01:50:01',0,NULL),(867,'wpforms_admin_builder_templates_cache_update','pending','2022-12-03 14:21:15','2022-12-03 14:21:15','{\"tasks_meta_id\":11}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1670077275;s:18:\"\0*\0first_timestamp\";i:1629430141;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1670077275;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(816,'wpforms_process_entry_emails_meta_cleanup','complete','2022-10-28 01:25:08','2022-10-28 01:25:08','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1666920308;s:18:\"\0*\0first_timestamp\";i:1625011200;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1666920308;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-10-28 01:25:11','2022-10-28 01:25:11',0,NULL),(827,'wpforms_process_entry_emails_meta_cleanup','complete','2022-11-04 01:46:57','2022-11-04 01:46:57','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1667526417;s:18:\"\0*\0first_timestamp\";i:1625011200;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1667526417;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-11-04 01:47:35','2022-11-04 01:47:35',0,NULL),(819,'wpforms_builder_help_cache_update','complete','2022-11-05 14:09:15','2022-11-05 14:09:15','{\"tasks_meta_id\":15}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1667657355;s:18:\"\0*\0first_timestamp\";i:1629699919;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1667657355;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2022-11-05 14:10:10','2022-11-05 14:10:10',0,NULL),(820,'wpforms_admin_builder_templates_cache_update','complete','2022-11-05 14:09:15','2022-11-05 14:09:15','{\"tasks_meta_id\":11}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1667657355;s:18:\"\0*\0first_timestamp\";i:1629430141;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1667657355;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2022-11-05 14:10:10','2022-11-05 14:10:10',0,NULL),(852,'wpforms_process_entry_emails_meta_cleanup','complete','2022-11-19 02:30:10','2022-11-19 02:30:10','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1668825010;s:18:\"\0*\0first_timestamp\";i:1625011200;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1668825010;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-11-19 02:32:14','2022-11-19 02:32:14',0,NULL),(858,'wpforms_process_entry_emails_meta_cleanup','complete','2022-11-21 02:34:59','2022-11-21 02:34:59','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1668998099;s:18:\"\0*\0first_timestamp\";i:1625011200;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1668998099;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-11-21 02:35:12','2022-11-21 02:35:12',0,NULL),(830,'wpforms_builder_help_cache_update','complete','2022-11-12 14:10:10','2022-11-12 14:10:10','{\"tasks_meta_id\":15}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1668262210;s:18:\"\0*\0first_timestamp\";i:1629699919;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1668262210;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2022-11-12 14:15:11','2022-11-12 14:15:11',0,NULL),(864,'wpforms_process_entry_emails_meta_cleanup','complete','2022-11-27 02:50:11','2022-11-27 02:50:11','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1669517411;s:18:\"\0*\0first_timestamp\";i:1625011200;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1669517411;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-11-27 02:53:23','2022-11-27 02:53:23',0,NULL),(865,'wpforms_builder_help_cache_update','pending','2022-12-03 14:21:15','2022-12-03 14:21:15','{\"tasks_meta_id\":15}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1670077275;s:18:\"\0*\0first_timestamp\";i:1629699919;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1670077275;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(861,'wpforms_process_entry_emails_meta_cleanup','complete','2022-11-24 02:37:44','2022-11-24 02:37:44','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1669257464;s:18:\"\0*\0first_timestamp\";i:1625011200;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1669257464;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-11-24 02:40:08','2022-11-24 02:40:08',0,NULL),(851,'wpforms_process_entry_emails_meta_cleanup','complete','2022-11-18 02:25:14','2022-11-18 02:25:14','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1668738314;s:18:\"\0*\0first_timestamp\";i:1625011200;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1668738314;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-11-18 02:30:10','2022-11-18 02:30:10',0,NULL),(855,'wpforms_builder_help_cache_update','complete','2022-11-26 14:20:16','2022-11-26 14:20:16','{\"tasks_meta_id\":15}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1669472416;s:18:\"\0*\0first_timestamp\";i:1629699919;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1669472416;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2022-11-26 14:21:15','2022-11-26 14:21:15',0,NULL),(856,'wpforms_email_summaries_fetch_info_blocks','complete','2022-11-26 14:20:16','2022-11-26 14:20:16','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1669472416;s:18:\"\0*\0first_timestamp\";i:1625131368;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1669472416;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2022-11-26 14:21:15','2022-11-26 14:21:15',0,NULL),(863,'wpforms_process_entry_emails_meta_cleanup','complete','2022-11-26 02:45:11','2022-11-26 02:45:11','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1669430711;s:18:\"\0*\0first_timestamp\";i:1625011200;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1669430711;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-11-26 02:50:11','2022-11-26 02:50:11',0,NULL),(821,'wpforms_email_summaries_fetch_info_blocks','complete','2022-11-05 14:09:15','2022-11-05 14:09:15','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1667657355;s:18:\"\0*\0first_timestamp\";i:1625131368;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1667657355;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2022-11-05 14:10:10','2022-11-05 14:10:10',0,NULL),(826,'wpforms_process_entry_emails_meta_cleanup','complete','2022-11-03 01:45:11','2022-11-03 01:45:11','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1667439911;s:18:\"\0*\0first_timestamp\";i:1625011200;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1667439911;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-11-03 01:46:57','2022-11-03 01:46:57',0,NULL),(854,'wpforms_admin_builder_templates_cache_update','complete','2022-11-26 14:20:16','2022-11-26 14:20:16','{\"tasks_meta_id\":11}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1669472416;s:18:\"\0*\0first_timestamp\";i:1629430141;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1669472416;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2022-11-26 14:21:15','2022-11-26 14:21:15',0,NULL),(844,'wpforms_email_summaries_fetch_info_blocks','complete','2022-11-19 14:15:11','2022-11-19 14:15:11','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1668867311;s:18:\"\0*\0first_timestamp\";i:1625131368;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1668867311;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2022-11-19 14:20:16','2022-11-19 14:20:16',0,NULL),(837,'wpforms_process_entry_emails_meta_cleanup','complete','2022-11-10 02:00:14','2022-11-10 02:00:14','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1668045614;s:18:\"\0*\0first_timestamp\";i:1625011200;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1668045614;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-11-10 02:05:09','2022-11-10 02:05:09',0,NULL),(866,'wpforms_email_summaries_fetch_info_blocks','pending','2022-12-03 14:21:15','2022-12-03 14:21:15','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1670077275;s:18:\"\0*\0first_timestamp\";i:1625131368;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1670077275;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(869,'wpforms_process_entry_emails_meta_cleanup','pending','2022-11-28 02:53:23','2022-11-28 02:53:23','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1669604003;s:18:\"\0*\0first_timestamp\";i:1625011200;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1669604003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(870,'wc-admin_import_customers','complete','2022-11-27 17:28:15','2022-11-27 17:28:15','[1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1669570095;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1669570095;}',3,1,'2022-11-27 17:29:16','2022-11-27 17:29:16',0,NULL),(871,'wpforms_admin_notifications_update','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":33}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2022-11-27 17:29:16','2022-11-27 17:29:16',0,NULL),(872,'wpforms_admin_notifications_update','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":34}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2022-11-27 17:29:22','2022-11-27 17:29:22',0,NULL),(849,'wpforms_process_entry_emails_meta_cleanup','complete','2022-11-16 02:20:10','2022-11-16 02:20:10','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1668565210;s:18:\"\0*\0first_timestamp\";i:1625011200;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1668565210;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-11-16 02:25:07','2022-11-16 02:25:07',0,NULL),(822,'wpforms_admin_addons_cache_update','complete','2022-11-05 14:09:15','2022-11-05 14:09:15','{\"tasks_meta_id\":3}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1667657355;s:18:\"\0*\0first_timestamp\";i:1625542169;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1667657355;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2022-11-05 14:10:10','2022-11-05 14:10:10',0,NULL),(831,'wpforms_admin_builder_templates_cache_update','complete','2022-11-12 14:10:10','2022-11-12 14:10:10','{\"tasks_meta_id\":11}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1668262210;s:18:\"\0*\0first_timestamp\";i:1629430141;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1668262210;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2022-11-12 14:15:11','2022-11-12 14:15:11',0,NULL),(832,'wpforms_email_summaries_fetch_info_blocks','complete','2022-11-12 14:10:10','2022-11-12 14:10:10','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1668262210;s:18:\"\0*\0first_timestamp\";i:1625131368;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1668262210;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2022-11-12 14:15:11','2022-11-12 14:15:11',0,NULL),(846,'wpforms_process_entry_emails_meta_cleanup','complete','2022-11-15 02:17:30','2022-11-15 02:17:30','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1668478650;s:18:\"\0*\0first_timestamp\";i:1625011200;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1668478650;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-11-15 02:20:10','2022-11-15 02:20:10',0,NULL),(836,'wpforms_process_entry_emails_meta_cleanup','complete','2022-11-09 01:55:12','2022-11-09 01:55:12','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1667958912;s:18:\"\0*\0first_timestamp\";i:1625011200;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1667958912;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-11-09 02:00:14','2022-11-09 02:00:14',0,NULL),(841,'wpforms_admin_addons_cache_update','complete','2022-11-19 14:15:11','2022-11-19 14:15:11','{\"tasks_meta_id\":3}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1668867311;s:18:\"\0*\0first_timestamp\";i:1625542169;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1668867311;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2022-11-19 14:20:16','2022-11-19 14:20:16',0,NULL),(857,'wpforms_admin_addons_cache_update','complete','2022-11-26 14:20:16','2022-11-26 14:20:16','{\"tasks_meta_id\":3}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1669472416;s:18:\"\0*\0first_timestamp\";i:1625542169;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1669472416;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2022-11-26 14:21:15','2022-11-26 14:21:15',0,NULL),(850,'wpforms_process_entry_emails_meta_cleanup','complete','2022-11-17 02:25:07','2022-11-17 02:25:07','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1668651907;s:18:\"\0*\0first_timestamp\";i:1625011200;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1668651907;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-11-17 02:25:14','2022-11-17 02:25:14',0,NULL),(817,'wpforms_process_entry_emails_meta_cleanup','complete','2022-10-29 01:25:11','2022-10-29 01:25:11','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1667006711;s:18:\"\0*\0first_timestamp\";i:1625011200;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1667006711;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-10-29 01:29:12','2022-10-29 01:29:12',0,NULL),(811,'wpforms_admin_addons_cache_update','complete','2022-10-29 14:05:15','2022-10-29 14:05:15','{\"tasks_meta_id\":3}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1667052315;s:18:\"\0*\0first_timestamp\";i:1625542169;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1667052315;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2022-10-29 14:09:15','2022-10-29 14:09:15',0,NULL);
/*!40000 ALTER TABLE `wpxo_actionscheduler_actions` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpxo_actionscheduler_actions` with 61 row(s)
--

--
-- Table structure for table `wpxo_links`
--

DROP TABLE IF EXISTS `wpxo_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_links`
--

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

-- Dumped table `wpxo_links` with 0 row(s)
--

--
-- Table structure for table `wpxo_wc_order_tax_lookup`
--

DROP TABLE IF EXISTS `wpxo_wc_order_tax_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_wc_order_tax_lookup` (
  `order_id` bigint(20) unsigned NOT NULL,
  `tax_rate_id` bigint(20) unsigned NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `shipping_tax` double NOT NULL DEFAULT 0,
  `order_tax` double NOT NULL DEFAULT 0,
  `total_tax` double NOT NULL DEFAULT 0,
  PRIMARY KEY (`order_id`,`tax_rate_id`),
  KEY `tax_rate_id` (`tax_rate_id`),
  KEY `date_created` (`date_created`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_wc_order_tax_lookup`
--

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

-- Dumped table `wpxo_wc_order_tax_lookup` with 0 row(s)
--

--
-- Table structure for table `wpxo_give_donormeta`
--

DROP TABLE IF EXISTS `wpxo_give_donormeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_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=MyISAM AUTO_INCREMENT=86 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_give_donormeta`
--

LOCK TABLES `wpxo_give_donormeta` WRITE;
/*!40000 ALTER TABLE `wpxo_give_donormeta` DISABLE KEYS */;
INSERT INTO `wpxo_give_donormeta` VALUES (1,1,'_give_donor_first_name','Alexis'),(2,1,'_give_donor_last_name','Jett'),(3,1,'_give_donor_title_prefix',''),(4,2,'_give_donor_first_name','Winifred'),(5,2,'_give_donor_last_name',''),(6,2,'_give_donor_title_prefix',''),(7,3,'_give_donor_first_name','Shawn'),(8,3,'_give_donor_last_name','Smash-Jett'),(9,3,'_give_donor_title_prefix',''),(10,3,'_give_donor_company','Shawn Smash-Jett'),(11,4,'_give_donor_first_name','Jabari'),(12,4,'_give_donor_last_name','King'),(13,4,'_give_donor_title_prefix',''),(14,5,'_give_donor_first_name','Curtis'),(15,5,'_give_donor_last_name','Grimsley'),(16,5,'_give_donor_title_prefix',''),(44,9,'_give_donor_title_prefix',''),(43,9,'_give_donor_last_name','King'),(42,9,'_give_donor_first_name','Jabari'),(21,7,'_give_donor_first_name','Sheila'),(22,7,'_give_donor_last_name','Bradley'),(23,7,'_give_donor_title_prefix',''),(24,7,'_give_stripe_customer_id','cus_KNGKBMWoSfSghC'),(25,7,'_give_donor_address_billing_line1_0','3138 Pershing Park Dr'),(26,7,'_give_donor_address_billing_line2_0','Apt 152'),(27,7,'_give_donor_address_billing_city_0','Orlando'),(28,7,'_give_donor_address_billing_state_0','FL'),(29,7,'_give_donor_address_billing_country_0','US'),(30,7,'_give_donor_address_billing_zip_0','32822'),(31,8,'_give_donor_first_name','Stephanie'),(32,8,'_give_donor_last_name','Johnson'),(33,8,'_give_donor_title_prefix',''),(34,8,'_give_donor_company','MiddleConnect Inc'),(35,8,'_give_stripe_customer_id','cus_KNb7MayDbhdRJ6'),(36,8,'_give_donor_address_billing_line1_0','448 N. Cedar Bluff Rd'),(37,8,'_give_donor_address_billing_line2_0','Suite 275'),(38,8,'_give_donor_address_billing_city_0','Knoxville'),(39,8,'_give_donor_address_billing_state_0','TN'),(40,8,'_give_donor_address_billing_country_0','US'),(41,8,'_give_donor_address_billing_zip_0','37923'),(45,9,'_give_donor_address_billing_line1_0','POB 36'),(46,9,'_give_donor_address_billing_line2_0',''),(47,9,'_give_donor_address_billing_city_0','Old Bridge'),(48,9,'_give_donor_address_billing_state_0','NJ'),(49,9,'_give_donor_address_billing_country_0','US'),(50,9,'_give_donor_address_billing_zip_0','08857'),(51,2,'_give_donor_address_billing_line1_0','P.O. Box 5715'),(52,2,'_give_donor_address_billing_line2_0',''),(53,2,'_give_donor_address_billing_city_0','Tallahassee'),(54,2,'_give_donor_address_billing_state_0','FL'),(55,2,'_give_donor_address_billing_country_0','US'),(56,2,'_give_donor_address_billing_zip_0','32314'),(57,10,'_give_donor_first_name','Valena'),(58,10,'_give_donor_last_name','Bradley'),(59,10,'_give_donor_title_prefix',''),(60,10,'_give_stripe_customer_id','cus_KiFttlnJQBKl83'),(61,10,'_give_donor_address_billing_line1_0','7753 s Eberhart Ave'),(62,10,'_give_donor_address_billing_line2_0',''),(63,10,'_give_donor_address_billing_city_0','Chicago'),(64,10,'_give_donor_address_billing_state_0','IL'),(65,10,'_give_donor_address_billing_country_0','US'),(66,10,'_give_donor_address_billing_zip_0','60619'),(67,11,'_give_donor_first_name','Samella'),(68,11,'_give_donor_last_name','Walker'),(69,11,'_give_donor_title_prefix',''),(70,11,'_give_donor_address_billing_line1_0','2924 Clairmont Rd, Apt 318'),(71,11,'_give_donor_address_billing_line2_0',''),(72,11,'_give_donor_address_billing_city_0','Brookhaven'),(73,11,'_give_donor_address_billing_state_0','GA'),(74,11,'_give_donor_address_billing_country_0','US'),(75,11,'_give_donor_address_billing_zip_0','30329'),(76,12,'_give_donor_first_name','Scott'),(77,12,'_give_donor_last_name','Beil'),(78,12,'_give_donor_title_prefix',''),(79,12,'_give_donor_company','800LiNK, Inc.'),(80,12,'_give_donor_address_billing_line1_0','614 E Hwy 50'),(81,12,'_give_donor_address_billing_line2_0','Unit 301'),(82,12,'_give_donor_address_billing_city_0','Clermont'),(83,12,'_give_donor_address_billing_state_0','FL'),(84,12,'_give_donor_address_billing_country_0','US'),(85,12,'_give_donor_address_billing_zip_0','34711');
/*!40000 ALTER TABLE `wpxo_give_donormeta` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpxo_give_donormeta` with 81 row(s)
--

--
-- Table structure for table `wpxo_wc_order_coupon_lookup`
--

DROP TABLE IF EXISTS `wpxo_wc_order_coupon_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_wc_order_coupon_lookup` (
  `order_id` bigint(20) unsigned NOT NULL,
  `coupon_id` bigint(20) NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `discount_amount` double NOT NULL DEFAULT 0,
  PRIMARY KEY (`order_id`,`coupon_id`),
  KEY `coupon_id` (`coupon_id`),
  KEY `date_created` (`date_created`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_wc_order_coupon_lookup`
--

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

-- Dumped table `wpxo_wc_order_coupon_lookup` with 0 row(s)
--

--
-- Table structure for table `wpxo_posts`
--

DROP TABLE IF EXISTS `wpxo_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_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=MyISAM AUTO_INCREMENT=1519 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_posts`
--

LOCK TABLES `wpxo_posts` WRITE;
/*!40000 ALTER TABLE `wpxo_posts` DISABLE KEYS */;
INSERT INTO `wpxo_posts` VALUES (1,1,'2021-06-29 03:25:53','2021-06-29 03:25:53','','Default Kit','','publish','closed','closed','','default-kit','','','2021-06-29 03:25:53','2021-06-29 03:25:53','',0,'https://thechrishaunfoundation.org/?elementor_library=default-kit',0,'elementor_library','',0),(2,1,'2021-06-29 03:25:53','2021-06-29 03:25:53','','Default Kit','','inherit','closed','closed','','1-revision-v1','','','2021-06-29 03:25:53','2021-06-29 03:25:53','',1,'https://thechrishaunfoundation.org/?p=2',0,'revision','',0),(965,1,'2021-08-15 23:12:17','2021-08-15 23:12:17','','life after','','inherit','open','closed','','life-after','','','2021-08-15 23:12:17','2021-08-15 23:12:17','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after.png',0,'attachment','image/png',0),(966,1,'2021-08-15 23:12:21','2021-08-15 23:12:21','','crisis (2)','','inherit','open','closed','','crisis-2','','','2021-08-15 23:12:21','2021-08-15 23:12:21','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png',0,'attachment','image/png',0),(967,1,'2021-08-15 23:12:28','2021-08-15 23:12:28','','military','','inherit','open','closed','','military','','','2021-08-15 23:12:28','2021-08-15 23:12:28','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png',0,'attachment','image/png',0),(982,1,'2021-08-16 01:43:23','2021-08-16 01:43:23','','logo 128x128','','inherit','open','closed','','logo-128x128','','','2021-08-16 01:43:23','2021-08-16 01:43:23','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-128x128-1.png',0,'attachment','image/png',0),(983,1,'2021-08-16 01:43:26','2021-08-16 01:43:26','','logo no color (1)','','inherit','open','closed','','logo-no-color-1','','','2021-08-16 01:43:26','2021-08-16 01:43:26','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-no-color-1.png',0,'attachment','image/png',0),(984,1,'2021-08-16 01:43:35','2021-08-16 01:43:35','','logo no color','','inherit','open','closed','','logo-no-color','','','2021-08-16 01:43:35','2021-08-16 01:43:35','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-no-color.png',0,'attachment','image/png',0),(987,1,'2021-08-16 03:20:51','2021-08-16 03:20:51','','Default Kit','','inherit','closed','closed','','348-revision-v1','','','2021-08-16 03:20:51','2021-08-16 03:20:51','',348,'https://thechrishaunfoundation.org/?p=987',0,'revision','',0),(1002,1,'2021-08-16 03:31:11','2021-08-16 03:31:11','','astra','','inherit','closed','closed','','19-revision-v1','','','2021-08-16 03:31:11','2021-08-16 03:31:11','',19,'https://thechrishaunfoundation.org/?p=1002',0,'revision','',0),(1000,1,'2021-08-16 03:29:38','2021-08-16 03:29:38','h1.site-title a{\n	\n}','astra','','inherit','closed','closed','','19-revision-v1','','','2021-08-16 03:29:38','2021-08-16 03:29:38','',19,'https://thechrishaunfoundation.org/?p=1000',0,'revision','',0),(995,1,'2021-08-16 03:27:35','2021-08-16 03:27:35','h1.site-title a{\n	font-family: Kaushan Script !important;\n}','astra','','inherit','closed','closed','','19-revision-v1','','','2021-08-16 03:27:35','2021-08-16 03:27:35','',19,'https://thechrishaunfoundation.org/?p=995',0,'revision','',0),(6,1,'2021-06-29 03:27:14','2021-06-29 03:27:14','[give_receipt]','Donation Confirmation','','publish','closed','closed','','donation-confirmation','','','2021-06-29 03:27:14','2021-06-29 03:27:14','',0,'https://thechrishaunfoundation.org/donation-confirmation/',0,'page','',0),(7,1,'2021-06-29 03:27:14','2021-06-29 03:27:14','We&#039;re sorry, your donation failed to process. Please try again or contact site support.','Donation Failed','','publish','closed','closed','','donation-failed','','','2021-06-29 03:27:14','2021-06-29 03:27:14','',0,'https://thechrishaunfoundation.org/donation-failed/',0,'page','',0),(8,1,'2021-06-29 03:27:14','2021-06-29 03:27:14','<!-- wp:give/donor-dashboard {\"align\":\"wide\"} /-->','Donor Dashboard','','publish','close','close','','donor-dashboard','','','2021-06-29 03:27:14','2021-06-29 03:27:14','',0,'https://thechrishaunfoundation.org/donor-dashboard/',0,'page','',0),(1003,1,'2021-08-16 04:12:32','2021-08-16 04:12:32','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-08-16 04:12:32','2021-08-16 04:12:32','',349,'https://thechrishaunfoundation.org/?p=1003',0,'revision','',0),(998,1,'2021-08-16 03:29:16','2021-08-16 03:29:16','h1.site-title a{\n	font-family: \'Kaushan Script\' !important;\n}','astra','','inherit','closed','closed','','19-revision-v1','','','2021-08-16 03:29:16','2021-08-16 03:29:16','',19,'https://thechrishaunfoundation.org/?p=998',0,'revision','',0),(963,1,'2021-08-15 23:12:10','2021-08-15 23:12:10','','life after (1)','','inherit','open','closed','','life-after-1','','','2021-08-15 23:12:10','2021-08-15 23:12:10','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png',0,'attachment','image/png',0),(964,1,'2021-08-15 23:12:14','2021-08-15 23:12:14','','domestic violence (2)','','inherit','open','closed','','domestic-violence-2','','','2021-08-15 23:12:14','2021-08-15 23:12:14','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png',0,'attachment','image/png',0),(12,1,'2021-06-29 03:29:52','2021-06-29 03:29:52','<div id=\"sp-page\" class=\"spBgcover sp-content-4\" style=\"background-color: rgb(255, 255, 255); font-family: \'Helvetica Neue\', Arial, sans-serif; font-weight: 400;\"><section id=\"sp-ks8a8s\" class=\"sp-el-section \" style=\"width: 600px; max-width: 100%; padding: 10px;\"><div id=\"sp-vw3kvy\" class=\"sp-el-row sm:sp-flex sp-justify-between sp-w-full  sp-m-auto\" style=\"padding: 0px; width: auto; max-width: 1000px;\"><div id=\"sp-ggzp6w\" class=\"sp-el-col sp-p-4  sp-w-full\" style=\"width: calc(100% - 0px); padding: 10px;\"><figure id=\"sp-brhhwi\" class=\"sp-image-wrapper\" style=\"margin-top: 0px; padding: 10px; text-align: center;\"><span><img src=\"http://assets.seedprod.com/clock.png\" alt=\"\"></span></figure><h1 id=\"sp-jkhbii\" data-mobile-css=\"\" class=\"sp-css-target sp-headline-block-jkhbii\" style=\"font-size: 52px; font-weight: bold; color: rgb(50, 27, 38); text-align: center; padding: 10px; margin-top: 0px;\">Coming Soon</h1><div id=\"sp-jdj1i9\" data-mobile-css=\"\" class=\"sp-css-target sp-text-wrapper sp-text-wrapper-jdj1i9\" style=\"font-size: 16px; color: rgb(50, 27, 38); padding: 10px; margin-top: 0px; text-align: center;\"><p>Get ready, something cool is coming!</p></div></div></div></section></div>','','','publish','closed','closed','','12','','','2021-06-29 03:29:52','2021-06-29 03:29:52','{\"no_conflict_mode\":true,\"no_index\":false,\"seo_title\":\"\",\"seo_description\":\"\",\"favicon\":\"\",\"social_thumbnail\":\"\",\"enable_recaptcha\":false,\"template_id\":373,\"post_title\":\"\",\"post_name\":\"\",\"post_status\":\"draft\",\"show_powered_by_link\":false,\"facebook_app_id\":\"\",\"affiliate_url\":\"\",\"header_scripts\":\"\",\"body_scripts\":\"\",\"footer_scripts\":\"\",\"conversion_scripts\":\"\",\"disable_default_excluded_urls\":false,\"include_exclude_type\":\"0\",\"include_list\":\"\",\"exclude_list\":\"\",\"bypass_phrase\":\"\",\"bypass_expires\":\"2\",\"bypass_cookie\":false,\"access_by_ip\":\"\",\"access_by_role\":[],\"redirect_login_page\":false,\"redirect_mode\":false,\"redirect_url\":\"\",\"domain_mapping_status\":false,\"domain_mapping\":\"\",\"domain_mapping_force_https\":false,\"exclude_list_404\":\"\",\"email_integration_id\":\"\",\"is_new\":false,\"page_type\":\"cs\",\"document\":{\"sections\":[{\"id\":\"ks8a8s\",\"type\":\"section\",\"rows\":[{\"id\":\"vw3kvy\",\"type\":\"row\",\"colType\":\"1-col\",\"cols\":[{\"id\":\"ggzp6w\",\"type\":\"col\",\"blocks\":[{\"id\":\"brhhwi\",\"elType\":\"block\",\"type\":\"image\",\"settings\":{\"unit\":\"px\",\"src\":\"http://assets.seedprod.com/clock.png\",\"altTxt\":\"\",\"link\":\"\",\"width\":\"\",\"height\":\"\",\"marginTop\":\"0\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"imagePadding\":\"\",\"align\":\"center\",\"shadow\":\"\",\"imageBorderRadius\":\"\",\"imageBorderTop\":\"0\",\"imageBorderBottom\":\"0\",\"imageBorderLeft\":\"0\",\"imageBorderRight\":\"0\",\"imageBorderSync\":true,\"imageBorderStyle\":\"solid\",\"imageBorderColor\":\"\",\"blockTemplateId\":false,\"openNewWindow\":false,\"noFollow\":false}},{\"id\":\"jkhbii\",\"elType\":\"block\",\"type\":\"header\",\"settings\":{\"headerTxt\":\"Coming Soon\",\"tag\":\"h1\",\"textColor\":\"#321B26\",\"bgColor\":\"\",\"beforeIcon\":\"\",\"afterIcon\":\"\",\"marginTop\":\"0\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"borderRadius\":\"\",\"border\":\"\",\"borderStyle\":\"\",\"borderSize\":\"\",\"borderColor\":\"\",\"shadow\":\"\",\"textShadow\":\"\",\"font\":\"\",\"fontVariant\":\"\",\"fontSize\":52,\"fontSize_mobile\":\"\",\"lineHeight\":\"\",\"lineHeight_mobile\":\"\",\"letterSpacing\":\"\",\"letterSpacing_mobile\":\"\",\"typographyBold\":true,\"typographyItalic\":\"\",\"typographyUnderline\":\"\",\"align\":\"center\",\"typographyLetterCase\":\"\"}},{\"id\":\"jdj1i9\",\"elType\":\"block\",\"type\":\"text\",\"settings\":{\"txt\":\"<p>Get ready, something cool is coming!</p>\",\"textColor\":\"#321B26\",\"bgColor\":\"\",\"beforeIcon\":\"\",\"afterIcon\":\"\",\"marginTop\":\"0\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"borderRadius\":\"\",\"border\":\"\",\"borderStyle\":\"\",\"borderSize\":\"\",\"borderColor\":\"\",\"shadow\":\"\",\"textShadow\":\"\",\"font\":\"\",\"fontVariant\":\"\",\"fontSize\":16,\"fontSize_mobile\":\"\",\"lineHeight\":\"\",\"lineHeight_mobile\":\"\",\"letterSpacing\":\"\",\"letterSpacing_mobile\":\"\",\"typographyBold\":\"\",\"typographyItalic\":\"\",\"typographyUnderline\":\"\",\"align\":\"center\",\"typographyLetterCase\":\"\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"colWidth\":\"\",\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"\",\"shadow\":\"\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"borderRadiusTL\":\"\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true,\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"colGutter\":0,\"width\":\"1000\",\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"\",\"shadow\":\"\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"paddingLeft\":\"0\",\"paddingRight\":\"0\",\"paddingSync\":true,\"borderRadiusTL\":\"\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true,\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"contentWidth\":\"2\",\"width\":600,\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"\",\"shadow\":\"\",\"paddingTop\":\"10\",\"paddingBottom\":\"10\",\"paddingLeft\":\"10\",\"paddingRight\":\"10\",\"paddingSync\":true,\"borderRadius\":\"\",\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\",\"borderRadiusTL\":\"\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"bgColor\":\"#FFFFFF\",\"bgImage\":\"\",\"bgDimming\":0,\"bgOverlayColor\":\"\",\"bgPosition\":\"cover\",\"buttonColor\":\"#000000\",\"headerColor\":\"#000000\",\"linkColor\":\"#FF0000\",\"linkDarkerColor\":\"#cc0000\",\"textColor\":\"#272727\",\"textFont\":\"\'Helvetica Neue\', Arial, sans-serif\",\"textFontVariant\":\"400\",\"headerFont\":\"\'Helvetica Neue\', Arial, sans-serif\",\"headerFontVariant\":\"400\",\"contentPosition\":\"4\",\"customCss\":\"\",\"headCss\":\"#sp-page{color:#272727} #sp-page .sp-header-tag-h1,#sp-page .sp-header-tag-h2,#sp-page .sp-header-tag-h3,#sp-page .sp-header-tag-h4,#sp-page .sp-header-tag-h5,#sp-page .sp-header-tag-h6{color:#000000}#sp-page h1,#sp-page h2,#sp-page h3,#sp-page h4,#sp-page h5,#sp-page h6{color:#000000; font-family:\'Helvetica Neue\', Arial, sans-serif;font-weight:400;font-style:normal} #sp-page a{color:#FF0000} #sp-page a:hover{color:#cc0000}#sp-page .btn{background-color:#000000}body{background-color:#FFFFFF; background-image:;}\",\"mobileCss\":\"\",\"placeholderCss\":\"\",\"useVideoBg\":false,\"useVideoBgUrl\":\"\",\"useSlideshowBg\":false,\"useSlideshowImgs\":[\"\"]}}}',0,'https://thechrishaunfoundation.org/?post_type=seedprod&#038;p=12',0,'seedprod','',0),(13,1,'2021-06-29 03:28:40','2021-06-29 03:28:40','','sp-cs','','inherit','closed','closed','','12-revision-v1','','','2021-06-29 03:28:40','2021-06-29 03:28:40','',12,'https://thechrishaunfoundation.org/?p=13',0,'revision','',0),(14,1,'2021-06-29 03:29:52','2021-06-29 03:29:52','<div id=\"sp-page\" class=\"spBgcover sp-content-4\" style=\"background-color: rgb(255, 255, 255); font-family: \'Helvetica Neue\', Arial, sans-serif; font-weight: 400;\"><section id=\"sp-ks8a8s\" class=\"sp-el-section \" style=\"width: 600px; max-width: 100%; padding: 10px;\"><div id=\"sp-vw3kvy\" class=\"sp-el-row sm:sp-flex sp-justify-between sp-w-full  sp-m-auto\" style=\"padding: 0px; width: auto; max-width: 1000px;\"><div id=\"sp-ggzp6w\" class=\"sp-el-col sp-p-4  sp-w-full\" style=\"width: calc(100% - 0px); padding: 10px;\"><figure id=\"sp-brhhwi\" class=\"sp-image-wrapper\" style=\"margin-top: 0px; padding: 10px; text-align: center;\"><span><img src=\"http://assets.seedprod.com/clock.png\" alt=\"\"></span></figure><h1 id=\"sp-jkhbii\" data-mobile-css=\"\" class=\"sp-css-target sp-headline-block-jkhbii\" style=\"font-size: 52px; font-weight: bold; color: rgb(50, 27, 38); text-align: center; padding: 10px; margin-top: 0px;\">Coming Soon</h1><div id=\"sp-jdj1i9\" data-mobile-css=\"\" class=\"sp-css-target sp-text-wrapper sp-text-wrapper-jdj1i9\" style=\"font-size: 16px; color: rgb(50, 27, 38); padding: 10px; margin-top: 0px; text-align: center;\"><p>Get ready, something cool is coming!</p></div></div></div></section></div>','','','inherit','closed','closed','','12-revision-v1','','','2021-06-29 03:29:52','2021-06-29 03:29:52','{\"no_conflict_mode\":true,\"no_index\":false,\"seo_title\":\"\",\"seo_description\":\"\",\"favicon\":\"\",\"social_thumbnail\":\"\",\"enable_recaptcha\":false,\"template_id\":373,\"post_title\":\"\",\"post_name\":\"\",\"post_status\":\"draft\",\"show_powered_by_link\":false,\"facebook_app_id\":\"\",\"affiliate_url\":\"\",\"header_scripts\":\"\",\"body_scripts\":\"\",\"footer_scripts\":\"\",\"conversion_scripts\":\"\",\"disable_default_excluded_urls\":false,\"include_exclude_type\":\"0\",\"include_list\":\"\",\"exclude_list\":\"\",\"bypass_phrase\":\"\",\"bypass_expires\":\"2\",\"bypass_cookie\":false,\"access_by_ip\":\"\",\"access_by_role\":[],\"redirect_login_page\":false,\"redirect_mode\":false,\"redirect_url\":\"\",\"domain_mapping_status\":false,\"domain_mapping\":\"\",\"domain_mapping_force_https\":false,\"exclude_list_404\":\"\",\"email_integration_id\":\"\",\"is_new\":false,\"page_type\":\"cs\",\"document\":{\"sections\":[{\"id\":\"ks8a8s\",\"type\":\"section\",\"rows\":[{\"id\":\"vw3kvy\",\"type\":\"row\",\"colType\":\"1-col\",\"cols\":[{\"id\":\"ggzp6w\",\"type\":\"col\",\"blocks\":[{\"id\":\"brhhwi\",\"elType\":\"block\",\"type\":\"image\",\"settings\":{\"unit\":\"px\",\"src\":\"http://assets.seedprod.com/clock.png\",\"altTxt\":\"\",\"link\":\"\",\"width\":\"\",\"height\":\"\",\"marginTop\":\"0\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"imagePadding\":\"\",\"align\":\"center\",\"shadow\":\"\",\"imageBorderRadius\":\"\",\"imageBorderTop\":\"0\",\"imageBorderBottom\":\"0\",\"imageBorderLeft\":\"0\",\"imageBorderRight\":\"0\",\"imageBorderSync\":true,\"imageBorderStyle\":\"solid\",\"imageBorderColor\":\"\",\"blockTemplateId\":false,\"openNewWindow\":false,\"noFollow\":false}},{\"id\":\"jkhbii\",\"elType\":\"block\",\"type\":\"header\",\"settings\":{\"headerTxt\":\"Coming Soon\",\"tag\":\"h1\",\"textColor\":\"#321B26\",\"bgColor\":\"\",\"beforeIcon\":\"\",\"afterIcon\":\"\",\"marginTop\":\"0\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"borderRadius\":\"\",\"border\":\"\",\"borderStyle\":\"\",\"borderSize\":\"\",\"borderColor\":\"\",\"shadow\":\"\",\"textShadow\":\"\",\"font\":\"\",\"fontVariant\":\"\",\"fontSize\":52,\"fontSize_mobile\":\"\",\"lineHeight\":\"\",\"lineHeight_mobile\":\"\",\"letterSpacing\":\"\",\"letterSpacing_mobile\":\"\",\"typographyBold\":true,\"typographyItalic\":\"\",\"typographyUnderline\":\"\",\"align\":\"center\",\"typographyLetterCase\":\"\"}},{\"id\":\"jdj1i9\",\"elType\":\"block\",\"type\":\"text\",\"settings\":{\"txt\":\"<p>Get ready, something cool is coming!</p>\",\"textColor\":\"#321B26\",\"bgColor\":\"\",\"beforeIcon\":\"\",\"afterIcon\":\"\",\"marginTop\":\"0\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"borderRadius\":\"\",\"border\":\"\",\"borderStyle\":\"\",\"borderSize\":\"\",\"borderColor\":\"\",\"shadow\":\"\",\"textShadow\":\"\",\"font\":\"\",\"fontVariant\":\"\",\"fontSize\":16,\"fontSize_mobile\":\"\",\"lineHeight\":\"\",\"lineHeight_mobile\":\"\",\"letterSpacing\":\"\",\"letterSpacing_mobile\":\"\",\"typographyBold\":\"\",\"typographyItalic\":\"\",\"typographyUnderline\":\"\",\"align\":\"center\",\"typographyLetterCase\":\"\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"colWidth\":\"\",\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"\",\"shadow\":\"\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"borderRadiusTL\":\"\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true,\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"colGutter\":0,\"width\":\"1000\",\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"\",\"shadow\":\"\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"paddingLeft\":\"0\",\"paddingRight\":\"0\",\"paddingSync\":true,\"borderRadiusTL\":\"\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true,\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"contentWidth\":\"2\",\"width\":600,\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"\",\"shadow\":\"\",\"paddingTop\":\"10\",\"paddingBottom\":\"10\",\"paddingLeft\":\"10\",\"paddingRight\":\"10\",\"paddingSync\":true,\"borderRadius\":\"\",\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\",\"borderRadiusTL\":\"\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"bgColor\":\"#FFFFFF\",\"bgImage\":\"\",\"bgDimming\":0,\"bgOverlayColor\":\"\",\"bgPosition\":\"cover\",\"buttonColor\":\"#000000\",\"headerColor\":\"#000000\",\"linkColor\":\"#FF0000\",\"linkDarkerColor\":\"#cc0000\",\"textColor\":\"#272727\",\"textFont\":\"\'Helvetica Neue\', Arial, sans-serif\",\"textFontVariant\":\"400\",\"headerFont\":\"\'Helvetica Neue\', Arial, sans-serif\",\"headerFontVariant\":\"400\",\"contentPosition\":\"4\",\"customCss\":\"\",\"headCss\":\"#sp-page{color:#272727} #sp-page .sp-header-tag-h1,#sp-page .sp-header-tag-h2,#sp-page .sp-header-tag-h3,#sp-page .sp-header-tag-h4,#sp-page .sp-header-tag-h5,#sp-page .sp-header-tag-h6{color:#000000}#sp-page h1,#sp-page h2,#sp-page h3,#sp-page h4,#sp-page h5,#sp-page h6{color:#000000; font-family:\'Helvetica Neue\', Arial, sans-serif;font-weight:400;font-style:normal} #sp-page a{color:#FF0000} #sp-page a:hover{color:#cc0000}#sp-page .btn{background-color:#000000}body{background-color:#FFFFFF; background-image:;}\",\"mobileCss\":\"\",\"placeholderCss\":\"\",\"useVideoBg\":false,\"useVideoBgUrl\":\"\",\"useSlideshowBg\":false,\"useSlideshowImgs\":[\"\"]}}}',12,'https://thechrishaunfoundation.org/?p=14',0,'revision','',0),(15,1,'2021-06-29 03:29:53','2021-06-29 03:29:53','<div id=\"sp-page\" class=\"spBgcover sp-content-4\" style=\"background-color: rgb(255, 255, 255); font-family: \'Helvetica Neue\', Arial, sans-serif; font-weight: 400;\"><section id=\"sp-ks8a8s\" class=\"sp-el-section \" style=\"width: 600px; max-width: 100%; padding: 10px;\"><div id=\"sp-vw3kvy\" class=\"sp-el-row sm:sp-flex sp-justify-between sp-w-full  sp-m-auto\" style=\"padding: 0px; width: auto; max-width: 1000px;\"><div id=\"sp-ggzp6w\" class=\"sp-el-col sp-p-4  sp-w-full\" style=\"width: calc(100% - 0px); padding: 10px;\"><figure id=\"sp-brhhwi\" class=\"sp-image-wrapper\" style=\"margin-top: 0px; padding: 10px; text-align: center;\"><span><img src=\"http://assets.seedprod.com/clock.png\" alt=\"\"></span></figure><h1 id=\"sp-jkhbii\" data-mobile-css=\"\" class=\"sp-css-target sp-headline-block-jkhbii\" style=\"font-size: 52px; font-weight: bold; color: rgb(50, 27, 38); text-align: center; padding: 10px; margin-top: 0px;\">Coming Soon</h1><div id=\"sp-jdj1i9\" data-mobile-css=\"\" class=\"sp-css-target sp-text-wrapper sp-text-wrapper-jdj1i9\" style=\"font-size: 16px; color: rgb(50, 27, 38); padding: 10px; margin-top: 0px; text-align: center;\"><p>Get ready, something cool is coming!</p></div></div></div></section></div>','','','inherit','closed','closed','','12-autosave-v1','','','2021-06-29 03:29:53','2021-06-29 03:29:53','{\"no_conflict_mode\":true,\"no_index\":false,\"seo_title\":\"\",\"seo_description\":\"\",\"favicon\":\"\",\"social_thumbnail\":\"\",\"enable_recaptcha\":false,\"template_id\":373,\"post_title\":\"\",\"post_name\":\"\",\"post_status\":\"draft\",\"show_powered_by_link\":false,\"facebook_app_id\":\"\",\"affiliate_url\":\"\",\"header_scripts\":\"\",\"body_scripts\":\"\",\"footer_scripts\":\"\",\"conversion_scripts\":\"\",\"disable_default_excluded_urls\":false,\"include_exclude_type\":\"0\",\"include_list\":\"\",\"exclude_list\":\"\",\"bypass_phrase\":\"\",\"bypass_expires\":\"2\",\"bypass_cookie\":false,\"access_by_ip\":\"\",\"access_by_role\":[],\"redirect_login_page\":false,\"redirect_mode\":false,\"redirect_url\":\"\",\"domain_mapping_status\":false,\"domain_mapping\":\"\",\"domain_mapping_force_https\":false,\"exclude_list_404\":\"\",\"email_integration_id\":\"\",\"is_new\":false,\"page_type\":\"cs\",\"document\":{\"sections\":[{\"id\":\"ks8a8s\",\"type\":\"section\",\"rows\":[{\"id\":\"vw3kvy\",\"type\":\"row\",\"colType\":\"1-col\",\"cols\":[{\"id\":\"ggzp6w\",\"type\":\"col\",\"blocks\":[{\"id\":\"brhhwi\",\"elType\":\"block\",\"type\":\"image\",\"settings\":{\"unit\":\"px\",\"src\":\"http://assets.seedprod.com/clock.png\",\"altTxt\":\"\",\"link\":\"\",\"width\":\"\",\"height\":\"\",\"marginTop\":\"0\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"imagePadding\":\"\",\"align\":\"center\",\"shadow\":\"\",\"imageBorderRadius\":\"\",\"imageBorderTop\":\"0\",\"imageBorderBottom\":\"0\",\"imageBorderLeft\":\"0\",\"imageBorderRight\":\"0\",\"imageBorderSync\":true,\"imageBorderStyle\":\"solid\",\"imageBorderColor\":\"\",\"blockTemplateId\":false,\"openNewWindow\":false,\"noFollow\":false}},{\"id\":\"jkhbii\",\"elType\":\"block\",\"type\":\"header\",\"settings\":{\"headerTxt\":\"Coming Soon\",\"tag\":\"h1\",\"textColor\":\"#321B26\",\"bgColor\":\"\",\"beforeIcon\":\"\",\"afterIcon\":\"\",\"marginTop\":\"0\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"borderRadius\":\"\",\"border\":\"\",\"borderStyle\":\"\",\"borderSize\":\"\",\"borderColor\":\"\",\"shadow\":\"\",\"textShadow\":\"\",\"font\":\"\",\"fontVariant\":\"\",\"fontSize\":52,\"fontSize_mobile\":\"\",\"lineHeight\":\"\",\"lineHeight_mobile\":\"\",\"letterSpacing\":\"\",\"letterSpacing_mobile\":\"\",\"typographyBold\":true,\"typographyItalic\":\"\",\"typographyUnderline\":\"\",\"align\":\"center\",\"typographyLetterCase\":\"\"}},{\"id\":\"jdj1i9\",\"elType\":\"block\",\"type\":\"text\",\"settings\":{\"txt\":\"<p>Get ready, something cool is coming!</p>\",\"textColor\":\"#321B26\",\"bgColor\":\"\",\"beforeIcon\":\"\",\"afterIcon\":\"\",\"marginTop\":\"0\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"borderRadius\":\"\",\"border\":\"\",\"borderStyle\":\"\",\"borderSize\":\"\",\"borderColor\":\"\",\"shadow\":\"\",\"textShadow\":\"\",\"font\":\"\",\"fontVariant\":\"\",\"fontSize\":16,\"fontSize_mobile\":\"\",\"lineHeight\":\"\",\"lineHeight_mobile\":\"\",\"letterSpacing\":\"\",\"letterSpacing_mobile\":\"\",\"typographyBold\":\"\",\"typographyItalic\":\"\",\"typographyUnderline\":\"\",\"align\":\"center\",\"typographyLetterCase\":\"\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"colWidth\":\"\",\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"\",\"shadow\":\"\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"borderRadiusTL\":\"\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true,\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"colGutter\":0,\"width\":\"1000\",\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"\",\"shadow\":\"\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"paddingLeft\":\"0\",\"paddingRight\":\"0\",\"paddingSync\":true,\"borderRadiusTL\":\"\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true,\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"contentWidth\":\"2\",\"width\":600,\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"\",\"shadow\":\"\",\"paddingTop\":\"10\",\"paddingBottom\":\"10\",\"paddingLeft\":\"10\",\"paddingRight\":\"10\",\"paddingSync\":true,\"borderRadius\":\"\",\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\",\"borderRadiusTL\":\"\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"bgColor\":\"#FFFFFF\",\"bgImage\":\"\",\"bgDimming\":0,\"bgOverlayColor\":\"\",\"bgPosition\":\"cover\",\"buttonColor\":\"#000000\",\"headerColor\":\"#000000\",\"linkColor\":\"#FF0000\",\"linkDarkerColor\":\"#cc0000\",\"textColor\":\"#272727\",\"textFont\":\"\'Helvetica Neue\', Arial, sans-serif\",\"textFontVariant\":\"400\",\"headerFont\":\"\'Helvetica Neue\', Arial, sans-serif\",\"headerFontVariant\":\"400\",\"contentPosition\":\"4\",\"customCss\":\"\",\"headCss\":\"#sp-page{color:#272727} #sp-page .sp-header-tag-h1,#sp-page .sp-header-tag-h2,#sp-page .sp-header-tag-h3,#sp-page .sp-header-tag-h4,#sp-page .sp-header-tag-h5,#sp-page .sp-header-tag-h6{color:#000000}#sp-page h1,#sp-page h2,#sp-page h3,#sp-page h4,#sp-page h5,#sp-page h6{color:#000000; font-family:\'Helvetica Neue\', Arial, sans-serif;font-weight:400;font-style:normal} #sp-page a{color:#FF0000} #sp-page a:hover{color:#cc0000}#sp-page .btn{background-color:#000000}body{background-color:#FFFFFF; background-image:;}\",\"mobileCss\":\"\",\"placeholderCss\":\"\",\"useVideoBg\":false,\"useVideoBgUrl\":\"\",\"useSlideshowBg\":false,\"useSlideshowImgs\":[\"\"]}}}',12,'https://thechrishaunfoundation.org/?p=15',0,'revision','',0),(1139,1,'2021-08-16 16:18:43','2021-08-16 16:18:43','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<h2>Community</h2>		\n			<h5>LOCAL ENGAGEMENT\n</h5>		\n				<h5>\n				</h5>\n								<p>Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.</p>\n				<h5>\n				</h5>\n								<p>Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\n</p>\n				<h5>\n				</h5>\n								<p>We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.</p>\n			<p>*For more information about this new exciting program click here!</p>','Our programs','','publish','closed','closed','','our-programs','','','2021-08-16 16:18:44','2021-08-16 16:18:44','',0,'https://thechrishaunfoundation.org/?elementor_library=our-programs',0,'elementor_library','',0),(1140,1,'2021-08-16 16:18:43','2021-08-16 16:18:43','','Our programs','','inherit','closed','closed','','1139-revision-v1','','','2021-08-16 16:18:43','2021-08-16 16:18:43','',1139,'https://thechrishaunfoundation.org/?p=1140',0,'revision','',0),(17,1,'2021-06-29 03:31:38','2021-06-29 03:31:38','{\"fields\":[{\"id\":\"0\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"size\":\"large\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"First Name\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"Last Name\",\"last_default\":\"\",\"css\":\"\",\"label_hide\":\"1\",\"sublabel_hide\":\"1\"},{\"id\":\"1\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"size\":\"large\",\"placeholder\":\"Email\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\",\"label_hide\":\"1\"},{\"id\":\"2\",\"type\":\"textarea\",\"label\":\"Message\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"Message\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\",\"label_hide\":\"1\"}],\"id\":\"17\",\"field_id\":3,\"settings\":{\"form_title\":\"Contact Form\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"antispam\":\"1\",\"form_class\":\"\",\"submit_class\":\"\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"info@thechrishaunfoundation.org\",\"subject\":\"New Entry: Contact Form\",\"sender_name\":\"The Chrishaun Foundation\",\"sender_address\":\"{field_id=\\\"1\\\"}\",\"replyto\":\"{field_id=\\\"1\\\"}\",\"message\":\"{all_fields}\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"351\",\"redirect\":\"\"}}},\"meta\":{\"template\":\"contact\"}}','Contact Form','','publish','closed','closed','','contact-form','','','2021-08-16 06:27:03','2021-08-16 06:27:03','',0,'https://thechrishaunfoundation.org/?post_type=wpforms&#038;p=17',0,'wpforms','',0),(18,1,'2021-06-29 03:31:42','2021-06-29 03:31:42','','logo-retina-free-img.png','','inherit','open','closed','','logo-retina-free-img-png','','','2021-06-29 03:31:42','2021-06-29 03:31:42','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/06/logo-retina-free-img-1.png',0,'attachment','image/png',0),(19,1,'2021-06-29 03:31:42','2021-06-29 03:31:42','','astra','','publish','closed','closed','','astra','','','2021-08-17 08:18:45','2021-08-17 08:18:45','',0,'https://thechrishaunfoundation.org/astra/',0,'custom_css','',0),(20,1,'2021-06-29 03:31:42','2021-06-29 03:31:42','','astra','','inherit','closed','closed','','19-revision-v1','','','2021-06-29 03:31:42','2021-06-29 03:31:42','',19,'https://thechrishaunfoundation.org/?p=20',0,'revision','',0),(374,1,'2021-06-29 08:15:17','2021-06-29 08:15:17','','Home','','inherit','closed','closed','','347-revision-v1','','','2021-06-29 08:15:17','2021-06-29 08:15:17','',347,'https://thechrishaunfoundation.org/?p=374',0,'revision','',0),(34,1,'2021-05-14 08:38:05','2021-05-14 08:38:05','','about-01-free-img','','inherit','open','closed','','about-01-free-img','','','2021-06-29 03:31:53','2021-06-29 03:31:53','',347,'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg',0,'attachment','image/jpeg',0),(35,1,'2021-05-14 08:38:06','2021-05-14 08:38:06','','gallery-01-free-img','','inherit','open','closed','','gallery-01-free-img','','','2021-06-29 03:31:53','2021-06-29 03:31:53','',347,'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-01-free-img-1.jpg',0,'attachment','image/jpeg',0),(36,1,'2021-05-14 08:38:07','2021-05-14 08:38:07','','gallery-02-free-img.jpg','','inherit','open','closed','','gallery-02-free-img-jpg','','','2021-06-29 03:31:53','2021-06-29 03:31:53','',347,'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-02-free-img-1.jpg-1.jpg',0,'attachment','image/jpeg',0),(37,1,'2021-05-14 08:38:08','2021-05-14 08:38:08','','gallery-03-free-img.jpg','','inherit','open','closed','','gallery-03-free-img-jpg','','','2021-06-29 03:31:53','2021-06-29 03:31:53','',347,'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-03-free-img-1.jpg-1.jpg',0,'attachment','image/jpeg',0),(38,1,'2021-05-14 08:38:10','2021-05-14 08:38:10','','hero-01-free-img','','inherit','open','closed','','hero-01-free-img','','','2021-06-29 03:31:53','2021-06-29 03:31:53','',347,'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/hero-01-free-img-1.jpg',0,'attachment','image/jpeg',0),(52,1,'2021-05-14 09:04:43','2021-05-14 09:04:43','','logo-regular-free-img','','inherit','open','closed','','logo-regular-free-img','','','2021-05-14 09:04:43','2021-05-14 09:04:43','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-regular-free-img-1.png',0,'attachment','image/png',0),(53,1,'2021-05-14 09:04:44','2021-05-14 09:04:44','','logo-retina-free-img','','inherit','open','closed','','logo-retina-free-img','','','2021-05-14 09:04:44','2021-05-14 09:04:44','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-retina-free-img-1.png',0,'attachment','image/png',0),(968,1,'2021-08-16 00:21:56','2021-08-16 00:21:56','','ChrisFoundLogo','','inherit','open','closed','','chrisfoundlogo','','','2021-08-16 00:21:56','2021-08-16 00:21:56','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/ChrisFoundLogo.png',0,'attachment','image/png',0),(100,1,'2021-05-14 16:12:46','2021-05-14 16:12:46','','logo-02-free-img','','inherit','open','closed','','logo-02-free-img','','','2021-05-14 16:12:46','2021-05-14 16:12:46','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png',0,'attachment','image/png',0),(101,1,'2021-05-14 16:12:47','2021-05-14 16:12:47','','logo-03-free-img','','inherit','open','closed','','logo-03-free-img','','','2021-05-14 16:12:47','2021-05-14 16:12:47','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png',0,'attachment','image/png',0),(102,1,'2021-05-14 16:12:48','2021-05-14 16:12:48','','logo-04-free-img','','inherit','open','closed','','logo-04-free-img','','','2021-05-14 16:12:48','2021-05-14 16:12:48','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png',0,'attachment','image/png',0),(103,1,'2021-05-14 16:12:50','2021-05-14 16:12:50','','logo-05-free-img','','inherit','open','closed','','logo-05-free-img','','','2021-05-14 16:12:50','2021-05-14 16:12:50','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png',0,'attachment','image/png',0),(136,1,'2021-05-14 18:10:38','2021-05-14 18:10:38','','gallery-001-free-img','','inherit','open','closed','','gallery-001-free-img','','','2021-05-14 18:10:38','2021-05-14 18:10:38','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg',0,'attachment','image/jpeg',0),(137,1,'2021-05-14 18:10:39','2021-05-14 18:10:39','','gallery-002-free-img','','inherit','open','closed','','gallery-002-free-img','','','2021-05-14 18:10:39','2021-05-14 18:10:39','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg',0,'attachment','image/jpeg',0),(138,1,'2021-05-14 18:10:40','2021-05-14 18:10:40','','gallery-003-free-img','','inherit','open','closed','','gallery-003-free-img','','','2021-05-14 18:10:40','2021-05-14 18:10:40','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg',0,'attachment','image/jpeg',0),(226,1,'2021-05-17 08:25:04','2021-05-17 08:25:04','','bg-01-free-img','','inherit','open','closed','','bg-01-free-img','','','2021-06-29 03:31:53','2021-06-29 03:31:53','',349,'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-01-free-img-1.jpg',0,'attachment','image/jpeg',0),(227,1,'2021-05-17 08:25:06','2021-05-17 08:25:06','','bg-02-free-img','','inherit','open','closed','','bg-02-free-img','','','2021-06-29 03:31:53','2021-06-29 03:31:53','',349,'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-02-free-img-1.jpg',0,'attachment','image/jpeg',0),(228,1,'2021-05-17 08:25:07','2021-05-17 08:25:07','','bg-03-free-img','','inherit','open','closed','','bg-03-free-img','','','2021-06-29 03:31:53','2021-06-29 03:31:53','',349,'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-03-free-img-1.jpg',0,'attachment','image/jpeg',0),(345,1,'2021-05-17 16:36:45','2021-05-17 16:36:45','','about-02-free-img','','inherit','open','closed','','about-02-free-img','','','2021-06-29 03:31:53','2021-06-29 03:31:53','',349,'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg',0,'attachment','image/jpeg',0),(346,1,'2021-05-17 16:36:46','2021-05-17 16:36:46','','about-03-free-img','','inherit','open','closed','','about-03-free-img','','','2021-06-29 03:31:53','2021-06-29 03:31:53','',349,'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg',0,'attachment','image/jpeg',0),(347,1,'2021-05-14 08:16:46','2021-05-14 08:16:46','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAnti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" />															\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\n			<h2>Our Programs</h2>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" />															\n			<h5>Life After Loss\n</h5>		\n		Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" />															\n			<h5>Life After Health crisis</h5>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" />															\n			<h5>Life After Homelessness\n</h5>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				+\n							Members Worldwide\n				0\n				+\n							People Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Home','','publish','closed','closed','','home','','','2021-08-18 01:21:14','2021-08-18 01:21:14','',0,'https://thechrishaunfoundation.org/home/',0,'page','',0),(348,1,'2021-05-14 08:16:46','2021-05-14 08:16:46','','Default Kit','','publish','closed','closed','','default-kit-2','','','2021-08-16 06:15:27','2021-08-16 06:15:27','',0,'https://thechrishaunfoundation.org/?elementor_library=default-kit-2',0,'elementor_library','',0),(349,1,'2021-05-14 08:18:37','2021-05-14 08:18:37','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h3>The Chrishaun Foundation</h3>		\n			<h4>A Non-Profit Helping Others Have Life After\n</h4>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n															<img width=\"820\" height=\"312\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png\" alt=\"\" loading=\"lazy\" />															\n			<h2>Our Vision</h2>		\n		The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life’s challenges, traumas, and disaster.		\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.','Our Story','','publish','closed','closed','','our-story','','','2021-08-17 15:18:33','2021-08-17 15:18:33','',0,'https://thechrishaunfoundation.org/about/',0,'page','',0),(350,1,'2021-05-14 08:20:54','2021-05-14 08:20:54','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Racial Justice Commitment</h2>		\n		Athens Area Homeless Shelter believes that every child deserves safe and stable housing. We cannot remain silent while Black families in our community lack safety and stability due to systemic racism that is especially apparent in the housing industry. Black children in Georgia are twice as likely as white children to experience homelessness and we stand against the practices creating this disparity (source). We acknowledge that as a community organization, led by majority white people in a town with a wide racial divide, we must listen, learn, and act. We are committed to advocating for just and liberated housing practices and educational opportunities for our Black community members. We believe Black lives matter. \n			<h5>We recognize that words must be backed by action. Below are specific steps we are taking as an organization, and the resources we are learning from in our commitment to racial justice. </h5>		\n			<h3>Action Plan</h3>		\n		<ul><li>Increasing professional development opportunities for staff and board, focused on recognizing and rectifying racial injustice in housing and related institutions. Opportunities will be offered via a spectrum of resources, discussion and trainings from a variety of antiracism educators.</li><li>Adapting the AAHS social media plan to dedicate at least one monthly post focused on awareness and resources addressing racial injustice in housing and related institutions.</li><li>Updating our Board Member welcome binders to include:<ol><li>Our AAHS Racial Justice Commitment</li><li>A fact sheet on inequities within the Housing institution.</li><li>A resource list of supportive literature compiled by staff and current board members.</li></ol></li><li>Updating our Employee Manual, our Organizational Policies, and our Volunteer Agreement to include the AAHS Racial Justice Commitment.</li><li>Broadening our intern partnerships for more Black students\' involvement.</li><li>Advertising future job openings at AAHS with Black-led networks and publications in our community.</li><li>Increasing efforts to further diversify the AAHS Board of Directors to more accurately reflect our diverse community.</li><li>Establishing June 19, Juneteenth, as a day of reflection and action for racial justice for AAHS Staff.<ul><li>To learn more about Juneteenth, check out local leaders at the <u><a href=\"https://www.negabusinessalliance.org/juneteenth\">Northeast Georgia Business Alliance</a></u>or visit the <u><a href=\"https://nmaahc.si.edu/blog-post/historical-legacy-juneteenth\">National Museum of African American History and Culture</a></u>.</li></ul></li></ul>		\n			<h3>We Find &amp; Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Educate\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Provide Care\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Consult</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Build Schools</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Strengthen\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h2>What we care for</h2>		\n															<img width=\"413\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1.jpg 413w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1-248x300.jpg 248w\" sizes=\"(max-width: 413px) 100vw, 413px\" />															\n			<h3>New life for children, in a new land</h3>		\n		<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>		\n			<h3>A new future for exploited children</h3>		\n		<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>		\n															<img width=\"413\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1.jpg 413w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1-248x300.jpg 248w\" sizes=\"(max-width: 413px) 100vw, 413px\" />															\n															<img width=\"413\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1.jpg 413w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1-248x300.jpg 248w\" sizes=\"(max-width: 413px) 100vw, 413px\" />															\n			<h3>Bringing dreams within reach for children</h3>		\n		<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>','Racial Justice Commitment','','publish','closed','closed','','racial-justice-commitment','','','2021-07-01 06:07:56','2021-07-01 06:07:56','',0,'https://thechrishaunfoundation.org/what-we-do/',0,'page','',0),(351,1,'2021-05-14 08:21:25','2021-05-14 08:21:25','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Get in touch</h2>		\n					<ul>\n							<li>\n										384 Northyards Blvd NW, Suite 100 Atlanta, GA 30313\n									</li>\n								<li>\n										info@thechrishaunfoundation.org\n									</li>\n								<li>\n										1-404-491-9311\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/TheChrishaunFoundation\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/TheChrishaunFdn\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://instagram.com/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a href=\"https://www.linkedin.com/company/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Linkedin\n											</a>\n					<a href=\"https://www.youtube.com/channel/UCmzlzjopXMpjtDYwwQ2qacg\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a href=\"https://thechrishaunfoundation.tumblr.com/\" target=\"_blank\" rel=\"noopener\">\n						Tumblr\n											</a>\n					<a href=\"https://vimeo.com/user108876918\" target=\"_blank\" rel=\"noopener\">\n						Vimeo\n											</a>\n			<h2>Message us</h2>		\n		Please use the contact form below, if you have any general questions or requests about our services.\nWe will try our best to respond back to you within 24 hours.\n[wpforms id=\"17\" title=\"false\" description=\"false\"]		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=384%20Northyards%20Blvd%20NW%2C%20Suite%20100%20Atlanta%2C%20GA%2030313&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"384 Northyards Blvd NW, Suite 100 Atlanta, GA 30313\"\n					aria-label=\"384 Northyards Blvd NW, Suite 100 Atlanta, GA 30313\"\n			></iframe>','Contact','','publish','closed','closed','','contact','','','2021-08-17 13:56:13','2021-08-17 13:56:13','',0,'https://thechrishaunfoundation.org/contact/',0,'page','',0),(352,1,'2021-07-01 11:22:52','2021-05-14 08:24:25',' ','','','publish','closed','closed','','21','','','2021-07-01 11:22:52','2021-07-01 11:22:52','',0,'https://thechrishaunfoundation.org/21/',11,'nav_menu_item','',0),(22,1,'2021-07-01 11:22:52','2021-05-14 08:24:25',' ','','','publish','closed','closed','','22','','','2021-07-01 11:22:52','2021-07-01 11:22:52','',0,'https://thechrishaunfoundation.org/22/',3,'nav_menu_item','',0),(23,1,'2021-07-01 11:22:52','2021-05-14 08:24:25',' ','','','publish','closed','closed','','23','','','2021-07-01 11:22:52','2021-07-01 11:22:52','',0,'https://thechrishaunfoundation.org/23/',2,'nav_menu_item','',0),(24,1,'2021-07-01 11:22:52','2021-05-14 08:24:25',' ','','','publish','closed','closed','','24','','','2021-07-01 11:22:52','2021-07-01 11:22:52','',0,'https://thechrishaunfoundation.org/24/',1,'nav_menu_item','',0),(353,1,'2021-05-17 16:36:47','2021-05-17 16:36:47','','about-04-free-img','','inherit','open','closed','','about-04-free-img','','','2021-05-17 16:36:47','2021-05-17 16:36:47','',349,'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg',0,'attachment','image/jpeg',0),(354,1,'2021-05-17 16:36:48','2021-05-17 16:36:48','','bg-04-free-img','','inherit','open','closed','','bg-04-free-img','','','2021-05-17 16:36:48','2021-05-17 16:36:48','',349,'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg',0,'attachment','image/jpeg',0),(358,1,'2021-05-17 16:49:13','2021-05-17 16:49:13','','what-we-do-001-free-img','','inherit','open','closed','','what-we-do-001-free-img','','','2021-05-17 16:49:13','2021-05-17 16:49:13','',350,'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1.jpg',0,'attachment','image/jpeg',0),(359,1,'2021-05-17 16:49:14','2021-05-17 16:49:14','','what-we-do-002-free-img','','inherit','open','closed','','what-we-do-002-free-img','','','2021-05-17 16:49:14','2021-05-17 16:49:14','',350,'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1.jpg',0,'attachment','image/jpeg',0),(360,1,'2021-05-17 16:49:15','2021-05-17 16:49:15','','what-we-do-003-free-img','','inherit','open','closed','','what-we-do-003-free-img','','','2021-05-17 16:49:15','2021-05-17 16:49:15','',350,'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1.jpg',0,'attachment','image/jpeg',0),(370,1,'2021-05-21 10:51:07','2021-05-21 10:51:07','','charity-social-image','','inherit','open','closed','','charity-social-image','','','2021-05-21 10:51:07','2021-05-21 10:51:07','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/charity-social-image-1.jpg',0,'attachment','image/jpeg',0),(375,1,'2021-06-29 08:15:17','2021-06-29 08:15:17','','Home','','inherit','closed','closed','','347-revision-v1','','','2021-06-29 08:15:17','2021-06-29 08:15:17','',347,'https://thechrishaunfoundation.org/?p=375',0,'revision','',0),(1004,1,'2021-08-16 04:12:33','2021-08-16 04:12:33','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-08-16 04:12:33','2021-08-16 04:12:33','',349,'https://thechrishaunfoundation.org/?p=1004',0,'revision','',0),(376,1,'2021-06-29 08:15:17','2021-06-29 08:15:17','<h5>Together, we can</h5>		\n			<h1>Build a world where all youth are safe</h1>		\n			<a href=\"#\" role=\"button\">\n						read more\n					</a>\n			<h2>About</h2>		\n			<h5>We care for the children all over the world, no matter tempor incididunt ut labore et dolore.</h5>		\n		<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.</p>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"571\" height=\"800\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg 571w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1-214x300.jpg 214w\" sizes=\"(max-width: 571px) 100vw, 571px\" />															\n			<h2>What we do</h2>		\n			<h5>We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find &amp; Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Educate\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Provide Care\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Consult\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-06-29 08:15:17','2021-06-29 08:15:17','',347,'https://thechrishaunfoundation.org/?p=376',0,'revision','',0),(394,1,'2021-06-29 08:32:50','2021-06-29 08:32:50','Slide 1 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here\n<h5>Together, we can</h5>\n<h1>Build a world where all youth are safe</h1>\n<a href=\"#\" role=\"button\">\nread more\n</a>\n<h2>About</h2>\n<h5>We care for the children all over the world, no matter tempor incididunt ut labore et dolore.</h5>\nTempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.\n\n<a href=\"#\" role=\"button\">\nRead more\n</a>\n<img width=\"571\" height=\"800\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg 571w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1-214x300.jpg 214w\" sizes=\"(max-width: 571px) 100vw, 571px\">\n<h2>What we do</h2>\n<h5>We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>\n<a href=\"#\" role=\"button\">\nRead more\n</a>\n<h3>We Find &amp; Fund</h3>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore\n<h3>We Educate</h3>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore\n<h3>We Provide Care</h3>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore\n<h3>We Consult</h3>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore\n<h2>What we have\nachieved</h2>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt\n\n0\nK+\nMembers Worldwide\n0\n+\nChildren Helped\n$\n0\nM+\nFunds Raised\n0\nT\nFood Provided\n<figure class=\"gallery-item\">\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\"></figure>\n<figure class=\"gallery-item\">\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\"></figure>\n<figure class=\"gallery-item\">\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\"></figure>\n<h6>Partners</h6>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\"></figure>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\"></figure>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\"></figure>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\"></figure>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\"></figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-06-29 08:32:50','2021-06-29 08:32:50','',347,'https://thechrishaunfoundation.org/?p=394',0,'revision','',0),(383,1,'2021-06-29 08:29:41','2021-06-29 08:29:41','Slide 1 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n			<h5>Together, we can</h5>		\n			<h1>Build a world where all youth are safe</h1>		\n			<a href=\"#\" role=\"button\">\n						read more\n					</a>\n			<h2>About</h2>		\n			<h5>We care for the children all over the world, no matter tempor incididunt ut labore et dolore.</h5>		\n		<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.</p>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"571\" height=\"800\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg 571w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1-214x300.jpg 214w\" sizes=\"(max-width: 571px) 100vw, 571px\" />															\n			<h2>What we do</h2>		\n			<h5>We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find &amp; Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Educate\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Provide Care\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Consult\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-06-29 08:29:41','2021-06-29 08:29:41','',347,'https://thechrishaunfoundation.org/?p=383',0,'revision','',0),(381,1,'2021-06-29 08:29:41','2021-06-29 08:29:41','<h5>Together, we can</h5>		\n			<h1>Build a world where all youth are safe</h1>		\n			<a href=\"#\" role=\"button\">\n						read more\n					</a>\n			<h2>About</h2>		\n			<h5>We care for the children all over the world, no matter tempor incididunt ut labore et dolore.</h5>		\n		<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.</p>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"571\" height=\"800\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg 571w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1-214x300.jpg 214w\" sizes=\"(max-width: 571px) 100vw, 571px\" />															\n			<h2>What we do</h2>		\n			<h5>We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find &amp; Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Educate\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Provide Care\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Consult\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-06-29 08:29:41','2021-06-29 08:29:41','',347,'https://thechrishaunfoundation.org/?p=381',0,'revision','',0),(380,1,'2021-06-29 08:27:42','2021-06-29 08:27:42','','slide 1','','inherit','open','closed','','slide-1-2','','','2021-06-29 08:27:42','2021-06-29 08:27:42','',347,'https://thechrishaunfoundation.org/wp-content/uploads/2021/06/slide-1-1.jpg',0,'attachment','image/jpeg',0),(382,1,'2021-06-29 08:29:41','2021-06-29 08:29:41','<h5>Together, we can</h5>		\n			<h1>Build a world where all youth are safe</h1>		\n			<a href=\"#\" role=\"button\">\n						read more\n					</a>\n			<h2>About</h2>		\n			<h5>We care for the children all over the world, no matter tempor incididunt ut labore et dolore.</h5>		\n		<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.</p>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"571\" height=\"800\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg 571w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1-214x300.jpg 214w\" sizes=\"(max-width: 571px) 100vw, 571px\" />															\n			<h2>What we do</h2>		\n			<h5>We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find &amp; Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Educate\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Provide Care\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Consult\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-06-29 08:29:41','2021-06-29 08:29:41','',347,'https://thechrishaunfoundation.org/?p=382',0,'revision','',0),(387,1,'2021-06-29 08:30:09','2021-06-29 08:30:09','Slide 1 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n			<h5>Together, we can</h5>		\n			<h1>Build a world where all youth are safe</h1>		\n			<a href=\"#\" role=\"button\">\n						read more\n					</a>\n			<h2>About</h2>		\n			<h5>We care for the children all over the world, no matter tempor incididunt ut labore et dolore.</h5>		\n		<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.</p>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"571\" height=\"800\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg 571w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1-214x300.jpg 214w\" sizes=\"(max-width: 571px) 100vw, 571px\" />															\n			<h2>What we do</h2>		\n			<h5>We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find &amp; Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Educate\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Provide Care\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Consult\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-06-29 08:30:09','2021-06-29 08:30:09','',347,'https://thechrishaunfoundation.org/?p=387',0,'revision','',0),(385,1,'2021-06-29 08:30:08','2021-06-29 08:30:08','Slide 1 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n			<h5>Together, we can</h5>		\n			<h1>Build a world where all youth are safe</h1>		\n			<a href=\"#\" role=\"button\">\n						read more\n					</a>\n			<h2>About</h2>		\n			<h5>We care for the children all over the world, no matter tempor incididunt ut labore et dolore.</h5>		\n		<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.</p>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"571\" height=\"800\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg 571w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1-214x300.jpg 214w\" sizes=\"(max-width: 571px) 100vw, 571px\" />															\n			<h2>What we do</h2>		\n			<h5>We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find &amp; Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Educate\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Provide Care\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Consult\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-06-29 08:30:08','2021-06-29 08:30:08','',347,'https://thechrishaunfoundation.org/?p=385',0,'revision','',0),(386,1,'2021-06-29 08:30:08','2021-06-29 08:30:08','Slide 1 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n			<h5>Together, we can</h5>		\n			<h1>Build a world where all youth are safe</h1>		\n			<a href=\"#\" role=\"button\">\n						read more\n					</a>\n			<h2>About</h2>		\n			<h5>We care for the children all over the world, no matter tempor incididunt ut labore et dolore.</h5>		\n		<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.</p>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"571\" height=\"800\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg 571w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1-214x300.jpg 214w\" sizes=\"(max-width: 571px) 100vw, 571px\" />															\n			<h2>What we do</h2>		\n			<h5>We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find &amp; Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Educate\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Provide Care\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Consult\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-06-29 08:30:08','2021-06-29 08:30:08','',347,'https://thechrishaunfoundation.org/?p=386',0,'revision','',0),(388,1,'2021-06-29 08:31:46','2021-06-29 08:31:46','Slide 1 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n			<h5>Together, we can</h5>		\n			<h1>Build a world where all youth are safe</h1>		\n			<a href=\"#\" role=\"button\">\n						read more\n					</a>\n			<h2>About</h2>		\n			<h5>We care for the children all over the world, no matter tempor incididunt ut labore et dolore.</h5>		\n		<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.</p>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"571\" height=\"800\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg 571w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1-214x300.jpg 214w\" sizes=\"(max-width: 571px) 100vw, 571px\" />															\n			<h2>What we do</h2>		\n			<h5>We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find &amp; Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Educate\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Provide Care\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Consult\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-06-29 08:31:46','2021-06-29 08:31:46','',347,'https://thechrishaunfoundation.org/?p=388',0,'revision','',0),(389,1,'2021-06-29 08:31:46','2021-06-29 08:31:46','Slide 1 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n			<h5>Together, we can</h5>		\n			<h1>Build a world where all youth are safe</h1>		\n			<a href=\"#\" role=\"button\">\n						read more\n					</a>\n			<h2>About</h2>		\n			<h5>We care for the children all over the world, no matter tempor incididunt ut labore et dolore.</h5>		\n		<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.</p>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"571\" height=\"800\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg 571w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1-214x300.jpg 214w\" sizes=\"(max-width: 571px) 100vw, 571px\" />															\n			<h2>What we do</h2>		\n			<h5>We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find &amp; Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Educate\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Provide Care\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Consult\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-06-29 08:31:46','2021-06-29 08:31:46','',347,'https://thechrishaunfoundation.org/?p=389',0,'revision','',0),(390,1,'2021-06-29 08:31:46','2021-06-29 08:31:46','Slide 1 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n			<h5>Together, we can</h5>		\n			<h1>Build a world where all youth are safe</h1>		\n			<a href=\"#\" role=\"button\">\n						read more\n					</a>\n			<h2>About</h2>		\n			<h5>We care for the children all over the world, no matter tempor incididunt ut labore et dolore.</h5>		\n		<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.</p>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"571\" height=\"800\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg 571w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1-214x300.jpg 214w\" sizes=\"(max-width: 571px) 100vw, 571px\" />															\n			<h2>What we do</h2>		\n			<h5>We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find &amp; Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Educate\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Provide Care\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Consult\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-06-29 08:31:46','2021-06-29 08:31:46','',347,'https://thechrishaunfoundation.org/?p=390',0,'revision','',0),(391,1,'2021-06-29 08:32:13','2021-06-29 08:32:13','Slide 1 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n			<h5>Together, we can</h5>		\n			<h1>Build a world where all youth are safe</h1>		\n			<a href=\"#\" role=\"button\">\n						read more\n					</a>\n			<h2>About</h2>		\n			<h5>We care for the children all over the world, no matter tempor incididunt ut labore et dolore.</h5>		\n		<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.</p>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"571\" height=\"800\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg 571w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1-214x300.jpg 214w\" sizes=\"(max-width: 571px) 100vw, 571px\" />															\n			<h2>What we do</h2>		\n			<h5>We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find &amp; Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Educate\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Provide Care\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Consult\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-06-29 08:32:13','2021-06-29 08:32:13','',347,'https://thechrishaunfoundation.org/?p=391',0,'revision','',0),(392,1,'2021-06-29 08:32:13','2021-06-29 08:32:13','Slide 1 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n			<h5>Together, we can</h5>		\n			<h1>Build a world where all youth are safe</h1>		\n			<a href=\"#\" role=\"button\">\n						read more\n					</a>\n			<h2>About</h2>		\n			<h5>We care for the children all over the world, no matter tempor incididunt ut labore et dolore.</h5>		\n		<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.</p>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"571\" height=\"800\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg 571w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1-214x300.jpg 214w\" sizes=\"(max-width: 571px) 100vw, 571px\" />															\n			<h2>What we do</h2>		\n			<h5>We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find &amp; Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Educate\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Provide Care\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Consult\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-06-29 08:32:13','2021-06-29 08:32:13','',347,'https://thechrishaunfoundation.org/?p=392',0,'revision','',0),(393,1,'2021-06-29 08:32:14','2021-06-29 08:32:14','Slide 1 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n			<h5>Together, we can</h5>		\n			<h1>Build a world where all youth are safe</h1>		\n			<a href=\"#\" role=\"button\">\n						read more\n					</a>\n			<h2>About</h2>		\n			<h5>We care for the children all over the world, no matter tempor incididunt ut labore et dolore.</h5>		\n		<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.</p>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"571\" height=\"800\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg 571w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1-214x300.jpg 214w\" sizes=\"(max-width: 571px) 100vw, 571px\" />															\n			<h2>What we do</h2>		\n			<h5>We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find &amp; Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Educate\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Provide Care\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Consult\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-06-29 08:32:14','2021-06-29 08:32:14','',347,'https://thechrishaunfoundation.org/?p=393',0,'revision','',0),(395,1,'2021-06-29 08:33:45','2021-06-29 08:33:45','Slide 1 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here\n<h5>Together, we can</h5>\n<h1>Build a world where all youth are safe</h1>\n<a href=\"#\" role=\"button\">\nread more\n</a>\n<h2>About</h2>\n<h5>We care for the children all over the world, no matter tempor incididunt ut labore et dolore.</h5>\nTempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.\n\n<a href=\"#\" role=\"button\">\nRead more\n</a>\n<img width=\"571\" height=\"800\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg 571w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1-214x300.jpg 214w\" sizes=\"(max-width: 571px) 100vw, 571px\">\n<h2>What we do</h2>\n<h5>We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>\n<a href=\"#\" role=\"button\">\nRead more\n</a>\n<h3>We Find &amp; Fund</h3>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore\n<h3>We Educate</h3>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore\n<h3>We Provide Care</h3>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore\n<h3>We Consult</h3>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore\n<h2>What we have\nachieved</h2>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt\n\n0\nK+\nMembers Worldwide\n0\n+\nChildren Helped\n$\n0\nM+\nFunds Raised\n0\nT\nFood Provided\n<figure class=\"gallery-item\">\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\"></figure>\n<figure class=\"gallery-item\">\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\"></figure>\n<figure class=\"gallery-item\">\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\"></figure>\n<h6>Partners</h6>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\"></figure>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\"></figure>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\"></figure>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\"></figure>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\"></figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-06-29 08:33:45','2021-06-29 08:33:45','',347,'https://thechrishaunfoundation.org/?p=395',0,'revision','',0),(396,1,'2021-06-29 08:33:45','2021-06-29 08:33:45','Slide 1 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here\n<h5>Together, we can</h5>\n<h1>Build a world where all youth are safe</h1>\n<a href=\"#\" role=\"button\">\nread more\n</a>\n<h2>About</h2>\n<h5>We care for the children all over the world, no matter tempor incididunt ut labore et dolore.</h5>\nTempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.\n\n<a href=\"#\" role=\"button\">\nRead more\n</a>\n<img width=\"571\" height=\"800\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg 571w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1-214x300.jpg 214w\" sizes=\"(max-width: 571px) 100vw, 571px\">\n<h2>What we do</h2>\n<h5>We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>\n<a href=\"#\" role=\"button\">\nRead more\n</a>\n<h3>We Find &amp; Fund</h3>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore\n<h3>We Educate</h3>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore\n<h3>We Provide Care</h3>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore\n<h3>We Consult</h3>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore\n<h2>What we have\nachieved</h2>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt\n\n0\nK+\nMembers Worldwide\n0\n+\nChildren Helped\n$\n0\nM+\nFunds Raised\n0\nT\nFood Provided\n<figure class=\"gallery-item\">\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\"></figure>\n<figure class=\"gallery-item\">\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\"></figure>\n<figure class=\"gallery-item\">\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\"></figure>\n<h6>Partners</h6>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\"></figure>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\"></figure>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\"></figure>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\"></figure>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\"></figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-06-29 08:33:45','2021-06-29 08:33:45','',347,'https://thechrishaunfoundation.org/?p=396',0,'revision','',0),(398,1,'2021-06-29 08:34:31','2021-06-29 08:34:31','Slide 1 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here\n<h5>Together, we can</h5>\n<h1>Build a world where all youth are safe</h1>\n<a href=\"#\" role=\"button\">\nread more\n</a>\n<h2>About</h2>\n<h5>We care for the children all over the world, no matter tempor incididunt ut labore et dolore.</h5>\nTempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.\n\n<a href=\"#\" role=\"button\">\nRead more\n</a>\n<img width=\"571\" height=\"800\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg 571w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1-214x300.jpg 214w\" sizes=\"(max-width: 571px) 100vw, 571px\">\n<h2>What we do</h2>\n<h5>We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>\n<a href=\"#\" role=\"button\">\nRead more\n</a>\n<h3>We Find &amp; Fund</h3>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore\n<h3>We Educate</h3>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore\n<h3>We Provide Care</h3>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore\n<h3>We Consult</h3>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore\n<h2>What we have\nachieved</h2>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt\n\n0\nK+\nMembers Worldwide\n0\n+\nChildren Helped\n$\n0\nM+\nFunds Raised\n0\nT\nFood Provided\n<figure class=\"gallery-item\">\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\"></figure>\n<figure class=\"gallery-item\">\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\"></figure>\n<figure class=\"gallery-item\">\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\"></figure>\n<h6>Partners</h6>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\"></figure>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\"></figure>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\"></figure>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\"></figure>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\"></figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-06-29 08:34:31','2021-06-29 08:34:31','',347,'https://thechrishaunfoundation.org/?p=398',0,'revision','',0),(397,1,'2021-06-29 08:33:46','2021-06-29 08:33:46','Slide 1 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n			<h5>Together, we can</h5>		\n			<h1>Build a world where all youth are safe</h1>		\n			<a href=\"#\" role=\"button\">\n						read more\n					</a>\n			<h2>About</h2>		\n			<h5>We care for the children all over the world, no matter tempor incididunt ut labore et dolore.</h5>		\n		<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.</p>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"571\" height=\"800\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg 571w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1-214x300.jpg 214w\" sizes=\"(max-width: 571px) 100vw, 571px\" />															\n			<h2>What we do</h2>		\n			<h5>We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find &amp; Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Educate\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Provide Care\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Consult\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-06-29 08:33:46','2021-06-29 08:33:46','',347,'https://thechrishaunfoundation.org/?p=397',0,'revision','',0),(962,1,'2021-08-15 23:12:05','2021-08-15 23:12:05','','homeless_jobless','','inherit','open','closed','','homeless_jobless','','','2021-08-15 23:12:05','2021-08-15 23:12:05','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/homeless_jobless.png',0,'attachment','image/png',0),(400,1,'2021-06-29 17:00:59','2021-06-29 17:00:59','Slide 1 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here\n<h5>Together, we can</h5>\n<h1>Build a world where all youth are safe</h1>\n<a href=\"#\" role=\"button\">\nread more\n</a>\n<h2>About</h2>\n<h5>We care for the children all over the world, no matter tempor incididunt ut labore et dolore.</h5>\nTempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.\n\n<a href=\"#\" role=\"button\">\nRead more\n</a>\n<img width=\"571\" height=\"800\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg 571w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1-214x300.jpg 214w\" sizes=\"(max-width: 571px) 100vw, 571px\">\n<h2>What we do</h2>\n<h5>We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>\n<a href=\"#\" role=\"button\">\nRead more\n</a>\n<h3>We Find &amp; Fund</h3>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore\n<h3>We Educate</h3>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore\n<h3>We Provide Care</h3>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore\n<h3>We Consult</h3>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore\n<h2>What we have\nachieved</h2>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt\n\n0\nK+\nMembers Worldwide\n0\n+\nChildren Helped\n$\n0\nM+\nFunds Raised\n0\nT\nFood Provided\n<figure class=\"gallery-item\">\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\"></figure>\n<figure class=\"gallery-item\">\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\"></figure>\n<figure class=\"gallery-item\">\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\"></figure>\n<h6>Partners</h6>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\"></figure>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\"></figure>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\"></figure>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\"></figure>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\"></figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-06-29 17:00:59','2021-06-29 17:00:59','',347,'https://thechrishaunfoundation.org/?p=400',0,'revision','',0),(401,1,'2021-06-29 17:00:59','2021-06-29 17:00:59','Slide 1 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here\n<h5>Together, we can</h5>\n<h1>Build a world where all youth are safe</h1>\n<a href=\"#\" role=\"button\">\nread more\n</a>\n<h2>About</h2>\n<h5>We care for the children all over the world, no matter tempor incididunt ut labore et dolore.</h5>\nTempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.\n\n<a href=\"#\" role=\"button\">\nRead more\n</a>\n<img width=\"571\" height=\"800\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg 571w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1-214x300.jpg 214w\" sizes=\"(max-width: 571px) 100vw, 571px\">\n<h2>What we do</h2>\n<h5>We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>\n<a href=\"#\" role=\"button\">\nRead more\n</a>\n<h3>We Find &amp; Fund</h3>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore\n<h3>We Educate</h3>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore\n<h3>We Provide Care</h3>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore\n<h3>We Consult</h3>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore\n<h2>What we have\nachieved</h2>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt\n\n0\nK+\nMembers Worldwide\n0\n+\nChildren Helped\n$\n0\nM+\nFunds Raised\n0\nT\nFood Provided\n<figure class=\"gallery-item\">\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\"></figure>\n<figure class=\"gallery-item\">\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\"></figure>\n<figure class=\"gallery-item\">\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\"></figure>\n<h6>Partners</h6>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\"></figure>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\"></figure>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\"></figure>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\"></figure>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\"></figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-06-29 17:00:59','2021-06-29 17:00:59','',347,'https://thechrishaunfoundation.org/?p=401',0,'revision','',0),(405,1,'2021-06-29 17:01:47','2021-06-29 17:01:47','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h2>About</h2>		\n			<h5>We care for the children all over the world, no matter tempor incididunt ut labore et dolore.</h5>		\n		<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.</p>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"571\" height=\"800\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg 571w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1-214x300.jpg 214w\" sizes=\"(max-width: 571px) 100vw, 571px\" />															\n			<h2>What we do</h2>		\n			<h5>We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find &amp; Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Educate\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Provide Care\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Consult\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-06-29 17:01:47','2021-06-29 17:01:47','',347,'https://thechrishaunfoundation.org/?p=405',0,'revision','',0),(402,1,'2021-06-29 17:00:59','2021-06-29 17:00:59','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h5>Together, we can</h5>		\n			<h1>Build a world where all youth are safe</h1>		\n			<a href=\"#\" role=\"button\">\n						read more\n					</a>\n			<h2>About</h2>		\n			<h5>We care for the children all over the world, no matter tempor incididunt ut labore et dolore.</h5>		\n		<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.</p>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"571\" height=\"800\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg 571w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1-214x300.jpg 214w\" sizes=\"(max-width: 571px) 100vw, 571px\" />															\n			<h2>What we do</h2>		\n			<h5>We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find &amp; Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Educate\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Provide Care\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Consult\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-06-29 17:00:59','2021-06-29 17:00:59','',347,'https://thechrishaunfoundation.org/?p=402',0,'revision','',0),(403,1,'2021-06-29 17:01:47','2021-06-29 17:01:47','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h5>Together, we can</h5>		\n			<h1>Build a world where all youth are safe</h1>		\n			<a href=\"#\" role=\"button\">\n						read more\n					</a>\n			<h2>About</h2>		\n			<h5>We care for the children all over the world, no matter tempor incididunt ut labore et dolore.</h5>		\n		<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.</p>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"571\" height=\"800\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg 571w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1-214x300.jpg 214w\" sizes=\"(max-width: 571px) 100vw, 571px\" />															\n			<h2>What we do</h2>		\n			<h5>We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find &amp; Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Educate\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Provide Care\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Consult\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-06-29 17:01:47','2021-06-29 17:01:47','',347,'https://thechrishaunfoundation.org/?p=403',0,'revision','',0),(404,1,'2021-06-29 17:01:47','2021-06-29 17:01:47','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h5>Together, we can</h5>		\n			<h1>Build a world where all youth are safe</h1>		\n			<a href=\"#\" role=\"button\">\n						read more\n					</a>\n			<h2>About</h2>		\n			<h5>We care for the children all over the world, no matter tempor incididunt ut labore et dolore.</h5>		\n		<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.</p>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"571\" height=\"800\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg 571w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1-214x300.jpg 214w\" sizes=\"(max-width: 571px) 100vw, 571px\" />															\n			<h2>What we do</h2>		\n			<h5>We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find &amp; Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Educate\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Provide Care\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Consult\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-06-29 17:01:47','2021-06-29 17:01:47','',347,'https://thechrishaunfoundation.org/?p=404',0,'revision','',0),(406,1,'2021-06-29 17:04:16','2021-06-29 17:04:16','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h2>About</h2>		\n			<h5>We care for the children all over the world, no matter tempor incididunt ut labore et dolore.</h5>		\n		<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.</p>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"571\" height=\"800\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg 571w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1-214x300.jpg 214w\" sizes=\"(max-width: 571px) 100vw, 571px\" />															\n			<h2>What we do</h2>		\n			<h5>We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find &amp; Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Educate\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Provide Care\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Consult\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-06-29 17:04:16','2021-06-29 17:04:16','',347,'https://thechrishaunfoundation.org/?p=406',0,'revision','',0),(407,1,'2021-06-29 17:04:17','2021-06-29 17:04:17','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h2>About</h2>		\n			<h5>We care for the children all over the world, no matter tempor incididunt ut labore et dolore.</h5>		\n		<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.</p>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"571\" height=\"800\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg 571w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1-214x300.jpg 214w\" sizes=\"(max-width: 571px) 100vw, 571px\" />															\n			<h2>What we do</h2>		\n			<h5>We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find &amp; Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Educate\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Provide Care\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Consult\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-06-29 17:04:17','2021-06-29 17:04:17','',347,'https://thechrishaunfoundation.org/?p=407',0,'revision','',0),(408,1,'2021-06-29 17:04:17','2021-06-29 17:04:17','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h2>About</h2>		\n			<h5>We care for the children all over the world, no matter tempor incididunt ut labore et dolore.</h5>		\n		<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.</p>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"571\" height=\"800\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg 571w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1-214x300.jpg 214w\" sizes=\"(max-width: 571px) 100vw, 571px\" />															\n			<h2>What we do</h2>		\n			<h5>We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find &amp; Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Educate\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Provide Care\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Consult\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-06-29 17:04:17','2021-06-29 17:04:17','',347,'https://thechrishaunfoundation.org/?p=408',0,'revision','',0),(409,1,'2021-06-29 17:05:50','2021-06-29 17:05:50','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h2>About</h2>		\n			<h5>We care for the children all over the world, no matter tempor incididunt ut labore et dolore.</h5>		\n		<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.</p>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"571\" height=\"800\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg 571w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1-214x300.jpg 214w\" sizes=\"(max-width: 571px) 100vw, 571px\" />															\n			<h2>What we do</h2>		\n			<h5>We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find &amp; Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Educate\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Provide Care\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Consult\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-06-29 17:05:50','2021-06-29 17:05:50','',347,'https://thechrishaunfoundation.org/?p=409',0,'revision','',0),(410,1,'2021-06-29 17:05:50','2021-06-29 17:05:50','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h2>About</h2>		\n			<h5>We care for the children all over the world, no matter tempor incididunt ut labore et dolore.</h5>		\n		<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.</p>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"571\" height=\"800\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg 571w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1-214x300.jpg 214w\" sizes=\"(max-width: 571px) 100vw, 571px\" />															\n			<h2>What we do</h2>		\n			<h5>We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find &amp; Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Educate\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Provide Care\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Consult\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-06-29 17:05:50','2021-06-29 17:05:50','',347,'https://thechrishaunfoundation.org/?p=410',0,'revision','',0),(411,1,'2021-06-29 17:05:50','2021-06-29 17:05:50','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h2>About</h2>		\n			<h5>We care for the children all over the world, no matter tempor incididunt ut labore et dolore.</h5>		\n		<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.</p>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"571\" height=\"800\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg 571w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1-214x300.jpg 214w\" sizes=\"(max-width: 571px) 100vw, 571px\" />															\n			<h2>What we do</h2>		\n			<h5>We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find &amp; Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Educate\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Provide Care\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Consult\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-06-29 17:05:50','2021-06-29 17:05:50','',347,'https://thechrishaunfoundation.org/?p=411',0,'revision','',0),(412,1,'2021-06-29 17:09:51','2021-06-29 17:09:51','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h2>About</h2>		\n			<h5>We care for the children all over the world, no matter tempor incididunt ut labore et dolore.</h5>		\n		<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.</p>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"571\" height=\"800\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg 571w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1-214x300.jpg 214w\" sizes=\"(max-width: 571px) 100vw, 571px\" />															\n			<h2>What we do</h2>		\n			<h5>We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find &amp; Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Educate\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Provide Care\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Consult\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-06-29 17:09:51','2021-06-29 17:09:51','',347,'https://thechrishaunfoundation.org/?p=412',0,'revision','',0),(413,1,'2021-06-29 17:09:51','2021-06-29 17:09:51','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h2>About</h2>		\n			<h5>We care for the children all over the world, no matter tempor incididunt ut labore et dolore.</h5>		\n		<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.</p>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"571\" height=\"800\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg 571w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1-214x300.jpg 214w\" sizes=\"(max-width: 571px) 100vw, 571px\" />															\n			<h2>What we do</h2>		\n			<h5>We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find &amp; Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Educate\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Provide Care\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Consult\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-06-29 17:09:51','2021-06-29 17:09:51','',347,'https://thechrishaunfoundation.org/?p=413',0,'revision','',0),(414,1,'2021-06-29 17:09:51','2021-06-29 17:09:51','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h2>About</h2>		\n			<h5>We care for the children all over the world, no matter tempor incididunt ut labore et dolore.</h5>		\n		<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.</p>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"571\" height=\"800\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg 571w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1-214x300.jpg 214w\" sizes=\"(max-width: 571px) 100vw, 571px\" />															\n			<h2>What we do</h2>		\n			<h5>We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find &amp; Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Educate\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Provide Care\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Consult\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-06-29 17:09:51','2021-06-29 17:09:51','',347,'https://thechrishaunfoundation.org/?p=414',0,'revision','',0),(415,1,'2021-06-29 17:13:55','2021-06-29 17:13:55','','slide 5','','inherit','open','closed','','slide-5','','','2021-06-29 17:13:55','2021-06-29 17:13:55','',347,'https://thechrishaunfoundation.org/wp-content/uploads/2021/06/slide-5.jpg',0,'attachment','image/jpeg',0),(416,1,'2021-06-29 17:13:58','2021-06-29 17:13:58','','slide 2','','inherit','open','closed','','slide-2','','','2021-06-29 17:13:58','2021-06-29 17:13:58','',347,'https://thechrishaunfoundation.org/wp-content/uploads/2021/06/slide-2.jpg',0,'attachment','image/jpeg',0),(417,1,'2021-06-29 17:14:02','2021-06-29 17:14:02','','slide 3','','inherit','open','closed','','slide-3','','','2021-06-29 17:14:02','2021-06-29 17:14:02','',347,'https://thechrishaunfoundation.org/wp-content/uploads/2021/06/slide-3.jpg',0,'attachment','image/jpeg',0),(418,1,'2021-06-29 17:14:05','2021-06-29 17:14:05','','slide 4','','inherit','open','closed','','slide-4','','','2021-06-29 17:14:05','2021-06-29 17:14:05','',347,'https://thechrishaunfoundation.org/wp-content/uploads/2021/06/slide-4.jpg',0,'attachment','image/jpeg',0),(419,1,'2021-06-29 17:15:09','2021-06-29 17:15:09','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h2>About</h2>		\n			<h5>We care for the children all over the world, no matter tempor incididunt ut labore et dolore.</h5>		\n		<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.</p>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"571\" height=\"800\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg 571w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1-214x300.jpg 214w\" sizes=\"(max-width: 571px) 100vw, 571px\" />															\n			<h2>What we do</h2>		\n			<h5>We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find &amp; Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Educate\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Provide Care\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Consult\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-06-29 17:15:09','2021-06-29 17:15:09','',347,'https://thechrishaunfoundation.org/?p=419',0,'revision','',0),(420,1,'2021-06-29 17:15:09','2021-06-29 17:15:09','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h2>About</h2>		\n			<h5>We care for the children all over the world, no matter tempor incididunt ut labore et dolore.</h5>		\n		<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.</p>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"571\" height=\"800\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg 571w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1-214x300.jpg 214w\" sizes=\"(max-width: 571px) 100vw, 571px\" />															\n			<h2>What we do</h2>		\n			<h5>We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find &amp; Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Educate\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Provide Care\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Consult\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-06-29 17:15:09','2021-06-29 17:15:09','',347,'https://thechrishaunfoundation.org/?p=420',0,'revision','',0),(421,1,'2021-06-29 17:15:10','2021-06-29 17:15:10','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h2>About</h2>		\n			<h5>We care for the children all over the world, no matter tempor incididunt ut labore et dolore.</h5>		\n		<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.</p>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"571\" height=\"800\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg 571w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1-214x300.jpg 214w\" sizes=\"(max-width: 571px) 100vw, 571px\" />															\n			<h2>What we do</h2>		\n			<h5>We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find &amp; Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Educate\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Provide Care\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Consult\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-06-29 17:15:10','2021-06-29 17:15:10','',347,'https://thechrishaunfoundation.org/?p=421',0,'revision','',0),(422,1,'2021-06-30 02:38:31','2021-06-30 02:38:31','','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-06-30 02:38:31','2021-06-30 02:38:31','',349,'https://thechrishaunfoundation.org/?p=422',0,'revision','',0),(423,1,'2021-06-30 02:41:23','2021-06-30 02:41:23','','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-06-30 02:41:23','2021-06-30 02:41:23','',349,'https://thechrishaunfoundation.org/?p=423',0,'revision','',0),(424,1,'2021-06-30 02:41:23','2021-06-30 02:41:23','','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-06-30 02:41:23','2021-06-30 02:41:23','',349,'https://thechrishaunfoundation.org/?p=424',0,'revision','',0),(1461,1,'2021-08-17 15:17:53','2021-08-17 15:17:53','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h3>The Chrishaun Foundation</h3>		\n			<h4>A Non-Profit Helping Others Have Life After\n</h4>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n															<img width=\"820\" height=\"312\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png\" alt=\"\" loading=\"lazy\" />															\n			<h2>Our Vision</h2>		\n		The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life’s challenges, traumas, and disaster.		\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-08-17 15:17:53','2021-08-17 15:17:53','',349,'https://thechrishaunfoundation.org/?p=1461',0,'revision','',0),(1025,1,'2021-08-16 04:43:42','2021-08-16 04:43:42','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h4>A Non-Profit Helping Others Have Life After\n</h4>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n															<img width=\"820\" height=\"312\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png 820w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-300x114.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-768x292.png 768w\" sizes=\"(max-width: 820px) 100vw, 820px\" />															\n			<h2>Our Vision</h2>		\n		The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life’s challenges, traumas, and disaster.		\n			<h2>Our Vision</h2>		\n		The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life’s challenges, traumas, and disaster.		\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-08-16 04:43:42','2021-08-16 04:43:42','',349,'https://thechrishaunfoundation.org/?p=1025',0,'revision','',0),(1022,1,'2021-08-16 04:42:20','2021-08-16 04:42:20','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h4>A Non-Profit Helping Others Have Life After\n</h4>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n															<img width=\"820\" height=\"312\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png 820w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-300x114.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-768x292.png 768w\" sizes=\"(max-width: 820px) 100vw, 820px\" />															\n			<h2>Our Vision</h2>		\n		The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life’s challenges, traumas, and disaster.		\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-08-16 04:42:20','2021-08-16 04:42:20','',349,'https://thechrishaunfoundation.org/?p=1022',0,'revision','',0),(428,1,'2021-06-30 02:44:05','2021-06-30 02:44:05','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Support familiesLearn about our response during the covid-19 crisis				\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our approach</h2>		\n			<h6>Our Mission</h6>		\n			<h5>We facilitate safe learning spaces lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum.</p>		\n			<h6>Our Vision</h6>		\n			<h5>We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit.</h5>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum.</p>		\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-06-30 02:44:05','2021-06-30 02:44:05','',349,'https://thechrishaunfoundation.org/?p=428',0,'revision','',0),(425,1,'2021-06-30 02:41:23','2021-06-30 02:41:23','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Support familiesLearn about our response during the covid-19 crisis				\n			<h2>Who we are</h2>		\n			<h5>Partnering to build a world where all children are lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do.</h5>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p><p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our approach</h2>		\n			<h6>Our Mission</h6>		\n			<h5>We facilitate safe learning spaces lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum.</p>		\n			<h6>Our Vision</h6>		\n			<h5>We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit.</h5>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum.</p>		\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-06-30 02:41:23','2021-06-30 02:41:23','',349,'https://thechrishaunfoundation.org/?p=425',0,'revision','',0),(426,1,'2021-06-30 02:44:05','2021-06-30 02:44:05','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Support familiesLearn about our response during the covid-19 crisis				\n			<h2>Who we are</h2>		\n			<h5>Partnering to build a world where all children are lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do.</h5>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p><p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our approach</h2>		\n			<h6>Our Mission</h6>		\n			<h5>We facilitate safe learning spaces lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum.</p>		\n			<h6>Our Vision</h6>		\n			<h5>We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit.</h5>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum.</p>		\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-06-30 02:44:05','2021-06-30 02:44:05','',349,'https://thechrishaunfoundation.org/?p=426',0,'revision','',0),(427,1,'2021-06-30 02:44:05','2021-06-30 02:44:05','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Support familiesLearn about our response during the covid-19 crisis				\n			<h2>Who we are</h2>		\n			<h5>Partnering to build a world where all children are lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do.</h5>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p><p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our approach</h2>		\n			<h6>Our Mission</h6>		\n			<h5>We facilitate safe learning spaces lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum.</p>		\n			<h6>Our Vision</h6>		\n			<h5>We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit.</h5>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum.</p>		\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-06-30 02:44:05','2021-06-30 02:44:05','',349,'https://thechrishaunfoundation.org/?p=427',0,'revision','',0),(429,1,'2021-06-30 02:46:30','2021-06-30 02:46:30','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Support familiesLearn about our response during the covid-19 crisis				\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our approach</h2>		\n			<h6>Our Mission</h6>		\n			<h5>We facilitate safe learning spaces lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum.</p>		\n			<h6>Our Vision</h6>		\n			<h5>We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit.</h5>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum.</p>		\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-06-30 02:46:30','2021-06-30 02:46:30','',349,'https://thechrishaunfoundation.org/?p=429',0,'revision','',0),(430,1,'2021-06-30 02:46:30','2021-06-30 02:46:30','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Support familiesLearn about our response during the covid-19 crisis				\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our approach</h2>		\n			<h6>Our Mission</h6>		\n			<h5>We facilitate safe learning spaces lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum.</p>		\n			<h6>Our Vision</h6>		\n			<h5>We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit.</h5>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum.</p>		\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-06-30 02:46:30','2021-06-30 02:46:30','',349,'https://thechrishaunfoundation.org/?p=430',0,'revision','',0),(431,1,'2021-06-30 02:46:30','2021-06-30 02:46:30','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Support familiesLearn about our response during the covid-19 crisis				\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-06-30 02:46:30','2021-06-30 02:46:30','',349,'https://thechrishaunfoundation.org/?p=431',0,'revision','',0),(432,1,'2021-06-30 02:50:55','2021-06-30 02:50:55','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Support familiesLearn about our response during the covid-19 crisis				\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-06-30 02:50:55','2021-06-30 02:50:55','',349,'https://thechrishaunfoundation.org/?p=432',0,'revision','',0),(433,1,'2021-06-30 02:50:55','2021-06-30 02:50:55','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Support familiesLearn about our response during the covid-19 crisis				\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-06-30 02:50:55','2021-06-30 02:50:55','',349,'https://thechrishaunfoundation.org/?p=433',0,'revision','',0),(434,1,'2021-06-30 02:50:55','2021-06-30 02:50:55','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-06-30 02:50:55','2021-06-30 02:50:55','',349,'https://thechrishaunfoundation.org/?p=434',0,'revision','',0),(435,1,'2021-06-30 02:51:49','2021-06-30 02:51:49','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-06-30 02:51:49','2021-06-30 02:51:49','',349,'https://thechrishaunfoundation.org/?p=435',0,'revision','',0),(436,1,'2021-06-30 02:51:49','2021-06-30 02:51:49','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-06-30 02:51:49','2021-06-30 02:51:49','',349,'https://thechrishaunfoundation.org/?p=436',0,'revision','',0),(437,1,'2021-06-30 02:51:50','2021-06-30 02:51:50','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-06-30 02:51:50','2021-06-30 02:51:50','',349,'https://thechrishaunfoundation.org/?p=437',0,'revision','',0),(438,1,'2021-06-30 02:52:19','2021-06-30 02:52:19','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-06-30 02:52:19','2021-06-30 02:52:19','',349,'https://thechrishaunfoundation.org/?p=438',0,'revision','',0),(439,1,'2021-06-30 02:52:20','2021-06-30 02:52:20','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-06-30 02:52:20','2021-06-30 02:52:20','',349,'https://thechrishaunfoundation.org/?p=439',0,'revision','',0),(440,1,'2021-06-30 02:52:20','2021-06-30 02:52:20','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-06-30 02:52:20','2021-06-30 02:52:20','',349,'https://thechrishaunfoundation.org/?p=440',0,'revision','',0),(441,1,'2021-06-30 02:52:40','2021-06-30 02:52:40','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-06-30 02:52:40','2021-06-30 02:52:40','',349,'https://thechrishaunfoundation.org/?p=441',0,'revision','',0),(442,1,'2021-06-30 02:52:41','2021-06-30 02:52:41','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-06-30 02:52:41','2021-06-30 02:52:41','',349,'https://thechrishaunfoundation.org/?p=442',0,'revision','',0),(443,1,'2021-06-30 02:52:41','2021-06-30 02:52:41','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-06-30 02:52:41','2021-06-30 02:52:41','',349,'https://thechrishaunfoundation.org/?p=443',0,'revision','',0),(444,1,'2021-06-30 02:58:22','2021-06-30 02:58:22','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-06-30 02:58:22','2021-06-30 02:58:22','',349,'https://thechrishaunfoundation.org/?p=444',0,'revision','',0),(445,1,'2021-06-30 02:58:22','2021-06-30 02:58:22','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-06-30 02:58:22','2021-06-30 02:58:22','',349,'https://thechrishaunfoundation.org/?p=445',0,'revision','',0),(446,1,'2021-06-30 02:58:23','2021-06-30 02:58:23','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-06-30 02:58:23','2021-06-30 02:58:23','',349,'https://thechrishaunfoundation.org/?p=446',0,'revision','',0),(449,1,'2021-06-30 03:04:35','2021-06-30 03:04:35','','Racial Justice Commitment','','inherit','closed','closed','','350-revision-v1','','','2021-06-30 03:04:35','2021-06-30 03:04:35','',350,'https://thechrishaunfoundation.org/?p=449',0,'revision','',0),(448,1,'2021-06-30 03:01:16','2021-06-30 03:01:16','','Racial Justice Commitment','','inherit','closed','closed','','350-revision-v1','','','2021-06-30 03:01:16','2021-06-30 03:01:16','',350,'https://thechrishaunfoundation.org/?p=448',0,'revision','',0),(450,1,'2021-06-30 03:04:35','2021-06-30 03:04:35','','Racial Justice Commitment','','inherit','closed','closed','','350-revision-v1','','','2021-06-30 03:04:35','2021-06-30 03:04:35','',350,'https://thechrishaunfoundation.org/?p=450',0,'revision','',0),(451,1,'2021-06-30 03:04:36','2021-06-30 03:04:36','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Racial Justice Commitment</h2>		\n		Athens Area Homeless Shelter believes that every child deserves safe and stable housing. We cannot remain silent while Black families in our community lack safety and stability due to systemic racism that is especially apparent in the housing industry. Black children in Georgia are twice as likely as white children to experience homelessness and we stand against the practices creating this disparity (source). We acknowledge that as a community organization, led by majority white people in a town with a wide racial divide, we must listen, learn, and act. We are committed to advocating for just and liberated housing practices and educational opportunities for our Black community members. We believe Black lives matter. \n			<h5>We recognize that words must be backed by action. Below are specific steps we are taking as an organization, and the resources we are learning from in our commitment to racial justice. </h5>		\n		Athens Area Homeless Shelter believes that every child deserves safe and stable housing. We cannot remain silent while Black families in our community lack safety and stability due to systemic racism that is especially apparent in the housing industry. Black children in Georgia are twice as likely as white children to experience homelessness and we stand against the practices creating this disparity (source). We acknowledge that as a community organization, led by majority white people in a town with a wide racial divide, we must listen, learn, and act. We are committed to advocating for just and liberated housing practices and educational opportunities for our Black community members. We believe Black lives matter. \n			<h3>We Find &amp; Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Educate\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Provide Care\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Consult</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Build Schools</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Strengthen\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h2>What we care for</h2>		\n															<img width=\"413\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1.jpg 413w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1-248x300.jpg 248w\" sizes=\"(max-width: 413px) 100vw, 413px\" />															\n			<h3>New life for children, in a new land</h3>		\n		<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>		\n			<h3>A new future for exploited children</h3>		\n		<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>		\n															<img width=\"413\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1.jpg 413w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1-248x300.jpg 248w\" sizes=\"(max-width: 413px) 100vw, 413px\" />															\n															<img width=\"413\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1.jpg 413w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1-248x300.jpg 248w\" sizes=\"(max-width: 413px) 100vw, 413px\" />															\n			<h3>Bringing dreams within reach for children</h3>		\n		<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>','Racial Justice Commitment','','inherit','closed','closed','','350-revision-v1','','','2021-06-30 03:04:36','2021-06-30 03:04:36','',350,'https://thechrishaunfoundation.org/?p=451',0,'revision','',0),(455,1,'2021-06-30 03:13:39','2021-06-30 03:13:39','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Racial Justice Commitment</h2>		\n		Athens Area Homeless Shelter believes that every child deserves safe and stable housing. We cannot remain silent while Black families in our community lack safety and stability due to systemic racism that is especially apparent in the housing industry. Black children in Georgia are twice as likely as white children to experience homelessness and we stand against the practices creating this disparity (source). We acknowledge that as a community organization, led by majority white people in a town with a wide racial divide, we must listen, learn, and act. We are committed to advocating for just and liberated housing practices and educational opportunities for our Black community members. We believe Black lives matter. \n			<h5>We recognize that words must be backed by action. Below are specific steps we are taking as an organization, and the resources we are learning from in our commitment to racial justice. </h5>		\n			<h3>Action Plan</h3>		\n		<ul><li>Increasing professional development opportunities for staff and board, focused on recognizing and rectifying racial injustice in housing and related institutions. Opportunities will be offered via a spectrum of resources, discussion and trainings from a variety of antiracism educators. </li><li>Adapting the AAHS social media plan to dedicate at least one monthly post focused on awareness and resources addressing racial injustice in housing and related institutions. </li><li>Updating our Board Member welcome binders to include:<ol><li>Our AAHS Racial Justice Commitment</li><li>A fact sheet on inequities within the Housing institution.</li><li>A resource list of supportive literature compiled by staff and current board members. </li></ol></li><li>Updating our Employee Manual, our Organizational Policies, and our Volunteer Agreement to include the AAHS Racial Justice Commitment. </li><li>Broadening our intern partnerships for more Black students\' involvement.</li><li>Advertising future job openings at AAHS with Black-led networks and publications in our community.</li><li>Increasing efforts to further diversify the AAHS Board of Directors to more accurately reflect our diverse community. </li><li>Establishing June 19, Juneteenth, as a day of reflection and action for racial justice for AAHS Staff.<ul><li>To learn more about Juneteenth, check out local leaders at the <u><a href=\"https://www.negabusinessalliance.org/juneteenth\">Northeast Georgia Business Alliance</a></u>or visit the <u><a href=\"https://nmaahc.si.edu/blog-post/historical-legacy-juneteenth\">National Museum of African American History and Culture</a></u>.</li></ul></li></ul><p> </p>		\n			<h3>We Find &amp; Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Educate\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Provide Care\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Consult</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Build Schools</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Strengthen\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h2>What we care for</h2>		\n															<img width=\"413\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1.jpg 413w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1-248x300.jpg 248w\" sizes=\"(max-width: 413px) 100vw, 413px\" />															\n			<h3>New life for children, in a new land</h3>		\n		<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>		\n			<h3>A new future for exploited children</h3>		\n		<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>		\n															<img width=\"413\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1.jpg 413w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1-248x300.jpg 248w\" sizes=\"(max-width: 413px) 100vw, 413px\" />															\n															<img width=\"413\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1.jpg 413w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1-248x300.jpg 248w\" sizes=\"(max-width: 413px) 100vw, 413px\" />															\n			<h3>Bringing dreams within reach for children</h3>		\n		<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>','Racial Justice Commitment','','inherit','closed','closed','','350-revision-v1','','','2021-06-30 03:13:39','2021-06-30 03:13:39','',350,'https://thechrishaunfoundation.org/?p=455',0,'revision','',0),(453,1,'2021-06-30 03:13:39','2021-06-30 03:13:39','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Racial Justice Commitment</h2>		\n		Athens Area Homeless Shelter believes that every child deserves safe and stable housing. We cannot remain silent while Black families in our community lack safety and stability due to systemic racism that is especially apparent in the housing industry. Black children in Georgia are twice as likely as white children to experience homelessness and we stand against the practices creating this disparity (source). We acknowledge that as a community organization, led by majority white people in a town with a wide racial divide, we must listen, learn, and act. We are committed to advocating for just and liberated housing practices and educational opportunities for our Black community members. We believe Black lives matter. \n			<h5>We recognize that words must be backed by action. Below are specific steps we are taking as an organization, and the resources we are learning from in our commitment to racial justice. </h5>		\n		Athens Area Homeless Shelter believes that every child deserves safe and stable housing. We cannot remain silent while Black families in our community lack safety and stability due to systemic racism that is especially apparent in the housing industry. Black children in Georgia are twice as likely as white children to experience homelessness and we stand against the practices creating this disparity (source). We acknowledge that as a community organization, led by majority white people in a town with a wide racial divide, we must listen, learn, and act. We are committed to advocating for just and liberated housing practices and educational opportunities for our Black community members. We believe Black lives matter. \n			<h3>We Find &amp; Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Educate\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Provide Care\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Consult</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Build Schools</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Strengthen\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h2>What we care for</h2>		\n															<img width=\"413\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1.jpg 413w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1-248x300.jpg 248w\" sizes=\"(max-width: 413px) 100vw, 413px\" />															\n			<h3>New life for children, in a new land</h3>		\n		<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>		\n			<h3>A new future for exploited children</h3>		\n		<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>		\n															<img width=\"413\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1.jpg 413w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1-248x300.jpg 248w\" sizes=\"(max-width: 413px) 100vw, 413px\" />															\n															<img width=\"413\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1.jpg 413w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1-248x300.jpg 248w\" sizes=\"(max-width: 413px) 100vw, 413px\" />															\n			<h3>Bringing dreams within reach for children</h3>		\n		<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>','Racial Justice Commitment','','inherit','closed','closed','','350-revision-v1','','','2021-06-30 03:13:39','2021-06-30 03:13:39','',350,'https://thechrishaunfoundation.org/?p=453',0,'revision','',0),(454,1,'2021-06-30 03:13:39','2021-06-30 03:13:39','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Racial Justice Commitment</h2>		\n		Athens Area Homeless Shelter believes that every child deserves safe and stable housing. We cannot remain silent while Black families in our community lack safety and stability due to systemic racism that is especially apparent in the housing industry. Black children in Georgia are twice as likely as white children to experience homelessness and we stand against the practices creating this disparity (source). We acknowledge that as a community organization, led by majority white people in a town with a wide racial divide, we must listen, learn, and act. We are committed to advocating for just and liberated housing practices and educational opportunities for our Black community members. We believe Black lives matter. \n			<h5>We recognize that words must be backed by action. Below are specific steps we are taking as an organization, and the resources we are learning from in our commitment to racial justice. </h5>		\n		Athens Area Homeless Shelter believes that every child deserves safe and stable housing. We cannot remain silent while Black families in our community lack safety and stability due to systemic racism that is especially apparent in the housing industry. Black children in Georgia are twice as likely as white children to experience homelessness and we stand against the practices creating this disparity (source). We acknowledge that as a community organization, led by majority white people in a town with a wide racial divide, we must listen, learn, and act. We are committed to advocating for just and liberated housing practices and educational opportunities for our Black community members. We believe Black lives matter. \n			<h3>We Find &amp; Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Educate\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Provide Care\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Consult</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Build Schools</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Strengthen\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h2>What we care for</h2>		\n															<img width=\"413\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1.jpg 413w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1-248x300.jpg 248w\" sizes=\"(max-width: 413px) 100vw, 413px\" />															\n			<h3>New life for children, in a new land</h3>		\n		<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>		\n			<h3>A new future for exploited children</h3>		\n		<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>		\n															<img width=\"413\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1.jpg 413w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1-248x300.jpg 248w\" sizes=\"(max-width: 413px) 100vw, 413px\" />															\n															<img width=\"413\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1.jpg 413w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1-248x300.jpg 248w\" sizes=\"(max-width: 413px) 100vw, 413px\" />															\n			<h3>Bringing dreams within reach for children</h3>		\n		<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>','Racial Justice Commitment','','inherit','closed','closed','','350-revision-v1','','','2021-06-30 03:13:39','2021-06-30 03:13:39','',350,'https://thechrishaunfoundation.org/?p=454',0,'revision','',0),(456,1,'2021-06-30 03:14:29','2021-06-30 03:14:29','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Racial Justice Commitment</h2>		\n		Athens Area Homeless Shelter believes that every child deserves safe and stable housing. We cannot remain silent while Black families in our community lack safety and stability due to systemic racism that is especially apparent in the housing industry. Black children in Georgia are twice as likely as white children to experience homelessness and we stand against the practices creating this disparity (source). We acknowledge that as a community organization, led by majority white people in a town with a wide racial divide, we must listen, learn, and act. We are committed to advocating for just and liberated housing practices and educational opportunities for our Black community members. We believe Black lives matter. \n			<h5>We recognize that words must be backed by action. Below are specific steps we are taking as an organization, and the resources we are learning from in our commitment to racial justice. </h5>		\n			<h3>Action Plan</h3>		\n		<ul><li>Increasing professional development opportunities for staff and board, focused on recognizing and rectifying racial injustice in housing and related institutions. Opportunities will be offered via a spectrum of resources, discussion and trainings from a variety of antiracism educators. </li><li>Adapting the AAHS social media plan to dedicate at least one monthly post focused on awareness and resources addressing racial injustice in housing and related institutions. </li><li>Updating our Board Member welcome binders to include:<ol><li>Our AAHS Racial Justice Commitment</li><li>A fact sheet on inequities within the Housing institution.</li><li>A resource list of supportive literature compiled by staff and current board members. </li></ol></li><li>Updating our Employee Manual, our Organizational Policies, and our Volunteer Agreement to include the AAHS Racial Justice Commitment. </li><li>Broadening our intern partnerships for more Black students\' involvement.</li><li>Advertising future job openings at AAHS with Black-led networks and publications in our community.</li><li>Increasing efforts to further diversify the AAHS Board of Directors to more accurately reflect our diverse community. </li><li>Establishing June 19, Juneteenth, as a day of reflection and action for racial justice for AAHS Staff.<ul><li>To learn more about Juneteenth, check out local leaders at the <u><a href=\"https://www.negabusinessalliance.org/juneteenth\">Northeast Georgia Business Alliance</a></u>or visit the <u><a href=\"https://nmaahc.si.edu/blog-post/historical-legacy-juneteenth\">National Museum of African American History and Culture</a></u>.</li></ul></li></ul><p> </p>		\n			<h3>We Find &amp; Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Educate\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Provide Care\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Consult</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Build Schools</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Strengthen\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h2>What we care for</h2>		\n															<img width=\"413\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1.jpg 413w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1-248x300.jpg 248w\" sizes=\"(max-width: 413px) 100vw, 413px\" />															\n			<h3>New life for children, in a new land</h3>		\n		<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>		\n			<h3>A new future for exploited children</h3>		\n		<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>		\n															<img width=\"413\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1.jpg 413w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1-248x300.jpg 248w\" sizes=\"(max-width: 413px) 100vw, 413px\" />															\n															<img width=\"413\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1.jpg 413w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1-248x300.jpg 248w\" sizes=\"(max-width: 413px) 100vw, 413px\" />															\n			<h3>Bringing dreams within reach for children</h3>		\n		<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>','Racial Justice Commitment','','inherit','closed','closed','','350-revision-v1','','','2021-06-30 03:14:29','2021-06-30 03:14:29','',350,'https://thechrishaunfoundation.org/?p=456',0,'revision','',0),(457,1,'2021-06-30 03:14:29','2021-06-30 03:14:29','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Racial Justice Commitment</h2>		\n		Athens Area Homeless Shelter believes that every child deserves safe and stable housing. We cannot remain silent while Black families in our community lack safety and stability due to systemic racism that is especially apparent in the housing industry. Black children in Georgia are twice as likely as white children to experience homelessness and we stand against the practices creating this disparity (source). We acknowledge that as a community organization, led by majority white people in a town with a wide racial divide, we must listen, learn, and act. We are committed to advocating for just and liberated housing practices and educational opportunities for our Black community members. We believe Black lives matter. \n			<h5>We recognize that words must be backed by action. Below are specific steps we are taking as an organization, and the resources we are learning from in our commitment to racial justice. </h5>		\n			<h3>Action Plan</h3>		\n		<ul><li>Increasing professional development opportunities for staff and board, focused on recognizing and rectifying racial injustice in housing and related institutions. Opportunities will be offered via a spectrum of resources, discussion and trainings from a variety of antiracism educators. </li><li>Adapting the AAHS social media plan to dedicate at least one monthly post focused on awareness and resources addressing racial injustice in housing and related institutions. </li><li>Updating our Board Member welcome binders to include:<ol><li>Our AAHS Racial Justice Commitment</li><li>A fact sheet on inequities within the Housing institution.</li><li>A resource list of supportive literature compiled by staff and current board members. </li></ol></li><li>Updating our Employee Manual, our Organizational Policies, and our Volunteer Agreement to include the AAHS Racial Justice Commitment. </li><li>Broadening our intern partnerships for more Black students\' involvement.</li><li>Advertising future job openings at AAHS with Black-led networks and publications in our community.</li><li>Increasing efforts to further diversify the AAHS Board of Directors to more accurately reflect our diverse community. </li><li>Establishing June 19, Juneteenth, as a day of reflection and action for racial justice for AAHS Staff.<ul><li>To learn more about Juneteenth, check out local leaders at the <u><a href=\"https://www.negabusinessalliance.org/juneteenth\">Northeast Georgia Business Alliance</a></u>or visit the <u><a href=\"https://nmaahc.si.edu/blog-post/historical-legacy-juneteenth\">National Museum of African American History and Culture</a></u>.</li></ul></li></ul><p> </p>		\n			<h3>We Find &amp; Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Educate\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Provide Care\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Consult</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Build Schools</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Strengthen\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h2>What we care for</h2>		\n															<img width=\"413\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1.jpg 413w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1-248x300.jpg 248w\" sizes=\"(max-width: 413px) 100vw, 413px\" />															\n			<h3>New life for children, in a new land</h3>		\n		<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>		\n			<h3>A new future for exploited children</h3>		\n		<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>		\n															<img width=\"413\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1.jpg 413w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1-248x300.jpg 248w\" sizes=\"(max-width: 413px) 100vw, 413px\" />															\n															<img width=\"413\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1.jpg 413w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1-248x300.jpg 248w\" sizes=\"(max-width: 413px) 100vw, 413px\" />															\n			<h3>Bringing dreams within reach for children</h3>		\n		<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>','Racial Justice Commitment','','inherit','closed','closed','','350-revision-v1','','','2021-06-30 03:14:29','2021-06-30 03:14:29','',350,'https://thechrishaunfoundation.org/?p=457',0,'revision','',0),(458,1,'2021-06-30 03:14:29','2021-06-30 03:14:29','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Racial Justice Commitment</h2>		\n		Athens Area Homeless Shelter believes that every child deserves safe and stable housing. We cannot remain silent while Black families in our community lack safety and stability due to systemic racism that is especially apparent in the housing industry. Black children in Georgia are twice as likely as white children to experience homelessness and we stand against the practices creating this disparity (source). We acknowledge that as a community organization, led by majority white people in a town with a wide racial divide, we must listen, learn, and act. We are committed to advocating for just and liberated housing practices and educational opportunities for our Black community members. We believe Black lives matter. \n			<h5>We recognize that words must be backed by action. Below are specific steps we are taking as an organization, and the resources we are learning from in our commitment to racial justice. </h5>		\n			<h3>Action Plan</h3>		\n		<ul><li>Increasing professional development opportunities for staff and board, focused on recognizing and rectifying racial injustice in housing and related institutions. Opportunities will be offered via a spectrum of resources, discussion and trainings from a variety of antiracism educators.</li><li>Adapting the AAHS social media plan to dedicate at least one monthly post focused on awareness and resources addressing racial injustice in housing and related institutions.</li><li>Updating our Board Member welcome binders to include:<ol><li>Our AAHS Racial Justice Commitment</li><li>A fact sheet on inequities within the Housing institution.</li><li>A resource list of supportive literature compiled by staff and current board members.</li></ol></li><li>Updating our Employee Manual, our Organizational Policies, and our Volunteer Agreement to include the AAHS Racial Justice Commitment.</li><li>Broadening our intern partnerships for more Black students\' involvement.</li><li>Advertising future job openings at AAHS with Black-led networks and publications in our community.</li><li>Increasing efforts to further diversify the AAHS Board of Directors to more accurately reflect our diverse community.</li><li>Establishing June 19, Juneteenth, as a day of reflection and action for racial justice for AAHS Staff.<ul><li>To learn more about Juneteenth, check out local leaders at the <u><a href=\"https://www.negabusinessalliance.org/juneteenth\">Northeast Georgia Business Alliance</a></u>or visit the <u><a href=\"https://nmaahc.si.edu/blog-post/historical-legacy-juneteenth\">National Museum of African American History and Culture</a></u>.</li></ul></li></ul>		\n			<h3>We Find &amp; Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Educate\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Provide Care\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Consult</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Build Schools</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Strengthen\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h2>What we care for</h2>		\n															<img width=\"413\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1.jpg 413w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1-248x300.jpg 248w\" sizes=\"(max-width: 413px) 100vw, 413px\" />															\n			<h3>New life for children, in a new land</h3>		\n		<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>		\n			<h3>A new future for exploited children</h3>		\n		<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>		\n															<img width=\"413\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1.jpg 413w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1-248x300.jpg 248w\" sizes=\"(max-width: 413px) 100vw, 413px\" />															\n															<img width=\"413\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1.jpg 413w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1-248x300.jpg 248w\" sizes=\"(max-width: 413px) 100vw, 413px\" />															\n			<h3>Bringing dreams within reach for children</h3>		\n		<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>','Racial Justice Commitment','','inherit','closed','closed','','350-revision-v1','','','2021-06-30 03:14:29','2021-06-30 03:14:29','',350,'https://thechrishaunfoundation.org/?p=458',0,'revision','',0),(459,1,'2021-06-30 03:14:50','2021-06-30 03:14:50','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Racial Justice Commitment</h2>		\n		Athens Area Homeless Shelter believes that every child deserves safe and stable housing. We cannot remain silent while Black families in our community lack safety and stability due to systemic racism that is especially apparent in the housing industry. Black children in Georgia are twice as likely as white children to experience homelessness and we stand against the practices creating this disparity (source). We acknowledge that as a community organization, led by majority white people in a town with a wide racial divide, we must listen, learn, and act. We are committed to advocating for just and liberated housing practices and educational opportunities for our Black community members. We believe Black lives matter. \n			<h5>We recognize that words must be backed by action. Below are specific steps we are taking as an organization, and the resources we are learning from in our commitment to racial justice. </h5>		\n			<h3>Action Plan</h3>		\n		<ul><li>Increasing professional development opportunities for staff and board, focused on recognizing and rectifying racial injustice in housing and related institutions. Opportunities will be offered via a spectrum of resources, discussion and trainings from a variety of antiracism educators.</li><li>Adapting the AAHS social media plan to dedicate at least one monthly post focused on awareness and resources addressing racial injustice in housing and related institutions.</li><li>Updating our Board Member welcome binders to include:<ol><li>Our AAHS Racial Justice Commitment</li><li>A fact sheet on inequities within the Housing institution.</li><li>A resource list of supportive literature compiled by staff and current board members.</li></ol></li><li>Updating our Employee Manual, our Organizational Policies, and our Volunteer Agreement to include the AAHS Racial Justice Commitment.</li><li>Broadening our intern partnerships for more Black students\' involvement.</li><li>Advertising future job openings at AAHS with Black-led networks and publications in our community.</li><li>Increasing efforts to further diversify the AAHS Board of Directors to more accurately reflect our diverse community.</li><li>Establishing June 19, Juneteenth, as a day of reflection and action for racial justice for AAHS Staff.<ul><li>To learn more about Juneteenth, check out local leaders at the <u><a href=\"https://www.negabusinessalliance.org/juneteenth\">Northeast Georgia Business Alliance</a></u>or visit the <u><a href=\"https://nmaahc.si.edu/blog-post/historical-legacy-juneteenth\">National Museum of African American History and Culture</a></u>.</li></ul></li></ul>		\n			<h3>We Find &amp; Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Educate\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Provide Care\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Consult</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Build Schools</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Strengthen\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h2>What we care for</h2>		\n															<img width=\"413\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1.jpg 413w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1-248x300.jpg 248w\" sizes=\"(max-width: 413px) 100vw, 413px\" />															\n			<h3>New life for children, in a new land</h3>		\n		<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>		\n			<h3>A new future for exploited children</h3>		\n		<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>		\n															<img width=\"413\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1.jpg 413w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1-248x300.jpg 248w\" sizes=\"(max-width: 413px) 100vw, 413px\" />															\n															<img width=\"413\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1.jpg 413w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1-248x300.jpg 248w\" sizes=\"(max-width: 413px) 100vw, 413px\" />															\n			<h3>Bringing dreams within reach for children</h3>		\n		<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>','Racial Justice Commitment','','inherit','closed','closed','','350-revision-v1','','','2021-06-30 03:14:50','2021-06-30 03:14:50','',350,'https://thechrishaunfoundation.org/?p=459',0,'revision','',0),(460,1,'2021-06-30 03:14:50','2021-06-30 03:14:50','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Racial Justice Commitment</h2>		\n		Athens Area Homeless Shelter believes that every child deserves safe and stable housing. We cannot remain silent while Black families in our community lack safety and stability due to systemic racism that is especially apparent in the housing industry. Black children in Georgia are twice as likely as white children to experience homelessness and we stand against the practices creating this disparity (source). We acknowledge that as a community organization, led by majority white people in a town with a wide racial divide, we must listen, learn, and act. We are committed to advocating for just and liberated housing practices and educational opportunities for our Black community members. We believe Black lives matter. \n			<h5>We recognize that words must be backed by action. Below are specific steps we are taking as an organization, and the resources we are learning from in our commitment to racial justice. </h5>		\n			<h3>Action Plan</h3>		\n		<ul><li>Increasing professional development opportunities for staff and board, focused on recognizing and rectifying racial injustice in housing and related institutions. Opportunities will be offered via a spectrum of resources, discussion and trainings from a variety of antiracism educators.</li><li>Adapting the AAHS social media plan to dedicate at least one monthly post focused on awareness and resources addressing racial injustice in housing and related institutions.</li><li>Updating our Board Member welcome binders to include:<ol><li>Our AAHS Racial Justice Commitment</li><li>A fact sheet on inequities within the Housing institution.</li><li>A resource list of supportive literature compiled by staff and current board members.</li></ol></li><li>Updating our Employee Manual, our Organizational Policies, and our Volunteer Agreement to include the AAHS Racial Justice Commitment.</li><li>Broadening our intern partnerships for more Black students\' involvement.</li><li>Advertising future job openings at AAHS with Black-led networks and publications in our community.</li><li>Increasing efforts to further diversify the AAHS Board of Directors to more accurately reflect our diverse community.</li><li>Establishing June 19, Juneteenth, as a day of reflection and action for racial justice for AAHS Staff.<ul><li>To learn more about Juneteenth, check out local leaders at the <u><a href=\"https://www.negabusinessalliance.org/juneteenth\">Northeast Georgia Business Alliance</a></u>or visit the <u><a href=\"https://nmaahc.si.edu/blog-post/historical-legacy-juneteenth\">National Museum of African American History and Culture</a></u>.</li></ul></li></ul>		\n			<h3>We Find &amp; Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Educate\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Provide Care\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Consult</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Build Schools</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Strengthen\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h2>What we care for</h2>		\n															<img width=\"413\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1.jpg 413w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1-248x300.jpg 248w\" sizes=\"(max-width: 413px) 100vw, 413px\" />															\n			<h3>New life for children, in a new land</h3>		\n		<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>		\n			<h3>A new future for exploited children</h3>		\n		<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>		\n															<img width=\"413\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1.jpg 413w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1-248x300.jpg 248w\" sizes=\"(max-width: 413px) 100vw, 413px\" />															\n															<img width=\"413\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1.jpg 413w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1-248x300.jpg 248w\" sizes=\"(max-width: 413px) 100vw, 413px\" />															\n			<h3>Bringing dreams within reach for children</h3>		\n		<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>','Racial Justice Commitment','','inherit','closed','closed','','350-revision-v1','','','2021-06-30 03:14:50','2021-06-30 03:14:50','',350,'https://thechrishaunfoundation.org/?p=460',0,'revision','',0),(461,1,'2021-06-30 03:14:51','2021-06-30 03:14:51','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Racial Justice Commitment</h2>		\n		Athens Area Homeless Shelter believes that every child deserves safe and stable housing. We cannot remain silent while Black families in our community lack safety and stability due to systemic racism that is especially apparent in the housing industry. Black children in Georgia are twice as likely as white children to experience homelessness and we stand against the practices creating this disparity (source). We acknowledge that as a community organization, led by majority white people in a town with a wide racial divide, we must listen, learn, and act. We are committed to advocating for just and liberated housing practices and educational opportunities for our Black community members. We believe Black lives matter. \n			<h5>We recognize that words must be backed by action. Below are specific steps we are taking as an organization, and the resources we are learning from in our commitment to racial justice. </h5>		\n			<h3>Action Plan</h3>		\n		<ul><li>Increasing professional development opportunities for staff and board, focused on recognizing and rectifying racial injustice in housing and related institutions. Opportunities will be offered via a spectrum of resources, discussion and trainings from a variety of antiracism educators.</li><li>Adapting the AAHS social media plan to dedicate at least one monthly post focused on awareness and resources addressing racial injustice in housing and related institutions.</li><li>Updating our Board Member welcome binders to include:<ol><li>Our AAHS Racial Justice Commitment</li><li>A fact sheet on inequities within the Housing institution.</li><li>A resource list of supportive literature compiled by staff and current board members.</li></ol></li><li>Updating our Employee Manual, our Organizational Policies, and our Volunteer Agreement to include the AAHS Racial Justice Commitment.</li><li>Broadening our intern partnerships for more Black students\' involvement.</li><li>Advertising future job openings at AAHS with Black-led networks and publications in our community.</li><li>Increasing efforts to further diversify the AAHS Board of Directors to more accurately reflect our diverse community.</li><li>Establishing June 19, Juneteenth, as a day of reflection and action for racial justice for AAHS Staff.<ul><li>To learn more about Juneteenth, check out local leaders at the <u><a href=\"https://www.negabusinessalliance.org/juneteenth\">Northeast Georgia Business Alliance</a></u>or visit the <u><a href=\"https://nmaahc.si.edu/blog-post/historical-legacy-juneteenth\">National Museum of African American History and Culture</a></u>.</li></ul></li></ul>		\n			<h3>We Find &amp; Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Educate\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Provide Care\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Consult</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Build Schools</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Strengthen\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h2>What we care for</h2>		\n															<img width=\"413\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1.jpg 413w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1-248x300.jpg 248w\" sizes=\"(max-width: 413px) 100vw, 413px\" />															\n			<h3>New life for children, in a new land</h3>		\n		<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>		\n			<h3>A new future for exploited children</h3>		\n		<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>		\n															<img width=\"413\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1.jpg 413w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1-248x300.jpg 248w\" sizes=\"(max-width: 413px) 100vw, 413px\" />															\n															<img width=\"413\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1.jpg 413w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1-248x300.jpg 248w\" sizes=\"(max-width: 413px) 100vw, 413px\" />															\n			<h3>Bringing dreams within reach for children</h3>		\n		<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>','Racial Justice Commitment','','inherit','closed','closed','','350-revision-v1','','','2021-06-30 03:14:51','2021-06-30 03:14:51','',350,'https://thechrishaunfoundation.org/?p=461',0,'revision','',0),(462,1,'2021-06-30 03:16:36','2021-06-30 03:16:36','','Contact','','inherit','closed','closed','','351-revision-v1','','','2021-06-30 03:16:36','2021-06-30 03:16:36','',351,'https://thechrishaunfoundation.org/?p=462',0,'revision','',0),(463,1,'2021-06-30 03:16:36','2021-06-30 03:16:36','','Contact','','inherit','closed','closed','','351-revision-v1','','','2021-06-30 03:16:36','2021-06-30 03:16:36','',351,'https://thechrishaunfoundation.org/?p=463',0,'revision','',0),(464,1,'2021-06-30 03:16:37','2021-06-30 03:16:37','<h1>Contact</h1>		\n			<h2>Get in touch</h2>		\n					<ul>\n							<li>\n										123 Fifth Avenue, New York, NY 10160\n									</li>\n								<li>\n										contact@info.com\n									</li>\n								<li>\n										929-242-6868\n									</li>\n						</ul>\n			<h2>Message us</h2>		\n		Please use the contact form below, if you have any general questions or requests about our services.\nWe will try our best to respond back to you within 24 hours.\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>','Contact','','inherit','closed','closed','','351-revision-v1','','','2021-06-30 03:16:37','2021-06-30 03:16:37','',351,'https://thechrishaunfoundation.org/?p=464',0,'revision','',0),(465,1,'2021-06-30 03:17:01','2021-06-30 03:17:01','<h1>Contact</h1>		\n			<h2>Get in touch</h2>		\n					<ul>\n							<li>\n										123 Fifth Avenue, New York, NY 10160\n									</li>\n								<li>\n										contact@info.com\n									</li>\n								<li>\n										929-242-6868\n									</li>\n						</ul>\n			<h2>Message us</h2>		\n		Please use the contact form below, if you have any general questions or requests about our services.\nWe will try our best to respond back to you within 24 hours.\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>','Contact','','inherit','closed','closed','','351-revision-v1','','','2021-06-30 03:17:01','2021-06-30 03:17:01','',351,'https://thechrishaunfoundation.org/?p=465',0,'revision','',0),(466,1,'2021-06-30 03:17:01','2021-06-30 03:17:01','<h1>Contact</h1>		\n			<h2>Get in touch</h2>		\n					<ul>\n							<li>\n										123 Fifth Avenue, New York, NY 10160\n									</li>\n								<li>\n										contact@info.com\n									</li>\n								<li>\n										929-242-6868\n									</li>\n						</ul>\n			<h2>Message us</h2>		\n		Please use the contact form below, if you have any general questions or requests about our services.\nWe will try our best to respond back to you within 24 hours.\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>','Contact','','inherit','closed','closed','','351-revision-v1','','','2021-06-30 03:17:01','2021-06-30 03:17:01','',351,'https://thechrishaunfoundation.org/?p=466',0,'revision','',0),(467,1,'2021-06-30 03:17:02','2021-06-30 03:17:02','<h1>Contact</h1>		\n			<h2>Get in touch</h2>		\n					<ul>\n							<li>\n										123 Fifth Avenue, New York, NY 10160\n									</li>\n								<li>\n										contact@info.com\n									</li>\n								<li>\n										929-242-6868\n									</li>\n						</ul>\n			<h2>Message us</h2>		\n		Please use the contact form below, if you have any general questions or requests about our services.\nWe will try our best to respond back to you within 24 hours.\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>','Contact','','inherit','closed','closed','','351-revision-v1','','','2021-06-30 03:17:02','2021-06-30 03:17:02','',351,'https://thechrishaunfoundation.org/?p=467',0,'revision','',0),(468,1,'2021-06-30 03:23:47','2021-06-30 03:23:47','<h1>Contact</h1>		\n			<h2>Get in touch</h2>		\n					<ul>\n							<li>\n										123 Fifth Avenue, New York, NY 10160\n									</li>\n								<li>\n										contact@info.com\n									</li>\n								<li>\n										929-242-6868\n									</li>\n						</ul>\n			<h2>Message us</h2>		\n		Please use the contact form below, if you have any general questions or requests about our services.\nWe will try our best to respond back to you within 24 hours.\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>','Contact','','inherit','closed','closed','','351-revision-v1','','','2021-06-30 03:23:47','2021-06-30 03:23:47','',351,'https://thechrishaunfoundation.org/?p=468',0,'revision','',0),(469,1,'2021-06-30 03:23:47','2021-06-30 03:23:47','<h1>Contact</h1>		\n			<h2>Get in touch</h2>		\n					<ul>\n							<li>\n										123 Fifth Avenue, New York, NY 10160\n									</li>\n								<li>\n										contact@info.com\n									</li>\n								<li>\n										929-242-6868\n									</li>\n						</ul>\n			<h2>Message us</h2>		\n		Please use the contact form below, if you have any general questions or requests about our services.\nWe will try our best to respond back to you within 24 hours.\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>','Contact','','inherit','closed','closed','','351-revision-v1','','','2021-06-30 03:23:47','2021-06-30 03:23:47','',351,'https://thechrishaunfoundation.org/?p=469',0,'revision','',0),(470,1,'2021-06-30 03:23:47','2021-06-30 03:23:47','<h1>Contact</h1>		\n			<h2>Get in touch</h2>		\n					<ul>\n							<li>\n										123 Fifth Avenue, New York, NY 10160\n									</li>\n								<li>\n										contact@info.com\n									</li>\n								<li>\n										1-404-491-9311\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/TheChrishaunFoundation\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/TheChrishaunFdn\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://instagram.com/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a href=\"https://www.linkedin.com/company/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Linkedin\n											</a>\n					<a href=\"https://www.youtube.com/channel/UCmzlzjopXMpjtDYwwQ2qacg\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<h2>Message us</h2>		\n		Please use the contact form below, if you have any general questions or requests about our services.\nWe will try our best to respond back to you within 24 hours.\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>','Contact','','inherit','closed','closed','','351-revision-v1','','','2021-06-30 03:23:47','2021-06-30 03:23:47','',351,'https://thechrishaunfoundation.org/?p=470',0,'revision','',0),(471,1,'2021-06-30 03:24:26','2021-06-30 03:24:26','<h1>Contact</h1>		\n			<h2>Get in touch</h2>		\n					<ul>\n							<li>\n										123 Fifth Avenue, New York, NY 10160\n									</li>\n								<li>\n										contact@info.com\n									</li>\n								<li>\n										1-404-491-9311\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/TheChrishaunFoundation\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/TheChrishaunFdn\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://instagram.com/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a href=\"https://www.linkedin.com/company/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Linkedin\n											</a>\n					<a href=\"https://www.youtube.com/channel/UCmzlzjopXMpjtDYwwQ2qacg\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<h2>Message us</h2>		\n		Please use the contact form below, if you have any general questions or requests about our services.\nWe will try our best to respond back to you within 24 hours.\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>','Contact','','inherit','closed','closed','','351-revision-v1','','','2021-06-30 03:24:26','2021-06-30 03:24:26','',351,'https://thechrishaunfoundation.org/?p=471',0,'revision','',0),(472,1,'2021-06-30 03:24:26','2021-06-30 03:24:26','<h1>Contact</h1>		\n			<h2>Get in touch</h2>		\n					<ul>\n							<li>\n										123 Fifth Avenue, New York, NY 10160\n									</li>\n								<li>\n										contact@info.com\n									</li>\n								<li>\n										1-404-491-9311\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/TheChrishaunFoundation\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/TheChrishaunFdn\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://instagram.com/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a href=\"https://www.linkedin.com/company/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Linkedin\n											</a>\n					<a href=\"https://www.youtube.com/channel/UCmzlzjopXMpjtDYwwQ2qacg\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<h2>Message us</h2>		\n		Please use the contact form below, if you have any general questions or requests about our services.\nWe will try our best to respond back to you within 24 hours.\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>','Contact','','inherit','closed','closed','','351-revision-v1','','','2021-06-30 03:24:26','2021-06-30 03:24:26','',351,'https://thechrishaunfoundation.org/?p=472',0,'revision','',0),(473,1,'2021-06-30 03:24:27','2021-06-30 03:24:27','<h1>Contact</h1>		\n			<h2>Get in touch</h2>		\n					<ul>\n							<li>\n										123 Fifth Avenue, New York, NY 10160\n									</li>\n								<li>\n										contact@info.com\n									</li>\n								<li>\n										1-404-491-9311\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/TheChrishaunFoundation\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/TheChrishaunFdn\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://instagram.com/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a href=\"https://www.linkedin.com/company/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Linkedin\n											</a>\n					<a href=\"https://www.youtube.com/channel/UCmzlzjopXMpjtDYwwQ2qacg\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a href=\"https://thechrishaunfoundation.tumblr.com/\" target=\"_blank\" rel=\"noopener\">\n						Tumblr\n											</a>\n			<h2>Message us</h2>		\n		Please use the contact form below, if you have any general questions or requests about our services.\nWe will try our best to respond back to you within 24 hours.\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>','Contact','','inherit','closed','closed','','351-revision-v1','','','2021-06-30 03:24:27','2021-06-30 03:24:27','',351,'https://thechrishaunfoundation.org/?p=473',0,'revision','',0),(474,1,'2021-06-30 03:25:20','2021-06-30 03:25:20','<h1>Contact</h1>		\n			<h2>Get in touch</h2>		\n					<ul>\n							<li>\n										123 Fifth Avenue, New York, NY 10160\n									</li>\n								<li>\n										contact@info.com\n									</li>\n								<li>\n										1-404-491-9311\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/TheChrishaunFoundation\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/TheChrishaunFdn\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://instagram.com/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a href=\"https://www.linkedin.com/company/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Linkedin\n											</a>\n					<a href=\"https://www.youtube.com/channel/UCmzlzjopXMpjtDYwwQ2qacg\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a href=\"https://thechrishaunfoundation.tumblr.com/\" target=\"_blank\" rel=\"noopener\">\n						Tumblr\n											</a>\n			<h2>Message us</h2>		\n		Please use the contact form below, if you have any general questions or requests about our services.\nWe will try our best to respond back to you within 24 hours.\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>','Contact','','inherit','closed','closed','','351-revision-v1','','','2021-06-30 03:25:20','2021-06-30 03:25:20','',351,'https://thechrishaunfoundation.org/?p=474',0,'revision','',0),(475,1,'2021-06-30 03:25:20','2021-06-30 03:25:20','<h1>Contact</h1>		\n			<h2>Get in touch</h2>		\n					<ul>\n							<li>\n										123 Fifth Avenue, New York, NY 10160\n									</li>\n								<li>\n										contact@info.com\n									</li>\n								<li>\n										1-404-491-9311\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/TheChrishaunFoundation\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/TheChrishaunFdn\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://instagram.com/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a href=\"https://www.linkedin.com/company/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Linkedin\n											</a>\n					<a href=\"https://www.youtube.com/channel/UCmzlzjopXMpjtDYwwQ2qacg\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a href=\"https://thechrishaunfoundation.tumblr.com/\" target=\"_blank\" rel=\"noopener\">\n						Tumblr\n											</a>\n			<h2>Message us</h2>		\n		Please use the contact form below, if you have any general questions or requests about our services.\nWe will try our best to respond back to you within 24 hours.\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>','Contact','','inherit','closed','closed','','351-revision-v1','','','2021-06-30 03:25:20','2021-06-30 03:25:20','',351,'https://thechrishaunfoundation.org/?p=475',0,'revision','',0),(476,1,'2021-06-30 03:25:20','2021-06-30 03:25:20','<h1>Contact</h1>		\n			<h2>Get in touch</h2>		\n					<ul>\n							<li>\n										123 Fifth Avenue, New York, NY 10160\n									</li>\n								<li>\n										contact@info.com\n									</li>\n								<li>\n										1-404-491-9311\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/TheChrishaunFoundation\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/TheChrishaunFdn\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://instagram.com/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a href=\"https://www.linkedin.com/company/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Linkedin\n											</a>\n					<a href=\"https://www.youtube.com/channel/UCmzlzjopXMpjtDYwwQ2qacg\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a href=\"https://thechrishaunfoundation.tumblr.com/\" target=\"_blank\" rel=\"noopener\">\n						Tumblr\n											</a>\n					<a href=\"https://vimeo.com/user108876918\" target=\"_blank\" rel=\"noopener\">\n						Vimeo\n											</a>\n			<h2>Message us</h2>		\n		Please use the contact form below, if you have any general questions or requests about our services.\nWe will try our best to respond back to you within 24 hours.\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>','Contact','','inherit','closed','closed','','351-revision-v1','','','2021-06-30 03:25:20','2021-06-30 03:25:20','',351,'https://thechrishaunfoundation.org/?p=476',0,'revision','',0),(477,1,'2021-06-30 03:26:27','2021-06-30 03:26:27','<h1>Contact</h1>		\n			<h2>Get in touch</h2>		\n					<ul>\n							<li>\n										123 Fifth Avenue, New York, NY 10160\n									</li>\n								<li>\n										contact@info.com\n									</li>\n								<li>\n										1-404-491-9311\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/TheChrishaunFoundation\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/TheChrishaunFdn\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://instagram.com/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a href=\"https://www.linkedin.com/company/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Linkedin\n											</a>\n					<a href=\"https://www.youtube.com/channel/UCmzlzjopXMpjtDYwwQ2qacg\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a href=\"https://thechrishaunfoundation.tumblr.com/\" target=\"_blank\" rel=\"noopener\">\n						Tumblr\n											</a>\n					<a href=\"https://vimeo.com/user108876918\" target=\"_blank\" rel=\"noopener\">\n						Vimeo\n											</a>\n			<h2>Message us</h2>		\n		Please use the contact form below, if you have any general questions or requests about our services.\nWe will try our best to respond back to you within 24 hours.\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>','Contact','','inherit','closed','closed','','351-revision-v1','','','2021-06-30 03:26:27','2021-06-30 03:26:27','',351,'https://thechrishaunfoundation.org/?p=477',0,'revision','',0),(478,1,'2021-06-30 03:26:27','2021-06-30 03:26:27','<h1>Contact</h1>		\n			<h2>Get in touch</h2>		\n					<ul>\n							<li>\n										123 Fifth Avenue, New York, NY 10160\n									</li>\n								<li>\n										contact@info.com\n									</li>\n								<li>\n										1-404-491-9311\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/TheChrishaunFoundation\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/TheChrishaunFdn\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://instagram.com/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a href=\"https://www.linkedin.com/company/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Linkedin\n											</a>\n					<a href=\"https://www.youtube.com/channel/UCmzlzjopXMpjtDYwwQ2qacg\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a href=\"https://thechrishaunfoundation.tumblr.com/\" target=\"_blank\" rel=\"noopener\">\n						Tumblr\n											</a>\n					<a href=\"https://vimeo.com/user108876918\" target=\"_blank\" rel=\"noopener\">\n						Vimeo\n											</a>\n			<h2>Message us</h2>		\n		Please use the contact form below, if you have any general questions or requests about our services.\nWe will try our best to respond back to you within 24 hours.\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>','Contact','','inherit','closed','closed','','351-revision-v1','','','2021-06-30 03:26:27','2021-06-30 03:26:27','',351,'https://thechrishaunfoundation.org/?p=478',0,'revision','',0),(1132,1,'2021-08-16 06:22:32','2021-08-16 06:22:32','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Get in touch</h2>		\n					<ul>\n							<li>\n										info@thechrishaunfoundation.org\n									</li>\n								<li>\n										1-404-491-9311\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/TheChrishaunFoundation\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/TheChrishaunFdn\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://instagram.com/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a href=\"https://www.linkedin.com/company/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Linkedin\n											</a>\n					<a href=\"https://www.youtube.com/channel/UCmzlzjopXMpjtDYwwQ2qacg\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a href=\"https://thechrishaunfoundation.tumblr.com/\" target=\"_blank\" rel=\"noopener\">\n						Tumblr\n											</a>\n					<a href=\"https://vimeo.com/user108876918\" target=\"_blank\" rel=\"noopener\">\n						Vimeo\n											</a>\n			<h2>Message us</h2>		\n		Please use the contact form below, if you have any general questions or requests about our services.\nWe will try our best to respond back to you within 24 hours.\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>','Contact','','inherit','closed','closed','','351-revision-v1','','','2021-08-16 06:22:32','2021-08-16 06:22:32','',351,'https://thechrishaunfoundation.org/?p=1132',0,'revision','',0),(479,1,'2021-06-30 03:26:28','2021-06-30 03:26:28','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Get in touch</h2>		\n					<ul>\n							<li>\n										123 Fifth Avenue, New York, NY 10160\n									</li>\n								<li>\n										contact@info.com\n									</li>\n								<li>\n										1-404-491-9311\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/TheChrishaunFoundation\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/TheChrishaunFdn\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://instagram.com/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a href=\"https://www.linkedin.com/company/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Linkedin\n											</a>\n					<a href=\"https://www.youtube.com/channel/UCmzlzjopXMpjtDYwwQ2qacg\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a href=\"https://thechrishaunfoundation.tumblr.com/\" target=\"_blank\" rel=\"noopener\">\n						Tumblr\n											</a>\n					<a href=\"https://vimeo.com/user108876918\" target=\"_blank\" rel=\"noopener\">\n						Vimeo\n											</a>\n			<h2>Message us</h2>		\n		Please use the contact form below, if you have any general questions or requests about our services.\nWe will try our best to respond back to you within 24 hours.\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>','Contact','','inherit','closed','closed','','351-revision-v1','','','2021-06-30 03:26:28','2021-06-30 03:26:28','',351,'https://thechrishaunfoundation.org/?p=479',0,'revision','',0),(480,1,'2021-06-30 05:48:33','2021-06-30 05:48:33','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Life After Loss</h3>		\n		<p>Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest. When someone has had so much influence in your life, when you lose them, it can be so detrimental to your overall health. The person that has passed can no longer feel pain but you do, so what do you do now?<br />The Chrishaun Foundation can provide counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your specific needs.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Lie After Divorce</h3>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Domestic violence</h3>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Health crisis</h3>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Addiction</h3>		\n		<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking “if I can just get away from it all even for an hour, it would be worth it “. You take a substance just to have a moment of peace in your life where just for one second in time, you’re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it’s back to your life, your miserable life. So, what do you do?<br />You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Life After The military</h3>		\n		Fighting daily for your country’s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Homelessness</h3>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you’re diseased and will throw a measly amount of change at you that you couldn’t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.','Our Programs','','publish','closed','closed','','our-programs','','','2021-08-17 04:27:02','2021-08-17 04:27:02','',0,'https://thechrishaunfoundation.org/?page_id=480',0,'page','',0),(526,1,'2021-06-30 06:30:09','2021-06-30 06:30:09','','arrow','','inherit','open','closed','','arrow','','','2021-06-30 06:30:09','2021-06-30 06:30:09','',480,'https://thechrishaunfoundation.org/wp-content/uploads/2021/06/arrow.png',0,'attachment','image/png',0),(527,1,'2021-06-30 06:31:39','2021-06-30 06:31:39','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<h2>Community</h2>		\n			<h5>LOCAL ENGAGEMENT\n</h5>		\n				<h5>\n				</h5>\n								<p>Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.</p>\n				<h5>\n				</h5>\n								<p>Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\n</p>\n				<h5>\n				</h5>\n								<p>We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.</p>\n			<p>*For more information about this new exciting program click here!</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:31:39','2021-06-30 06:31:39','',480,'https://thechrishaunfoundation.org/?p=527',0,'revision','',0),(484,1,'2021-06-30 05:54:21','2021-06-30 05:54:21','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 05:54:21','2021-06-30 05:54:21','',480,'https://thechrishaunfoundation.org/?p=484',0,'revision','',0),(481,1,'2021-06-30 05:49:18','2021-06-30 05:49:18','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 05:49:18','2021-06-30 05:49:18','',480,'https://thechrishaunfoundation.org/?p=481',0,'revision','',0),(482,1,'2021-06-30 05:54:21','2021-06-30 05:54:21','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 05:54:21','2021-06-30 05:54:21','',480,'https://thechrishaunfoundation.org/?p=482',0,'revision','',0),(483,1,'2021-06-30 05:54:21','2021-06-30 05:54:21','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 05:54:21','2021-06-30 05:54:21','',480,'https://thechrishaunfoundation.org/?p=483',0,'revision','',0),(485,1,'2021-06-30 05:56:20','2021-06-30 05:56:20','','image-and-text-4.jpg','','inherit','open','closed','','image-and-text-4-jpg','','','2021-06-30 05:56:20','2021-06-30 05:56:20','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/06/image-and-text-4.jpg',0,'attachment','image/jpeg',0),(486,1,'2021-06-30 05:56:20','2021-06-30 05:56:20','','image-and-text-3.jpg','','inherit','open','closed','','image-and-text-3-jpg','','','2021-06-30 05:56:20','2021-06-30 05:56:20','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/06/image-and-text-3.jpg',0,'attachment','image/jpeg',0),(487,1,'2021-06-30 05:56:20','2021-06-30 05:56:20','','image-and-text-5.jpg','','inherit','open','closed','','image-and-text-5-jpg','','','2021-06-30 05:56:20','2021-06-30 05:56:20','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/06/image-and-text-5.jpg',0,'attachment','image/jpeg',0),(491,1,'2021-06-30 06:07:58','2021-06-30 06:07:58','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:07:58','2021-06-30 06:07:58','',480,'https://thechrishaunfoundation.org/?p=491',0,'revision','',0),(489,1,'2021-06-30 06:07:57','2021-06-30 06:07:57','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:07:57','2021-06-30 06:07:57','',480,'https://thechrishaunfoundation.org/?p=489',0,'revision','',0),(490,1,'2021-06-30 06:07:58','2021-06-30 06:07:58','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:07:58','2021-06-30 06:07:58','',480,'https://thechrishaunfoundation.org/?p=490',0,'revision','',0),(492,1,'2021-06-30 06:12:14','2021-06-30 06:12:14','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:12:14','2021-06-30 06:12:14','',480,'https://thechrishaunfoundation.org/?p=492',0,'revision','',0),(493,1,'2021-06-30 06:12:14','2021-06-30 06:12:14','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:12:14','2021-06-30 06:12:14','',480,'https://thechrishaunfoundation.org/?p=493',0,'revision','',0),(494,1,'2021-06-30 06:12:15','2021-06-30 06:12:15','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:12:15','2021-06-30 06:12:15','',480,'https://thechrishaunfoundation.org/?p=494',0,'revision','',0),(495,1,'2021-06-30 06:12:25','2021-06-30 06:12:25','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:12:25','2021-06-30 06:12:25','',480,'https://thechrishaunfoundation.org/?p=495',0,'revision','',0),(496,1,'2021-06-30 06:12:26','2021-06-30 06:12:26','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:12:26','2021-06-30 06:12:26','',480,'https://thechrishaunfoundation.org/?p=496',0,'revision','',0),(497,1,'2021-06-30 06:12:26','2021-06-30 06:12:26','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:12:26','2021-06-30 06:12:26','',480,'https://thechrishaunfoundation.org/?p=497',0,'revision','',0),(498,1,'2021-06-30 06:13:26','2021-06-30 06:13:26','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:13:26','2021-06-30 06:13:26','',480,'https://thechrishaunfoundation.org/?p=498',0,'revision','',0),(499,1,'2021-06-30 06:13:27','2021-06-30 06:13:27','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:13:27','2021-06-30 06:13:27','',480,'https://thechrishaunfoundation.org/?p=499',0,'revision','',0),(500,1,'2021-06-30 06:13:27','2021-06-30 06:13:27','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:13:27','2021-06-30 06:13:27','',480,'https://thechrishaunfoundation.org/?p=500',0,'revision','',0),(504,1,'2021-06-30 06:14:09','2021-06-30 06:14:09','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:14:09','2021-06-30 06:14:09','',480,'https://thechrishaunfoundation.org/?p=504',0,'revision','',0),(502,1,'2021-06-30 06:14:08','2021-06-30 06:14:08','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:14:08','2021-06-30 06:14:08','',480,'https://thechrishaunfoundation.org/?p=502',0,'revision','',0),(503,1,'2021-06-30 06:14:08','2021-06-30 06:14:08','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:14:08','2021-06-30 06:14:08','',480,'https://thechrishaunfoundation.org/?p=503',0,'revision','',0),(505,1,'2021-06-30 06:14:52','2021-06-30 06:14:52','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:14:52','2021-06-30 06:14:52','',480,'https://thechrishaunfoundation.org/?p=505',0,'revision','',0),(506,1,'2021-06-30 06:14:52','2021-06-30 06:14:52','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:14:52','2021-06-30 06:14:52','',480,'https://thechrishaunfoundation.org/?p=506',0,'revision','',0),(507,1,'2021-06-30 06:14:52','2021-06-30 06:14:52','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:14:52','2021-06-30 06:14:52','',480,'https://thechrishaunfoundation.org/?p=507',0,'revision','',0),(508,1,'2021-06-30 06:16:43','2021-06-30 06:16:43','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:16:43','2021-06-30 06:16:43','',480,'https://thechrishaunfoundation.org/?p=508',0,'revision','',0),(509,1,'2021-06-30 06:16:43','2021-06-30 06:16:43','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:16:43','2021-06-30 06:16:43','',480,'https://thechrishaunfoundation.org/?p=509',0,'revision','',0),(510,1,'2021-06-30 06:16:43','2021-06-30 06:16:43','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:16:43','2021-06-30 06:16:43','',480,'https://thechrishaunfoundation.org/?p=510',0,'revision','',0),(511,1,'2021-06-30 06:17:50','2021-06-30 06:17:50','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:17:50','2021-06-30 06:17:50','',480,'https://thechrishaunfoundation.org/?p=511',0,'revision','',0),(512,1,'2021-06-30 06:17:50','2021-06-30 06:17:50','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:17:50','2021-06-30 06:17:50','',480,'https://thechrishaunfoundation.org/?p=512',0,'revision','',0),(513,1,'2021-06-30 06:17:50','2021-06-30 06:17:50','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:17:50','2021-06-30 06:17:50','',480,'https://thechrishaunfoundation.org/?p=513',0,'revision','',0),(514,1,'2021-06-30 06:19:46','2021-06-30 06:19:46','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:19:46','2021-06-30 06:19:46','',480,'https://thechrishaunfoundation.org/?p=514',0,'revision','',0),(515,1,'2021-06-30 06:19:46','2021-06-30 06:19:46','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:19:46','2021-06-30 06:19:46','',480,'https://thechrishaunfoundation.org/?p=515',0,'revision','',0),(516,1,'2021-06-30 06:19:47','2021-06-30 06:19:47','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:19:47','2021-06-30 06:19:47','',480,'https://thechrishaunfoundation.org/?p=516',0,'revision','',0),(517,1,'2021-06-30 06:22:02','2021-06-30 06:22:02','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:22:02','2021-06-30 06:22:02','',480,'https://thechrishaunfoundation.org/?p=517',0,'revision','',0),(518,1,'2021-06-30 06:22:02','2021-06-30 06:22:02','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:22:02','2021-06-30 06:22:02','',480,'https://thechrishaunfoundation.org/?p=518',0,'revision','',0),(519,1,'2021-06-30 06:22:03','2021-06-30 06:22:03','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:22:03','2021-06-30 06:22:03','',480,'https://thechrishaunfoundation.org/?p=519',0,'revision','',0),(520,1,'2021-06-30 06:25:03','2021-06-30 06:25:03','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:25:03','2021-06-30 06:25:03','',480,'https://thechrishaunfoundation.org/?p=520',0,'revision','',0),(521,1,'2021-06-30 06:25:03','2021-06-30 06:25:03','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:25:03','2021-06-30 06:25:03','',480,'https://thechrishaunfoundation.org/?p=521',0,'revision','',0),(525,1,'2021-06-30 06:26:56','2021-06-30 06:26:56','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<h2>Community</h2>		\n			<h5>LOCAL ENGAGEMENT\n</h5>		\n				<h5>\n				</h5>\n								<p>Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.</p>\n				<h5>\n				</h5>\n								<p>Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\n</p>\n				<h5>\n				</h5>\n								<p>We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.</p>\n			<p>*For more information about this new exciting program click here!</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:26:56','2021-06-30 06:26:56','',480,'https://thechrishaunfoundation.org/?p=525',0,'revision','',0),(522,1,'2021-06-30 06:25:04','2021-06-30 06:25:04','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<h2>Community</h2>		\n			<h5>LOCAL ENGAGEMENT\n</h5>		\n				<h5>\n				</h5>\n								<p>Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.</p>\n				<h5>\n				</h5>\n								<p>Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\n</p>\n				<h5>\n				</h5>\n								<p>We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.</p>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:25:04','2021-06-30 06:25:04','',480,'https://thechrishaunfoundation.org/?p=522',0,'revision','',0),(523,1,'2021-06-30 06:26:55','2021-06-30 06:26:55','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<h2>Community</h2>		\n			<h5>LOCAL ENGAGEMENT\n</h5>		\n				<h5>\n				</h5>\n								<p>Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.</p>\n				<h5>\n				</h5>\n								<p>Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\n</p>\n				<h5>\n				</h5>\n								<p>We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.</p>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:26:55','2021-06-30 06:26:55','',480,'https://thechrishaunfoundation.org/?p=523',0,'revision','',0),(524,1,'2021-06-30 06:26:55','2021-06-30 06:26:55','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<h2>Community</h2>		\n			<h5>LOCAL ENGAGEMENT\n</h5>		\n				<h5>\n				</h5>\n								<p>Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.</p>\n				<h5>\n				</h5>\n								<p>Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\n</p>\n				<h5>\n				</h5>\n								<p>We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.</p>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:26:55','2021-06-30 06:26:55','',480,'https://thechrishaunfoundation.org/?p=524',0,'revision','',0),(528,1,'2021-06-30 06:31:39','2021-06-30 06:31:39','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<h2>Community</h2>		\n			<h5>LOCAL ENGAGEMENT\n</h5>		\n				<h5>\n				</h5>\n								<p>Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.</p>\n				<h5>\n				</h5>\n								<p>Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\n</p>\n				<h5>\n				</h5>\n								<p>We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.</p>\n			<p>*For more information about this new exciting program click here!</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:31:39','2021-06-30 06:31:39','',480,'https://thechrishaunfoundation.org/?p=528',0,'revision','',0),(529,1,'2021-06-30 06:31:39','2021-06-30 06:31:39','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<h2>Community</h2>		\n			<h5>LOCAL ENGAGEMENT\n</h5>		\n				<h5>\n				</h5>\n								<p>Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.</p>\n				<h5>\n				</h5>\n								<p>Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\n</p>\n				<h5>\n				</h5>\n								<p>We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.</p>\n			<p>*For more information about this new exciting program click here!</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:31:39','2021-06-30 06:31:39','',480,'https://thechrishaunfoundation.org/?p=529',0,'revision','',0),(530,1,'2021-06-30 06:32:27','2021-06-30 06:32:27','','arrow','','inherit','open','closed','','arrow-2','','','2021-06-30 06:32:27','2021-06-30 06:32:27','',480,'https://thechrishaunfoundation.org/wp-content/uploads/2021/06/arrow-1.png',0,'attachment','image/png',0),(531,1,'2021-06-30 06:32:42','2021-06-30 06:32:42','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<h2>Community</h2>		\n			<h5>LOCAL ENGAGEMENT\n</h5>		\n				<h5>\n				</h5>\n								<p>Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.</p>\n				<h5>\n				</h5>\n								<p>Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\n</p>\n				<h5>\n				</h5>\n								<p>We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.</p>\n			<p>*For more information about this new exciting program click here!</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:32:42','2021-06-30 06:32:42','',480,'https://thechrishaunfoundation.org/?p=531',0,'revision','',0),(532,1,'2021-06-30 06:32:42','2021-06-30 06:32:42','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<h2>Community</h2>		\n			<h5>LOCAL ENGAGEMENT\n</h5>		\n				<h5>\n				</h5>\n								<p>Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.</p>\n				<h5>\n				</h5>\n								<p>Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\n</p>\n				<h5>\n				</h5>\n								<p>We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.</p>\n			<p>*For more information about this new exciting program click here!</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:32:42','2021-06-30 06:32:42','',480,'https://thechrishaunfoundation.org/?p=532',0,'revision','',0),(533,1,'2021-06-30 06:32:42','2021-06-30 06:32:42','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<h2>Community</h2>		\n			<h5>LOCAL ENGAGEMENT\n</h5>		\n				<h5>\n				</h5>\n								<p>Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.</p>\n				<h5>\n				</h5>\n								<p>Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\n</p>\n				<h5>\n				</h5>\n								<p>We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.</p>\n			<p>*For more information about this new exciting program click here!</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:32:42','2021-06-30 06:32:42','',480,'https://thechrishaunfoundation.org/?p=533',0,'revision','',0),(534,1,'2021-06-30 06:33:28','2021-06-30 06:33:28','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<h2>Community</h2>		\n			<h5>LOCAL ENGAGEMENT\n</h5>		\n				<h5>\n				</h5>\n								<p>Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.</p>\n				<h5>\n				</h5>\n								<p>Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\n</p>\n				<h5>\n				</h5>\n								<p>We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.</p>\n			<p>*For more information about this new exciting program click here!</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:33:28','2021-06-30 06:33:28','',480,'https://thechrishaunfoundation.org/?p=534',0,'revision','',0),(535,1,'2021-06-30 06:33:28','2021-06-30 06:33:28','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<h2>Community</h2>		\n			<h5>LOCAL ENGAGEMENT\n</h5>		\n				<h5>\n				</h5>\n								<p>Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.</p>\n				<h5>\n				</h5>\n								<p>Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\n</p>\n				<h5>\n				</h5>\n								<p>We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.</p>\n			<p>*For more information about this new exciting program click here!</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:33:28','2021-06-30 06:33:28','',480,'https://thechrishaunfoundation.org/?p=535',0,'revision','',0),(536,1,'2021-06-30 06:33:28','2021-06-30 06:33:28','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<h2>Community</h2>		\n			<h5>LOCAL ENGAGEMENT\n</h5>		\n				<h5>\n				</h5>\n								<p>Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.</p>\n				<h5>\n				</h5>\n								<p>Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\n</p>\n				<h5>\n				</h5>\n								<p>We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.</p>\n			<p>*For more information about this new exciting program click here!</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:33:28','2021-06-30 06:33:28','',480,'https://thechrishaunfoundation.org/?p=536',0,'revision','',0),(537,1,'2021-06-30 06:33:53','2021-06-30 06:33:53','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<h2>Community</h2>		\n			<h5>LOCAL ENGAGEMENT\n</h5>		\n				<h5>\n				</h5>\n								<p>Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.</p>\n				<h5>\n				</h5>\n								<p>Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\n</p>\n				<h5>\n				</h5>\n								<p>We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.</p>\n			<p>*For more information about this new exciting program click here!</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:33:53','2021-06-30 06:33:53','',480,'https://thechrishaunfoundation.org/?p=537',0,'revision','',0),(538,1,'2021-06-30 06:33:53','2021-06-30 06:33:53','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<h2>Community</h2>		\n			<h5>LOCAL ENGAGEMENT\n</h5>		\n				<h5>\n				</h5>\n								<p>Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.</p>\n				<h5>\n				</h5>\n								<p>Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\n</p>\n				<h5>\n				</h5>\n								<p>We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.</p>\n			<p>*For more information about this new exciting program click here!</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:33:53','2021-06-30 06:33:53','',480,'https://thechrishaunfoundation.org/?p=538',0,'revision','',0),(539,1,'2021-06-30 06:33:53','2021-06-30 06:33:53','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<h2>Community</h2>		\n			<h5>LOCAL ENGAGEMENT\n</h5>		\n				<h5>\n				</h5>\n								<p>Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.</p>\n				<h5>\n				</h5>\n								<p>Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\n</p>\n				<h5>\n				</h5>\n								<p>We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.</p>\n			<p>*For more information about this new exciting program click here!</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:33:53','2021-06-30 06:33:53','',480,'https://thechrishaunfoundation.org/?p=539',0,'revision','',0),(540,1,'2021-06-30 06:36:42','2021-06-30 06:36:42','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<h2>Community</h2>		\n			<h5>LOCAL ENGAGEMENT\n</h5>		\n				<h5>\n				</h5>\n								<p>Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.</p>\n				<h5>\n				</h5>\n								<p>Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\n</p>\n				<h5>\n				</h5>\n								<p>We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.</p>\n			<p>*For more information about this new exciting program click here!</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:36:42','2021-06-30 06:36:42','',480,'https://thechrishaunfoundation.org/?p=540',0,'revision','',0),(541,1,'2021-06-30 06:36:42','2021-06-30 06:36:42','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<h2>Community</h2>		\n			<h5>LOCAL ENGAGEMENT\n</h5>		\n				<h5>\n				</h5>\n								<p>Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.</p>\n				<h5>\n				</h5>\n								<p>Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\n</p>\n				<h5>\n				</h5>\n								<p>We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.</p>\n			<p>*For more information about this new exciting program click here!</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:36:42','2021-06-30 06:36:42','',480,'https://thechrishaunfoundation.org/?p=541',0,'revision','',0),(542,1,'2021-06-30 06:36:42','2021-06-30 06:36:42','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<h2>Community</h2>		\n			<h5>LOCAL ENGAGEMENT\n</h5>		\n				<h5>\n				</h5>\n								<p>Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.</p>\n				<h5>\n				</h5>\n								<p>Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\n</p>\n				<h5>\n				</h5>\n								<p>We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.</p>\n			<p>*For more information about this new exciting program click here!</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:36:42','2021-06-30 06:36:42','',480,'https://thechrishaunfoundation.org/?p=542',0,'revision','',0),(543,1,'2021-06-30 06:38:18','2021-06-30 06:38:18','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<h2>Community</h2>		\n			<h5>LOCAL ENGAGEMENT\n</h5>		\n				<h5>\n				</h5>\n								<p>Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.</p>\n				<h5>\n				</h5>\n								<p>Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\n</p>\n				<h5>\n				</h5>\n								<p>We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.</p>\n			<p>*For more information about this new exciting program click here!</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:38:18','2021-06-30 06:38:18','',480,'https://thechrishaunfoundation.org/?p=543',0,'revision','',0),(544,1,'2021-06-30 06:38:18','2021-06-30 06:38:18','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<h2>Community</h2>		\n			<h5>LOCAL ENGAGEMENT\n</h5>		\n				<h5>\n				</h5>\n								<p>Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.</p>\n				<h5>\n				</h5>\n								<p>Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\n</p>\n				<h5>\n				</h5>\n								<p>We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.</p>\n			<p>*For more information about this new exciting program click here!</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:38:18','2021-06-30 06:38:18','',480,'https://thechrishaunfoundation.org/?p=544',0,'revision','',0),(545,1,'2021-06-30 06:38:18','2021-06-30 06:38:18','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<h2>Community</h2>		\n			<h5>LOCAL ENGAGEMENT\n</h5>		\n				<h5>\n				</h5>\n								<p>Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.</p>\n				<h5>\n				</h5>\n								<p>Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\n</p>\n				<h5>\n				</h5>\n								<p>We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.</p>\n			<p>*For more information about this new exciting program click here!</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:38:18','2021-06-30 06:38:18','',480,'https://thechrishaunfoundation.org/?p=545',0,'revision','',0),(546,1,'2021-06-30 06:39:23','2021-06-30 06:39:23','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<h2>Community</h2>		\n			<h5>LOCAL ENGAGEMENT\n</h5>		\n				<h5>\n				</h5>\n								<p>Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.</p>\n				<h5>\n				</h5>\n								<p>Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\n</p>\n				<h5>\n				</h5>\n								<p>We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.</p>\n			<p>*For more information about this new exciting program click here!</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:39:23','2021-06-30 06:39:23','',480,'https://thechrishaunfoundation.org/?p=546',0,'revision','',0),(547,1,'2021-06-30 06:39:23','2021-06-30 06:39:23','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<h2>Community</h2>		\n			<h5>LOCAL ENGAGEMENT\n</h5>		\n				<h5>\n				</h5>\n								<p>Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.</p>\n				<h5>\n				</h5>\n								<p>Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\n</p>\n				<h5>\n				</h5>\n								<p>We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.</p>\n			<p>*For more information about this new exciting program click here!</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:39:23','2021-06-30 06:39:23','',480,'https://thechrishaunfoundation.org/?p=547',0,'revision','',0),(548,1,'2021-06-30 06:39:24','2021-06-30 06:39:24','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<h2>Community</h2>		\n			<h5>LOCAL ENGAGEMENT\n</h5>		\n				<h5>\n				</h5>\n								<p>Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.</p>\n				<h5>\n				</h5>\n								<p>Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\n</p>\n				<h5>\n				</h5>\n								<p>We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.</p>\n			<p>*For more information about this new exciting program click here!</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-06-30 06:39:24','2021-06-30 06:39:24','',480,'https://thechrishaunfoundation.org/?p=548',0,'revision','',0),(549,1,'2021-06-30 06:41:54','2021-06-30 06:41:54','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Covid-19 Relief Efforts</h2>		\n		<p>COVID-19- 2020, one of the most brutal years of our lifetime. In March, the country shut down and it seemed as though everybody lost their job. Even though we were all in this together, it can feel like it\'s only happening to you. Just because other people lost their jobs, it doesn\'t make you feel any better about losing yours. A new normal with masks, took smiles away from people and made life seem so dreary. If you were unfortunate enough to get sick with Covid, that made life even worse. Not only were you going through the worst financial time of your life, but you also had to do it while vomiting, losing taste, having a runny nose, etc.</p><p>Millions of Americans applied for unemployment and the country shut down what you meant you were at home alone or with family for months on end. To be cooped up with no human contact was excruciating for some. You felt so alone and now it will be so hard for you to recuperate financially and emotionally. It was also pretty upsetting to see on social media all the people who are more well-off than you complain about being stuck in their mansions, almost a slap in the face. The Chrishaun foundation is here to help get you back to pre-COVID.</p>','Covid-19 Relief Efforts','','publish','closed','closed','','covid19-relief-efforts','','','2021-08-16 06:11:31','2021-08-16 06:11:31','',0,'https://thechrishaunfoundation.org/?page_id=549',0,'page','',0),(1125,1,'2021-08-16 06:10:46','2021-08-16 06:10:46','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n		<p>COVID-19- 2020, one of the most brutal years of our lifetime. In March, the country shut down and it seemed as though everybody lost their job. Even though we were all in this together, it can feel like it\'s only happening to you. Just because other people lost their jobs, it doesn\'t make you feel any better about losing yours. A new normal with masks, took smiles away from people and made life seem so dreary. If you were unfortunate enough to get sick with Covid, that made life even worse. Not only were you going through the worst financial time of your life, but you also had to do it while vomiting, losing taste, having a runny nose, etc.</p><p>Millions of Americans applied for unemployment and the country shut down what you meant you were at home alone or with family for months on end. To be cooped up with no human contact was excruciating for some. You felt so alone and now it will be so hard for you to recuperate financially and emotionally. It was also pretty upsetting to see on social media all the people who are more well-off than you complain about being stuck in their mansions, almost a slap in the face. The Chrishaun foundation is here to help get you back to pre-COVID.</p>','Covid-19 Relief Efforts','','inherit','closed','closed','','549-revision-v1','','','2021-08-16 06:10:46','2021-08-16 06:10:46','',549,'https://thechrishaunfoundation.org/?p=1125',0,'revision','',0),(550,1,'2021-06-30 06:42:42','2021-06-30 06:42:42','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<h2>Community</h2>		\n			<h5>LOCAL ENGAGEMENT\n</h5>		\n				<h5>\n				</h5>\n								<p>Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.</p>\n				<h5>\n				</h5>\n								<p>Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\n</p>\n				<h5>\n				</h5>\n								<p>We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.</p>\n			<p>*For more information about this new exciting program click here!</p>','Covid-19 Relief Efforts','','inherit','closed','closed','','549-revision-v1','','','2021-06-30 06:42:42','2021-06-30 06:42:42','',549,'https://thechrishaunfoundation.org/?p=550',0,'revision','',0),(551,1,'2021-06-30 06:45:52','2021-06-30 06:45:52','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<h2>Community</h2>		\n			<h5>LOCAL ENGAGEMENT\n</h5>		\n				<h5>\n				</h5>\n								<p>Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.</p>\n				<h5>\n				</h5>\n								<p>Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\n</p>\n				<h5>\n				</h5>\n								<p>We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.</p>\n			<p>*For more information about this new exciting program click here!</p>','Covid-19 Relief Efforts','','inherit','closed','closed','','549-revision-v1','','','2021-06-30 06:45:52','2021-06-30 06:45:52','',549,'https://thechrishaunfoundation.org/?p=551',0,'revision','',0),(552,1,'2021-06-30 06:45:53','2021-06-30 06:45:53','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<h2>Community</h2>		\n			<h5>LOCAL ENGAGEMENT\n</h5>		\n				<h5>\n				</h5>\n								<p>Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.</p>\n				<h5>\n				</h5>\n								<p>Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\n</p>\n				<h5>\n				</h5>\n								<p>We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.</p>\n			<p>*For more information about this new exciting program click here!</p>','Covid-19 Relief Efforts','','inherit','closed','closed','','549-revision-v1','','','2021-06-30 06:45:53','2021-06-30 06:45:53','',549,'https://thechrishaunfoundation.org/?p=552',0,'revision','',0),(553,1,'2021-06-30 06:45:53','2021-06-30 06:45:53','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<h2>Community</h2>		\n			<h5>LOCAL ENGAGEMENT\n</h5>		\n				<h5>\n				</h5>\n								<p>Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.</p>\n				<h5>\n				</h5>\n								<p>Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\n</p>\n				<h5>\n				</h5>\n								<p>We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.</p>\n			<p>*For more information about this new exciting program click here!</p>','Covid-19 Relief Efforts','','inherit','closed','closed','','549-revision-v1','','','2021-06-30 06:45:53','2021-06-30 06:45:53','',549,'https://thechrishaunfoundation.org/?p=553',0,'revision','',0),(554,1,'2021-06-30 06:47:14','2021-06-30 06:47:14','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<h2>Community</h2>		\n			<h5>LOCAL ENGAGEMENT\n</h5>		\n				<h5>\n				</h5>\n								<p>Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.</p>\n				<h5>\n				</h5>\n								<p>Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\n</p>\n				<h5>\n				</h5>\n								<p>We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.</p>\n			<p>*For more information about this new exciting program click here!</p>','Covid-19 Relief Efforts','','inherit','closed','closed','','549-revision-v1','','','2021-06-30 06:47:14','2021-06-30 06:47:14','',549,'https://thechrishaunfoundation.org/?p=554',0,'revision','',0),(555,1,'2021-06-30 06:47:14','2021-06-30 06:47:14','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<h2>Community</h2>		\n			<h5>LOCAL ENGAGEMENT\n</h5>		\n				<h5>\n				</h5>\n								<p>Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.</p>\n				<h5>\n				</h5>\n								<p>Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\n</p>\n				<h5>\n				</h5>\n								<p>We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.</p>\n			<p>*For more information about this new exciting program click here!</p>','Covid-19 Relief Efforts','','inherit','closed','closed','','549-revision-v1','','','2021-06-30 06:47:14','2021-06-30 06:47:14','',549,'https://thechrishaunfoundation.org/?p=555',0,'revision','',0),(556,1,'2021-06-30 06:47:14','2021-06-30 06:47:14','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<h2>Community</h2>		\n			<h5>LOCAL ENGAGEMENT\n</h5>		\n				<h5>\n				</h5>\n								<p>Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.</p>\n				<h5>\n				</h5>\n								<p>Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\n</p>\n				<h5>\n				</h5>\n								<p>We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.</p>\n			<p>*For more information about this new exciting program click here!</p>','Covid-19 Relief Efforts','','inherit','closed','closed','','549-revision-v1','','','2021-06-30 06:47:14','2021-06-30 06:47:14','',549,'https://thechrishaunfoundation.org/?p=556',0,'revision','',0),(557,1,'2021-06-30 06:48:32','2021-06-30 06:48:32','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<h2>Community</h2>		\n			<h5>LOCAL ENGAGEMENT\n</h5>		\n				<h5>\n				</h5>\n								<p>Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.</p>\n				<h5>\n				</h5>\n								<p>Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\n</p>\n				<h5>\n				</h5>\n								<p>We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.</p>\n			<p>*For more information about this new exciting program click here!</p>','Covid-19 Relief Efforts','','inherit','closed','closed','','549-revision-v1','','','2021-06-30 06:48:32','2021-06-30 06:48:32','',549,'https://thechrishaunfoundation.org/?p=557',0,'revision','',0),(558,1,'2021-06-30 06:48:32','2021-06-30 06:48:32','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<h2>Community</h2>		\n			<h5>LOCAL ENGAGEMENT\n</h5>		\n				<h5>\n				</h5>\n								<p>Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.</p>\n				<h5>\n				</h5>\n								<p>Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\n</p>\n				<h5>\n				</h5>\n								<p>We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.</p>\n			<p>*For more information about this new exciting program click here!</p>','Covid-19 Relief Efforts','','inherit','closed','closed','','549-revision-v1','','','2021-06-30 06:48:32','2021-06-30 06:48:32','',549,'https://thechrishaunfoundation.org/?p=558',0,'revision','',0),(559,1,'2021-06-30 06:48:33','2021-06-30 06:48:33','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\n</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<h2>Community</h2>		\n			<h5>LOCAL ENGAGEMENT\n</h5>		\n				<h5>\n				</h5>\n								<p>Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.</p>\n				<h5>\n				</h5>\n								<p>Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\n</p>\n				<h5>\n				</h5>\n								<p>We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.</p>\n			<p>*For more information about this new exciting program click here!</p>','Covid-19 Relief Efforts','','inherit','closed','closed','','549-revision-v1','','','2021-06-30 06:48:33','2021-06-30 06:48:33','',549,'https://thechrishaunfoundation.org/?p=559',0,'revision','',0),(560,1,'2021-06-30 06:48:53','2021-06-30 06:48:53','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\n</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<h2>Community</h2>		\n			<h5>LOCAL ENGAGEMENT\n</h5>		\n				<h5>\n				</h5>\n								<p>Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.</p>\n				<h5>\n				</h5>\n								<p>Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\n</p>\n				<h5>\n				</h5>\n								<p>We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.</p>\n			<p>*For more information about this new exciting program click here!</p>','Covid-19 Relief Efforts','','inherit','closed','closed','','549-revision-v1','','','2021-06-30 06:48:53','2021-06-30 06:48:53','',549,'https://thechrishaunfoundation.org/?p=560',0,'revision','',0),(561,1,'2021-06-30 06:48:54','2021-06-30 06:48:54','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\n</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<h2>Community</h2>		\n			<h5>LOCAL ENGAGEMENT\n</h5>		\n				<h5>\n				</h5>\n								<p>Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.</p>\n				<h5>\n				</h5>\n								<p>Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\n</p>\n				<h5>\n				</h5>\n								<p>We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.</p>\n			<p>*For more information about this new exciting program click here!</p>','Covid-19 Relief Efforts','','inherit','closed','closed','','549-revision-v1','','','2021-06-30 06:48:54','2021-06-30 06:48:54','',549,'https://thechrishaunfoundation.org/?p=561',0,'revision','',0),(562,1,'2021-06-30 06:48:54','2021-06-30 06:48:54','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\n</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<h2>Community</h2>		\n			<h5>LOCAL ENGAGEMENT\n</h5>		\n				<h5>\n				</h5>\n								<p>Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.</p>\n				<h5>\n				</h5>\n								<p>Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\n</p>\n				<h5>\n				</h5>\n								<p>We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.</p>\n			<p>*For more information about this new exciting program click here!</p>','Covid-19 Relief Efforts','','inherit','closed','closed','','549-revision-v1','','','2021-06-30 06:48:54','2021-06-30 06:48:54','',549,'https://thechrishaunfoundation.org/?p=562',0,'revision','',0),(569,1,'2021-06-30 06:52:17','2021-06-30 06:52:17','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\n</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Covid-19 Relief Efforts','','inherit','closed','closed','','549-revision-v1','','','2021-06-30 06:52:17','2021-06-30 06:52:17','',549,'https://thechrishaunfoundation.org/?p=569',0,'revision','',0),(566,1,'2021-06-30 06:51:37','2021-06-30 06:51:37','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\n</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<h2>Community</h2>		\n			<h5>LOCAL ENGAGEMENT\n</h5>		\n				<h5>\n				</h5>\n								<p>Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.</p>\n				<h5>\n				</h5>\n								<p>Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\n</p>\n				<h5>\n				</h5>\n								<p>We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.</p>\n			<p>*For more information about this new exciting program click here!</p>','Covid-19 Relief Efforts','','inherit','closed','closed','','549-revision-v1','','','2021-06-30 06:51:37','2021-06-30 06:51:37','',549,'https://thechrishaunfoundation.org/?p=566',0,'revision','',0),(564,1,'2021-06-30 06:51:36','2021-06-30 06:51:36','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\n</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<h2>Community</h2>		\n			<h5>LOCAL ENGAGEMENT\n</h5>		\n				<h5>\n				</h5>\n								<p>Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.</p>\n				<h5>\n				</h5>\n								<p>Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\n</p>\n				<h5>\n				</h5>\n								<p>We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.</p>\n			<p>*For more information about this new exciting program click here!</p>','Covid-19 Relief Efforts','','inherit','closed','closed','','549-revision-v1','','','2021-06-30 06:51:36','2021-06-30 06:51:36','',549,'https://thechrishaunfoundation.org/?p=564',0,'revision','',0),(565,1,'2021-06-30 06:51:36','2021-06-30 06:51:36','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\n</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<h2>Community</h2>		\n			<h5>LOCAL ENGAGEMENT\n</h5>		\n				<h5>\n				</h5>\n								<p>Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.</p>\n				<h5>\n				</h5>\n								<p>Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\n</p>\n				<h5>\n				</h5>\n								<p>We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.</p>\n			<p>*For more information about this new exciting program click here!</p>','Covid-19 Relief Efforts','','inherit','closed','closed','','549-revision-v1','','','2021-06-30 06:51:36','2021-06-30 06:51:36','',549,'https://thechrishaunfoundation.org/?p=565',0,'revision','',0),(567,1,'2021-06-30 06:52:17','2021-06-30 06:52:17','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\n</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<h2>Community</h2>		\n			<h5>LOCAL ENGAGEMENT\n</h5>		\n				<h5>\n				</h5>\n								<p>Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.</p>\n				<h5>\n				</h5>\n								<p>Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\n</p>\n				<h5>\n				</h5>\n								<p>We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.</p>\n			<p>*For more information about this new exciting program click here!</p>','Covid-19 Relief Efforts','','inherit','closed','closed','','549-revision-v1','','','2021-06-30 06:52:17','2021-06-30 06:52:17','',549,'https://thechrishaunfoundation.org/?p=567',0,'revision','',0),(568,1,'2021-06-30 06:52:17','2021-06-30 06:52:17','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\n</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<h2>Community</h2>		\n			<h5>LOCAL ENGAGEMENT\n</h5>		\n				<h5>\n				</h5>\n								<p>Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.</p>\n				<h5>\n				</h5>\n								<p>Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\n</p>\n				<h5>\n				</h5>\n								<p>We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.</p>\n			<p>*For more information about this new exciting program click here!</p>','Covid-19 Relief Efforts','','inherit','closed','closed','','549-revision-v1','','','2021-06-30 06:52:17','2021-06-30 06:52:17','',549,'https://thechrishaunfoundation.org/?p=568',0,'revision','',0),(570,1,'2021-06-30 06:54:56','2021-06-30 06:54:56','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\n</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Covid-19 Relief Efforts','','inherit','closed','closed','','549-revision-v1','','','2021-06-30 06:54:56','2021-06-30 06:54:56','',549,'https://thechrishaunfoundation.org/?p=570',0,'revision','',0),(571,1,'2021-06-30 06:54:56','2021-06-30 06:54:56','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\n</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Covid-19 Relief Efforts','','inherit','closed','closed','','549-revision-v1','','','2021-06-30 06:54:56','2021-06-30 06:54:56','',549,'https://thechrishaunfoundation.org/?p=571',0,'revision','',0),(578,1,'2021-06-30 07:00:02','2021-06-30 07:00:02','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\n</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Covid-19 Relief Efforts','','inherit','closed','closed','','549-revision-v1','','','2021-06-30 07:00:02','2021-06-30 07:00:02','',549,'https://thechrishaunfoundation.org/?p=578',0,'revision','',0),(572,1,'2021-06-30 06:54:56','2021-06-30 06:54:56','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\n</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\n</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Covid-19 Relief Efforts','','inherit','closed','closed','','549-revision-v1','','','2021-06-30 06:54:56','2021-06-30 06:54:56','',549,'https://thechrishaunfoundation.org/?p=572',0,'revision','',0),(573,1,'2021-06-30 06:58:39','2021-06-30 06:58:39','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\n</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\n</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Covid-19 Relief Efforts','','inherit','closed','closed','','549-revision-v1','','','2021-06-30 06:58:39','2021-06-30 06:58:39','',549,'https://thechrishaunfoundation.org/?p=573',0,'revision','',0),(574,1,'2021-06-30 06:58:39','2021-06-30 06:58:39','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\n</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\n</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Covid-19 Relief Efforts','','inherit','closed','closed','','549-revision-v1','','','2021-06-30 06:58:39','2021-06-30 06:58:39','',549,'https://thechrishaunfoundation.org/?p=574',0,'revision','',0),(575,1,'2021-06-30 06:58:39','2021-06-30 06:58:39','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\n</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\n</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Covid-19 Relief Efforts','','inherit','closed','closed','','549-revision-v1','','','2021-06-30 06:58:39','2021-06-30 06:58:39','',549,'https://thechrishaunfoundation.org/?p=575',0,'revision','',0),(576,1,'2021-06-30 07:00:01','2021-06-30 07:00:01','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\n</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\n</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Covid-19 Relief Efforts','','inherit','closed','closed','','549-revision-v1','','','2021-06-30 07:00:01','2021-06-30 07:00:01','',549,'https://thechrishaunfoundation.org/?p=576',0,'revision','',0),(577,1,'2021-06-30 07:00:02','2021-06-30 07:00:02','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\n</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\n</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Covid-19 Relief Efforts','','inherit','closed','closed','','549-revision-v1','','','2021-06-30 07:00:02','2021-06-30 07:00:02','',549,'https://thechrishaunfoundation.org/?p=577',0,'revision','',0),(579,1,'2021-06-30 07:00:27','2021-06-30 07:00:27','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\n</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Covid-19 Relief Efforts','','inherit','closed','closed','','549-revision-v1','','','2021-06-30 07:00:27','2021-06-30 07:00:27','',549,'https://thechrishaunfoundation.org/?p=579',0,'revision','',0),(580,1,'2021-06-30 07:00:27','2021-06-30 07:00:27','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\n</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Covid-19 Relief Efforts','','inherit','closed','closed','','549-revision-v1','','','2021-06-30 07:00:27','2021-06-30 07:00:27','',549,'https://thechrishaunfoundation.org/?p=580',0,'revision','',0),(581,1,'2021-06-30 07:00:27','2021-06-30 07:00:27','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\n</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Covid-19 Relief Efforts','','inherit','closed','closed','','549-revision-v1','','','2021-06-30 07:00:27','2021-06-30 07:00:27','',549,'https://thechrishaunfoundation.org/?p=581',0,'revision','',0),(582,1,'2021-06-30 07:01:14','2021-06-30 07:01:14','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\n</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Covid-19 Relief Efforts','','inherit','closed','closed','','549-revision-v1','','','2021-06-30 07:01:14','2021-06-30 07:01:14','',549,'https://thechrishaunfoundation.org/?p=582',0,'revision','',0),(583,1,'2021-06-30 07:01:14','2021-06-30 07:01:14','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\n</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Covid-19 Relief Efforts','','inherit','closed','closed','','549-revision-v1','','','2021-06-30 07:01:14','2021-06-30 07:01:14','',549,'https://thechrishaunfoundation.org/?p=583',0,'revision','',0),(584,1,'2021-06-30 07:01:15','2021-06-30 07:01:15','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\n</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Covid-19 Relief Efforts','','inherit','closed','closed','','549-revision-v1','','','2021-06-30 07:01:15','2021-06-30 07:01:15','',549,'https://thechrishaunfoundation.org/?p=584',0,'revision','',0),(585,1,'2021-06-30 09:49:08','2021-06-30 09:49:08','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\n</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Covid-19 Relief Efforts','','inherit','closed','closed','','549-revision-v1','','','2021-06-30 09:49:08','2021-06-30 09:49:08','',549,'https://thechrishaunfoundation.org/?p=585',0,'revision','',0),(586,1,'2021-06-30 09:49:08','2021-06-30 09:49:08','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\n</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Covid-19 Relief Efforts','','inherit','closed','closed','','549-revision-v1','','','2021-06-30 09:49:08','2021-06-30 09:49:08','',549,'https://thechrishaunfoundation.org/?p=586',0,'revision','',0),(587,1,'2021-06-30 09:49:08','2021-06-30 09:49:08','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Covid-19 Relief Efforts','','inherit','closed','closed','','549-revision-v1','','','2021-06-30 09:49:08','2021-06-30 09:49:08','',549,'https://thechrishaunfoundation.org/?p=587',0,'revision','',0),(588,1,'2021-06-30 09:49:40','2021-06-30 09:49:40','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Covid-19 Relief Efforts','','inherit','closed','closed','','549-revision-v1','','','2021-06-30 09:49:40','2021-06-30 09:49:40','',549,'https://thechrishaunfoundation.org/?p=588',0,'revision','',0),(589,1,'2021-06-30 09:49:40','2021-06-30 09:49:40','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Covid-19 Relief Efforts','','inherit','closed','closed','','549-revision-v1','','','2021-06-30 09:49:40','2021-06-30 09:49:40','',549,'https://thechrishaunfoundation.org/?p=589',0,'revision','',0),(590,1,'2021-06-30 09:49:40','2021-06-30 09:49:40','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Covid-19 Relief Efforts','','inherit','closed','closed','','549-revision-v1','','','2021-06-30 09:49:40','2021-06-30 09:49:40','',549,'https://thechrishaunfoundation.org/?p=590',0,'revision','',0),(591,1,'2021-06-30 09:49:53','2021-06-30 09:49:53','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Covid-19 Relief Efforts','','inherit','closed','closed','','549-revision-v1','','','2021-06-30 09:49:53','2021-06-30 09:49:53','',549,'https://thechrishaunfoundation.org/?p=591',0,'revision','',0),(592,1,'2021-06-30 09:49:53','2021-06-30 09:49:53','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Covid-19 Relief Efforts','','inherit','closed','closed','','549-revision-v1','','','2021-06-30 09:49:53','2021-06-30 09:49:53','',549,'https://thechrishaunfoundation.org/?p=592',0,'revision','',0),(593,1,'2021-06-30 09:49:53','2021-06-30 09:49:53','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Covid-19 Relief Efforts','','inherit','closed','closed','','549-revision-v1','','','2021-06-30 09:49:53','2021-06-30 09:49:53','',549,'https://thechrishaunfoundation.org/?p=593',0,'revision','',0),(594,1,'2021-06-30 09:50:54','2021-06-30 09:50:54','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>Resource pages coming soon!\n</h3>		\n				<h5>\n					EDUCATORS\n				</h5>\n								<p>Supporting\nhomeless students</p>\n				<h5>\n					LANDLORDS\n				</h5>\n								<p>Partner with a family for housing success.</p>\n				<h5>\n					FAMILIES\n				</h5>\n								<p>Learn how to support your family during housing instability.</p>','Resources','','publish','closed','closed','','resources','','','2021-06-30 16:38:28','2021-06-30 16:38:28','',0,'https://thechrishaunfoundation.org/?page_id=594',0,'page','',0),(619,1,'2021-07-01 11:22:52','2021-06-30 16:39:22',' ','','','publish','closed','closed','','619','','','2021-07-01 11:22:52','2021-07-01 11:22:52','',0,'https://thechrishaunfoundation.org/?p=619',6,'nav_menu_item','',0),(620,1,'2021-07-01 11:22:52','2021-06-30 16:39:22',' ','','','publish','closed','closed','','620','','','2021-07-01 11:22:52','2021-07-01 11:22:52','',0,'https://thechrishaunfoundation.org/?p=620',5,'nav_menu_item','',0),(603,1,'2021-06-30 16:32:24','2021-06-30 16:32:24','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>Resource pages coming soon!\n</h3>		\n				<h5>\n					EDUCATORS\n				</h5>\n								<p>Supporting\nhomeless students</p>\n				<h5>\n					EDUCATORS\n				</h5>\n								<p>Supporting\nhomeless students</p>\n				<h5>\n					EDUCATORS\n				</h5>\n								<p>Supporting\nhomeless students</p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Resources','','inherit','closed','closed','','594-revision-v1','','','2021-06-30 16:32:24','2021-06-30 16:32:24','',594,'https://thechrishaunfoundation.org/?p=603',0,'revision','',0),(595,1,'2021-06-30 09:51:20','2021-06-30 09:51:20','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Resources','','inherit','closed','closed','','594-revision-v1','','','2021-06-30 09:51:20','2021-06-30 09:51:20','',594,'https://thechrishaunfoundation.org/?p=595',0,'revision','',0),(596,1,'2021-06-30 09:53:55','2021-06-30 09:53:55','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Resources','','inherit','closed','closed','','594-revision-v1','','','2021-06-30 09:53:55','2021-06-30 09:53:55','',594,'https://thechrishaunfoundation.org/?p=596',0,'revision','',0),(597,1,'2021-06-30 09:53:55','2021-06-30 09:53:55','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Resources','','inherit','closed','closed','','594-revision-v1','','','2021-06-30 09:53:55','2021-06-30 09:53:55','',594,'https://thechrishaunfoundation.org/?p=597',0,'revision','',0),(598,1,'2021-06-30 09:53:55','2021-06-30 09:53:55','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>Resource pages coming soon!\n</h3>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Resources','','inherit','closed','closed','','594-revision-v1','','','2021-06-30 09:53:55','2021-06-30 09:53:55','',594,'https://thechrishaunfoundation.org/?p=598',0,'revision','',0),(604,1,'2021-06-30 16:32:31','2021-06-30 16:32:31','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>Resource pages coming soon!\n</h3>		\n				<h5>\n					EDUCATORS\n				</h5>\n								<p>Supporting\nhomeless students</p>\n				<h5>\n					EDUCATORS\n				</h5>\n								<p>Supporting\nhomeless students</p>\n				<h5>\n					EDUCATORS\n				</h5>\n								<p>Supporting\nhomeless students</p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Resources','','inherit','closed','closed','','594-revision-v1','','','2021-06-30 16:32:31','2021-06-30 16:32:31','',594,'https://thechrishaunfoundation.org/?p=604',0,'revision','',0),(600,1,'2021-06-30 16:29:43','2021-06-30 16:29:43','','Educators','','inherit','open','closed','','educators','','','2021-06-30 16:29:43','2021-06-30 16:29:43','',594,'https://thechrishaunfoundation.org/wp-content/uploads/2021/06/Educators.jpg',0,'attachment','image/jpeg',0),(601,1,'2021-06-30 16:32:24','2021-06-30 16:32:24','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>Resource pages coming soon!\n</h3>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Resources','','inherit','closed','closed','','594-revision-v1','','','2021-06-30 16:32:24','2021-06-30 16:32:24','',594,'https://thechrishaunfoundation.org/?p=601',0,'revision','',0),(602,1,'2021-06-30 16:32:24','2021-06-30 16:32:24','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>Resource pages coming soon!\n</h3>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Resources','','inherit','closed','closed','','594-revision-v1','','','2021-06-30 16:32:24','2021-06-30 16:32:24','',594,'https://thechrishaunfoundation.org/?p=602',0,'revision','',0),(605,1,'2021-06-30 16:32:31','2021-06-30 16:32:31','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>Resource pages coming soon!\n</h3>		\n				<h5>\n					EDUCATORS\n				</h5>\n								<p>Supporting\nhomeless students</p>\n				<h5>\n					EDUCATORS\n				</h5>\n								<p>Supporting\nhomeless students</p>\n				<h5>\n					EDUCATORS\n				</h5>\n								<p>Supporting\nhomeless students</p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Resources','','inherit','closed','closed','','594-revision-v1','','','2021-06-30 16:32:31','2021-06-30 16:32:31','',594,'https://thechrishaunfoundation.org/?p=605',0,'revision','',0),(606,1,'2021-06-30 16:32:31','2021-06-30 16:32:31','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>Resource pages coming soon!\n</h3>		\n				<h5>\n					EDUCATORS\n				</h5>\n								<p>Supporting\nhomeless students</p>\n				<h5>\n					EDUCATORS\n				</h5>\n								<p>Supporting\nhomeless students</p>\n				<h5>\n					EDUCATORS\n				</h5>\n								<p>Supporting\nhomeless students</p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Resources','','inherit','closed','closed','','594-revision-v1','','','2021-06-30 16:32:31','2021-06-30 16:32:31','',594,'https://thechrishaunfoundation.org/?p=606',0,'revision','',0),(607,1,'2021-06-30 16:33:04','2021-06-30 16:33:04','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>Resource pages coming soon!\n</h3>		\n				<h5>\n					EDUCATORS\n				</h5>\n								<p>Supporting\nhomeless students</p>\n				<h5>\n					EDUCATORS\n				</h5>\n								<p>Supporting\nhomeless students</p>\n				<h5>\n					EDUCATORS\n				</h5>\n								<p>Supporting\nhomeless students</p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Resources','','inherit','closed','closed','','594-revision-v1','','','2021-06-30 16:33:04','2021-06-30 16:33:04','',594,'https://thechrishaunfoundation.org/?p=607',0,'revision','',0),(608,1,'2021-06-30 16:33:04','2021-06-30 16:33:04','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>Resource pages coming soon!\n</h3>		\n				<h5>\n					EDUCATORS\n				</h5>\n								<p>Supporting\nhomeless students</p>\n				<h5>\n					EDUCATORS\n				</h5>\n								<p>Supporting\nhomeless students</p>\n				<h5>\n					EDUCATORS\n				</h5>\n								<p>Supporting\nhomeless students</p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Resources','','inherit','closed','closed','','594-revision-v1','','','2021-06-30 16:33:04','2021-06-30 16:33:04','',594,'https://thechrishaunfoundation.org/?p=608',0,'revision','',0),(609,1,'2021-06-30 16:33:04','2021-06-30 16:33:04','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>Resource pages coming soon!\n</h3>		\n				<h5>\n					EDUCATORS\n				</h5>\n								<p>Supporting\nhomeless students</p>\n				<h5>\n					EDUCATORS\n				</h5>\n								<p>Supporting\nhomeless students</p>\n				<h5>\n					EDUCATORS\n				</h5>\n								<p>Supporting\nhomeless students</p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Resources','','inherit','closed','closed','','594-revision-v1','','','2021-06-30 16:33:04','2021-06-30 16:33:04','',594,'https://thechrishaunfoundation.org/?p=609',0,'revision','',0),(618,1,'2021-06-30 16:38:28','2021-06-30 16:38:28','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>Resource pages coming soon!\n</h3>		\n				<h5>\n					EDUCATORS\n				</h5>\n								<p>Supporting\nhomeless students</p>\n				<h5>\n					LANDLORDS\n				</h5>\n								<p>Partner with a family for housing success.</p>\n				<h5>\n					FAMILIES\n				</h5>\n								<p>Learn how to support your family during housing instability.</p>','Resources','','inherit','closed','closed','','594-revision-v1','','','2021-06-30 16:38:28','2021-06-30 16:38:28','',594,'https://thechrishaunfoundation.org/?p=618',0,'revision','',0),(615,1,'2021-06-30 16:38:10','2021-06-30 16:38:10','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>Resource pages coming soon!\n</h3>		\n				<h5>\n					EDUCATORS\n				</h5>\n								<p>Supporting\nhomeless students</p>\n				<h5>\n					LANDLORDS\n				</h5>\n								<p>Partner with a family for housing success.</p>\n				<h5>\n					FAMILIES\n				</h5>\n								<p>Learn how to support your family during housing instability.</p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Resources','','inherit','closed','closed','','594-revision-v1','','','2021-06-30 16:38:10','2021-06-30 16:38:10','',594,'https://thechrishaunfoundation.org/?p=615',0,'revision','',0),(611,1,'2021-06-30 16:35:05','2021-06-30 16:35:05','','Landloards','','inherit','open','closed','','landloards','','','2021-06-30 16:35:05','2021-06-30 16:35:05','',594,'https://thechrishaunfoundation.org/wp-content/uploads/2021/06/Landloards.jpg',0,'attachment','image/jpeg',0),(612,1,'2021-06-30 16:37:40','2021-06-30 16:37:40','','Families','','inherit','open','closed','','families','','','2021-06-30 16:37:40','2021-06-30 16:37:40','',594,'https://thechrishaunfoundation.org/wp-content/uploads/2021/06/Families.jpg',0,'attachment','image/jpeg',0),(613,1,'2021-06-30 16:38:10','2021-06-30 16:38:10','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>Resource pages coming soon!\n</h3>		\n				<h5>\n					EDUCATORS\n				</h5>\n								<p>Supporting\nhomeless students</p>\n				<h5>\n					EDUCATORS\n				</h5>\n								<p>Supporting\nhomeless students</p>\n				<h5>\n					EDUCATORS\n				</h5>\n								<p>Supporting\nhomeless students</p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Resources','','inherit','closed','closed','','594-revision-v1','','','2021-06-30 16:38:10','2021-06-30 16:38:10','',594,'https://thechrishaunfoundation.org/?p=613',0,'revision','',0),(614,1,'2021-06-30 16:38:10','2021-06-30 16:38:10','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>Resource pages coming soon!\n</h3>		\n				<h5>\n					EDUCATORS\n				</h5>\n								<p>Supporting\nhomeless students</p>\n				<h5>\n					EDUCATORS\n				</h5>\n								<p>Supporting\nhomeless students</p>\n				<h5>\n					EDUCATORS\n				</h5>\n								<p>Supporting\nhomeless students</p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Resources','','inherit','closed','closed','','594-revision-v1','','','2021-06-30 16:38:10','2021-06-30 16:38:10','',594,'https://thechrishaunfoundation.org/?p=614',0,'revision','',0),(616,1,'2021-06-30 16:38:28','2021-06-30 16:38:28','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>Resource pages coming soon!\n</h3>		\n				<h5>\n					EDUCATORS\n				</h5>\n								<p>Supporting\nhomeless students</p>\n				<h5>\n					LANDLORDS\n				</h5>\n								<p>Partner with a family for housing success.</p>\n				<h5>\n					FAMILIES\n				</h5>\n								<p>Learn how to support your family during housing instability.</p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Resources','','inherit','closed','closed','','594-revision-v1','','','2021-06-30 16:38:28','2021-06-30 16:38:28','',594,'https://thechrishaunfoundation.org/?p=616',0,'revision','',0),(617,1,'2021-06-30 16:38:28','2021-06-30 16:38:28','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>Resource pages coming soon!\n</h3>		\n				<h5>\n					EDUCATORS\n				</h5>\n								<p>Supporting\nhomeless students</p>\n				<h5>\n					LANDLORDS\n				</h5>\n								<p>Partner with a family for housing success.</p>\n				<h5>\n					FAMILIES\n				</h5>\n								<p>Learn how to support your family during housing instability.</p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Resources','','inherit','closed','closed','','594-revision-v1','','','2021-06-30 16:38:28','2021-06-30 16:38:28','',594,'https://thechrishaunfoundation.org/?p=617',0,'revision','',0),(621,1,'2021-07-01 11:22:52','2021-06-30 16:39:22',' ','','','publish','closed','closed','','621','','','2021-07-01 11:22:52','2021-07-01 11:22:52','',0,'https://thechrishaunfoundation.org/?p=621',4,'nav_menu_item','',0),(622,1,'2021-06-30 16:42:10','2021-06-30 16:42:10','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>Co-Founder & President<br>\nBusiness Owner/Consultant/Mentor\n</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			<h3>MS. SHAWN SMASH-JETT</h3>		\n			<h6>Co-Founder<br>\nInternational Keynote & Motivational Speaker/Sex Trafficking Expert/Author/Corporate Trainer/Media Personality Host/Podcaster\n</h6>		\n		Ms. Shawn Smash-Jett, is the Founder of Wealthy Divas International, an organization that empowers women through educational curriculum including finance, employee relations, personal development, and entrepreneurship. This curriculum has also been developed to provide human sex trafficked survivors with the tools and resources needed to establish independence.\n<p>She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.<br />She is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges. As a community philanthropist and legislative activist, she is passionate about advocating for many causes but most importantly, collaborating with other organizations in her fight against human sex trafficking. She has committed her life to this cause by not only advocating but successfully being an opposing force in rescuing traumatized young women and men so that they may begin their healing journey and recovery.</p><p>She is a dynamic and powerful keynote &amp; motivational speaker, corporate coach, business consultant, and author. She disperses her testimony using a variety of social media platforms, hosts two different popular weekly radio shows, and has been featured on television in four markets. She speaks regularly to companies and groups while also working diligently to get legislation passed to help the victims of this horrendous crime.</p>		\n															<img width=\"1829\" height=\"2560\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg 1829w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-214x300.jpg 214w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-731x1024.jpg 731w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-768x1075.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1097x1536.jpg 1097w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1463x2048.jpg 1463w\" sizes=\"(max-width: 1829px) 100vw, 1829px\" />															\n			<h2>Books by Shawn Smash-Jett</h2>		\n		In her books, she shares her compelling stories not only giving you real-life inspiring stories, but indeed giving you a guide with the resources, tools and techniques to keep your children, teens and young adults safe from potential  predators.		\n															<img width=\"642\" height=\"1024\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale-642x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale-642x1024.jpg 642w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale-188x300.jpg 188w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale-768x1226.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale-963x1536.jpg 963w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale-1283x2048.jpg 1283w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale.jpg 1410w\" sizes=\"(max-width: 642px) 100vw, 642px\" />','Our People','','publish','closed','closed','','our-people','','','2021-08-16 05:36:38','2021-08-16 05:36:38','',0,'https://thechrishaunfoundation.org/?page_id=622',0,'page','',0),(1077,1,'2021-08-16 05:11:47','2021-08-16 05:11:47','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>CO-FOUNDER & PRESIDENT<br>\nBUSINESS OWNER/CONSULTANT/MENTOR</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:11:47','2021-08-16 05:11:47','',622,'https://thechrishaunfoundation.org/?p=1077',0,'revision','',0),(623,1,'2021-06-30 16:42:47','2021-06-30 16:42:47','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-06-30 16:42:47','2021-06-30 16:42:47','',622,'https://thechrishaunfoundation.org/?p=623',0,'revision','',0),(1053,1,'2021-08-16 05:06:08','2021-08-16 05:06:08','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>CO-FOUNDER & PRESIDENT<br>\nBUSINESS OWNER/CONSULTANT/MENTOR</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.<p>She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.</p><p>She is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.</p>		\n			“		\n			<h2>Proin neque egestas fusce morbi nunc ornare nisl, massa tincidunt et neque.</h2>		\n			<h5>Tim Walter</h5>		\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:06:08','2021-08-16 05:06:08','',622,'https://thechrishaunfoundation.org/?p=1053',0,'revision','',0),(636,1,'2021-06-30 16:48:43','2021-06-30 16:48:43','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Staff</h2>		\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Chair Manager</h6>		\n			<h3><a href=\"#\">Danielle Pena</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-5.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-5.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-5-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-5-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Market Strategist</h6>		\n			<h3><a href=\"#\">Mark Obrien</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-08-free-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-08-free-img.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-08-free-img-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-08-free-img-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Sales Manager</h6>		\n			<h3><a href=\"#\">Russell Douglas</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-07-free-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-07-free-img.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-07-free-img-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-07-free-img-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Real Estate Agent</h6>		\n			<h3><a href=\"#\">Eugene Berry</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-1.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-1-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-1-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Real Estate Agent</h6>		\n			<h3><a href=\"#\">Debra Gilbert</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-3.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-3-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-3-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Real Estate Agent</h6>		\n			<h3><a href=\"#\">Edward Alvarez</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-06-30 16:48:43','2021-06-30 16:48:43','',622,'https://thechrishaunfoundation.org/?p=636',0,'revision','',0),(625,1,'2021-06-30 16:45:46','2021-06-30 16:45:46','','estate-living-door.jpg','','inherit','open','closed','','estate-living-door-jpg','','','2021-06-30 16:45:46','2021-06-30 16:45:46','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-living-door.jpg',0,'attachment','image/jpeg',0),(977,1,'2021-08-16 01:43:13','2021-08-16 01:43:13','','white clean','','inherit','open','closed','','white-clean','','','2021-08-16 01:43:13','2021-08-16 01:43:13','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/white-clean.png',0,'attachment','image/png',0),(975,1,'2021-08-16 01:43:08','2021-08-16 01:43:08','','facebook cover2 (2)','','inherit','open','closed','','facebook-cover2-2','','','2021-08-16 01:43:08','2021-08-16 01:43:08','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-2.png',0,'attachment','image/png',0),(629,1,'2021-06-30 16:45:47','2021-06-30 16:45:47','','team-07-free-img.jpg','','inherit','open','closed','','team-07-free-img-jpg','','','2021-06-30 16:45:47','2021-06-30 16:45:47','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-07-free-img.jpg',0,'attachment','image/jpeg',0),(630,1,'2021-06-30 16:45:47','2021-06-30 16:45:47','','estate-agent-1.jpg','','inherit','open','closed','','estate-agent-1-jpg','','','2021-06-30 16:45:47','2021-06-30 16:45:47','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-1.jpg',0,'attachment','image/jpeg',0),(631,1,'2021-06-30 16:45:47','2021-06-30 16:45:47','','estate-agent-3.jpg','','inherit','open','closed','','estate-agent-3-jpg','','','2021-06-30 16:45:47','2021-06-30 16:45:47','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-3.jpg',0,'attachment','image/jpeg',0),(981,1,'2021-08-16 01:43:21','2021-08-16 01:43:21','','facebook cover2','','inherit','open','closed','','facebook-cover2','','','2021-08-16 01:43:21','2021-08-16 01:43:21','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2.png',0,'attachment','image/png',0),(976,1,'2021-08-16 01:43:10','2021-08-16 01:43:10','','new1ChrisFoundLogo','','inherit','open','closed','','new1chrisfoundlogo','','','2021-08-16 01:43:10','2021-08-16 01:43:10','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/new1ChrisFoundLogo.png',0,'attachment','image/png',0),(634,1,'2021-06-30 16:48:42','2021-06-30 16:48:42','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-06-30 16:48:42','2021-06-30 16:48:42','',622,'https://thechrishaunfoundation.org/?p=634',0,'revision','',0),(635,1,'2021-06-30 16:48:43','2021-06-30 16:48:43','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-06-30 16:48:43','2021-06-30 16:48:43','',622,'https://thechrishaunfoundation.org/?p=635',0,'revision','',0),(958,1,'2021-08-15 23:11:40','2021-08-15 23:11:40','','Loss or Death (2)','','inherit','open','closed','','loss-or-death-2','','','2021-08-15 23:11:40','2021-08-15 23:11:40','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death-2.png',0,'attachment','image/png',0),(959,1,'2021-08-15 23:11:43','2021-08-15 23:11:43','','Divorce (2)','','inherit','open','closed','','divorce-2','','','2021-08-15 23:11:43','2021-08-15 23:11:43','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png',0,'attachment','image/png',0),(960,1,'2021-08-15 23:11:50','2021-08-15 23:11:50','','health crisis1','','inherit','open','closed','','health-crisis1','','','2021-08-15 23:11:50','2021-08-15 23:11:50','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis1.png',0,'attachment','image/png',0),(961,1,'2021-08-15 23:11:58','2021-08-15 23:11:58','','health crisis (2)','','inherit','open','closed','','health-crisis-2','','','2021-08-15 23:11:58','2021-08-15 23:11:58','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png',0,'attachment','image/png',0),(638,1,'2021-07-01 11:22:52','2021-07-01 02:46:07',' ','','','publish','closed','closed','','638','','','2021-07-01 11:22:52','2021-07-01 11:22:52','',0,'https://thechrishaunfoundation.org/?p=638',7,'nav_menu_item','',0),(639,1,'2021-07-01 02:46:25','2021-07-01 02:46:25','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Big Picture</h2>		\n		<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing. </p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.</p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.</p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a <u>living wage</u>. </p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing, supportive services, and permanent supportive housing.</p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are</p><h3><strong>Lack of affordable healthcare</strong></h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.</p><h3><strong>Loss of job opportunities</strong></h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.</p><h3><strong>Lack of public assistance programs:</strong></h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.</p><h3><strong>Lack of affordable housing:</strong></h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.</p><p>But changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The <u>Substance Abuse and Mental Health Services Administration</u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.” Retrieved from: .</p><h3><strong>Homelessness in Athens and Additional Resources</strong></h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents. In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters. If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.</p><h3><strong>Institute for Children, Poverty, and Homelessness</strong></h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness. <u><a href=\"http://www.icphusa.org./\"><em>Read more</em></a></u></p><h3><strong>U.S. Department of Housing and Urban Development</strong></h3><p>Research, fact sheets, links to government and private organizations.<br /><u><a href=\"https://www.hud.gov/\"><em>Read more</em></a></u></p>		\n			<h2>Service Partners</h2>		\n			<h4>Local Shelter and Housing Partners\n</h4>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-12-p9ggqdd3qu3vafit9ca0xioa1gc8k6sfog8npfmq74.png\" alt=\"Logo (12)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-10-p9ggqmrhn6gqij55qgcamgavzb1wp5tr1qrii78sr6.png\" alt=\"Logo (10)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-9-p9ggqyze40xgpgner3mg0v7vpbdoh869ff8tqsqo26.png\" alt=\"Logo (9)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-16-p9ggrc54rpfh804am9b7zrwc0pktgzmi58dmgo75j6.png\" alt=\"Logo (16)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-5-p9ggrpavfdxhqjl6hezzyoksc3rygr2qv1if6jnn7y.png\" alt=\"Logo (5)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-13-p9ggryp9bqacyn7iyj29nm7e9yhmlq428c19zb9pyo.png\" alt=\"Logo (13)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-11-p9ggs9zblqpstyr54nxshjcxeky163cu9vv3qmszj8.png\" alt=\"Logo (11)\" /></figure>			\n			<h2>Financial Partners</h2>		\n			<h4>Local Funding Partners\n</h4>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-8-p9gh4nitl7npp4ryv0iybexez7y0imhlz5397sgd9y.png\" alt=\"Logo (8)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-2-p9gh51mefq70ja7hkomcutdbw00iq31l12vjexvhb4.png\" alt=\"Logo (2)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-4-p9gh5maum2zbmpdg7xk5do5gyh6lffbofx87z10t24.png\" alt=\"Logo (4)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-14-p9gh5ureblawj715uj7si40may0wcp99h33laio9a2.png\" alt=\"Logo (14)\" /></figure>','Our Community','','publish','closed','closed','','our-community','','','2021-07-01 03:13:28','2021-07-01 03:13:28','',0,'https://thechrishaunfoundation.org/?page_id=639',0,'page','',0),(640,1,'2021-07-01 02:46:47','2021-07-01 02:46:47','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Staff</h2>		\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Chair Manager</h6>		\n			<h3><a href=\"#\">Danielle Pena</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-5.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-5.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-5-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-5-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Market Strategist</h6>		\n			<h3><a href=\"#\">Mark Obrien</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-08-free-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-08-free-img.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-08-free-img-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-08-free-img-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Sales Manager</h6>		\n			<h3><a href=\"#\">Russell Douglas</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-07-free-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-07-free-img.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-07-free-img-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-07-free-img-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Real Estate Agent</h6>		\n			<h3><a href=\"#\">Eugene Berry</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-1.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-1-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-1-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Real Estate Agent</h6>		\n			<h3><a href=\"#\">Debra Gilbert</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-3.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-3-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-3-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Real Estate Agent</h6>		\n			<h3><a href=\"#\">Edward Alvarez</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>','Our Community','','inherit','closed','closed','','639-revision-v1','','','2021-07-01 02:46:47','2021-07-01 02:46:47','',639,'https://thechrishaunfoundation.org/?p=640',0,'revision','',0),(641,1,'2021-07-01 02:54:17','2021-07-01 02:54:17','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Staff</h2>		\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Chair Manager</h6>		\n			<h3><a href=\"#\">Danielle Pena</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-5.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-5.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-5-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-5-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Market Strategist</h6>		\n			<h3><a href=\"#\">Mark Obrien</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-08-free-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-08-free-img.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-08-free-img-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-08-free-img-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Sales Manager</h6>		\n			<h3><a href=\"#\">Russell Douglas</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-07-free-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-07-free-img.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-07-free-img-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-07-free-img-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Real Estate Agent</h6>		\n			<h3><a href=\"#\">Eugene Berry</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-1.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-1-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-1-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Real Estate Agent</h6>		\n			<h3><a href=\"#\">Debra Gilbert</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-3.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-3-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-3-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Real Estate Agent</h6>		\n			<h3><a href=\"#\">Edward Alvarez</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>','Our Community','','inherit','closed','closed','','639-revision-v1','','','2021-07-01 02:54:17','2021-07-01 02:54:17','',639,'https://thechrishaunfoundation.org/?p=641',0,'revision','',0),(642,1,'2021-07-01 02:54:17','2021-07-01 02:54:17','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Staff</h2>		\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Chair Manager</h6>		\n			<h3><a href=\"#\">Danielle Pena</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-5.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-5.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-5-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-5-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Market Strategist</h6>		\n			<h3><a href=\"#\">Mark Obrien</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-08-free-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-08-free-img.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-08-free-img-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-08-free-img-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Sales Manager</h6>		\n			<h3><a href=\"#\">Russell Douglas</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-07-free-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-07-free-img.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-07-free-img-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-07-free-img-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Real Estate Agent</h6>		\n			<h3><a href=\"#\">Eugene Berry</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-1.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-1-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-1-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Real Estate Agent</h6>		\n			<h3><a href=\"#\">Debra Gilbert</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-3.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-3-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-3-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Real Estate Agent</h6>		\n			<h3><a href=\"#\">Edward Alvarez</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>','Our Community','','inherit','closed','closed','','639-revision-v1','','','2021-07-01 02:54:17','2021-07-01 02:54:17','',639,'https://thechrishaunfoundation.org/?p=642',0,'revision','',0),(643,1,'2021-07-01 02:54:18','2021-07-01 02:54:18','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Big Picture</h2>		\n		<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing. </p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.</p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.</p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a <u>living wage</u>. </p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing, supportive services, and permanent supportive housing.</p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are</p><h3><strong>Lack of affordable healthcare</strong></h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.</p><h3><strong>Loss of job opportunities</strong></h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.</p><h3><strong>Lack of public assistance programs:</strong></h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.</p><h3><strong>Lack of affordable housing:</strong></h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.</p><p>But changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The <u>Substance Abuse and Mental Health Services Administration</u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.” Retrieved from: .</p><h3><strong>Homelessness in Athens and Additional Resources</strong></h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents. In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters. If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.</p><h3><strong>Institute for Children, Poverty, and Homelessness</strong></h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness. <u><a href=\"http://www.icphusa.org./\"><em>Read more</em></a></u></p><h3><strong>U.S. Department of Housing and Urban Development</strong></h3><p>Research, fact sheets, links to government and private organizations.<br /><u><a href=\"https://www.hud.gov/\"><em>Read more</em></a></u></p><p> </p>		\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>','Our Community','','inherit','closed','closed','','639-revision-v1','','','2021-07-01 02:54:18','2021-07-01 02:54:18','',639,'https://thechrishaunfoundation.org/?p=643',0,'revision','',0),(644,1,'2021-07-01 02:54:24','2021-07-01 02:54:24','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Big Picture</h2>		\n		<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing. </p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.</p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.</p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a <u>living wage</u>. </p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing, supportive services, and permanent supportive housing.</p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are</p><h3><strong>Lack of affordable healthcare</strong></h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.</p><h3><strong>Loss of job opportunities</strong></h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.</p><h3><strong>Lack of public assistance programs:</strong></h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.</p><h3><strong>Lack of affordable housing:</strong></h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.</p><p>But changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The <u>Substance Abuse and Mental Health Services Administration</u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.” Retrieved from: .</p><h3><strong>Homelessness in Athens and Additional Resources</strong></h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents. In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters. If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.</p><h3><strong>Institute for Children, Poverty, and Homelessness</strong></h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness. <u><a href=\"http://www.icphusa.org./\"><em>Read more</em></a></u></p><h3><strong>U.S. Department of Housing and Urban Development</strong></h3><p>Research, fact sheets, links to government and private organizations.<br /><u><a href=\"https://www.hud.gov/\"><em>Read more</em></a></u></p><p> </p>		\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>','Our Community','','inherit','closed','closed','','639-revision-v1','','','2021-07-01 02:54:24','2021-07-01 02:54:24','',639,'https://thechrishaunfoundation.org/?p=644',0,'revision','',0);
INSERT INTO `wpxo_posts` VALUES (645,1,'2021-07-01 02:54:24','2021-07-01 02:54:24','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Big Picture</h2>		\n		<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing. </p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.</p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.</p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a <u>living wage</u>. </p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing, supportive services, and permanent supportive housing.</p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are</p><h3><strong>Lack of affordable healthcare</strong></h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.</p><h3><strong>Loss of job opportunities</strong></h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.</p><h3><strong>Lack of public assistance programs:</strong></h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.</p><h3><strong>Lack of affordable housing:</strong></h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.</p><p>But changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The <u>Substance Abuse and Mental Health Services Administration</u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.” Retrieved from: .</p><h3><strong>Homelessness in Athens and Additional Resources</strong></h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents. In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters. If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.</p><h3><strong>Institute for Children, Poverty, and Homelessness</strong></h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness. <u><a href=\"http://www.icphusa.org./\"><em>Read more</em></a></u></p><h3><strong>U.S. Department of Housing and Urban Development</strong></h3><p>Research, fact sheets, links to government and private organizations.<br /><u><a href=\"https://www.hud.gov/\"><em>Read more</em></a></u></p><p> </p>		\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>','Our Community','','inherit','closed','closed','','639-revision-v1','','','2021-07-01 02:54:24','2021-07-01 02:54:24','',639,'https://thechrishaunfoundation.org/?p=645',0,'revision','',0),(646,1,'2021-07-01 02:54:24','2021-07-01 02:54:24','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Big Picture</h2>		\n		<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing. </p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.</p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.</p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a <u>living wage</u>. </p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing, supportive services, and permanent supportive housing.</p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are</p><h3><strong>Lack of affordable healthcare</strong></h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.</p><h3><strong>Loss of job opportunities</strong></h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.</p><h3><strong>Lack of public assistance programs:</strong></h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.</p><h3><strong>Lack of affordable housing:</strong></h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.</p><p>But changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The <u>Substance Abuse and Mental Health Services Administration</u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.” Retrieved from: .</p><h3><strong>Homelessness in Athens and Additional Resources</strong></h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents. In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters. If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.</p><h3><strong>Institute for Children, Poverty, and Homelessness</strong></h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness. <u><a href=\"http://www.icphusa.org./\"><em>Read more</em></a></u></p><h3><strong>U.S. Department of Housing and Urban Development</strong></h3><p>Research, fact sheets, links to government and private organizations.<br /><u><a href=\"https://www.hud.gov/\"><em>Read more</em></a></u></p>		\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>','Our Community','','inherit','closed','closed','','639-revision-v1','','','2021-07-01 02:54:24','2021-07-01 02:54:24','',639,'https://thechrishaunfoundation.org/?p=646',0,'revision','',0),(647,1,'2021-07-01 02:57:06','2021-07-01 02:57:06','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Big Picture</h2>		\n		<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing. </p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.</p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.</p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a <u>living wage</u>. </p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing, supportive services, and permanent supportive housing.</p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are</p><h3><strong>Lack of affordable healthcare</strong></h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.</p><h3><strong>Loss of job opportunities</strong></h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.</p><h3><strong>Lack of public assistance programs:</strong></h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.</p><h3><strong>Lack of affordable housing:</strong></h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.</p><p>But changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The <u>Substance Abuse and Mental Health Services Administration</u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.” Retrieved from: .</p><h3><strong>Homelessness in Athens and Additional Resources</strong></h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents. In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters. If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.</p><h3><strong>Institute for Children, Poverty, and Homelessness</strong></h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness. <u><a href=\"http://www.icphusa.org./\"><em>Read more</em></a></u></p><h3><strong>U.S. Department of Housing and Urban Development</strong></h3><p>Research, fact sheets, links to government and private organizations.<br /><u><a href=\"https://www.hud.gov/\"><em>Read more</em></a></u></p>		\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>','Our Community','','inherit','closed','closed','','639-revision-v1','','','2021-07-01 02:57:06','2021-07-01 02:57:06','',639,'https://thechrishaunfoundation.org/?p=647',0,'revision','',0),(648,1,'2021-07-01 02:57:06','2021-07-01 02:57:06','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Big Picture</h2>		\n		<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing. </p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.</p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.</p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a <u>living wage</u>. </p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing, supportive services, and permanent supportive housing.</p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are</p><h3><strong>Lack of affordable healthcare</strong></h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.</p><h3><strong>Loss of job opportunities</strong></h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.</p><h3><strong>Lack of public assistance programs:</strong></h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.</p><h3><strong>Lack of affordable housing:</strong></h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.</p><p>But changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The <u>Substance Abuse and Mental Health Services Administration</u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.” Retrieved from: .</p><h3><strong>Homelessness in Athens and Additional Resources</strong></h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents. In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters. If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.</p><h3><strong>Institute for Children, Poverty, and Homelessness</strong></h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness. <u><a href=\"http://www.icphusa.org./\"><em>Read more</em></a></u></p><h3><strong>U.S. Department of Housing and Urban Development</strong></h3><p>Research, fact sheets, links to government and private organizations.<br /><u><a href=\"https://www.hud.gov/\"><em>Read more</em></a></u></p>		\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>','Our Community','','inherit','closed','closed','','639-revision-v1','','','2021-07-01 02:57:06','2021-07-01 02:57:06','',639,'https://thechrishaunfoundation.org/?p=648',0,'revision','',0),(649,1,'2021-07-01 02:57:06','2021-07-01 02:57:06','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Big Picture</h2>		\n		<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing. </p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.</p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.</p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a <u>living wage</u>. </p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing, supportive services, and permanent supportive housing.</p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are</p><h3><strong>Lack of affordable healthcare</strong></h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.</p><h3><strong>Loss of job opportunities</strong></h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.</p><h3><strong>Lack of public assistance programs:</strong></h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.</p><h3><strong>Lack of affordable housing:</strong></h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.</p><p>But changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The <u>Substance Abuse and Mental Health Services Administration</u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.” Retrieved from: .</p><h3><strong>Homelessness in Athens and Additional Resources</strong></h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents. In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters. If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.</p><h3><strong>Institute for Children, Poverty, and Homelessness</strong></h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness. <u><a href=\"http://www.icphusa.org./\"><em>Read more</em></a></u></p><h3><strong>U.S. Department of Housing and Urban Development</strong></h3><p>Research, fact sheets, links to government and private organizations.<br /><u><a href=\"https://www.hud.gov/\"><em>Read more</em></a></u></p>		\n			<h2>Service Partners</h2>		\n			<h4>Local Shelter and Housing Partners\n</h4>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>','Our Community','','inherit','closed','closed','','639-revision-v1','','','2021-07-01 02:57:06','2021-07-01 02:57:06','',639,'https://thechrishaunfoundation.org/?p=649',0,'revision','',0),(979,1,'2021-08-16 01:43:18','2021-08-16 01:43:18','','newof ChrisFoundLogo','','inherit','open','closed','','newof-chrisfoundlogo','','','2021-08-16 01:43:18','2021-08-16 01:43:18','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/newof-ChrisFoundLogo.png',0,'attachment','image/png',0),(980,1,'2021-08-16 01:43:20','2021-08-16 01:43:20','','facebook cover2 (1)','','inherit','open','closed','','facebook-cover2-1','','','2021-08-16 01:43:20','2021-08-16 01:43:20','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png',0,'attachment','image/png',0),(978,1,'2021-08-16 01:43:16','2021-08-16 01:43:16','','newof ChrisFoundLogo (1)','','inherit','open','closed','','newof-chrisfoundlogo-1','','','2021-08-16 01:43:16','2021-08-16 01:43:16','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/newof-ChrisFoundLogo-1.png',0,'attachment','image/png',0),(660,1,'2021-07-01 03:04:35','2021-07-01 03:04:35','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Big Picture</h2>		\n		<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing. </p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.</p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.</p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a <u>living wage</u>. </p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing, supportive services, and permanent supportive housing.</p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are</p><h3><strong>Lack of affordable healthcare</strong></h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.</p><h3><strong>Loss of job opportunities</strong></h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.</p><h3><strong>Lack of public assistance programs:</strong></h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.</p><h3><strong>Lack of affordable housing:</strong></h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.</p><p>But changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The <u>Substance Abuse and Mental Health Services Administration</u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.” Retrieved from: .</p><h3><strong>Homelessness in Athens and Additional Resources</strong></h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents. In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters. If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.</p><h3><strong>Institute for Children, Poverty, and Homelessness</strong></h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness. <u><a href=\"http://www.icphusa.org./\"><em>Read more</em></a></u></p><h3><strong>U.S. Department of Housing and Urban Development</strong></h3><p>Research, fact sheets, links to government and private organizations.<br /><u><a href=\"https://www.hud.gov/\"><em>Read more</em></a></u></p>		\n			<h2>Service Partners</h2>		\n			<h4>Local Shelter and Housing Partners\n</h4>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-12-p9ggqdd4px4k7k6dbm0zsp2yk8y6gvs2b3ij06sjek.png\" alt=\"Logo (12)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-10-p9ggqmrim9hffnspsq39hmpki3nulutdoe1dsyem5k.png\" alt=\"Logo (10)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-9-p9ggqyzf33y5mlaytddew1mk83zmdx5w22ip1jwh5g.png\" alt=\"Logo (9)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-16-p9ggrc55qsg654ruoj26uyb0ji6rdom4rvnhrfcyjy.png\" alt=\"Logo (16)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-5-p9ggrpawegy6no8qjoqytuzguwdwdg2dhosahatgbi.png\" alt=\"Logo (5)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-13-p9ggrypaatb1vrv30st8ism2sr3kif3ouzb5a2fjdc.png\" alt=\"Logo (13)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-11-p9ggs9zcktqhr3ep6xorcprlxdjz2scgwj4z1dyspa.png\" alt=\"Logo (11)\" /></figure>			\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>','Our Community','','inherit','closed','closed','','639-revision-v1','','','2021-07-01 03:04:35','2021-07-01 03:04:35','',639,'https://thechrishaunfoundation.org/?p=660',0,'revision','',0),(973,1,'2021-08-16 01:43:05','2021-08-16 01:43:05','','new1ChrisFoundLogo (1)','','inherit','open','closed','','new1chrisfoundlogo-1','','','2021-08-16 01:43:05','2021-08-16 01:43:05','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/new1ChrisFoundLogo-1.png',0,'attachment','image/png',0),(974,1,'2021-08-16 01:43:06','2021-08-16 01:43:06','','facebook cover2 (3)','','inherit','open','closed','','facebook-cover2-3','','','2021-08-16 01:43:06','2021-08-16 01:43:06','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-3.png',0,'attachment','image/png',0),(658,1,'2021-07-01 03:04:34','2021-07-01 03:04:34','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Big Picture</h2>		\n		<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing. </p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.</p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.</p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a <u>living wage</u>. </p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing, supportive services, and permanent supportive housing.</p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are</p><h3><strong>Lack of affordable healthcare</strong></h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.</p><h3><strong>Loss of job opportunities</strong></h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.</p><h3><strong>Lack of public assistance programs:</strong></h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.</p><h3><strong>Lack of affordable housing:</strong></h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.</p><p>But changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The <u>Substance Abuse and Mental Health Services Administration</u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.” Retrieved from: .</p><h3><strong>Homelessness in Athens and Additional Resources</strong></h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents. In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters. If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.</p><h3><strong>Institute for Children, Poverty, and Homelessness</strong></h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness. <u><a href=\"http://www.icphusa.org./\"><em>Read more</em></a></u></p><h3><strong>U.S. Department of Housing and Urban Development</strong></h3><p>Research, fact sheets, links to government and private organizations.<br /><u><a href=\"https://www.hud.gov/\"><em>Read more</em></a></u></p>		\n			<h2>Service Partners</h2>		\n			<h4>Local Shelter and Housing Partners\n</h4>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>','Our Community','','inherit','closed','closed','','639-revision-v1','','','2021-07-01 03:04:34','2021-07-01 03:04:34','',639,'https://thechrishaunfoundation.org/?p=658',0,'revision','',0),(659,1,'2021-07-01 03:04:35','2021-07-01 03:04:35','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Big Picture</h2>		\n		<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing. </p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.</p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.</p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a <u>living wage</u>. </p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing, supportive services, and permanent supportive housing.</p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are</p><h3><strong>Lack of affordable healthcare</strong></h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.</p><h3><strong>Loss of job opportunities</strong></h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.</p><h3><strong>Lack of public assistance programs:</strong></h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.</p><h3><strong>Lack of affordable housing:</strong></h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.</p><p>But changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The <u>Substance Abuse and Mental Health Services Administration</u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.” Retrieved from: .</p><h3><strong>Homelessness in Athens and Additional Resources</strong></h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents. In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters. If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.</p><h3><strong>Institute for Children, Poverty, and Homelessness</strong></h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness. <u><a href=\"http://www.icphusa.org./\"><em>Read more</em></a></u></p><h3><strong>U.S. Department of Housing and Urban Development</strong></h3><p>Research, fact sheets, links to government and private organizations.<br /><u><a href=\"https://www.hud.gov/\"><em>Read more</em></a></u></p>		\n			<h2>Service Partners</h2>		\n			<h4>Local Shelter and Housing Partners\n</h4>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>','Our Community','','inherit','closed','closed','','639-revision-v1','','','2021-07-01 03:04:35','2021-07-01 03:04:35','',639,'https://thechrishaunfoundation.org/?p=659',0,'revision','',0),(664,1,'2021-07-01 03:05:54','2021-07-01 03:05:54','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Big Picture</h2>		\n		<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing. </p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.</p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.</p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a <u>living wage</u>. </p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing, supportive services, and permanent supportive housing.</p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are</p><h3><strong>Lack of affordable healthcare</strong></h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.</p><h3><strong>Loss of job opportunities</strong></h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.</p><h3><strong>Lack of public assistance programs:</strong></h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.</p><h3><strong>Lack of affordable housing:</strong></h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.</p><p>But changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The <u>Substance Abuse and Mental Health Services Administration</u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.” Retrieved from: .</p><h3><strong>Homelessness in Athens and Additional Resources</strong></h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents. In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters. If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.</p><h3><strong>Institute for Children, Poverty, and Homelessness</strong></h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness. <u><a href=\"http://www.icphusa.org./\"><em>Read more</em></a></u></p><h3><strong>U.S. Department of Housing and Urban Development</strong></h3><p>Research, fact sheets, links to government and private organizations.<br /><u><a href=\"https://www.hud.gov/\"><em>Read more</em></a></u></p>		\n			<h2>Service Partners</h2>		\n			<h4>Local Shelter and Housing Partners\n</h4>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-12-p9ggqdd3qu3vafit9ca0xioa1gc8k6sfog8npfmq74.png\" alt=\"Logo (12)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-10-p9ggqmrhn6gqij55qgcamgavzb1wp5tr1qrii78sr6.png\" alt=\"Logo (10)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-9-p9ggqyze40xgpgner3mg0v7vpbdoh869ff8tqsqo26.png\" alt=\"Logo (9)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-16-p9ggrc54rpfh804am9b7zrwc0pktgzmi58dmgo75j6.png\" alt=\"Logo (16)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-5-p9ggrpavfdxhqjl6hezzyoksc3rygr2qv1if6jnn7y.png\" alt=\"Logo (5)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-13-p9ggryp9bqacyn7iyj29nm7e9yhmlq428c19zb9pyo.png\" alt=\"Logo (13)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-11-p9ggs9zblqpstyr54nxshjcxeky163cu9vv3qmszj8.png\" alt=\"Logo (11)\" /></figure>			\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>','Our Community','','inherit','closed','closed','','639-revision-v1','','','2021-07-01 03:05:54','2021-07-01 03:05:54','',639,'https://thechrishaunfoundation.org/?p=664',0,'revision','',0),(662,1,'2021-07-01 03:05:54','2021-07-01 03:05:54','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Big Picture</h2>		\n		<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing. </p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.</p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.</p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a <u>living wage</u>. </p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing, supportive services, and permanent supportive housing.</p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are</p><h3><strong>Lack of affordable healthcare</strong></h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.</p><h3><strong>Loss of job opportunities</strong></h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.</p><h3><strong>Lack of public assistance programs:</strong></h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.</p><h3><strong>Lack of affordable housing:</strong></h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.</p><p>But changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The <u>Substance Abuse and Mental Health Services Administration</u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.” Retrieved from: .</p><h3><strong>Homelessness in Athens and Additional Resources</strong></h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents. In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters. If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.</p><h3><strong>Institute for Children, Poverty, and Homelessness</strong></h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness. <u><a href=\"http://www.icphusa.org./\"><em>Read more</em></a></u></p><h3><strong>U.S. Department of Housing and Urban Development</strong></h3><p>Research, fact sheets, links to government and private organizations.<br /><u><a href=\"https://www.hud.gov/\"><em>Read more</em></a></u></p>		\n			<h2>Service Partners</h2>		\n			<h4>Local Shelter and Housing Partners\n</h4>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-12-p9ggqdd4px4k7k6dbm0zsp2yk8y6gvs2b3ij06sjek.png\" alt=\"Logo (12)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-10-p9ggqmrim9hffnspsq39hmpki3nulutdoe1dsyem5k.png\" alt=\"Logo (10)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-9-p9ggqyzf33y5mlaytddew1mk83zmdx5w22ip1jwh5g.png\" alt=\"Logo (9)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-16-p9ggrc55qsg654ruoj26uyb0ji6rdom4rvnhrfcyjy.png\" alt=\"Logo (16)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-5-p9ggrpawegy6no8qjoqytuzguwdwdg2dhosahatgbi.png\" alt=\"Logo (5)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-13-p9ggrypaatb1vrv30st8ism2sr3kif3ouzb5a2fjdc.png\" alt=\"Logo (13)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-11-p9ggs9zcktqhr3ep6xorcprlxdjz2scgwj4z1dyspa.png\" alt=\"Logo (11)\" /></figure>			\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>','Our Community','','inherit','closed','closed','','639-revision-v1','','','2021-07-01 03:05:54','2021-07-01 03:05:54','',639,'https://thechrishaunfoundation.org/?p=662',0,'revision','',0),(663,1,'2021-07-01 03:05:54','2021-07-01 03:05:54','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Big Picture</h2>		\n		<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing. </p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.</p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.</p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a <u>living wage</u>. </p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing, supportive services, and permanent supportive housing.</p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are</p><h3><strong>Lack of affordable healthcare</strong></h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.</p><h3><strong>Loss of job opportunities</strong></h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.</p><h3><strong>Lack of public assistance programs:</strong></h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.</p><h3><strong>Lack of affordable housing:</strong></h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.</p><p>But changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The <u>Substance Abuse and Mental Health Services Administration</u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.” Retrieved from: .</p><h3><strong>Homelessness in Athens and Additional Resources</strong></h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents. In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters. If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.</p><h3><strong>Institute for Children, Poverty, and Homelessness</strong></h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness. <u><a href=\"http://www.icphusa.org./\"><em>Read more</em></a></u></p><h3><strong>U.S. Department of Housing and Urban Development</strong></h3><p>Research, fact sheets, links to government and private organizations.<br /><u><a href=\"https://www.hud.gov/\"><em>Read more</em></a></u></p>		\n			<h2>Service Partners</h2>		\n			<h4>Local Shelter and Housing Partners\n</h4>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-12-p9ggqdd4px4k7k6dbm0zsp2yk8y6gvs2b3ij06sjek.png\" alt=\"Logo (12)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-10-p9ggqmrim9hffnspsq39hmpki3nulutdoe1dsyem5k.png\" alt=\"Logo (10)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-9-p9ggqyzf33y5mlaytddew1mk83zmdx5w22ip1jwh5g.png\" alt=\"Logo (9)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-16-p9ggrc55qsg654ruoj26uyb0ji6rdom4rvnhrfcyjy.png\" alt=\"Logo (16)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-5-p9ggrpawegy6no8qjoqytuzguwdwdg2dhosahatgbi.png\" alt=\"Logo (5)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-13-p9ggrypaatb1vrv30st8ism2sr3kif3ouzb5a2fjdc.png\" alt=\"Logo (13)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-11-p9ggs9zcktqhr3ep6xorcprlxdjz2scgwj4z1dyspa.png\" alt=\"Logo (11)\" /></figure>			\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>','Our Community','','inherit','closed','closed','','639-revision-v1','','','2021-07-01 03:05:54','2021-07-01 03:05:54','',639,'https://thechrishaunfoundation.org/?p=663',0,'revision','',0),(665,1,'2021-07-01 03:06:47','2021-07-01 03:06:47','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Big Picture</h2>		\n		<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing. </p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.</p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.</p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a <u>living wage</u>. </p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing, supportive services, and permanent supportive housing.</p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are</p><h3><strong>Lack of affordable healthcare</strong></h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.</p><h3><strong>Loss of job opportunities</strong></h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.</p><h3><strong>Lack of public assistance programs:</strong></h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.</p><h3><strong>Lack of affordable housing:</strong></h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.</p><p>But changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The <u>Substance Abuse and Mental Health Services Administration</u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.” Retrieved from: .</p><h3><strong>Homelessness in Athens and Additional Resources</strong></h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents. In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters. If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.</p><h3><strong>Institute for Children, Poverty, and Homelessness</strong></h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness. <u><a href=\"http://www.icphusa.org./\"><em>Read more</em></a></u></p><h3><strong>U.S. Department of Housing and Urban Development</strong></h3><p>Research, fact sheets, links to government and private organizations.<br /><u><a href=\"https://www.hud.gov/\"><em>Read more</em></a></u></p>		\n			<h2>Service Partners</h2>		\n			<h4>Local Shelter and Housing Partners\n</h4>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-12-p9ggqdd3qu3vafit9ca0xioa1gc8k6sfog8npfmq74.png\" alt=\"Logo (12)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-10-p9ggqmrhn6gqij55qgcamgavzb1wp5tr1qrii78sr6.png\" alt=\"Logo (10)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-9-p9ggqyze40xgpgner3mg0v7vpbdoh869ff8tqsqo26.png\" alt=\"Logo (9)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-16-p9ggrc54rpfh804am9b7zrwc0pktgzmi58dmgo75j6.png\" alt=\"Logo (16)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-5-p9ggrpavfdxhqjl6hezzyoksc3rygr2qv1if6jnn7y.png\" alt=\"Logo (5)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-13-p9ggryp9bqacyn7iyj29nm7e9yhmlq428c19zb9pyo.png\" alt=\"Logo (13)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-11-p9ggs9zblqpstyr54nxshjcxeky163cu9vv3qmszj8.png\" alt=\"Logo (11)\" /></figure>			\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>','Our Community','','inherit','closed','closed','','639-revision-v1','','','2021-07-01 03:06:47','2021-07-01 03:06:47','',639,'https://thechrishaunfoundation.org/?p=665',0,'revision','',0),(666,1,'2021-07-01 03:06:47','2021-07-01 03:06:47','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Big Picture</h2>		\n		<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing. </p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.</p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.</p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a <u>living wage</u>. </p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing, supportive services, and permanent supportive housing.</p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are</p><h3><strong>Lack of affordable healthcare</strong></h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.</p><h3><strong>Loss of job opportunities</strong></h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.</p><h3><strong>Lack of public assistance programs:</strong></h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.</p><h3><strong>Lack of affordable housing:</strong></h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.</p><p>But changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The <u>Substance Abuse and Mental Health Services Administration</u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.” Retrieved from: .</p><h3><strong>Homelessness in Athens and Additional Resources</strong></h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents. In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters. If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.</p><h3><strong>Institute for Children, Poverty, and Homelessness</strong></h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness. <u><a href=\"http://www.icphusa.org./\"><em>Read more</em></a></u></p><h3><strong>U.S. Department of Housing and Urban Development</strong></h3><p>Research, fact sheets, links to government and private organizations.<br /><u><a href=\"https://www.hud.gov/\"><em>Read more</em></a></u></p>		\n			<h2>Service Partners</h2>		\n			<h4>Local Shelter and Housing Partners\n</h4>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-12-p9ggqdd3qu3vafit9ca0xioa1gc8k6sfog8npfmq74.png\" alt=\"Logo (12)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-10-p9ggqmrhn6gqij55qgcamgavzb1wp5tr1qrii78sr6.png\" alt=\"Logo (10)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-9-p9ggqyze40xgpgner3mg0v7vpbdoh869ff8tqsqo26.png\" alt=\"Logo (9)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-16-p9ggrc54rpfh804am9b7zrwc0pktgzmi58dmgo75j6.png\" alt=\"Logo (16)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-5-p9ggrpavfdxhqjl6hezzyoksc3rygr2qv1if6jnn7y.png\" alt=\"Logo (5)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-13-p9ggryp9bqacyn7iyj29nm7e9yhmlq428c19zb9pyo.png\" alt=\"Logo (13)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-11-p9ggs9zblqpstyr54nxshjcxeky163cu9vv3qmszj8.png\" alt=\"Logo (11)\" /></figure>			\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>','Our Community','','inherit','closed','closed','','639-revision-v1','','','2021-07-01 03:06:47','2021-07-01 03:06:47','',639,'https://thechrishaunfoundation.org/?p=666',0,'revision','',0),(667,1,'2021-07-01 03:06:47','2021-07-01 03:06:47','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Big Picture</h2>		\n		<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing. </p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.</p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.</p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a <u>living wage</u>. </p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing, supportive services, and permanent supportive housing.</p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are</p><h3><strong>Lack of affordable healthcare</strong></h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.</p><h3><strong>Loss of job opportunities</strong></h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.</p><h3><strong>Lack of public assistance programs:</strong></h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.</p><h3><strong>Lack of affordable housing:</strong></h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.</p><p>But changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The <u>Substance Abuse and Mental Health Services Administration</u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.” Retrieved from: .</p><h3><strong>Homelessness in Athens and Additional Resources</strong></h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents. In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters. If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.</p><h3><strong>Institute for Children, Poverty, and Homelessness</strong></h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness. <u><a href=\"http://www.icphusa.org./\"><em>Read more</em></a></u></p><h3><strong>U.S. Department of Housing and Urban Development</strong></h3><p>Research, fact sheets, links to government and private organizations.<br /><u><a href=\"https://www.hud.gov/\"><em>Read more</em></a></u></p>		\n			<h2>Service Partners</h2>		\n			<h4>Local Shelter and Housing Partners\n</h4>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-12-p9ggqdd3qu3vafit9ca0xioa1gc8k6sfog8npfmq74.png\" alt=\"Logo (12)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-10-p9ggqmrhn6gqij55qgcamgavzb1wp5tr1qrii78sr6.png\" alt=\"Logo (10)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-9-p9ggqyze40xgpgner3mg0v7vpbdoh869ff8tqsqo26.png\" alt=\"Logo (9)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-16-p9ggrc54rpfh804am9b7zrwc0pktgzmi58dmgo75j6.png\" alt=\"Logo (16)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-5-p9ggrpavfdxhqjl6hezzyoksc3rygr2qv1if6jnn7y.png\" alt=\"Logo (5)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-13-p9ggryp9bqacyn7iyj29nm7e9yhmlq428c19zb9pyo.png\" alt=\"Logo (13)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-11-p9ggs9zblqpstyr54nxshjcxeky163cu9vv3qmszj8.png\" alt=\"Logo (11)\" /></figure>			\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>','Our Community','','inherit','closed','closed','','639-revision-v1','','','2021-07-01 03:06:47','2021-07-01 03:06:47','',639,'https://thechrishaunfoundation.org/?p=667',0,'revision','',0),(668,1,'2021-07-01 03:09:44','2021-07-01 03:09:44','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Big Picture</h2>		\n		<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing. </p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.</p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.</p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a <u>living wage</u>. </p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing, supportive services, and permanent supportive housing.</p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are</p><h3><strong>Lack of affordable healthcare</strong></h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.</p><h3><strong>Loss of job opportunities</strong></h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.</p><h3><strong>Lack of public assistance programs:</strong></h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.</p><h3><strong>Lack of affordable housing:</strong></h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.</p><p>But changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The <u>Substance Abuse and Mental Health Services Administration</u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.” Retrieved from: .</p><h3><strong>Homelessness in Athens and Additional Resources</strong></h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents. In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters. If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.</p><h3><strong>Institute for Children, Poverty, and Homelessness</strong></h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness. <u><a href=\"http://www.icphusa.org./\"><em>Read more</em></a></u></p><h3><strong>U.S. Department of Housing and Urban Development</strong></h3><p>Research, fact sheets, links to government and private organizations.<br /><u><a href=\"https://www.hud.gov/\"><em>Read more</em></a></u></p>		\n			<h2>Service Partners</h2>		\n			<h4>Local Shelter and Housing Partners\n</h4>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-12-p9ggqdd3qu3vafit9ca0xioa1gc8k6sfog8npfmq74.png\" alt=\"Logo (12)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-10-p9ggqmrhn6gqij55qgcamgavzb1wp5tr1qrii78sr6.png\" alt=\"Logo (10)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-9-p9ggqyze40xgpgner3mg0v7vpbdoh869ff8tqsqo26.png\" alt=\"Logo (9)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-16-p9ggrc54rpfh804am9b7zrwc0pktgzmi58dmgo75j6.png\" alt=\"Logo (16)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-5-p9ggrpavfdxhqjl6hezzyoksc3rygr2qv1if6jnn7y.png\" alt=\"Logo (5)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-13-p9ggryp9bqacyn7iyj29nm7e9yhmlq428c19zb9pyo.png\" alt=\"Logo (13)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-11-p9ggs9zblqpstyr54nxshjcxeky163cu9vv3qmszj8.png\" alt=\"Logo (11)\" /></figure>			\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>','Our Community','','inherit','closed','closed','','639-revision-v1','','','2021-07-01 03:09:44','2021-07-01 03:09:44','',639,'https://thechrishaunfoundation.org/?p=668',0,'revision','',0),(669,1,'2021-07-01 03:09:45','2021-07-01 03:09:45','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Big Picture</h2>		\n		<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing. </p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.</p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.</p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a <u>living wage</u>. </p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing, supportive services, and permanent supportive housing.</p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are</p><h3><strong>Lack of affordable healthcare</strong></h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.</p><h3><strong>Loss of job opportunities</strong></h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.</p><h3><strong>Lack of public assistance programs:</strong></h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.</p><h3><strong>Lack of affordable housing:</strong></h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.</p><p>But changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The <u>Substance Abuse and Mental Health Services Administration</u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.” Retrieved from: .</p><h3><strong>Homelessness in Athens and Additional Resources</strong></h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents. In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters. If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.</p><h3><strong>Institute for Children, Poverty, and Homelessness</strong></h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness. <u><a href=\"http://www.icphusa.org./\"><em>Read more</em></a></u></p><h3><strong>U.S. Department of Housing and Urban Development</strong></h3><p>Research, fact sheets, links to government and private organizations.<br /><u><a href=\"https://www.hud.gov/\"><em>Read more</em></a></u></p>		\n			<h2>Service Partners</h2>		\n			<h4>Local Shelter and Housing Partners\n</h4>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-12-p9ggqdd3qu3vafit9ca0xioa1gc8k6sfog8npfmq74.png\" alt=\"Logo (12)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-10-p9ggqmrhn6gqij55qgcamgavzb1wp5tr1qrii78sr6.png\" alt=\"Logo (10)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-9-p9ggqyze40xgpgner3mg0v7vpbdoh869ff8tqsqo26.png\" alt=\"Logo (9)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-16-p9ggrc54rpfh804am9b7zrwc0pktgzmi58dmgo75j6.png\" alt=\"Logo (16)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-5-p9ggrpavfdxhqjl6hezzyoksc3rygr2qv1if6jnn7y.png\" alt=\"Logo (5)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-13-p9ggryp9bqacyn7iyj29nm7e9yhmlq428c19zb9pyo.png\" alt=\"Logo (13)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-11-p9ggs9zblqpstyr54nxshjcxeky163cu9vv3qmszj8.png\" alt=\"Logo (11)\" /></figure>			\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>','Our Community','','inherit','closed','closed','','639-revision-v1','','','2021-07-01 03:09:45','2021-07-01 03:09:45','',639,'https://thechrishaunfoundation.org/?p=669',0,'revision','',0),(670,1,'2021-07-01 03:09:45','2021-07-01 03:09:45','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Big Picture</h2>		\n		<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing. </p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.</p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.</p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a <u>living wage</u>. </p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing, supportive services, and permanent supportive housing.</p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are</p><h3><strong>Lack of affordable healthcare</strong></h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.</p><h3><strong>Loss of job opportunities</strong></h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.</p><h3><strong>Lack of public assistance programs:</strong></h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.</p><h3><strong>Lack of affordable housing:</strong></h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.</p><p>But changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The <u>Substance Abuse and Mental Health Services Administration</u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.” Retrieved from: .</p><h3><strong>Homelessness in Athens and Additional Resources</strong></h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents. In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters. If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.</p><h3><strong>Institute for Children, Poverty, and Homelessness</strong></h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness. <u><a href=\"http://www.icphusa.org./\"><em>Read more</em></a></u></p><h3><strong>U.S. Department of Housing and Urban Development</strong></h3><p>Research, fact sheets, links to government and private organizations.<br /><u><a href=\"https://www.hud.gov/\"><em>Read more</em></a></u></p>		\n			<h2>Service Partners</h2>		\n			<h4>Local Shelter and Housing Partners\n</h4>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-12-p9ggqdd3qu3vafit9ca0xioa1gc8k6sfog8npfmq74.png\" alt=\"Logo (12)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-10-p9ggqmrhn6gqij55qgcamgavzb1wp5tr1qrii78sr6.png\" alt=\"Logo (10)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-9-p9ggqyze40xgpgner3mg0v7vpbdoh869ff8tqsqo26.png\" alt=\"Logo (9)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-16-p9ggrc54rpfh804am9b7zrwc0pktgzmi58dmgo75j6.png\" alt=\"Logo (16)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-5-p9ggrpavfdxhqjl6hezzyoksc3rygr2qv1if6jnn7y.png\" alt=\"Logo (5)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-13-p9ggryp9bqacyn7iyj29nm7e9yhmlq428c19zb9pyo.png\" alt=\"Logo (13)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-11-p9ggs9zblqpstyr54nxshjcxeky163cu9vv3qmszj8.png\" alt=\"Logo (11)\" /></figure>			\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>','Our Community','','inherit','closed','closed','','639-revision-v1','','','2021-07-01 03:09:45','2021-07-01 03:09:45','',639,'https://thechrishaunfoundation.org/?p=670',0,'revision','',0),(971,1,'2021-08-16 00:22:08','2021-08-16 00:22:08','','facebook cover','','inherit','open','closed','','facebook-cover','','','2021-08-16 00:22:08','2021-08-16 00:22:08','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover.png',0,'attachment','image/png',0),(972,1,'2021-08-16 00:22:10','2021-08-16 00:22:10','','Life After Podcast','','inherit','open','closed','','life-after-podcast','','','2021-08-16 00:22:10','2021-08-16 00:22:10','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Life-After-Podcast.png',0,'attachment','image/png',0),(673,1,'2021-07-01 03:11:56','2021-07-01 03:11:56','','Logo (4)','','inherit','open','closed','','logo-4','','','2021-07-01 03:11:56','2021-07-01 03:11:56','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Logo-4.png',0,'attachment','image/png',0),(681,1,'2021-07-01 03:12:44','2021-07-01 03:12:44','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Big Picture</h2>		\n		<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing. </p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.</p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.</p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a <u>living wage</u>. </p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing, supportive services, and permanent supportive housing.</p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are</p><h3><strong>Lack of affordable healthcare</strong></h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.</p><h3><strong>Loss of job opportunities</strong></h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.</p><h3><strong>Lack of public assistance programs:</strong></h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.</p><h3><strong>Lack of affordable housing:</strong></h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.</p><p>But changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The <u>Substance Abuse and Mental Health Services Administration</u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.” Retrieved from: .</p><h3><strong>Homelessness in Athens and Additional Resources</strong></h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents. In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters. If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.</p><h3><strong>Institute for Children, Poverty, and Homelessness</strong></h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness. <u><a href=\"http://www.icphusa.org./\"><em>Read more</em></a></u></p><h3><strong>U.S. Department of Housing and Urban Development</strong></h3><p>Research, fact sheets, links to government and private organizations.<br /><u><a href=\"https://www.hud.gov/\"><em>Read more</em></a></u></p>		\n			<h2>Service Partners</h2>		\n			<h4>Local Shelter and Housing Partners\n</h4>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-12-p9ggqdd3qu3vafit9ca0xioa1gc8k6sfog8npfmq74.png\" alt=\"Logo (12)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-10-p9ggqmrhn6gqij55qgcamgavzb1wp5tr1qrii78sr6.png\" alt=\"Logo (10)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-9-p9ggqyze40xgpgner3mg0v7vpbdoh869ff8tqsqo26.png\" alt=\"Logo (9)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-16-p9ggrc54rpfh804am9b7zrwc0pktgzmi58dmgo75j6.png\" alt=\"Logo (16)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-5-p9ggrpavfdxhqjl6hezzyoksc3rygr2qv1if6jnn7y.png\" alt=\"Logo (5)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-13-p9ggryp9bqacyn7iyj29nm7e9yhmlq428c19zb9pyo.png\" alt=\"Logo (13)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-11-p9ggs9zblqpstyr54nxshjcxeky163cu9vv3qmszj8.png\" alt=\"Logo (11)\" /></figure>			\n			<h2>Financial Partners</h2>		\n			<h4>Local Funding Partners\n</h4>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-8-p9gh4nitl7npp4ryv0iybexez7y0imhlz5397sgd9y.png\" alt=\"Logo (8)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-2-p9gh51mefq70ja7hkomcutdbw00iq31l12vjexvhb4.png\" alt=\"Logo (2)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-4-p9gh5maum2zbmpdg7xk5do5gyh6lffbofx87z10t24.png\" alt=\"Logo (4)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-14-p9gh5ureblawj715uj7si40may0wcp99h33laio9a2.png\" alt=\"Logo (14)\" /></figure>','Our Community','','inherit','closed','closed','','639-revision-v1','','','2021-07-01 03:12:44','2021-07-01 03:12:44','',639,'https://thechrishaunfoundation.org/?p=681',0,'revision','',0),(678,1,'2021-07-01 03:12:30','2021-07-01 03:12:30','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Big Picture</h2>		\n		<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing. </p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.</p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.</p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a <u>living wage</u>. </p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing, supportive services, and permanent supportive housing.</p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are</p><h3><strong>Lack of affordable healthcare</strong></h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.</p><h3><strong>Loss of job opportunities</strong></h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.</p><h3><strong>Lack of public assistance programs:</strong></h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.</p><h3><strong>Lack of affordable housing:</strong></h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.</p><p>But changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The <u>Substance Abuse and Mental Health Services Administration</u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.” Retrieved from: .</p><h3><strong>Homelessness in Athens and Additional Resources</strong></h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents. In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters. If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.</p><h3><strong>Institute for Children, Poverty, and Homelessness</strong></h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness. <u><a href=\"http://www.icphusa.org./\"><em>Read more</em></a></u></p><h3><strong>U.S. Department of Housing and Urban Development</strong></h3><p>Research, fact sheets, links to government and private organizations.<br /><u><a href=\"https://www.hud.gov/\"><em>Read more</em></a></u></p>		\n			<h2>Service Partners</h2>		\n			<h4>Local Shelter and Housing Partners\n</h4>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-12-p9ggqdd3qu3vafit9ca0xioa1gc8k6sfog8npfmq74.png\" alt=\"Logo (12)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-10-p9ggqmrhn6gqij55qgcamgavzb1wp5tr1qrii78sr6.png\" alt=\"Logo (10)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-9-p9ggqyze40xgpgner3mg0v7vpbdoh869ff8tqsqo26.png\" alt=\"Logo (9)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-16-p9ggrc54rpfh804am9b7zrwc0pktgzmi58dmgo75j6.png\" alt=\"Logo (16)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-5-p9ggrpavfdxhqjl6hezzyoksc3rygr2qv1if6jnn7y.png\" alt=\"Logo (5)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-13-p9ggryp9bqacyn7iyj29nm7e9yhmlq428c19zb9pyo.png\" alt=\"Logo (13)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-11-p9ggs9zblqpstyr54nxshjcxeky163cu9vv3qmszj8.png\" alt=\"Logo (11)\" /></figure>			\n			<h2>Financial Partners</h2>		\n			<h4>Local Funding Partners\n</h4>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-8-p9gh4nitl7npp4ryv0iybexez7y0imhlz5397sgd9y.png\" alt=\"Logo (8)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-2-p9gh51mefq70ja7hkomcutdbw00iq31l12vjexvhb4.png\" alt=\"Logo (2)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-4-p9gh5maum2zbmpdg7xk5do5gyh6lffbofx87z10t24.png\" alt=\"Logo (4)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-14-p9gh5ureblawj715uj7si40may0wcp99h33laio9a2.png\" alt=\"Logo (14)\" /></figure>			\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>','Our Community','','inherit','closed','closed','','639-revision-v1','','','2021-07-01 03:12:30','2021-07-01 03:12:30','',639,'https://thechrishaunfoundation.org/?p=678',0,'revision','',0),(970,1,'2021-08-16 00:22:02','2021-08-16 00:22:02','','YouTubeChannel','','inherit','open','closed','','youtubechannel','','','2021-08-16 00:22:02','2021-08-16 00:22:02','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/YouTubeChannel.png',0,'attachment','image/png',0),(676,1,'2021-07-01 03:12:30','2021-07-01 03:12:30','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Big Picture</h2>		\n		<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing. </p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.</p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.</p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a <u>living wage</u>. </p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing, supportive services, and permanent supportive housing.</p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are</p><h3><strong>Lack of affordable healthcare</strong></h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.</p><h3><strong>Loss of job opportunities</strong></h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.</p><h3><strong>Lack of public assistance programs:</strong></h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.</p><h3><strong>Lack of affordable housing:</strong></h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.</p><p>But changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The <u>Substance Abuse and Mental Health Services Administration</u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.” Retrieved from: .</p><h3><strong>Homelessness in Athens and Additional Resources</strong></h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents. In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters. If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.</p><h3><strong>Institute for Children, Poverty, and Homelessness</strong></h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness. <u><a href=\"http://www.icphusa.org./\"><em>Read more</em></a></u></p><h3><strong>U.S. Department of Housing and Urban Development</strong></h3><p>Research, fact sheets, links to government and private organizations.<br /><u><a href=\"https://www.hud.gov/\"><em>Read more</em></a></u></p>		\n			<h2>Service Partners</h2>		\n			<h4>Local Shelter and Housing Partners\n</h4>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-12-p9ggqdd3qu3vafit9ca0xioa1gc8k6sfog8npfmq74.png\" alt=\"Logo (12)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-10-p9ggqmrhn6gqij55qgcamgavzb1wp5tr1qrii78sr6.png\" alt=\"Logo (10)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-9-p9ggqyze40xgpgner3mg0v7vpbdoh869ff8tqsqo26.png\" alt=\"Logo (9)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-16-p9ggrc54rpfh804am9b7zrwc0pktgzmi58dmgo75j6.png\" alt=\"Logo (16)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-5-p9ggrpavfdxhqjl6hezzyoksc3rygr2qv1if6jnn7y.png\" alt=\"Logo (5)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-13-p9ggryp9bqacyn7iyj29nm7e9yhmlq428c19zb9pyo.png\" alt=\"Logo (13)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-11-p9ggs9zblqpstyr54nxshjcxeky163cu9vv3qmszj8.png\" alt=\"Logo (11)\" /></figure>			\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>','Our Community','','inherit','closed','closed','','639-revision-v1','','','2021-07-01 03:12:30','2021-07-01 03:12:30','',639,'https://thechrishaunfoundation.org/?p=676',0,'revision','',0),(677,1,'2021-07-01 03:12:30','2021-07-01 03:12:30','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Big Picture</h2>		\n		<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing. </p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.</p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.</p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a <u>living wage</u>. </p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing, supportive services, and permanent supportive housing.</p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are</p><h3><strong>Lack of affordable healthcare</strong></h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.</p><h3><strong>Loss of job opportunities</strong></h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.</p><h3><strong>Lack of public assistance programs:</strong></h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.</p><h3><strong>Lack of affordable housing:</strong></h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.</p><p>But changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The <u>Substance Abuse and Mental Health Services Administration</u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.” Retrieved from: .</p><h3><strong>Homelessness in Athens and Additional Resources</strong></h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents. In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters. If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.</p><h3><strong>Institute for Children, Poverty, and Homelessness</strong></h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness. <u><a href=\"http://www.icphusa.org./\"><em>Read more</em></a></u></p><h3><strong>U.S. Department of Housing and Urban Development</strong></h3><p>Research, fact sheets, links to government and private organizations.<br /><u><a href=\"https://www.hud.gov/\"><em>Read more</em></a></u></p>		\n			<h2>Service Partners</h2>		\n			<h4>Local Shelter and Housing Partners\n</h4>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-12-p9ggqdd3qu3vafit9ca0xioa1gc8k6sfog8npfmq74.png\" alt=\"Logo (12)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-10-p9ggqmrhn6gqij55qgcamgavzb1wp5tr1qrii78sr6.png\" alt=\"Logo (10)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-9-p9ggqyze40xgpgner3mg0v7vpbdoh869ff8tqsqo26.png\" alt=\"Logo (9)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-16-p9ggrc54rpfh804am9b7zrwc0pktgzmi58dmgo75j6.png\" alt=\"Logo (16)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-5-p9ggrpavfdxhqjl6hezzyoksc3rygr2qv1if6jnn7y.png\" alt=\"Logo (5)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-13-p9ggryp9bqacyn7iyj29nm7e9yhmlq428c19zb9pyo.png\" alt=\"Logo (13)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-11-p9ggs9zblqpstyr54nxshjcxeky163cu9vv3qmszj8.png\" alt=\"Logo (11)\" /></figure>			\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>','Our Community','','inherit','closed','closed','','639-revision-v1','','','2021-07-01 03:12:30','2021-07-01 03:12:30','',639,'https://thechrishaunfoundation.org/?p=677',0,'revision','',0),(679,1,'2021-07-01 03:12:44','2021-07-01 03:12:44','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Big Picture</h2>		\n		<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing. </p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.</p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.</p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a <u>living wage</u>. </p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing, supportive services, and permanent supportive housing.</p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are</p><h3><strong>Lack of affordable healthcare</strong></h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.</p><h3><strong>Loss of job opportunities</strong></h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.</p><h3><strong>Lack of public assistance programs:</strong></h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.</p><h3><strong>Lack of affordable housing:</strong></h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.</p><p>But changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The <u>Substance Abuse and Mental Health Services Administration</u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.” Retrieved from: .</p><h3><strong>Homelessness in Athens and Additional Resources</strong></h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents. In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters. If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.</p><h3><strong>Institute for Children, Poverty, and Homelessness</strong></h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness. <u><a href=\"http://www.icphusa.org./\"><em>Read more</em></a></u></p><h3><strong>U.S. Department of Housing and Urban Development</strong></h3><p>Research, fact sheets, links to government and private organizations.<br /><u><a href=\"https://www.hud.gov/\"><em>Read more</em></a></u></p>		\n			<h2>Service Partners</h2>		\n			<h4>Local Shelter and Housing Partners\n</h4>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-12-p9ggqdd3qu3vafit9ca0xioa1gc8k6sfog8npfmq74.png\" alt=\"Logo (12)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-10-p9ggqmrhn6gqij55qgcamgavzb1wp5tr1qrii78sr6.png\" alt=\"Logo (10)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-9-p9ggqyze40xgpgner3mg0v7vpbdoh869ff8tqsqo26.png\" alt=\"Logo (9)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-16-p9ggrc54rpfh804am9b7zrwc0pktgzmi58dmgo75j6.png\" alt=\"Logo (16)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-5-p9ggrpavfdxhqjl6hezzyoksc3rygr2qv1if6jnn7y.png\" alt=\"Logo (5)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-13-p9ggryp9bqacyn7iyj29nm7e9yhmlq428c19zb9pyo.png\" alt=\"Logo (13)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-11-p9ggs9zblqpstyr54nxshjcxeky163cu9vv3qmszj8.png\" alt=\"Logo (11)\" /></figure>			\n			<h2>Financial Partners</h2>		\n			<h4>Local Funding Partners\n</h4>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-8-p9gh4nitl7npp4ryv0iybexez7y0imhlz5397sgd9y.png\" alt=\"Logo (8)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-2-p9gh51mefq70ja7hkomcutdbw00iq31l12vjexvhb4.png\" alt=\"Logo (2)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-4-p9gh5maum2zbmpdg7xk5do5gyh6lffbofx87z10t24.png\" alt=\"Logo (4)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-14-p9gh5ureblawj715uj7si40may0wcp99h33laio9a2.png\" alt=\"Logo (14)\" /></figure>			\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>','Our Community','','inherit','closed','closed','','639-revision-v1','','','2021-07-01 03:12:44','2021-07-01 03:12:44','',639,'https://thechrishaunfoundation.org/?p=679',0,'revision','',0),(680,1,'2021-07-01 03:12:44','2021-07-01 03:12:44','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Big Picture</h2>		\n		<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing. </p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.</p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.</p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a <u>living wage</u>. </p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing, supportive services, and permanent supportive housing.</p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are</p><h3><strong>Lack of affordable healthcare</strong></h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.</p><h3><strong>Loss of job opportunities</strong></h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.</p><h3><strong>Lack of public assistance programs:</strong></h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.</p><h3><strong>Lack of affordable housing:</strong></h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.</p><p>But changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The <u>Substance Abuse and Mental Health Services Administration</u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.” Retrieved from: .</p><h3><strong>Homelessness in Athens and Additional Resources</strong></h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents. In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters. If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.</p><h3><strong>Institute for Children, Poverty, and Homelessness</strong></h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness. <u><a href=\"http://www.icphusa.org./\"><em>Read more</em></a></u></p><h3><strong>U.S. Department of Housing and Urban Development</strong></h3><p>Research, fact sheets, links to government and private organizations.<br /><u><a href=\"https://www.hud.gov/\"><em>Read more</em></a></u></p>		\n			<h2>Service Partners</h2>		\n			<h4>Local Shelter and Housing Partners\n</h4>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-12-p9ggqdd3qu3vafit9ca0xioa1gc8k6sfog8npfmq74.png\" alt=\"Logo (12)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-10-p9ggqmrhn6gqij55qgcamgavzb1wp5tr1qrii78sr6.png\" alt=\"Logo (10)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-9-p9ggqyze40xgpgner3mg0v7vpbdoh869ff8tqsqo26.png\" alt=\"Logo (9)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-16-p9ggrc54rpfh804am9b7zrwc0pktgzmi58dmgo75j6.png\" alt=\"Logo (16)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-5-p9ggrpavfdxhqjl6hezzyoksc3rygr2qv1if6jnn7y.png\" alt=\"Logo (5)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-13-p9ggryp9bqacyn7iyj29nm7e9yhmlq428c19zb9pyo.png\" alt=\"Logo (13)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-11-p9ggs9zblqpstyr54nxshjcxeky163cu9vv3qmszj8.png\" alt=\"Logo (11)\" /></figure>			\n			<h2>Financial Partners</h2>		\n			<h4>Local Funding Partners\n</h4>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-8-p9gh4nitl7npp4ryv0iybexez7y0imhlz5397sgd9y.png\" alt=\"Logo (8)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-2-p9gh51mefq70ja7hkomcutdbw00iq31l12vjexvhb4.png\" alt=\"Logo (2)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-4-p9gh5maum2zbmpdg7xk5do5gyh6lffbofx87z10t24.png\" alt=\"Logo (4)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-14-p9gh5ureblawj715uj7si40may0wcp99h33laio9a2.png\" alt=\"Logo (14)\" /></figure>			\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>','Our Community','','inherit','closed','closed','','639-revision-v1','','','2021-07-01 03:12:44','2021-07-01 03:12:44','',639,'https://thechrishaunfoundation.org/?p=680',0,'revision','',0),(682,1,'2021-07-01 03:13:28','2021-07-01 03:13:28','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Big Picture</h2>		\n		<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing. </p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.</p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.</p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a <u>living wage</u>. </p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing, supportive services, and permanent supportive housing.</p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are</p><h3><strong>Lack of affordable healthcare</strong></h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.</p><h3><strong>Loss of job opportunities</strong></h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.</p><h3><strong>Lack of public assistance programs:</strong></h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.</p><h3><strong>Lack of affordable housing:</strong></h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.</p><p>But changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The <u>Substance Abuse and Mental Health Services Administration</u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.” Retrieved from: .</p><h3><strong>Homelessness in Athens and Additional Resources</strong></h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents. In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters. If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.</p><h3><strong>Institute for Children, Poverty, and Homelessness</strong></h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness. <u><a href=\"http://www.icphusa.org./\"><em>Read more</em></a></u></p><h3><strong>U.S. Department of Housing and Urban Development</strong></h3><p>Research, fact sheets, links to government and private organizations.<br /><u><a href=\"https://www.hud.gov/\"><em>Read more</em></a></u></p>		\n			<h2>Service Partners</h2>		\n			<h4>Local Shelter and Housing Partners\n</h4>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-12-p9ggqdd3qu3vafit9ca0xioa1gc8k6sfog8npfmq74.png\" alt=\"Logo (12)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-10-p9ggqmrhn6gqij55qgcamgavzb1wp5tr1qrii78sr6.png\" alt=\"Logo (10)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-9-p9ggqyze40xgpgner3mg0v7vpbdoh869ff8tqsqo26.png\" alt=\"Logo (9)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-16-p9ggrc54rpfh804am9b7zrwc0pktgzmi58dmgo75j6.png\" alt=\"Logo (16)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-5-p9ggrpavfdxhqjl6hezzyoksc3rygr2qv1if6jnn7y.png\" alt=\"Logo (5)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-13-p9ggryp9bqacyn7iyj29nm7e9yhmlq428c19zb9pyo.png\" alt=\"Logo (13)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-11-p9ggs9zblqpstyr54nxshjcxeky163cu9vv3qmszj8.png\" alt=\"Logo (11)\" /></figure>			\n			<h2>Financial Partners</h2>		\n			<h4>Local Funding Partners\n</h4>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-8-p9gh4nitl7npp4ryv0iybexez7y0imhlz5397sgd9y.png\" alt=\"Logo (8)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-2-p9gh51mefq70ja7hkomcutdbw00iq31l12vjexvhb4.png\" alt=\"Logo (2)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-4-p9gh5maum2zbmpdg7xk5do5gyh6lffbofx87z10t24.png\" alt=\"Logo (4)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-14-p9gh5ureblawj715uj7si40may0wcp99h33laio9a2.png\" alt=\"Logo (14)\" /></figure>','Our Community','','inherit','closed','closed','','639-revision-v1','','','2021-07-01 03:13:28','2021-07-01 03:13:28','',639,'https://thechrishaunfoundation.org/?p=682',0,'revision','',0),(683,1,'2021-07-01 03:13:28','2021-07-01 03:13:28','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Big Picture</h2>		\n		<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing. </p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.</p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.</p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a <u>living wage</u>. </p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing, supportive services, and permanent supportive housing.</p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are</p><h3><strong>Lack of affordable healthcare</strong></h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.</p><h3><strong>Loss of job opportunities</strong></h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.</p><h3><strong>Lack of public assistance programs:</strong></h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.</p><h3><strong>Lack of affordable housing:</strong></h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.</p><p>But changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The <u>Substance Abuse and Mental Health Services Administration</u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.” Retrieved from: .</p><h3><strong>Homelessness in Athens and Additional Resources</strong></h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents. In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters. If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.</p><h3><strong>Institute for Children, Poverty, and Homelessness</strong></h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness. <u><a href=\"http://www.icphusa.org./\"><em>Read more</em></a></u></p><h3><strong>U.S. Department of Housing and Urban Development</strong></h3><p>Research, fact sheets, links to government and private organizations.<br /><u><a href=\"https://www.hud.gov/\"><em>Read more</em></a></u></p>		\n			<h2>Service Partners</h2>		\n			<h4>Local Shelter and Housing Partners\n</h4>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-12-p9ggqdd3qu3vafit9ca0xioa1gc8k6sfog8npfmq74.png\" alt=\"Logo (12)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-10-p9ggqmrhn6gqij55qgcamgavzb1wp5tr1qrii78sr6.png\" alt=\"Logo (10)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-9-p9ggqyze40xgpgner3mg0v7vpbdoh869ff8tqsqo26.png\" alt=\"Logo (9)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-16-p9ggrc54rpfh804am9b7zrwc0pktgzmi58dmgo75j6.png\" alt=\"Logo (16)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-5-p9ggrpavfdxhqjl6hezzyoksc3rygr2qv1if6jnn7y.png\" alt=\"Logo (5)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-13-p9ggryp9bqacyn7iyj29nm7e9yhmlq428c19zb9pyo.png\" alt=\"Logo (13)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-11-p9ggs9zblqpstyr54nxshjcxeky163cu9vv3qmszj8.png\" alt=\"Logo (11)\" /></figure>			\n			<h2>Financial Partners</h2>		\n			<h4>Local Funding Partners\n</h4>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-8-p9gh4nitl7npp4ryv0iybexez7y0imhlz5397sgd9y.png\" alt=\"Logo (8)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-2-p9gh51mefq70ja7hkomcutdbw00iq31l12vjexvhb4.png\" alt=\"Logo (2)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-4-p9gh5maum2zbmpdg7xk5do5gyh6lffbofx87z10t24.png\" alt=\"Logo (4)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-14-p9gh5ureblawj715uj7si40may0wcp99h33laio9a2.png\" alt=\"Logo (14)\" /></figure>','Our Community','','inherit','closed','closed','','639-revision-v1','','','2021-07-01 03:13:28','2021-07-01 03:13:28','',639,'https://thechrishaunfoundation.org/?p=683',0,'revision','',0),(684,1,'2021-07-01 03:13:28','2021-07-01 03:13:28','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Big Picture</h2>		\n		<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing. </p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.</p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.</p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a <u>living wage</u>. </p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing, supportive services, and permanent supportive housing.</p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are</p><h3><strong>Lack of affordable healthcare</strong></h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.</p><h3><strong>Loss of job opportunities</strong></h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.</p><h3><strong>Lack of public assistance programs:</strong></h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.</p><h3><strong>Lack of affordable housing:</strong></h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.</p><p>But changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The <u>Substance Abuse and Mental Health Services Administration</u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.” Retrieved from: .</p><h3><strong>Homelessness in Athens and Additional Resources</strong></h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents. In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters. If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.</p><h3><strong>Institute for Children, Poverty, and Homelessness</strong></h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness. <u><a href=\"http://www.icphusa.org./\"><em>Read more</em></a></u></p><h3><strong>U.S. Department of Housing and Urban Development</strong></h3><p>Research, fact sheets, links to government and private organizations.<br /><u><a href=\"https://www.hud.gov/\"><em>Read more</em></a></u></p>		\n			<h2>Service Partners</h2>		\n			<h4>Local Shelter and Housing Partners\n</h4>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-12-p9ggqdd3qu3vafit9ca0xioa1gc8k6sfog8npfmq74.png\" alt=\"Logo (12)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-10-p9ggqmrhn6gqij55qgcamgavzb1wp5tr1qrii78sr6.png\" alt=\"Logo (10)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-9-p9ggqyze40xgpgner3mg0v7vpbdoh869ff8tqsqo26.png\" alt=\"Logo (9)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-16-p9ggrc54rpfh804am9b7zrwc0pktgzmi58dmgo75j6.png\" alt=\"Logo (16)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-5-p9ggrpavfdxhqjl6hezzyoksc3rygr2qv1if6jnn7y.png\" alt=\"Logo (5)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-13-p9ggryp9bqacyn7iyj29nm7e9yhmlq428c19zb9pyo.png\" alt=\"Logo (13)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-11-p9ggs9zblqpstyr54nxshjcxeky163cu9vv3qmszj8.png\" alt=\"Logo (11)\" /></figure>			\n			<h2>Financial Partners</h2>		\n			<h4>Local Funding Partners\n</h4>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-8-p9gh4nitl7npp4ryv0iybexez7y0imhlz5397sgd9y.png\" alt=\"Logo (8)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-2-p9gh51mefq70ja7hkomcutdbw00iq31l12vjexvhb4.png\" alt=\"Logo (2)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-4-p9gh5maum2zbmpdg7xk5do5gyh6lffbofx87z10t24.png\" alt=\"Logo (4)\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs/Logo-14-p9gh5ureblawj715uj7si40may0wcp99h33laio9a2.png\" alt=\"Logo (14)\" /></figure>','Our Community','','inherit','closed','closed','','639-revision-v1','','','2021-07-01 03:13:28','2021-07-01 03:13:28','',639,'https://thechrishaunfoundation.org/?p=684',0,'revision','',0),(685,1,'2021-07-01 05:46:34','2021-07-01 05:46:34','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-07-01 05:46:34','2021-07-01 05:46:34','',349,'https://thechrishaunfoundation.org/?p=685',0,'revision','',0),(686,1,'2021-07-01 05:46:34','2021-07-01 05:46:34','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-07-01 05:46:34','2021-07-01 05:46:34','',349,'https://thechrishaunfoundation.org/?p=686',0,'revision','',0),(1008,1,'2021-08-16 04:17:33','2021-08-16 04:17:33','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h4>A Non-Profit Helping Others Have Life After\n</h4>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n															<img width=\"820\" height=\"312\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png 820w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-300x114.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-768x292.png 768w\" sizes=\"(max-width: 820px) 100vw, 820px\" />															\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-08-16 04:17:33','2021-08-16 04:17:33','',349,'https://thechrishaunfoundation.org/?p=1008',0,'revision','',0),(1005,1,'2021-08-16 04:12:33','2021-08-16 04:12:33','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h4>A Non-Profit Helping Others Have Life After\n</h4>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-08-16 04:12:33','2021-08-16 04:12:33','',349,'https://thechrishaunfoundation.org/?p=1005',0,'revision','',0),(687,1,'2021-07-01 05:46:35','2021-07-01 05:46:35','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-07-01 05:46:35','2021-07-01 05:46:35','',349,'https://thechrishaunfoundation.org/?p=687',0,'revision','',0),(688,1,'2021-07-01 05:47:34','2021-07-01 05:47:34','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-07-01 05:47:34','2021-07-01 05:47:34','',349,'https://thechrishaunfoundation.org/?p=688',0,'revision','',0),(689,1,'2021-07-01 05:47:34','2021-07-01 05:47:34','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-07-01 05:47:34','2021-07-01 05:47:34','',349,'https://thechrishaunfoundation.org/?p=689',0,'revision','',0),(690,1,'2021-07-01 05:47:34','2021-07-01 05:47:34','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-07-01 05:47:34','2021-07-01 05:47:34','',349,'https://thechrishaunfoundation.org/?p=690',0,'revision','',0),(691,1,'2021-07-01 05:48:15','2021-07-01 05:48:15','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-07-01 05:48:15','2021-07-01 05:48:15','',349,'https://thechrishaunfoundation.org/?p=691',0,'revision','',0),(692,1,'2021-07-01 05:48:15','2021-07-01 05:48:15','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-07-01 05:48:15','2021-07-01 05:48:15','',349,'https://thechrishaunfoundation.org/?p=692',0,'revision','',0),(693,1,'2021-07-01 05:48:15','2021-07-01 05:48:15','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-07-01 05:48:15','2021-07-01 05:48:15','',349,'https://thechrishaunfoundation.org/?p=693',0,'revision','',0),(694,1,'2021-07-01 05:49:28','2021-07-01 05:49:28','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-07-01 05:49:28','2021-07-01 05:49:28','',349,'https://thechrishaunfoundation.org/?p=694',0,'revision','',0),(695,1,'2021-07-01 05:49:28','2021-07-01 05:49:28','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-07-01 05:49:28','2021-07-01 05:49:28','',349,'https://thechrishaunfoundation.org/?p=695',0,'revision','',0),(696,1,'2021-07-01 05:49:28','2021-07-01 05:49:28','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-07-01 05:49:28','2021-07-01 05:49:28','',349,'https://thechrishaunfoundation.org/?p=696',0,'revision','',0),(697,1,'2021-07-01 05:50:24','2021-07-01 05:50:24','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-07-01 05:50:24','2021-07-01 05:50:24','',349,'https://thechrishaunfoundation.org/?p=697',0,'revision','',0),(698,1,'2021-07-01 05:50:24','2021-07-01 05:50:24','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-07-01 05:50:24','2021-07-01 05:50:24','',349,'https://thechrishaunfoundation.org/?p=698',0,'revision','',0),(699,1,'2021-07-01 05:50:25','2021-07-01 05:50:25','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-07-01 05:50:25','2021-07-01 05:50:25','',349,'https://thechrishaunfoundation.org/?p=699',0,'revision','',0),(700,1,'2021-07-01 05:52:14','2021-07-01 05:52:14','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-07-01 05:52:14','2021-07-01 05:52:14','',349,'https://thechrishaunfoundation.org/?p=700',0,'revision','',0),(701,1,'2021-07-01 05:52:14','2021-07-01 05:52:14','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-07-01 05:52:14','2021-07-01 05:52:14','',349,'https://thechrishaunfoundation.org/?p=701',0,'revision','',0),(702,1,'2021-07-01 05:52:15','2021-07-01 05:52:15','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-07-01 05:52:15','2021-07-01 05:52:15','',349,'https://thechrishaunfoundation.org/?p=702',0,'revision','',0),(703,1,'2021-07-01 05:53:02','2021-07-01 05:53:02','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-07-01 05:53:02','2021-07-01 05:53:02','',349,'https://thechrishaunfoundation.org/?p=703',0,'revision','',0),(704,1,'2021-07-01 05:53:02','2021-07-01 05:53:02','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-07-01 05:53:02','2021-07-01 05:53:02','',349,'https://thechrishaunfoundation.org/?p=704',0,'revision','',0),(705,1,'2021-07-01 05:53:03','2021-07-01 05:53:03','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-07-01 05:53:03','2021-07-01 05:53:03','',349,'https://thechrishaunfoundation.org/?p=705',0,'revision','',0),(706,1,'2021-07-01 05:53:45','2021-07-01 05:53:45','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-07-01 05:53:45','2021-07-01 05:53:45','',349,'https://thechrishaunfoundation.org/?p=706',0,'revision','',0),(707,1,'2021-07-01 05:53:45','2021-07-01 05:53:45','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-07-01 05:53:45','2021-07-01 05:53:45','',349,'https://thechrishaunfoundation.org/?p=707',0,'revision','',0),(708,1,'2021-07-01 05:53:45','2021-07-01 05:53:45','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-07-01 05:53:45','2021-07-01 05:53:45','',349,'https://thechrishaunfoundation.org/?p=708',0,'revision','',0),(709,1,'2021-07-01 05:55:22','2021-07-01 05:55:22','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-07-01 05:55:22','2021-07-01 05:55:22','',349,'https://thechrishaunfoundation.org/?p=709',0,'revision','',0),(710,1,'2021-07-01 05:55:23','2021-07-01 05:55:23','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-07-01 05:55:23','2021-07-01 05:55:23','',349,'https://thechrishaunfoundation.org/?p=710',0,'revision','',0),(711,1,'2021-07-01 05:55:23','2021-07-01 05:55:23','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-07-01 05:55:23','2021-07-01 05:55:23','',349,'https://thechrishaunfoundation.org/?p=711',0,'revision','',0),(715,1,'2021-07-01 06:00:26','2021-07-01 06:00:26','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-07-01 06:00:26','2021-07-01 06:00:26','',349,'https://thechrishaunfoundation.org/?p=715',0,'revision','',0),(713,1,'2021-07-01 06:00:26','2021-07-01 06:00:26','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-07-01 06:00:26','2021-07-01 06:00:26','',349,'https://thechrishaunfoundation.org/?p=713',0,'revision','',0),(714,1,'2021-07-01 06:00:26','2021-07-01 06:00:26','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-07-01 06:00:26','2021-07-01 06:00:26','',349,'https://thechrishaunfoundation.org/?p=714',0,'revision','',0),(716,1,'2021-07-01 06:00:51','2021-07-01 06:00:51','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-07-01 06:00:51','2021-07-01 06:00:51','',349,'https://thechrishaunfoundation.org/?p=716',0,'revision','',0),(717,1,'2021-07-01 06:00:51','2021-07-01 06:00:51','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-07-01 06:00:51','2021-07-01 06:00:51','',349,'https://thechrishaunfoundation.org/?p=717',0,'revision','',0),(718,1,'2021-07-01 06:00:51','2021-07-01 06:00:51','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-07-01 06:00:51','2021-07-01 06:00:51','',349,'https://thechrishaunfoundation.org/?p=718',0,'revision','',0),(719,1,'2021-07-01 06:01:39','2021-07-01 06:01:39','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-07-01 06:01:39','2021-07-01 06:01:39','',349,'https://thechrishaunfoundation.org/?p=719',0,'revision','',0),(720,1,'2021-07-01 06:01:40','2021-07-01 06:01:40','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-07-01 06:01:40','2021-07-01 06:01:40','',349,'https://thechrishaunfoundation.org/?p=720',0,'revision','',0),(721,1,'2021-07-01 06:01:40','2021-07-01 06:01:40','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-07-01 06:01:40','2021-07-01 06:01:40','',349,'https://thechrishaunfoundation.org/?p=721',0,'revision','',0),(722,1,'2021-07-01 06:03:38','2021-07-01 06:03:38','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next','global-slider','','publish','closed','closed','','global-slider','','','2021-08-17 15:18:39','2021-08-17 15:18:39','',0,'https://thechrishaunfoundation.org/?elementor_library=global-slider',0,'elementor_library','',0),(723,1,'2021-07-01 06:03:38','2021-07-01 06:03:38','','global-slider','','inherit','closed','closed','','722-revision-v1','','','2021-07-01 06:03:38','2021-07-01 06:03:38','',722,'https://thechrishaunfoundation.org/?p=723',0,'revision','',0),(724,1,'2021-07-01 06:03:38','2021-07-01 06:03:38','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next','global-slider','','inherit','closed','closed','','722-revision-v1','','','2021-07-01 06:03:38','2021-07-01 06:03:38','',722,'https://thechrishaunfoundation.org/?p=724',0,'revision','',0),(728,1,'2021-07-01 06:05:19','2021-07-01 06:05:19','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-07-01 06:05:19','2021-07-01 06:05:19','',349,'https://thechrishaunfoundation.org/?p=728',0,'revision','',0),(726,1,'2021-07-01 06:05:19','2021-07-01 06:05:19','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-07-01 06:05:19','2021-07-01 06:05:19','',349,'https://thechrishaunfoundation.org/?p=726',0,'revision','',0),(727,1,'2021-07-01 06:05:19','2021-07-01 06:05:19','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-07-01 06:05:19','2021-07-01 06:05:19','',349,'https://thechrishaunfoundation.org/?p=727',0,'revision','',0),(729,1,'2021-07-01 06:05:22','2021-07-01 06:05:22','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next','global-slider','','inherit','closed','closed','','722-revision-v1','','','2021-07-01 06:05:22','2021-07-01 06:05:22','',722,'https://thechrishaunfoundation.org/?p=729',0,'revision','',0),(730,1,'2021-07-01 06:07:55','2021-07-01 06:07:55','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Racial Justice Commitment</h2>		\n		Athens Area Homeless Shelter believes that every child deserves safe and stable housing. We cannot remain silent while Black families in our community lack safety and stability due to systemic racism that is especially apparent in the housing industry. Black children in Georgia are twice as likely as white children to experience homelessness and we stand against the practices creating this disparity (source). We acknowledge that as a community organization, led by majority white people in a town with a wide racial divide, we must listen, learn, and act. We are committed to advocating for just and liberated housing practices and educational opportunities for our Black community members. We believe Black lives matter. \n			<h5>We recognize that words must be backed by action. Below are specific steps we are taking as an organization, and the resources we are learning from in our commitment to racial justice. </h5>		\n			<h3>Action Plan</h3>		\n		<ul><li>Increasing professional development opportunities for staff and board, focused on recognizing and rectifying racial injustice in housing and related institutions. Opportunities will be offered via a spectrum of resources, discussion and trainings from a variety of antiracism educators.</li><li>Adapting the AAHS social media plan to dedicate at least one monthly post focused on awareness and resources addressing racial injustice in housing and related institutions.</li><li>Updating our Board Member welcome binders to include:<ol><li>Our AAHS Racial Justice Commitment</li><li>A fact sheet on inequities within the Housing institution.</li><li>A resource list of supportive literature compiled by staff and current board members.</li></ol></li><li>Updating our Employee Manual, our Organizational Policies, and our Volunteer Agreement to include the AAHS Racial Justice Commitment.</li><li>Broadening our intern partnerships for more Black students\' involvement.</li><li>Advertising future job openings at AAHS with Black-led networks and publications in our community.</li><li>Increasing efforts to further diversify the AAHS Board of Directors to more accurately reflect our diverse community.</li><li>Establishing June 19, Juneteenth, as a day of reflection and action for racial justice for AAHS Staff.<ul><li>To learn more about Juneteenth, check out local leaders at the <u><a href=\"https://www.negabusinessalliance.org/juneteenth\">Northeast Georgia Business Alliance</a></u>or visit the <u><a href=\"https://nmaahc.si.edu/blog-post/historical-legacy-juneteenth\">National Museum of African American History and Culture</a></u>.</li></ul></li></ul>		\n			<h3>We Find &amp; Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Educate\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Provide Care\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Consult</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Build Schools</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Strengthen\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h2>What we care for</h2>		\n															<img width=\"413\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1.jpg 413w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1-248x300.jpg 248w\" sizes=\"(max-width: 413px) 100vw, 413px\" />															\n			<h3>New life for children, in a new land</h3>		\n		<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>		\n			<h3>A new future for exploited children</h3>		\n		<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>		\n															<img width=\"413\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1.jpg 413w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1-248x300.jpg 248w\" sizes=\"(max-width: 413px) 100vw, 413px\" />															\n															<img width=\"413\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1.jpg 413w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1-248x300.jpg 248w\" sizes=\"(max-width: 413px) 100vw, 413px\" />															\n			<h3>Bringing dreams within reach for children</h3>		\n		<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>','Racial Justice Commitment','','inherit','closed','closed','','350-revision-v1','','','2021-07-01 06:07:55','2021-07-01 06:07:55','',350,'https://thechrishaunfoundation.org/?p=730',0,'revision','',0),(731,1,'2021-07-01 06:07:55','2021-07-01 06:07:55','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Racial Justice Commitment</h2>		\n		Athens Area Homeless Shelter believes that every child deserves safe and stable housing. We cannot remain silent while Black families in our community lack safety and stability due to systemic racism that is especially apparent in the housing industry. Black children in Georgia are twice as likely as white children to experience homelessness and we stand against the practices creating this disparity (source). We acknowledge that as a community organization, led by majority white people in a town with a wide racial divide, we must listen, learn, and act. We are committed to advocating for just and liberated housing practices and educational opportunities for our Black community members. We believe Black lives matter. \n			<h5>We recognize that words must be backed by action. Below are specific steps we are taking as an organization, and the resources we are learning from in our commitment to racial justice. </h5>		\n			<h3>Action Plan</h3>		\n		<ul><li>Increasing professional development opportunities for staff and board, focused on recognizing and rectifying racial injustice in housing and related institutions. Opportunities will be offered via a spectrum of resources, discussion and trainings from a variety of antiracism educators.</li><li>Adapting the AAHS social media plan to dedicate at least one monthly post focused on awareness and resources addressing racial injustice in housing and related institutions.</li><li>Updating our Board Member welcome binders to include:<ol><li>Our AAHS Racial Justice Commitment</li><li>A fact sheet on inequities within the Housing institution.</li><li>A resource list of supportive literature compiled by staff and current board members.</li></ol></li><li>Updating our Employee Manual, our Organizational Policies, and our Volunteer Agreement to include the AAHS Racial Justice Commitment.</li><li>Broadening our intern partnerships for more Black students\' involvement.</li><li>Advertising future job openings at AAHS with Black-led networks and publications in our community.</li><li>Increasing efforts to further diversify the AAHS Board of Directors to more accurately reflect our diverse community.</li><li>Establishing June 19, Juneteenth, as a day of reflection and action for racial justice for AAHS Staff.<ul><li>To learn more about Juneteenth, check out local leaders at the <u><a href=\"https://www.negabusinessalliance.org/juneteenth\">Northeast Georgia Business Alliance</a></u>or visit the <u><a href=\"https://nmaahc.si.edu/blog-post/historical-legacy-juneteenth\">National Museum of African American History and Culture</a></u>.</li></ul></li></ul>		\n			<h3>We Find &amp; Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Educate\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Provide Care\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Consult</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Build Schools</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Strengthen\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h2>What we care for</h2>		\n															<img width=\"413\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1.jpg 413w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1-248x300.jpg 248w\" sizes=\"(max-width: 413px) 100vw, 413px\" />															\n			<h3>New life for children, in a new land</h3>		\n		<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>		\n			<h3>A new future for exploited children</h3>		\n		<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>		\n															<img width=\"413\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1.jpg 413w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1-248x300.jpg 248w\" sizes=\"(max-width: 413px) 100vw, 413px\" />															\n															<img width=\"413\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1.jpg 413w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1-248x300.jpg 248w\" sizes=\"(max-width: 413px) 100vw, 413px\" />															\n			<h3>Bringing dreams within reach for children</h3>		\n		<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>','Racial Justice Commitment','','inherit','closed','closed','','350-revision-v1','','','2021-07-01 06:07:55','2021-07-01 06:07:55','',350,'https://thechrishaunfoundation.org/?p=731',0,'revision','',0),(732,1,'2021-07-01 06:07:56','2021-07-01 06:07:56','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Racial Justice Commitment</h2>		\n		Athens Area Homeless Shelter believes that every child deserves safe and stable housing. We cannot remain silent while Black families in our community lack safety and stability due to systemic racism that is especially apparent in the housing industry. Black children in Georgia are twice as likely as white children to experience homelessness and we stand against the practices creating this disparity (source). We acknowledge that as a community organization, led by majority white people in a town with a wide racial divide, we must listen, learn, and act. We are committed to advocating for just and liberated housing practices and educational opportunities for our Black community members. We believe Black lives matter. \n			<h5>We recognize that words must be backed by action. Below are specific steps we are taking as an organization, and the resources we are learning from in our commitment to racial justice. </h5>		\n			<h3>Action Plan</h3>		\n		<ul><li>Increasing professional development opportunities for staff and board, focused on recognizing and rectifying racial injustice in housing and related institutions. Opportunities will be offered via a spectrum of resources, discussion and trainings from a variety of antiracism educators.</li><li>Adapting the AAHS social media plan to dedicate at least one monthly post focused on awareness and resources addressing racial injustice in housing and related institutions.</li><li>Updating our Board Member welcome binders to include:<ol><li>Our AAHS Racial Justice Commitment</li><li>A fact sheet on inequities within the Housing institution.</li><li>A resource list of supportive literature compiled by staff and current board members.</li></ol></li><li>Updating our Employee Manual, our Organizational Policies, and our Volunteer Agreement to include the AAHS Racial Justice Commitment.</li><li>Broadening our intern partnerships for more Black students\' involvement.</li><li>Advertising future job openings at AAHS with Black-led networks and publications in our community.</li><li>Increasing efforts to further diversify the AAHS Board of Directors to more accurately reflect our diverse community.</li><li>Establishing June 19, Juneteenth, as a day of reflection and action for racial justice for AAHS Staff.<ul><li>To learn more about Juneteenth, check out local leaders at the <u><a href=\"https://www.negabusinessalliance.org/juneteenth\">Northeast Georgia Business Alliance</a></u>or visit the <u><a href=\"https://nmaahc.si.edu/blog-post/historical-legacy-juneteenth\">National Museum of African American History and Culture</a></u>.</li></ul></li></ul>		\n			<h3>We Find &amp; Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Educate\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Provide Care\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Consult</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Build Schools</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Strengthen\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h2>What we care for</h2>		\n															<img width=\"413\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1.jpg 413w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1-248x300.jpg 248w\" sizes=\"(max-width: 413px) 100vw, 413px\" />															\n			<h3>New life for children, in a new land</h3>		\n		<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>		\n			<h3>A new future for exploited children</h3>		\n		<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>		\n															<img width=\"413\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1.jpg 413w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1-248x300.jpg 248w\" sizes=\"(max-width: 413px) 100vw, 413px\" />															\n															<img width=\"413\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1.jpg 413w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1-248x300.jpg 248w\" sizes=\"(max-width: 413px) 100vw, 413px\" />															\n			<h3>Bringing dreams within reach for children</h3>		\n		<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>','Racial Justice Commitment','','inherit','closed','closed','','350-revision-v1','','','2021-07-01 06:07:56','2021-07-01 06:07:56','',350,'https://thechrishaunfoundation.org/?p=732',0,'revision','',0),(733,1,'2021-07-01 06:07:59','2021-07-01 06:07:59','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next','global-slider','','inherit','closed','closed','','722-revision-v1','','','2021-07-01 06:07:59','2021-07-01 06:07:59','',722,'https://thechrishaunfoundation.org/?p=733',0,'revision','',0),(737,1,'2021-07-01 06:13:22','2021-07-01 06:13:22','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<h2>Community</h2>		\n			<h5>LOCAL ENGAGEMENT\n</h5>		\n				<h5>\n				</h5>\n								<p>Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.</p>\n				<h5>\n				</h5>\n								<p>Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\n</p>\n				<h5>\n				</h5>\n								<p>We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.</p>\n			<p>*For more information about this new exciting program click here!</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-07-01 06:13:22','2021-07-01 06:13:22','',480,'https://thechrishaunfoundation.org/?p=737',0,'revision','',0),(735,1,'2021-07-01 06:13:22','2021-07-01 06:13:22','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<h2>Community</h2>		\n			<h5>LOCAL ENGAGEMENT\n</h5>		\n				<h5>\n				</h5>\n								<p>Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.</p>\n				<h5>\n				</h5>\n								<p>Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\n</p>\n				<h5>\n				</h5>\n								<p>We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.</p>\n			<p>*For more information about this new exciting program click here!</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-07-01 06:13:22','2021-07-01 06:13:22','',480,'https://thechrishaunfoundation.org/?p=735',0,'revision','',0),(736,1,'2021-07-01 06:13:22','2021-07-01 06:13:22','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<h2>Community</h2>		\n			<h5>LOCAL ENGAGEMENT\n</h5>		\n				<h5>\n				</h5>\n								<p>Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.</p>\n				<h5>\n				</h5>\n								<p>Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\n</p>\n				<h5>\n				</h5>\n								<p>We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.</p>\n			<p>*For more information about this new exciting program click here!</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-07-01 06:13:22','2021-07-01 06:13:22','',480,'https://thechrishaunfoundation.org/?p=736',0,'revision','',0),(738,1,'2021-07-01 06:14:01','2021-07-01 06:14:01','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Covid-19 Relief Efforts','','inherit','closed','closed','','549-revision-v1','','','2021-07-01 06:14:01','2021-07-01 06:14:01','',549,'https://thechrishaunfoundation.org/?p=738',0,'revision','',0),(739,1,'2021-07-01 06:14:01','2021-07-01 06:14:01','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Covid-19 Relief Efforts','','inherit','closed','closed','','549-revision-v1','','','2021-07-01 06:14:01','2021-07-01 06:14:01','',549,'https://thechrishaunfoundation.org/?p=739',0,'revision','',0),(740,1,'2021-07-01 06:14:01','2021-07-01 06:14:01','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Covid-19 Relief Efforts','','inherit','closed','closed','','549-revision-v1','','','2021-07-01 06:14:01','2021-07-01 06:14:01','',549,'https://thechrishaunfoundation.org/?p=740',0,'revision','',0),(741,1,'2021-07-01 06:15:14','2021-07-01 06:15:14','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Staff</h2>		\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Chair Manager</h6>		\n			<h3><a href=\"#\">Danielle Pena</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-5.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-5.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-5-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-5-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Market Strategist</h6>		\n			<h3><a href=\"#\">Mark Obrien</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-08-free-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-08-free-img.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-08-free-img-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-08-free-img-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Sales Manager</h6>		\n			<h3><a href=\"#\">Russell Douglas</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-07-free-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-07-free-img.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-07-free-img-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-07-free-img-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Real Estate Agent</h6>		\n			<h3><a href=\"#\">Eugene Berry</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-1.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-1-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-1-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Real Estate Agent</h6>		\n			<h3><a href=\"#\">Debra Gilbert</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-3.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-3-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-3-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Real Estate Agent</h6>		\n			<h3><a href=\"#\">Edward Alvarez</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-07-01 06:15:14','2021-07-01 06:15:14','',622,'https://thechrishaunfoundation.org/?p=741',0,'revision','',0),(742,1,'2021-07-01 06:15:14','2021-07-01 06:15:14','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Staff</h2>		\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Chair Manager</h6>		\n			<h3><a href=\"#\">Danielle Pena</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-5.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-5.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-5-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-5-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Market Strategist</h6>		\n			<h3><a href=\"#\">Mark Obrien</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-08-free-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-08-free-img.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-08-free-img-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-08-free-img-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Sales Manager</h6>		\n			<h3><a href=\"#\">Russell Douglas</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-07-free-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-07-free-img.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-07-free-img-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-07-free-img-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Real Estate Agent</h6>		\n			<h3><a href=\"#\">Eugene Berry</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-1.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-1-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-1-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Real Estate Agent</h6>		\n			<h3><a href=\"#\">Debra Gilbert</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-3.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-3-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-3-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Real Estate Agent</h6>		\n			<h3><a href=\"#\">Edward Alvarez</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-07-01 06:15:14','2021-07-01 06:15:14','',622,'https://thechrishaunfoundation.org/?p=742',0,'revision','',0),(743,1,'2021-07-01 06:15:14','2021-07-01 06:15:14','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Staff</h2>		\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Chair Manager</h6>		\n			<h3><a href=\"#\">Danielle Pena</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-5.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-5.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-5-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-5-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Market Strategist</h6>		\n			<h3><a href=\"#\">Mark Obrien</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-08-free-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-08-free-img.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-08-free-img-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-08-free-img-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Sales Manager</h6>		\n			<h3><a href=\"#\">Russell Douglas</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-07-free-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-07-free-img.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-07-free-img-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-07-free-img-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Real Estate Agent</h6>		\n			<h3><a href=\"#\">Eugene Berry</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-1.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-1-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-1-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Real Estate Agent</h6>		\n			<h3><a href=\"#\">Debra Gilbert</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-3.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-3-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-3-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Real Estate Agent</h6>		\n			<h3><a href=\"#\">Edward Alvarez</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-07-01 06:15:14','2021-07-01 06:15:14','',622,'https://thechrishaunfoundation.org/?p=743',0,'revision','',0),(744,1,'2021-07-01 06:16:12','2021-07-01 06:16:12','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Get in touch</h2>		\n					<ul>\n							<li>\n										123 Fifth Avenue, New York, NY 10160\n									</li>\n								<li>\n										contact@info.com\n									</li>\n								<li>\n										1-404-491-9311\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/TheChrishaunFoundation\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/TheChrishaunFdn\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://instagram.com/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a href=\"https://www.linkedin.com/company/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Linkedin\n											</a>\n					<a href=\"https://www.youtube.com/channel/UCmzlzjopXMpjtDYwwQ2qacg\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a href=\"https://thechrishaunfoundation.tumblr.com/\" target=\"_blank\" rel=\"noopener\">\n						Tumblr\n											</a>\n					<a href=\"https://vimeo.com/user108876918\" target=\"_blank\" rel=\"noopener\">\n						Vimeo\n											</a>\n			<h2>Message us</h2>		\n		Please use the contact form below, if you have any general questions or requests about our services.\nWe will try our best to respond back to you within 24 hours.\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>','Contact','','inherit','closed','closed','','351-revision-v1','','','2021-07-01 06:16:12','2021-07-01 06:16:12','',351,'https://thechrishaunfoundation.org/?p=744',0,'revision','',0),(745,1,'2021-07-01 06:16:12','2021-07-01 06:16:12','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Get in touch</h2>		\n					<ul>\n							<li>\n										123 Fifth Avenue, New York, NY 10160\n									</li>\n								<li>\n										contact@info.com\n									</li>\n								<li>\n										1-404-491-9311\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/TheChrishaunFoundation\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/TheChrishaunFdn\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://instagram.com/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a href=\"https://www.linkedin.com/company/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Linkedin\n											</a>\n					<a href=\"https://www.youtube.com/channel/UCmzlzjopXMpjtDYwwQ2qacg\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a href=\"https://thechrishaunfoundation.tumblr.com/\" target=\"_blank\" rel=\"noopener\">\n						Tumblr\n											</a>\n					<a href=\"https://vimeo.com/user108876918\" target=\"_blank\" rel=\"noopener\">\n						Vimeo\n											</a>\n			<h2>Message us</h2>		\n		Please use the contact form below, if you have any general questions or requests about our services.\nWe will try our best to respond back to you within 24 hours.\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>','Contact','','inherit','closed','closed','','351-revision-v1','','','2021-07-01 06:16:12','2021-07-01 06:16:12','',351,'https://thechrishaunfoundation.org/?p=745',0,'revision','',0),(746,1,'2021-07-01 06:16:13','2021-07-01 06:16:13','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Get in touch</h2>		\n					<ul>\n							<li>\n										123 Fifth Avenue, New York, NY 10160\n									</li>\n								<li>\n										contact@info.com\n									</li>\n								<li>\n										1-404-491-9311\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/TheChrishaunFoundation\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/TheChrishaunFdn\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://instagram.com/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a href=\"https://www.linkedin.com/company/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Linkedin\n											</a>\n					<a href=\"https://www.youtube.com/channel/UCmzlzjopXMpjtDYwwQ2qacg\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a href=\"https://thechrishaunfoundation.tumblr.com/\" target=\"_blank\" rel=\"noopener\">\n						Tumblr\n											</a>\n					<a href=\"https://vimeo.com/user108876918\" target=\"_blank\" rel=\"noopener\">\n						Vimeo\n											</a>\n			<h2>Message us</h2>		\n		Please use the contact form below, if you have any general questions or requests about our services.\nWe will try our best to respond back to you within 24 hours.\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>','Contact','','inherit','closed','closed','','351-revision-v1','','','2021-07-01 06:16:13','2021-07-01 06:16:13','',351,'https://thechrishaunfoundation.org/?p=746',0,'revision','',0),(747,1,'2021-07-01 11:22:52','2021-07-01 06:17:29',' ','','','publish','closed','closed','','747','','','2021-07-01 11:22:52','2021-07-01 11:22:52','',0,'https://thechrishaunfoundation.org/?p=747',8,'nav_menu_item','',0),(748,1,'2021-07-01 06:32:09','2021-07-01 06:32:09','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<a href=\"#\" role=\"button\">\n						Bidding Open Click to Bid\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n			<a href=\"#\" role=\"button\">\n						Purchase Tickets\n					</a>\n			<a href=\"#\" role=\"button\">\n						1 Ticket for $5\n					</a>\n			<a href=\"#\" role=\"button\">\n						5 Ticket for $20\n					</a>\n		Purchase your Culinary Catchall tickets to win 52 giftcards to local restaurants! That\'s right - you can eat out once a week for free for a YEAR! It\'s the best drawing in town and all the proceeds go to support our 3 programs for families moving from homelessness to stable housing. Tickets are $5 for one ticket and $20 for 5 tickets! Get yours today and make sure to check back November 6 to hear who won!\nWinner will be drawn at 9pm the evening of November 6, the final night of our Virtual Silent Auction.		\n			<a href=\"#\" role=\"button\">\n						Support Local Restaurant\n					</a>\n		Thanks to your generosity we have met our goal (and surpassed it!) for the Culinary Catchall! Get your tickets for your chance to win the First, Second or Third prize baskets of local gift certificates! 		\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />','Harvest Event','','publish','closed','closed','','harvest-event','','','2021-07-01 10:21:59','2021-07-01 10:21:59','',0,'https://thechrishaunfoundation.org/?page_id=748',0,'page','',0),(836,1,'2021-07-01 10:21:59','2021-07-01 10:21:59','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<a href=\"#\" role=\"button\">\n						Bidding Open Click to Bid\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n			<a href=\"#\" role=\"button\">\n						Purchase Tickets\n					</a>\n			<a href=\"#\" role=\"button\">\n						1 Ticket for $5\n					</a>\n			<a href=\"#\" role=\"button\">\n						5 Ticket for $20\n					</a>\n		Purchase your Culinary Catchall tickets to win 52 giftcards to local restaurants! That\'s right - you can eat out once a week for free for a YEAR! It\'s the best drawing in town and all the proceeds go to support our 3 programs for families moving from homelessness to stable housing. Tickets are $5 for one ticket and $20 for 5 tickets! Get yours today and make sure to check back November 6 to hear who won!\nWinner will be drawn at 9pm the evening of November 6, the final night of our Virtual Silent Auction.		\n			<a href=\"#\" role=\"button\">\n						Support Local Restaurant\n					</a>\n		Thanks to your generosity we have met our goal (and surpassed it!) for the Culinary Catchall! Get your tickets for your chance to win the First, Second or Third prize baskets of local gift certificates! 		\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 10:21:59','2021-07-01 10:21:59','',748,'https://thechrishaunfoundation.org/?p=836',0,'revision','',0),(825,1,'2021-07-01 10:03:02','2021-07-01 10:03:02','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<a href=\"#\" role=\"button\">\n						Bidding Open Click to Bid\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n			<a href=\"#\" role=\"button\">\n						Purchase Tickets\n					</a>\n			<a href=\"#\" role=\"button\">\n						1 Ticket for $5\n					</a>\n			<a href=\"#\" role=\"button\">\n						5 Ticket for $20\n					</a>\n		Purchase your Culinary Catchall tickets to win 52 giftcards to local restaurants! That\'s right - you can eat out once a week for free for a YEAR! It\'s the best drawing in town and all the proceeds go to support our 3 programs for families moving from homelessness to stable housing. Tickets are $5 for one ticket and $20 for 5 tickets! Get yours today and make sure to check back November 6 to hear who won!\nWinner will be drawn at 9pm the evening of November 6, the final night of our Virtual Silent Auction.		\n			<a href=\"#\" role=\"button\">\n						Support Local Restaurant\n					</a>\n		Thanks to your generosity we have met our goal (and surpassed it!) for the Culinary Catchall! Get your tickets for your chance to win the First, Second or Third prize baskets of local gift certificates! 		\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 10:03:02','2021-07-01 10:03:02','',748,'https://thechrishaunfoundation.org/?p=825',0,'revision','',0),(749,1,'2021-07-01 06:32:35','2021-07-01 06:32:35','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 06:32:35','2021-07-01 06:32:35','',748,'https://thechrishaunfoundation.org/?p=749',0,'revision','',0),(760,1,'2021-07-01 08:18:38','2021-07-01 08:18:38','<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\">\n<a href=\"#\" role=\"button\">\nFind Shelter\n</a>\n<a href=\"#\" role=\"button\">\nVolunteer\n</a>\n<a href=\"#\" role=\"button\">\nDonate\n</a>\n<a href=\"#\" role=\"button\">\nResources\n</a>\n<h2>Our Mission</h2>\n<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.</h5>\n<strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.\n<figure class=\"gallery-item\">\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\"><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\"></a></figure>\n<figure class=\"gallery-item\">\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\"><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\"></a></figure>\n<figure class=\"gallery-item\">\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\"><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\"></a></figure>\n<h2>Our History</h2>\n<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.</h5>\nGrowing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n<h6>Partners</h6>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\"></figure>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\"></figure>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\"></figure>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\"></figure>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\"></figure>\n<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\">\n<h2>What we have\nachieved</h2>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt\n\n0\nK+\nMembers Worldwide\n0\n+\nChildren Helped\n$\n0\nM+\nFunds Raised\n0\nT\nFood Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 08:18:38','2021-07-01 08:18:38','',748,'https://thechrishaunfoundation.org/?p=760',0,'revision','',0),(756,1,'2021-07-01 06:39:51','2021-07-01 06:39:51','<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 06:39:51','2021-07-01 06:39:51','',748,'https://thechrishaunfoundation.org/?p=756',0,'revision','',0),(751,1,'2021-07-01 06:38:57','2021-07-01 06:38:57','','Virtual Auction','','inherit','open','closed','','virtual-auction','','','2021-07-01 06:38:57','2021-07-01 06:38:57','',748,'https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Virtual-Auction.jpg',0,'attachment','image/jpeg',0),(969,1,'2021-08-16 00:21:58','2021-08-16 00:21:58','','CF Life After','','inherit','open','closed','','cf-life-after','','','2021-08-16 00:21:58','2021-08-16 00:21:58','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/CF-Life-After.png',0,'attachment','image/png',0),(753,1,'2021-07-01 06:39:07','2021-07-01 06:39:07','','Culinary','','inherit','open','closed','','culinary','','','2021-07-01 06:39:07','2021-07-01 06:39:07','',748,'https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary.jpg',0,'attachment','image/jpeg',0),(754,1,'2021-07-01 06:39:51','2021-07-01 06:39:51','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 06:39:51','2021-07-01 06:39:51','',748,'https://thechrishaunfoundation.org/?p=754',0,'revision','',0),(755,1,'2021-07-01 06:39:51','2021-07-01 06:39:51','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 06:39:51','2021-07-01 06:39:51','',748,'https://thechrishaunfoundation.org/?p=755',0,'revision','',0),(757,1,'2021-07-01 08:17:56','2021-07-01 08:17:56','<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 08:17:56','2021-07-01 08:17:56','',748,'https://thechrishaunfoundation.org/?p=757',0,'revision','',0),(758,1,'2021-07-01 08:17:56','2021-07-01 08:17:56','<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 08:17:56','2021-07-01 08:17:56','',748,'https://thechrishaunfoundation.org/?p=758',0,'revision','',0),(759,1,'2021-07-01 08:17:57','2021-07-01 08:17:57','<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 08:17:57','2021-07-01 08:17:57','',748,'https://thechrishaunfoundation.org/?p=759',0,'revision','',0),(761,1,'2021-07-01 08:20:06','2021-07-01 08:20:06','<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\">\n<a href=\"#\" role=\"button\">\nFind Shelter\n</a>\n<a href=\"#\" role=\"button\">\nVolunteer\n</a>\n<a href=\"#\" role=\"button\">\nDonate\n</a>\n<a href=\"#\" role=\"button\">\nResources\n</a>\n<h2>Our Mission</h2>\n<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.</h5>\n<strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.\n<figure class=\"gallery-item\">\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\"><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\"></a></figure>\n<figure class=\"gallery-item\">\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\"><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\"></a></figure>\n<figure class=\"gallery-item\">\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\"><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\"></a></figure>\n<h2>Our History</h2>\n<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.</h5>\nGrowing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n<h6>Partners</h6>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\"></figure>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\"></figure>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\"></figure>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\"></figure>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\"></figure>\n<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\">\n<h2>What we have\nachieved</h2>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt\n\n0\nK+\nMembers Worldwide\n0\n+\nChildren Helped\n$\n0\nM+\nFunds Raised\n0\nT\nFood Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 08:20:06','2021-07-01 08:20:06','',748,'https://thechrishaunfoundation.org/?p=761',0,'revision','',0),(762,1,'2021-07-01 08:20:06','2021-07-01 08:20:06','<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\">\n<a href=\"#\" role=\"button\">\nFind Shelter\n</a>\n<a href=\"#\" role=\"button\">\nVolunteer\n</a>\n<a href=\"#\" role=\"button\">\nDonate\n</a>\n<a href=\"#\" role=\"button\">\nResources\n</a>\n<h2>Our Mission</h2>\n<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.</h5>\n<strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.\n<figure class=\"gallery-item\">\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\"><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\"></a></figure>\n<figure class=\"gallery-item\">\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\"><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\"></a></figure>\n<figure class=\"gallery-item\">\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\"><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\"></a></figure>\n<h2>Our History</h2>\n<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.</h5>\nGrowing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n<h6>Partners</h6>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\"></figure>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\"></figure>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\"></figure>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\"></figure>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\"></figure>\n<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\">\n<h2>What we have\nachieved</h2>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt\n\n0\nK+\nMembers Worldwide\n0\n+\nChildren Helped\n$\n0\nM+\nFunds Raised\n0\nT\nFood Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 08:20:06','2021-07-01 08:20:06','',748,'https://thechrishaunfoundation.org/?p=762',0,'revision','',0),(764,1,'2021-07-01 08:20:06','2021-07-01 08:20:06','<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 08:20:06','2021-07-01 08:20:06','',748,'https://thechrishaunfoundation.org/?p=764',0,'revision','',0),(767,1,'2021-07-01 08:21:34','2021-07-01 08:21:34','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 08:21:34','2021-07-01 08:21:34','',748,'https://thechrishaunfoundation.org/?p=767',0,'revision','',0),(765,1,'2021-07-01 08:21:34','2021-07-01 08:21:34','<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 08:21:34','2021-07-01 08:21:34','',748,'https://thechrishaunfoundation.org/?p=765',0,'revision','',0),(766,1,'2021-07-01 08:21:34','2021-07-01 08:21:34','<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 08:21:34','2021-07-01 08:21:34','',748,'https://thechrishaunfoundation.org/?p=766',0,'revision','',0),(768,1,'2021-07-01 08:23:20','2021-07-01 08:23:20','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 08:23:20','2021-07-01 08:23:20','',748,'https://thechrishaunfoundation.org/?p=768',0,'revision','',0),(769,1,'2021-07-01 08:23:21','2021-07-01 08:23:21','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 08:23:21','2021-07-01 08:23:21','',748,'https://thechrishaunfoundation.org/?p=769',0,'revision','',0),(770,1,'2021-07-01 08:23:21','2021-07-01 08:23:21','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year.  We hope that you will be able to support AAHS this year, as our work is more necessary than ever.  Above all else, however, we hope this finds you and your family safe and healthy. \n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 08:23:21','2021-07-01 08:23:21','',748,'https://thechrishaunfoundation.org/?p=770',0,'revision','',0),(775,1,'2021-07-01 08:32:45','2021-07-01 08:32:45','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families\n					</a>\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 08:32:45','2021-07-01 08:32:45','',748,'https://thechrishaunfoundation.org/?p=775',0,'revision','',0),(772,1,'2021-07-01 08:29:58','2021-07-01 08:29:58','','image','','inherit','open','closed','','image','','','2021-07-01 08:29:58','2021-07-01 08:29:58','',748,'https://thechrishaunfoundation.org/wp-content/uploads/2021/07/image.jpg',0,'attachment','image/jpeg',0),(773,1,'2021-07-01 08:32:44','2021-07-01 08:32:44','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year.  We hope that you will be able to support AAHS this year, as our work is more necessary than ever.  Above all else, however, we hope this finds you and your family safe and healthy. \n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 08:32:44','2021-07-01 08:32:44','',748,'https://thechrishaunfoundation.org/?p=773',0,'revision','',0),(774,1,'2021-07-01 08:32:44','2021-07-01 08:32:44','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year.  We hope that you will be able to support AAHS this year, as our work is more necessary than ever.  Above all else, however, we hope this finds you and your family safe and healthy. \n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 08:32:44','2021-07-01 08:32:44','',748,'https://thechrishaunfoundation.org/?p=774',0,'revision','',0),(776,1,'2021-07-01 08:34:59','2021-07-01 08:34:59','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families\n					</a>\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 08:34:59','2021-07-01 08:34:59','',748,'https://thechrishaunfoundation.org/?p=776',0,'revision','',0),(777,1,'2021-07-01 08:34:59','2021-07-01 08:34:59','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families\n					</a>\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 08:34:59','2021-07-01 08:34:59','',748,'https://thechrishaunfoundation.org/?p=777',0,'revision','',0),(778,1,'2021-07-01 08:35:00','2021-07-01 08:35:00','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families\n					</a>\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 08:35:00','2021-07-01 08:35:00','',748,'https://thechrishaunfoundation.org/?p=778',0,'revision','',0),(779,1,'2021-07-01 09:09:19','2021-07-01 09:09:19','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families\n					</a>\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 09:09:19','2021-07-01 09:09:19','',748,'https://thechrishaunfoundation.org/?p=779',0,'revision','',0),(780,1,'2021-07-01 09:09:20','2021-07-01 09:09:20','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families\n					</a>\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 09:09:20','2021-07-01 09:09:20','',748,'https://thechrishaunfoundation.org/?p=780',0,'revision','',0),(781,1,'2021-07-01 09:09:20','2021-07-01 09:09:20','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 09:09:20','2021-07-01 09:09:20','',748,'https://thechrishaunfoundation.org/?p=781',0,'revision','',0),(786,1,'2021-07-01 09:14:31','2021-07-01 09:14:31','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<a href=\"#\" role=\"button\">\n						Bidding Open Click to Bid\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 09:14:31','2021-07-01 09:14:31','',748,'https://thechrishaunfoundation.org/?p=786',0,'revision','',0),(783,1,'2021-07-01 09:12:19','2021-07-01 09:12:19','','Online auction','','inherit','open','closed','','online-auction','','','2021-07-01 09:12:19','2021-07-01 09:12:19','',748,'https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg',0,'attachment','image/jpeg',0),(784,1,'2021-07-01 09:14:30','2021-07-01 09:14:30','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 09:14:30','2021-07-01 09:14:30','',748,'https://thechrishaunfoundation.org/?p=784',0,'revision','',0),(785,1,'2021-07-01 09:14:31','2021-07-01 09:14:31','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 09:14:31','2021-07-01 09:14:31','',748,'https://thechrishaunfoundation.org/?p=785',0,'revision','',0),(787,1,'2021-07-01 09:14:43','2021-07-01 09:14:43','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<a href=\"#\" role=\"button\">\n						Bidding Open Click to Bid\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 09:14:43','2021-07-01 09:14:43','',748,'https://thechrishaunfoundation.org/?p=787',0,'revision','',0),(788,1,'2021-07-01 09:14:43','2021-07-01 09:14:43','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<a href=\"#\" role=\"button\">\n						Bidding Open Click to Bid\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 09:14:43','2021-07-01 09:14:43','',748,'https://thechrishaunfoundation.org/?p=788',0,'revision','',0),(789,1,'2021-07-01 09:14:43','2021-07-01 09:14:43','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<a href=\"#\" role=\"button\">\n						Bidding Open Click to Bid\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 09:14:43','2021-07-01 09:14:43','',748,'https://thechrishaunfoundation.org/?p=789',0,'revision','',0),(790,1,'2021-07-01 09:15:25','2021-07-01 09:15:25','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<a href=\"#\" role=\"button\">\n						Bidding Open Click to Bid\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 09:15:25','2021-07-01 09:15:25','',748,'https://thechrishaunfoundation.org/?p=790',0,'revision','',0),(791,1,'2021-07-01 09:15:26','2021-07-01 09:15:26','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<a href=\"#\" role=\"button\">\n						Bidding Open Click to Bid\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 09:15:26','2021-07-01 09:15:26','',748,'https://thechrishaunfoundation.org/?p=791',0,'revision','',0),(792,1,'2021-07-01 09:15:26','2021-07-01 09:15:26','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<a href=\"#\" role=\"button\">\n						Bidding Open Click to Bid\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 09:15:26','2021-07-01 09:15:26','',748,'https://thechrishaunfoundation.org/?p=792',0,'revision','',0),(793,1,'2021-07-01 09:21:42','2021-07-01 09:21:42','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<a href=\"#\" role=\"button\">\n						Bidding Open Click to Bid\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 09:21:42','2021-07-01 09:21:42','',748,'https://thechrishaunfoundation.org/?p=793',0,'revision','',0),(794,1,'2021-07-01 09:21:42','2021-07-01 09:21:42','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<a href=\"#\" role=\"button\">\n						Bidding Open Click to Bid\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 09:21:42','2021-07-01 09:21:42','',748,'https://thechrishaunfoundation.org/?p=794',0,'revision','',0),(795,1,'2021-07-01 09:21:43','2021-07-01 09:21:43','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<a href=\"#\" role=\"button\">\n						Bidding Open Click to Bid\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 09:21:43','2021-07-01 09:21:43','',748,'https://thechrishaunfoundation.org/?p=795',0,'revision','',0),(796,1,'2021-07-01 09:22:30','2021-07-01 09:22:30','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<a href=\"#\" role=\"button\">\n						Bidding Open Click to Bid\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 09:22:30','2021-07-01 09:22:30','',748,'https://thechrishaunfoundation.org/?p=796',0,'revision','',0),(797,1,'2021-07-01 09:22:30','2021-07-01 09:22:30','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<a href=\"#\" role=\"button\">\n						Bidding Open Click to Bid\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 09:22:30','2021-07-01 09:22:30','',748,'https://thechrishaunfoundation.org/?p=797',0,'revision','',0),(798,1,'2021-07-01 09:22:31','2021-07-01 09:22:31','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<a href=\"#\" role=\"button\">\n						Bidding Open Click to Bid\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 09:22:31','2021-07-01 09:22:31','',748,'https://thechrishaunfoundation.org/?p=798',0,'revision','',0),(799,1,'2021-07-01 09:24:51','2021-07-01 09:24:51','','Culinary catch','','inherit','open','closed','','culinary-catch','','','2021-07-01 09:24:51','2021-07-01 09:24:51','',748,'https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg',0,'attachment','image/jpeg',0),(803,1,'2021-07-01 09:29:44','2021-07-01 09:29:44','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<a href=\"#\" role=\"button\">\n						Bidding Open Click to Bid\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n			<a href=\"#\" role=\"button\">\n						Purchase Tickets\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 09:29:44','2021-07-01 09:29:44','',748,'https://thechrishaunfoundation.org/?p=803',0,'revision','',0),(801,1,'2021-07-01 09:29:43','2021-07-01 09:29:43','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<a href=\"#\" role=\"button\">\n						Bidding Open Click to Bid\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 09:29:43','2021-07-01 09:29:43','',748,'https://thechrishaunfoundation.org/?p=801',0,'revision','',0),(802,1,'2021-07-01 09:29:43','2021-07-01 09:29:43','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<a href=\"#\" role=\"button\">\n						Bidding Open Click to Bid\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 09:29:43','2021-07-01 09:29:43','',748,'https://thechrishaunfoundation.org/?p=802',0,'revision','',0),(804,1,'2021-07-01 09:33:42','2021-07-01 09:33:42','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<a href=\"#\" role=\"button\">\n						Bidding Open Click to Bid\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n			<a href=\"#\" role=\"button\">\n						Purchase Tickets\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 09:33:42','2021-07-01 09:33:42','',748,'https://thechrishaunfoundation.org/?p=804',0,'revision','',0),(805,1,'2021-07-01 09:33:42','2021-07-01 09:33:42','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<a href=\"#\" role=\"button\">\n						Bidding Open Click to Bid\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n			<a href=\"#\" role=\"button\">\n						Purchase Tickets\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 09:33:42','2021-07-01 09:33:42','',748,'https://thechrishaunfoundation.org/?p=805',0,'revision','',0),(812,1,'2021-07-01 09:35:55','2021-07-01 09:35:55','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<a href=\"#\" role=\"button\">\n						Bidding Open Click to Bid\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n			<a href=\"#\" role=\"button\">\n						Purchase Tickets\n					</a>\n			<a href=\"#\" role=\"button\">\n						1 Ticket for $5\n					</a>\n			<a href=\"#\" role=\"button\">\n						5 Ticket for $20\n					</a>\n		Purchase your Culinary Catchall tickets to win 52 giftcards to local restaurants! That\'s right - you can eat out once a week for free for a YEAR! It\'s the best drawing in town and all the proceeds go to support our 3 programs for families moving from homelessness to stable housing. Tickets are $5 for one ticket and $20 for 5 tickets! Get yours today and make sure to check back November 6 to hear who won!\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 09:35:55','2021-07-01 09:35:55','',748,'https://thechrishaunfoundation.org/?p=812',0,'revision','',0),(806,1,'2021-07-01 09:33:42','2021-07-01 09:33:42','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<a href=\"#\" role=\"button\">\n						Bidding Open Click to Bid\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n			<a href=\"#\" role=\"button\">\n						Purchase Tickets\n					</a>\n			<a href=\"#\" role=\"button\">\n						1 Ticket for $5\n					</a>\n			<a href=\"#\" role=\"button\">\n						1 Ticket for $5\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 09:33:42','2021-07-01 09:33:42','',748,'https://thechrishaunfoundation.org/?p=806',0,'revision','',0),(807,1,'2021-07-01 09:33:58','2021-07-01 09:33:58','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<a href=\"#\" role=\"button\">\n						Bidding Open Click to Bid\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n			<a href=\"#\" role=\"button\">\n						Purchase Tickets\n					</a>\n			<a href=\"#\" role=\"button\">\n						1 Ticket for $5\n					</a>\n			<a href=\"#\" role=\"button\">\n						1 Ticket for $5\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 09:33:58','2021-07-01 09:33:58','',748,'https://thechrishaunfoundation.org/?p=807',0,'revision','',0),(808,1,'2021-07-01 09:33:58','2021-07-01 09:33:58','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<a href=\"#\" role=\"button\">\n						Bidding Open Click to Bid\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n			<a href=\"#\" role=\"button\">\n						Purchase Tickets\n					</a>\n			<a href=\"#\" role=\"button\">\n						1 Ticket for $5\n					</a>\n			<a href=\"#\" role=\"button\">\n						1 Ticket for $5\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 09:33:58','2021-07-01 09:33:58','',748,'https://thechrishaunfoundation.org/?p=808',0,'revision','',0),(809,1,'2021-07-01 09:33:58','2021-07-01 09:33:58','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<a href=\"#\" role=\"button\">\n						Bidding Open Click to Bid\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n			<a href=\"#\" role=\"button\">\n						Purchase Tickets\n					</a>\n			<a href=\"#\" role=\"button\">\n						1 Ticket for $5\n					</a>\n			<a href=\"#\" role=\"button\">\n						5 Ticket for $20\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 09:33:58','2021-07-01 09:33:58','',748,'https://thechrishaunfoundation.org/?p=809',0,'revision','',0),(810,1,'2021-07-01 09:35:55','2021-07-01 09:35:55','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<a href=\"#\" role=\"button\">\n						Bidding Open Click to Bid\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n			<a href=\"#\" role=\"button\">\n						Purchase Tickets\n					</a>\n			<a href=\"#\" role=\"button\">\n						1 Ticket for $5\n					</a>\n			<a href=\"#\" role=\"button\">\n						5 Ticket for $20\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 09:35:55','2021-07-01 09:35:55','',748,'https://thechrishaunfoundation.org/?p=810',0,'revision','',0),(811,1,'2021-07-01 09:35:55','2021-07-01 09:35:55','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<a href=\"#\" role=\"button\">\n						Bidding Open Click to Bid\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n			<a href=\"#\" role=\"button\">\n						Purchase Tickets\n					</a>\n			<a href=\"#\" role=\"button\">\n						1 Ticket for $5\n					</a>\n			<a href=\"#\" role=\"button\">\n						5 Ticket for $20\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 09:35:55','2021-07-01 09:35:55','',748,'https://thechrishaunfoundation.org/?p=811',0,'revision','',0),(813,1,'2021-07-01 09:36:31','2021-07-01 09:36:31','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<a href=\"#\" role=\"button\">\n						Bidding Open Click to Bid\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n			<a href=\"#\" role=\"button\">\n						Purchase Tickets\n					</a>\n			<a href=\"#\" role=\"button\">\n						1 Ticket for $5\n					</a>\n			<a href=\"#\" role=\"button\">\n						5 Ticket for $20\n					</a>\n		Purchase your Culinary Catchall tickets to win 52 giftcards to local restaurants! That\'s right - you can eat out once a week for free for a YEAR! It\'s the best drawing in town and all the proceeds go to support our 3 programs for families moving from homelessness to stable housing. Tickets are $5 for one ticket and $20 for 5 tickets! Get yours today and make sure to check back November 6 to hear who won!\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 09:36:31','2021-07-01 09:36:31','',748,'https://thechrishaunfoundation.org/?p=813',0,'revision','',0),(814,1,'2021-07-01 09:36:31','2021-07-01 09:36:31','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<a href=\"#\" role=\"button\">\n						Bidding Open Click to Bid\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n			<a href=\"#\" role=\"button\">\n						Purchase Tickets\n					</a>\n			<a href=\"#\" role=\"button\">\n						1 Ticket for $5\n					</a>\n			<a href=\"#\" role=\"button\">\n						5 Ticket for $20\n					</a>\n		Purchase your Culinary Catchall tickets to win 52 giftcards to local restaurants! That\'s right - you can eat out once a week for free for a YEAR! It\'s the best drawing in town and all the proceeds go to support our 3 programs for families moving from homelessness to stable housing. Tickets are $5 for one ticket and $20 for 5 tickets! Get yours today and make sure to check back November 6 to hear who won!\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 09:36:31','2021-07-01 09:36:31','',748,'https://thechrishaunfoundation.org/?p=814',0,'revision','',0),(815,1,'2021-07-01 09:36:32','2021-07-01 09:36:32','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<a href=\"#\" role=\"button\">\n						Bidding Open Click to Bid\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n			<a href=\"#\" role=\"button\">\n						Purchase Tickets\n					</a>\n			<a href=\"#\" role=\"button\">\n						1 Ticket for $5\n					</a>\n			<a href=\"#\" role=\"button\">\n						5 Ticket for $20\n					</a>\n		Purchase your Culinary Catchall tickets to win 52 giftcards to local restaurants! That\'s right - you can eat out once a week for free for a YEAR! It\'s the best drawing in town and all the proceeds go to support our 3 programs for families moving from homelessness to stable housing. Tickets are $5 for one ticket and $20 for 5 tickets! Get yours today and make sure to check back November 6 to hear who won!\nWinner will be drawn at 9pm the evening of November 6, the final night of our Virtual Silent Auction.		\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 09:36:32','2021-07-01 09:36:32','',748,'https://thechrishaunfoundation.org/?p=815',0,'revision','',0),(816,1,'2021-07-01 09:38:09','2021-07-01 09:38:09','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<a href=\"#\" role=\"button\">\n						Bidding Open Click to Bid\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n			<a href=\"#\" role=\"button\">\n						Purchase Tickets\n					</a>\n			<a href=\"#\" role=\"button\">\n						1 Ticket for $5\n					</a>\n			<a href=\"#\" role=\"button\">\n						5 Ticket for $20\n					</a>\n		Purchase your Culinary Catchall tickets to win 52 giftcards to local restaurants! That\'s right - you can eat out once a week for free for a YEAR! It\'s the best drawing in town and all the proceeds go to support our 3 programs for families moving from homelessness to stable housing. Tickets are $5 for one ticket and $20 for 5 tickets! Get yours today and make sure to check back November 6 to hear who won!\nWinner will be drawn at 9pm the evening of November 6, the final night of our Virtual Silent Auction.		\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 09:38:09','2021-07-01 09:38:09','',748,'https://thechrishaunfoundation.org/?p=816',0,'revision','',0),(817,1,'2021-07-01 09:38:09','2021-07-01 09:38:09','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<a href=\"#\" role=\"button\">\n						Bidding Open Click to Bid\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n			<a href=\"#\" role=\"button\">\n						Purchase Tickets\n					</a>\n			<a href=\"#\" role=\"button\">\n						1 Ticket for $5\n					</a>\n			<a href=\"#\" role=\"button\">\n						5 Ticket for $20\n					</a>\n		Purchase your Culinary Catchall tickets to win 52 giftcards to local restaurants! That\'s right - you can eat out once a week for free for a YEAR! It\'s the best drawing in town and all the proceeds go to support our 3 programs for families moving from homelessness to stable housing. Tickets are $5 for one ticket and $20 for 5 tickets! Get yours today and make sure to check back November 6 to hear who won!\nWinner will be drawn at 9pm the evening of November 6, the final night of our Virtual Silent Auction.		\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 09:38:09','2021-07-01 09:38:09','',748,'https://thechrishaunfoundation.org/?p=817',0,'revision','',0);
INSERT INTO `wpxo_posts` VALUES (824,1,'2021-07-01 09:59:08','2021-07-01 09:59:08','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<a href=\"#\" role=\"button\">\n						Bidding Open Click to Bid\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n			<a href=\"#\" role=\"button\">\n						Purchase Tickets\n					</a>\n			<a href=\"#\" role=\"button\">\n						1 Ticket for $5\n					</a>\n			<a href=\"#\" role=\"button\">\n						5 Ticket for $20\n					</a>\n		Purchase your Culinary Catchall tickets to win 52 giftcards to local restaurants! That\'s right - you can eat out once a week for free for a YEAR! It\'s the best drawing in town and all the proceeds go to support our 3 programs for families moving from homelessness to stable housing. Tickets are $5 for one ticket and $20 for 5 tickets! Get yours today and make sure to check back November 6 to hear who won!\nWinner will be drawn at 9pm the evening of November 6, the final night of our Virtual Silent Auction.		\n			<a href=\"#\" role=\"button\">\n						Support Local Restaurant\n					</a>\n		Thanks to your generosity we have met our goal (and surpassed it!) for the Culinary Catchall! Get your tickets for your chance to win the First, Second or Third prize baskets of local gift certificates! 		\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 09:59:08','2021-07-01 09:59:08','',748,'https://thechrishaunfoundation.org/?p=824',0,'revision','',0),(818,1,'2021-07-01 09:38:10','2021-07-01 09:38:10','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<a href=\"#\" role=\"button\">\n						Bidding Open Click to Bid\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n			<a href=\"#\" role=\"button\">\n						Purchase Tickets\n					</a>\n			<a href=\"#\" role=\"button\">\n						1 Ticket for $5\n					</a>\n			<a href=\"#\" role=\"button\">\n						5 Ticket for $20\n					</a>\n		Purchase your Culinary Catchall tickets to win 52 giftcards to local restaurants! That\'s right - you can eat out once a week for free for a YEAR! It\'s the best drawing in town and all the proceeds go to support our 3 programs for families moving from homelessness to stable housing. Tickets are $5 for one ticket and $20 for 5 tickets! Get yours today and make sure to check back November 6 to hear who won!\nWinner will be drawn at 9pm the evening of November 6, the final night of our Virtual Silent Auction.		\n			<a href=\"#\" role=\"button\">\n						Support Local Restaurant\n					</a>\n		Thanks to your generosity we have met our goal (and surpassed it!) for the Culinary Catchall! Get your tickets for your chance to win the First, Second or Third prize baskets of local gift certificates! 		\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 09:38:10','2021-07-01 09:38:10','',748,'https://thechrishaunfoundation.org/?p=818',0,'revision','',0),(819,1,'2021-07-01 09:38:43','2021-07-01 09:38:43','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<a href=\"#\" role=\"button\">\n						Bidding Open Click to Bid\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n			<a href=\"#\" role=\"button\">\n						Purchase Tickets\n					</a>\n			<a href=\"#\" role=\"button\">\n						1 Ticket for $5\n					</a>\n			<a href=\"#\" role=\"button\">\n						5 Ticket for $20\n					</a>\n		Purchase your Culinary Catchall tickets to win 52 giftcards to local restaurants! That\'s right - you can eat out once a week for free for a YEAR! It\'s the best drawing in town and all the proceeds go to support our 3 programs for families moving from homelessness to stable housing. Tickets are $5 for one ticket and $20 for 5 tickets! Get yours today and make sure to check back November 6 to hear who won!\nWinner will be drawn at 9pm the evening of November 6, the final night of our Virtual Silent Auction.		\n			<a href=\"#\" role=\"button\">\n						Support Local Restaurant\n					</a>\n		Thanks to your generosity we have met our goal (and surpassed it!) for the Culinary Catchall! Get your tickets for your chance to win the First, Second or Third prize baskets of local gift certificates! 		\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 09:38:43','2021-07-01 09:38:43','',748,'https://thechrishaunfoundation.org/?p=819',0,'revision','',0),(820,1,'2021-07-01 09:38:43','2021-07-01 09:38:43','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<a href=\"#\" role=\"button\">\n						Bidding Open Click to Bid\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n			<a href=\"#\" role=\"button\">\n						Purchase Tickets\n					</a>\n			<a href=\"#\" role=\"button\">\n						1 Ticket for $5\n					</a>\n			<a href=\"#\" role=\"button\">\n						5 Ticket for $20\n					</a>\n		Purchase your Culinary Catchall tickets to win 52 giftcards to local restaurants! That\'s right - you can eat out once a week for free for a YEAR! It\'s the best drawing in town and all the proceeds go to support our 3 programs for families moving from homelessness to stable housing. Tickets are $5 for one ticket and $20 for 5 tickets! Get yours today and make sure to check back November 6 to hear who won!\nWinner will be drawn at 9pm the evening of November 6, the final night of our Virtual Silent Auction.		\n			<a href=\"#\" role=\"button\">\n						Support Local Restaurant\n					</a>\n		Thanks to your generosity we have met our goal (and surpassed it!) for the Culinary Catchall! Get your tickets for your chance to win the First, Second or Third prize baskets of local gift certificates! 		\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 09:38:43','2021-07-01 09:38:43','',748,'https://thechrishaunfoundation.org/?p=820',0,'revision','',0),(821,1,'2021-07-01 09:38:43','2021-07-01 09:38:43','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<a href=\"#\" role=\"button\">\n						Bidding Open Click to Bid\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n			<a href=\"#\" role=\"button\">\n						Purchase Tickets\n					</a>\n			<a href=\"#\" role=\"button\">\n						1 Ticket for $5\n					</a>\n			<a href=\"#\" role=\"button\">\n						5 Ticket for $20\n					</a>\n		Purchase your Culinary Catchall tickets to win 52 giftcards to local restaurants! That\'s right - you can eat out once a week for free for a YEAR! It\'s the best drawing in town and all the proceeds go to support our 3 programs for families moving from homelessness to stable housing. Tickets are $5 for one ticket and $20 for 5 tickets! Get yours today and make sure to check back November 6 to hear who won!\nWinner will be drawn at 9pm the evening of November 6, the final night of our Virtual Silent Auction.		\n			<a href=\"#\" role=\"button\">\n						Support Local Restaurant\n					</a>\n		Thanks to your generosity we have met our goal (and surpassed it!) for the Culinary Catchall! Get your tickets for your chance to win the First, Second or Third prize baskets of local gift certificates! 		\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 09:38:43','2021-07-01 09:38:43','',748,'https://thechrishaunfoundation.org/?p=821',0,'revision','',0),(822,1,'2021-07-01 09:59:08','2021-07-01 09:59:08','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<a href=\"#\" role=\"button\">\n						Bidding Open Click to Bid\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n			<a href=\"#\" role=\"button\">\n						Purchase Tickets\n					</a>\n			<a href=\"#\" role=\"button\">\n						1 Ticket for $5\n					</a>\n			<a href=\"#\" role=\"button\">\n						5 Ticket for $20\n					</a>\n		Purchase your Culinary Catchall tickets to win 52 giftcards to local restaurants! That\'s right - you can eat out once a week for free for a YEAR! It\'s the best drawing in town and all the proceeds go to support our 3 programs for families moving from homelessness to stable housing. Tickets are $5 for one ticket and $20 for 5 tickets! Get yours today and make sure to check back November 6 to hear who won!\nWinner will be drawn at 9pm the evening of November 6, the final night of our Virtual Silent Auction.		\n			<a href=\"#\" role=\"button\">\n						Support Local Restaurant\n					</a>\n		Thanks to your generosity we have met our goal (and surpassed it!) for the Culinary Catchall! Get your tickets for your chance to win the First, Second or Third prize baskets of local gift certificates! 		\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 09:59:08','2021-07-01 09:59:08','',748,'https://thechrishaunfoundation.org/?p=822',0,'revision','',0),(823,1,'2021-07-01 09:59:08','2021-07-01 09:59:08','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<a href=\"#\" role=\"button\">\n						Bidding Open Click to Bid\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n			<a href=\"#\" role=\"button\">\n						Purchase Tickets\n					</a>\n			<a href=\"#\" role=\"button\">\n						1 Ticket for $5\n					</a>\n			<a href=\"#\" role=\"button\">\n						5 Ticket for $20\n					</a>\n		Purchase your Culinary Catchall tickets to win 52 giftcards to local restaurants! That\'s right - you can eat out once a week for free for a YEAR! It\'s the best drawing in town and all the proceeds go to support our 3 programs for families moving from homelessness to stable housing. Tickets are $5 for one ticket and $20 for 5 tickets! Get yours today and make sure to check back November 6 to hear who won!\nWinner will be drawn at 9pm the evening of November 6, the final night of our Virtual Silent Auction.		\n			<a href=\"#\" role=\"button\">\n						Support Local Restaurant\n					</a>\n		Thanks to your generosity we have met our goal (and surpassed it!) for the Culinary Catchall! Get your tickets for your chance to win the First, Second or Third prize baskets of local gift certificates! 		\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 09:59:08','2021-07-01 09:59:08','',748,'https://thechrishaunfoundation.org/?p=823',0,'revision','',0),(826,1,'2021-07-01 10:03:03','2021-07-01 10:03:03','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<a href=\"#\" role=\"button\">\n						Bidding Open Click to Bid\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n			<a href=\"#\" role=\"button\">\n						Purchase Tickets\n					</a>\n			<a href=\"#\" role=\"button\">\n						1 Ticket for $5\n					</a>\n			<a href=\"#\" role=\"button\">\n						5 Ticket for $20\n					</a>\n		Purchase your Culinary Catchall tickets to win 52 giftcards to local restaurants! That\'s right - you can eat out once a week for free for a YEAR! It\'s the best drawing in town and all the proceeds go to support our 3 programs for families moving from homelessness to stable housing. Tickets are $5 for one ticket and $20 for 5 tickets! Get yours today and make sure to check back November 6 to hear who won!\nWinner will be drawn at 9pm the evening of November 6, the final night of our Virtual Silent Auction.		\n			<a href=\"#\" role=\"button\">\n						Support Local Restaurant\n					</a>\n		Thanks to your generosity we have met our goal (and surpassed it!) for the Culinary Catchall! Get your tickets for your chance to win the First, Second or Third prize baskets of local gift certificates! 		\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 10:03:03','2021-07-01 10:03:03','',748,'https://thechrishaunfoundation.org/?p=826',0,'revision','',0),(827,1,'2021-07-01 10:03:03','2021-07-01 10:03:03','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<a href=\"#\" role=\"button\">\n						Bidding Open Click to Bid\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n			<a href=\"#\" role=\"button\">\n						Purchase Tickets\n					</a>\n			<a href=\"#\" role=\"button\">\n						1 Ticket for $5\n					</a>\n			<a href=\"#\" role=\"button\">\n						5 Ticket for $20\n					</a>\n		Purchase your Culinary Catchall tickets to win 52 giftcards to local restaurants! That\'s right - you can eat out once a week for free for a YEAR! It\'s the best drawing in town and all the proceeds go to support our 3 programs for families moving from homelessness to stable housing. Tickets are $5 for one ticket and $20 for 5 tickets! Get yours today and make sure to check back November 6 to hear who won!\nWinner will be drawn at 9pm the evening of November 6, the final night of our Virtual Silent Auction.		\n			<a href=\"#\" role=\"button\">\n						Support Local Restaurant\n					</a>\n		Thanks to your generosity we have met our goal (and surpassed it!) for the Culinary Catchall! Get your tickets for your chance to win the First, Second or Third prize baskets of local gift certificates! 		\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 10:03:03','2021-07-01 10:03:03','',748,'https://thechrishaunfoundation.org/?p=827',0,'revision','',0),(828,1,'2021-07-01 10:16:54','2021-07-01 10:16:54','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<a href=\"#\" role=\"button\">\n						Bidding Open Click to Bid\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n			<a href=\"#\" role=\"button\">\n						Purchase Tickets\n					</a>\n			<a href=\"#\" role=\"button\">\n						1 Ticket for $5\n					</a>\n			<a href=\"#\" role=\"button\">\n						5 Ticket for $20\n					</a>\n		Purchase your Culinary Catchall tickets to win 52 giftcards to local restaurants! That\'s right - you can eat out once a week for free for a YEAR! It\'s the best drawing in town and all the proceeds go to support our 3 programs for families moving from homelessness to stable housing. Tickets are $5 for one ticket and $20 for 5 tickets! Get yours today and make sure to check back November 6 to hear who won!\nWinner will be drawn at 9pm the evening of November 6, the final night of our Virtual Silent Auction.		\n			<a href=\"#\" role=\"button\">\n						Support Local Restaurant\n					</a>\n		Thanks to your generosity we have met our goal (and surpassed it!) for the Culinary Catchall! Get your tickets for your chance to win the First, Second or Third prize baskets of local gift certificates! 		\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 10:16:54','2021-07-01 10:16:54','',748,'https://thechrishaunfoundation.org/?p=828',0,'revision','',0),(829,1,'2021-07-01 10:16:55','2021-07-01 10:16:55','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<a href=\"#\" role=\"button\">\n						Bidding Open Click to Bid\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n			<a href=\"#\" role=\"button\">\n						Purchase Tickets\n					</a>\n			<a href=\"#\" role=\"button\">\n						1 Ticket for $5\n					</a>\n			<a href=\"#\" role=\"button\">\n						5 Ticket for $20\n					</a>\n		Purchase your Culinary Catchall tickets to win 52 giftcards to local restaurants! That\'s right - you can eat out once a week for free for a YEAR! It\'s the best drawing in town and all the proceeds go to support our 3 programs for families moving from homelessness to stable housing. Tickets are $5 for one ticket and $20 for 5 tickets! Get yours today and make sure to check back November 6 to hear who won!\nWinner will be drawn at 9pm the evening of November 6, the final night of our Virtual Silent Auction.		\n			<a href=\"#\" role=\"button\">\n						Support Local Restaurant\n					</a>\n		Thanks to your generosity we have met our goal (and surpassed it!) for the Culinary Catchall! Get your tickets for your chance to win the First, Second or Third prize baskets of local gift certificates! 		\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 10:16:55','2021-07-01 10:16:55','',748,'https://thechrishaunfoundation.org/?p=829',0,'revision','',0),(830,1,'2021-07-01 10:16:55','2021-07-01 10:16:55','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<a href=\"#\" role=\"button\">\n						Bidding Open Click to Bid\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n			<a href=\"#\" role=\"button\">\n						Purchase Tickets\n					</a>\n			<a href=\"#\" role=\"button\">\n						1 Ticket for $5\n					</a>\n			<a href=\"#\" role=\"button\">\n						5 Ticket for $20\n					</a>\n		Purchase your Culinary Catchall tickets to win 52 giftcards to local restaurants! That\'s right - you can eat out once a week for free for a YEAR! It\'s the best drawing in town and all the proceeds go to support our 3 programs for families moving from homelessness to stable housing. Tickets are $5 for one ticket and $20 for 5 tickets! Get yours today and make sure to check back November 6 to hear who won!\nWinner will be drawn at 9pm the evening of November 6, the final night of our Virtual Silent Auction.		\n			<a href=\"#\" role=\"button\">\n						Support Local Restaurant\n					</a>\n		Thanks to your generosity we have met our goal (and surpassed it!) for the Culinary Catchall! Get your tickets for your chance to win the First, Second or Third prize baskets of local gift certificates! 		\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 10:16:55','2021-07-01 10:16:55','',748,'https://thechrishaunfoundation.org/?p=830',0,'revision','',0),(831,1,'2021-07-01 10:18:48','2021-07-01 10:18:48','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<a href=\"#\" role=\"button\">\n						Bidding Open Click to Bid\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n			<a href=\"#\" role=\"button\">\n						Purchase Tickets\n					</a>\n			<a href=\"#\" role=\"button\">\n						1 Ticket for $5\n					</a>\n			<a href=\"#\" role=\"button\">\n						5 Ticket for $20\n					</a>\n		Purchase your Culinary Catchall tickets to win 52 giftcards to local restaurants! That\'s right - you can eat out once a week for free for a YEAR! It\'s the best drawing in town and all the proceeds go to support our 3 programs for families moving from homelessness to stable housing. Tickets are $5 for one ticket and $20 for 5 tickets! Get yours today and make sure to check back November 6 to hear who won!\nWinner will be drawn at 9pm the evening of November 6, the final night of our Virtual Silent Auction.		\n			<a href=\"#\" role=\"button\">\n						Support Local Restaurant\n					</a>\n		Thanks to your generosity we have met our goal (and surpassed it!) for the Culinary Catchall! Get your tickets for your chance to win the First, Second or Third prize baskets of local gift certificates! 		\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 10:18:48','2021-07-01 10:18:48','',748,'https://thechrishaunfoundation.org/?p=831',0,'revision','',0),(832,1,'2021-07-01 10:18:48','2021-07-01 10:18:48','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<a href=\"#\" role=\"button\">\n						Bidding Open Click to Bid\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n			<a href=\"#\" role=\"button\">\n						Purchase Tickets\n					</a>\n			<a href=\"#\" role=\"button\">\n						1 Ticket for $5\n					</a>\n			<a href=\"#\" role=\"button\">\n						5 Ticket for $20\n					</a>\n		Purchase your Culinary Catchall tickets to win 52 giftcards to local restaurants! That\'s right - you can eat out once a week for free for a YEAR! It\'s the best drawing in town and all the proceeds go to support our 3 programs for families moving from homelessness to stable housing. Tickets are $5 for one ticket and $20 for 5 tickets! Get yours today and make sure to check back November 6 to hear who won!\nWinner will be drawn at 9pm the evening of November 6, the final night of our Virtual Silent Auction.		\n			<a href=\"#\" role=\"button\">\n						Support Local Restaurant\n					</a>\n		Thanks to your generosity we have met our goal (and surpassed it!) for the Culinary Catchall! Get your tickets for your chance to win the First, Second or Third prize baskets of local gift certificates! 		\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 10:18:48','2021-07-01 10:18:48','',748,'https://thechrishaunfoundation.org/?p=832',0,'revision','',0),(833,1,'2021-07-01 10:18:48','2021-07-01 10:18:48','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<a href=\"#\" role=\"button\">\n						Bidding Open Click to Bid\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n			<a href=\"#\" role=\"button\">\n						Purchase Tickets\n					</a>\n			<a href=\"#\" role=\"button\">\n						1 Ticket for $5\n					</a>\n			<a href=\"#\" role=\"button\">\n						5 Ticket for $20\n					</a>\n		Purchase your Culinary Catchall tickets to win 52 giftcards to local restaurants! That\'s right - you can eat out once a week for free for a YEAR! It\'s the best drawing in town and all the proceeds go to support our 3 programs for families moving from homelessness to stable housing. Tickets are $5 for one ticket and $20 for 5 tickets! Get yours today and make sure to check back November 6 to hear who won!\nWinner will be drawn at 9pm the evening of November 6, the final night of our Virtual Silent Auction.		\n			<a href=\"#\" role=\"button\">\n						Support Local Restaurant\n					</a>\n		Thanks to your generosity we have met our goal (and surpassed it!) for the Culinary Catchall! Get your tickets for your chance to win the First, Second or Third prize baskets of local gift certificates! 		\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 10:18:48','2021-07-01 10:18:48','',748,'https://thechrishaunfoundation.org/?p=833',0,'revision','',0),(834,1,'2021-07-01 10:21:58','2021-07-01 10:21:58','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<a href=\"#\" role=\"button\">\n						Bidding Open Click to Bid\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n			<a href=\"#\" role=\"button\">\n						Purchase Tickets\n					</a>\n			<a href=\"#\" role=\"button\">\n						1 Ticket for $5\n					</a>\n			<a href=\"#\" role=\"button\">\n						5 Ticket for $20\n					</a>\n		Purchase your Culinary Catchall tickets to win 52 giftcards to local restaurants! That\'s right - you can eat out once a week for free for a YEAR! It\'s the best drawing in town and all the proceeds go to support our 3 programs for families moving from homelessness to stable housing. Tickets are $5 for one ticket and $20 for 5 tickets! Get yours today and make sure to check back November 6 to hear who won!\nWinner will be drawn at 9pm the evening of November 6, the final night of our Virtual Silent Auction.		\n			<a href=\"#\" role=\"button\">\n						Support Local Restaurant\n					</a>\n		Thanks to your generosity we have met our goal (and surpassed it!) for the Culinary Catchall! Get your tickets for your chance to win the First, Second or Third prize baskets of local gift certificates! 		\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 10:21:58','2021-07-01 10:21:58','',748,'https://thechrishaunfoundation.org/?p=834',0,'revision','',0),(835,1,'2021-07-01 10:21:58','2021-07-01 10:21:58','<a href=\"#\" role=\"button\">\n						Virtual Auction\n					</a>\n															<img width=\"746\" height=\"479\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest.jpg 746w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/harvest-300x193.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n			<a href=\"#\" role=\"button\">\n						Culinary Raffle\n					</a>\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n		<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor Families At Chrishaun Foundation\n					</a>\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Online-auction-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />															\n			<a href=\"#\" role=\"button\">\n						Bidding Open Click to Bid\n					</a>\n			<h5>Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\n</h5>		\n			<a href=\"#\" role=\"button\">\n						Purchase Tickets\n					</a>\n			<a href=\"#\" role=\"button\">\n						1 Ticket for $5\n					</a>\n			<a href=\"#\" role=\"button\">\n						5 Ticket for $20\n					</a>\n		Purchase your Culinary Catchall tickets to win 52 giftcards to local restaurants! That\'s right - you can eat out once a week for free for a YEAR! It\'s the best drawing in town and all the proceeds go to support our 3 programs for families moving from homelessness to stable housing. Tickets are $5 for one ticket and $20 for 5 tickets! Get yours today and make sure to check back November 6 to hear who won!\nWinner will be drawn at 9pm the evening of November 6, the final night of our Virtual Silent Auction.		\n			<a href=\"#\" role=\"button\">\n						Support Local Restaurant\n					</a>\n		Thanks to your generosity we have met our goal (and surpassed it!) for the Culinary Catchall! Get your tickets for your chance to win the First, Second or Third prize baskets of local gift certificates! 		\n															<img width=\"504\" height=\"504\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch.jpg 504w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/07/Culinary-catch-150x150.jpg 150w\" sizes=\"(max-width: 504px) 100vw, 504px\" />','Harvest Event','','inherit','closed','closed','','748-revision-v1','','','2021-07-01 10:21:58','2021-07-01 10:21:58','',748,'https://thechrishaunfoundation.org/?p=835',0,'revision','',0),(837,1,'2021-07-01 10:38:07','2021-07-01 10:38:07','<a href=\"#\" role=\"button\">\n						Change Lives - Sponsor Families\n					</a>\n		Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\n													<h3>\n								HOMETOWN HERO							</h3>\n								$5000 Sponsorship							\n							Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition with logo on the Virtual Harvest Auction on Handbid. (if received by 10/16/2020)</li><li>Recognition in all print advertising and on Athens Area Homeless Shelter website year-round.</li><li>Your logo (large) displayed on full page Flagpole Thank You advertisement. (if received by 11/6/2020)</li><li>100 raffle tickets entered in the Culinary Catchall raffle.</li><li>Two dedicated social media posts thanking you for your support throughout the year.</li><li>Sponsorship plaque to display at your business.</li><li>Early access to the Harvest 2020 Virtual Auction.</li></ul>		\n													<h3>\n								COMMUNTIY  BUILDER							</h3>\n								$2000 Sponsorship							\n							Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on the Harvest Virtual Auction Handbid Site (if received by 10/16/2020)</li><li>Recognition on Athens Area Homeless Shelter website year-round</li><li>Your logo displayed on our full page Flagpole Thank You advertisement (if received by 11/6/2020)</li><li>80 raffle tickets entered in the Culinary Catchall Raffle</li><li>One dedicated social media post thanking you for your support during the year.</li></ul>		\n													<h3>\n								FAMILY PARTNER							</h3>\n								$1000 Sponsorship							\n							Your $1000 sponsorship provides one year\'s supply of milk for children in shelter or 8 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on the Harvest Virtual Auction Site on Handbid. (if received by 10/16/2020)</li><li>Recognition on Athens Area Homeless Shelter website year-round.</li><li>Your logo (small) displayed on our Flagpole Thank You advertisement. (if received by 11/6/2020)</li><li>60 raffle tickets entered into the Culinary Catchall raffle.</li><li>Inclusion in group social media posts thanking our sponsors and supporters.</li></ul>		\n													<h3>\n								CHILDCARE PROVIDER							</h3>\n								$500 Sponsorship							\n							Your $500 sponsorship provides 2 months of groceries for our Barber Street shelter or one month of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on the Harvest Virtual Auction Handbid site. (if received by 10/16/2020)</li><li>Recognition on Athens Area Homeless Shelter website year-round.</li><li>Inclusion in a social media post thanking our sponsors and supporters.</li><li>40 raffle tickets entered into the Culinary Catchall Raffle.</li></ul>		\n													<h3>\n								SHELTER FRIEND							</h3>\n								$250 Sponsorship							\n							Your $250 sponsorship provides nearly 150 bus passes for a working parent or 2 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on Athens Area Homeless Shelter website year-round.</li><li>20 raffle tickets entered into the Culinary Catchall Raffle</li></ul>','Sponsor Chrishaun Foundation','','publish','closed','closed','','sponsor-chrishaun-foundation','','','2021-07-02 05:49:19','2021-07-02 05:49:19','',0,'https://thechrishaunfoundation.org/?page_id=837',0,'page','',0),(892,1,'2021-07-02 05:48:38','2021-07-02 05:48:38','<a href=\"#\" role=\"button\">\n						Change Lives - Sponsor Families\n					</a>\n		Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\n													<h3>\n								HOMETOWN HERO							</h3>\n								$5000 Sponsorship							\n							Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition with logo on the Virtual Harvest Auction on Handbid. (if received by 10/16/2020)</li><li>Recognition in all print advertising and on Athens Area Homeless Shelter website year-round.</li><li>Your logo (large) displayed on full page Flagpole Thank You advertisement. (if received by 11/6/2020)</li><li>100 raffle tickets entered in the Culinary Catchall raffle.</li><li>Two dedicated social media posts thanking you for your support throughout the year.</li><li>Sponsorship plaque to display at your business.</li><li>Early access to the Harvest 2020 Virtual Auction.</li></ul>		\n													<h3>\n								COMMUNTIY  BUILDER							</h3>\n								$2000 Sponsorship							\n							Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on the Harvest Virtual Auction Handbid Site (if received by 10/16/2020)</li><li>Recognition on Athens Area Homeless Shelter website year-round</li><li>Your logo displayed on our full page Flagpole Thank You advertisement (if received by 11/6/2020)</li><li>80 raffle tickets entered in the Culinary Catchall Raffle</li><li>One dedicated social media post thanking you for your support during the year.</li></ul>		\n													<h3>\n								FAMILY PARTNER							</h3>\n								$1000 Sponsorship							\n							Your $1000 sponsorship provides one year\'s supply of milk for children in shelter or 8 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on the Harvest Virtual Auction Site on Handbid. (if received by 10/16/2020)</li><li>Recognition on Athens Area Homeless Shelter website year-round.</li><li>Your logo (small) displayed on our Flagpole Thank You advertisement. (if received by 11/6/2020)</li><li>60 raffle tickets entered into the Culinary Catchall raffle.</li><li>Inclusion in group social media posts thanking our sponsors and supporters.</li></ul>		\n													<h3>\n								CHILDCARE PROVIDER							</h3>\n								$500 Sponsorship							\n							Your $500 sponsorship provides 2 months of groceries for our Barber Street shelter or one month of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on the Harvest Virtual Auction Handbid site. (if received by 10/16/2020)</li><li>Recognition on Athens Area Homeless Shelter website year-round.</li><li>Inclusion in a social media post thanking our sponsors and supporters.</li><li>40 raffle tickets entered into the Culinary Catchall Raffle.</li></ul>		\n													<h3>\n								SHELTER FRIEND							</h3>\n								$250 Sponsorship							\n							Your $250 sponsorship provides nearly 150 bus passes for a working parent or 2 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on Athens Area Homeless Shelter website year-round.</li><li>20 raffle tickets entered into the Culinary Catchall Raffle</li><li> </li></ul>','Sponsor Chrishaun Foundation','','inherit','closed','closed','','837-revision-v1','','','2021-07-02 05:48:38','2021-07-02 05:48:38','',837,'https://thechrishaunfoundation.org/?p=892',0,'revision','',0),(843,1,'2021-07-01 10:59:47','2021-07-01 10:59:47','<a href=\"#\" role=\"button\">\n						Change Lives - Sponsor Families\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Sponsor Chrishaun Foundation','','inherit','closed','closed','','837-revision-v1','','','2021-07-01 10:59:47','2021-07-01 10:59:47','',837,'https://thechrishaunfoundation.org/?p=843',0,'revision','',0),(838,1,'2021-07-01 10:40:53','2021-07-01 10:40:53','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Sponsor Chrishaun Foundation','','inherit','closed','closed','','837-revision-v1','','','2021-07-01 10:40:53','2021-07-01 10:40:53','',837,'https://thechrishaunfoundation.org/?p=838',0,'revision','',0),(844,1,'2021-07-01 11:01:00','2021-07-01 11:01:00','<a href=\"#\" role=\"button\">\n						Change Lives - Sponsor Families\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Sponsor Chrishaun Foundation','','inherit','closed','closed','','837-revision-v1','','','2021-07-01 11:01:00','2021-07-01 11:01:00','',837,'https://thechrishaunfoundation.org/?p=844',0,'revision','',0),(840,1,'2021-07-01 10:46:17','2021-07-01 10:46:17','','file','','inherit','open','closed','','file','','','2021-07-01 10:46:17','2021-07-01 10:46:17','',837,'https://thechrishaunfoundation.org/wp-content/uploads/2021/07/file.mp4',0,'attachment','video/mp4',0),(841,1,'2021-07-01 10:59:46','2021-07-01 10:59:46','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Sponsor Chrishaun Foundation','','inherit','closed','closed','','837-revision-v1','','','2021-07-01 10:59:46','2021-07-01 10:59:46','',837,'https://thechrishaunfoundation.org/?p=841',0,'revision','',0),(842,1,'2021-07-01 10:59:46','2021-07-01 10:59:46','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Sponsor Chrishaun Foundation','','inherit','closed','closed','','837-revision-v1','','','2021-07-01 10:59:46','2021-07-01 10:59:46','',837,'https://thechrishaunfoundation.org/?p=842',0,'revision','',0),(845,1,'2021-07-01 11:01:00','2021-07-01 11:01:00','<a href=\"#\" role=\"button\">\n						Change Lives - Sponsor Families\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Sponsor Chrishaun Foundation','','inherit','closed','closed','','837-revision-v1','','','2021-07-01 11:01:00','2021-07-01 11:01:00','',837,'https://thechrishaunfoundation.org/?p=845',0,'revision','',0),(846,1,'2021-07-01 11:01:01','2021-07-01 11:01:01','<a href=\"#\" role=\"button\">\n						Change Lives - Sponsor Families\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Sponsor Chrishaun Foundation','','inherit','closed','closed','','837-revision-v1','','','2021-07-01 11:01:01','2021-07-01 11:01:01','',837,'https://thechrishaunfoundation.org/?p=846',0,'revision','',0),(853,1,'2021-07-01 11:23:57','2021-07-01 11:23:57','<a href=\"#\" role=\"button\">\nChange Lives - Sponsor Families\n</a>\nBecoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\n<figure class=\"gallery-item\">\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\"><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\"></a></figure>\n<figure class=\"gallery-item\">\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\"><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\"></a></figure>\n<figure class=\"gallery-item\">\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\"><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\"></a></figure>\n<h2>Our History</h2>\n<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.</h5>\nGrowing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n<h6>Partners</h6>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\"></figure>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\"></figure>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\"></figure>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\"></figure>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\"></figure>\n<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\">\n<h2>What we have\nachieved</h2>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt\n\n0\nK+\nMembers Worldwide\n0\n+\nChildren Helped\n$\n0\nM+\nFunds Raised\n0\nT\nFood Provided','Sponsor Chrishaun Foundation','','inherit','closed','closed','','837-revision-v1','','','2021-07-01 11:23:57','2021-07-01 11:23:57','',837,'https://thechrishaunfoundation.org/?p=853',0,'revision','',0),(850,1,'2021-07-01 11:22:17','2021-07-01 11:22:17','<a href=\"#\" role=\"button\">\n						Change Lives - Sponsor Families\n					</a>\n		Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Sponsor Chrishaun Foundation','','inherit','closed','closed','','837-revision-v1','','','2021-07-01 11:22:17','2021-07-01 11:22:17','',837,'https://thechrishaunfoundation.org/?p=850',0,'revision','',0),(848,1,'2021-07-01 11:22:16','2021-07-01 11:22:16','<a href=\"#\" role=\"button\">\n						Change Lives - Sponsor Families\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Sponsor Chrishaun Foundation','','inherit','closed','closed','','837-revision-v1','','','2021-07-01 11:22:16','2021-07-01 11:22:16','',837,'https://thechrishaunfoundation.org/?p=848',0,'revision','',0),(849,1,'2021-07-01 11:22:16','2021-07-01 11:22:16','<a href=\"#\" role=\"button\">\n						Change Lives - Sponsor Families\n					</a>\n			<h2>Our Mission</h2>		\n			<h5>The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\n</h5>		\n		<p><strong>The Chrishaun Foundation</strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Sponsor Chrishaun Foundation','','inherit','closed','closed','','837-revision-v1','','','2021-07-01 11:22:16','2021-07-01 11:22:16','',837,'https://thechrishaunfoundation.org/?p=849',0,'revision','',0),(851,1,'2021-07-01 11:22:52','2021-07-01 11:22:52',' ','','','publish','closed','closed','','851','','','2021-07-01 11:22:52','2021-07-01 11:22:52','',0,'https://thechrishaunfoundation.org/?p=851',10,'nav_menu_item','',0),(852,1,'2021-07-01 11:22:52','2021-07-01 11:22:52',' ','','','publish','closed','closed','','852','','','2021-07-01 11:22:52','2021-07-01 11:22:52','',0,'https://thechrishaunfoundation.org/?p=852',9,'nav_menu_item','',0),(854,1,'2021-07-01 13:02:10','2021-07-01 13:02:10','','sponsor1','','inherit','open','closed','','sponsor1','','','2021-07-01 13:02:10','2021-07-01 13:02:10','',837,'https://thechrishaunfoundation.org/wp-content/uploads/2021/07/sponsor1.jpg',0,'attachment','image/jpeg',0),(855,1,'2021-07-01 13:09:07','2021-07-01 13:09:07','<a href=\"#\" role=\"button\">\nChange Lives - Sponsor Families\n</a>\nBecoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\n<figure class=\"gallery-item\">\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\"><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\"></a></figure>\n<figure class=\"gallery-item\">\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\"><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\"></a></figure>\n<figure class=\"gallery-item\">\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\"><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\"></a></figure>\n<h2>Our History</h2>\n<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.</h5>\nGrowing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n<h6>Partners</h6>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\"></figure>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\"></figure>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\"></figure>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\"></figure>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\"></figure>\n<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\">\n<h2>What we have\nachieved</h2>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt\n\n0\nK+\nMembers Worldwide\n0\n+\nChildren Helped\n$\n0\nM+\nFunds Raised\n0\nT\nFood Provided','Sponsor Chrishaun Foundation','','inherit','closed','closed','','837-revision-v1','','','2021-07-01 13:09:07','2021-07-01 13:09:07','',837,'https://thechrishaunfoundation.org/?p=855',0,'revision','',0),(856,1,'2021-07-01 13:09:08','2021-07-01 13:09:08','<a href=\"#\" role=\"button\">\nChange Lives - Sponsor Families\n</a>\nBecoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\n<figure class=\"gallery-item\">\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\"><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\"></a></figure>\n<figure class=\"gallery-item\">\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\"><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\"></a></figure>\n<figure class=\"gallery-item\">\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\"><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\"></a></figure>\n<h2>Our History</h2>\n<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.</h5>\nGrowing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n<h6>Partners</h6>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\"></figure>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\"></figure>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\"></figure>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\"></figure>\n<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\"></figure>\n<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\">\n<h2>What we have\nachieved</h2>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt\n\n0\nK+\nMembers Worldwide\n0\n+\nChildren Helped\n$\n0\nM+\nFunds Raised\n0\nT\nFood Provided','Sponsor Chrishaun Foundation','','inherit','closed','closed','','837-revision-v1','','','2021-07-01 13:09:08','2021-07-01 13:09:08','',837,'https://thechrishaunfoundation.org/?p=856',0,'revision','',0),(857,1,'2021-07-01 13:09:08','2021-07-01 13:09:08','<a href=\"#\" role=\"button\">\n						Change Lives - Sponsor Families\n					</a>\n		Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\n													<h3>\n								HOMETOWN HERO							</h3>\n								$5000 Sponsorship							\n							Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.						\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Sponsor Chrishaun Foundation','','inherit','closed','closed','','837-revision-v1','','','2021-07-01 13:09:08','2021-07-01 13:09:08','',837,'https://thechrishaunfoundation.org/?p=857',0,'revision','',0),(858,1,'2021-07-01 13:10:07','2021-07-01 13:10:07','<a href=\"#\" role=\"button\">\n						Change Lives - Sponsor Families\n					</a>\n		Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\n													<h3>\n								HOMETOWN HERO							</h3>\n								$5000 Sponsorship							\n							Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.						\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Sponsor Chrishaun Foundation','','inherit','closed','closed','','837-revision-v1','','','2021-07-01 13:10:07','2021-07-01 13:10:07','',837,'https://thechrishaunfoundation.org/?p=858',0,'revision','',0),(859,1,'2021-07-01 13:10:07','2021-07-01 13:10:07','<a href=\"#\" role=\"button\">\n						Change Lives - Sponsor Families\n					</a>\n		Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\n													<h3>\n								HOMETOWN HERO							</h3>\n								$5000 Sponsorship							\n							Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.						\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Sponsor Chrishaun Foundation','','inherit','closed','closed','','837-revision-v1','','','2021-07-01 13:10:07','2021-07-01 13:10:07','',837,'https://thechrishaunfoundation.org/?p=859',0,'revision','',0),(860,1,'2021-07-01 13:10:07','2021-07-01 13:10:07','<a href=\"#\" role=\"button\">\n						Change Lives - Sponsor Families\n					</a>\n		Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\n													<h3>\n								HOMETOWN HERO							</h3>\n								$5000 Sponsorship							\n							Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.						\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Sponsor Chrishaun Foundation','','inherit','closed','closed','','837-revision-v1','','','2021-07-01 13:10:07','2021-07-01 13:10:07','',837,'https://thechrishaunfoundation.org/?p=860',0,'revision','',0),(861,1,'2021-07-01 13:10:59','2021-07-01 13:10:59','<a href=\"#\" role=\"button\">\n						Change Lives - Sponsor Families\n					</a>\n		Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\n													<h3>\n								HOMETOWN HERO							</h3>\n								$5000 Sponsorship							\n							Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.						\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Sponsor Chrishaun Foundation','','inherit','closed','closed','','837-revision-v1','','','2021-07-01 13:10:59','2021-07-01 13:10:59','',837,'https://thechrishaunfoundation.org/?p=861',0,'revision','',0),(862,1,'2021-07-01 13:10:59','2021-07-01 13:10:59','<a href=\"#\" role=\"button\">\n						Change Lives - Sponsor Families\n					</a>\n		Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\n													<h3>\n								HOMETOWN HERO							</h3>\n								$5000 Sponsorship							\n							Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.						\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Sponsor Chrishaun Foundation','','inherit','closed','closed','','837-revision-v1','','','2021-07-01 13:10:59','2021-07-01 13:10:59','',837,'https://thechrishaunfoundation.org/?p=862',0,'revision','',0),(863,1,'2021-07-01 13:11:00','2021-07-01 13:11:00','<a href=\"#\" role=\"button\">\n						Change Lives - Sponsor Families\n					</a>\n		Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\n													<h3>\n								HOMETOWN HERO							</h3>\n								$5000 Sponsorship							\n							Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.						\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Sponsor Chrishaun Foundation','','inherit','closed','closed','','837-revision-v1','','','2021-07-01 13:11:00','2021-07-01 13:11:00','',837,'https://thechrishaunfoundation.org/?p=863',0,'revision','',0),(864,1,'2021-07-01 13:13:20','2021-07-01 13:13:20','','sponsor2','','inherit','open','closed','','sponsor2','','','2021-07-01 13:13:20','2021-07-01 13:13:20','',837,'https://thechrishaunfoundation.org/wp-content/uploads/2021/07/sponsor2.jpg',0,'attachment','image/jpeg',0),(865,1,'2021-07-01 13:14:10','2021-07-01 13:14:10','<a href=\"#\" role=\"button\">\n						Change Lives - Sponsor Families\n					</a>\n		Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\n													<h3>\n								HOMETOWN HERO							</h3>\n								$5000 Sponsorship							\n							Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.						\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Sponsor Chrishaun Foundation','','inherit','closed','closed','','837-revision-v1','','','2021-07-01 13:14:10','2021-07-01 13:14:10','',837,'https://thechrishaunfoundation.org/?p=865',0,'revision','',0),(866,1,'2021-07-01 13:14:10','2021-07-01 13:14:10','<a href=\"#\" role=\"button\">\n						Change Lives - Sponsor Families\n					</a>\n		Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\n													<h3>\n								HOMETOWN HERO							</h3>\n								$5000 Sponsorship							\n							Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.						\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Sponsor Chrishaun Foundation','','inherit','closed','closed','','837-revision-v1','','','2021-07-01 13:14:10','2021-07-01 13:14:10','',837,'https://thechrishaunfoundation.org/?p=866',0,'revision','',0),(867,1,'2021-07-01 13:14:11','2021-07-01 13:14:11','<a href=\"#\" role=\"button\">\n						Change Lives - Sponsor Families\n					</a>\n		Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\n													<h3>\n								HOMETOWN HERO							</h3>\n								$5000 Sponsorship							\n							Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition with logo on the Virtual Harvest Auction on Handbid. (if received by 10/16/2020)</li><li>Recognition in all print advertising and on Athens Area Homeless Shelter website year-round.</li><li>Your logo (large) displayed on full page Flagpole Thank You advertisement. (if received by 11/6/2020)</li><li>100 raffle tickets entered in the Culinary Catchall raffle.</li><li>Two dedicated social media posts thanking you for your support throughout the year.</li><li>Sponsorship plaque to display at your business.</li><li>Early access to the Harvest 2020 Virtual Auction.</li></ul>		\n													<h3>\n								COMMUNTIY  BUILDER							</h3>\n								$2000 Sponsorship							\n							Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.						\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Sponsor Chrishaun Foundation','','inherit','closed','closed','','837-revision-v1','','','2021-07-01 13:14:11','2021-07-01 13:14:11','',837,'https://thechrishaunfoundation.org/?p=867',0,'revision','',0),(868,1,'2021-07-01 16:03:07','2021-07-01 16:03:07','<a href=\"#\" role=\"button\">\n						Change Lives - Sponsor Families\n					</a>\n		Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\n													<h3>\n								HOMETOWN HERO							</h3>\n								$5000 Sponsorship							\n							Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition with logo on the Virtual Harvest Auction on Handbid. (if received by 10/16/2020)</li><li>Recognition in all print advertising and on Athens Area Homeless Shelter website year-round.</li><li>Your logo (large) displayed on full page Flagpole Thank You advertisement. (if received by 11/6/2020)</li><li>100 raffle tickets entered in the Culinary Catchall raffle.</li><li>Two dedicated social media posts thanking you for your support throughout the year.</li><li>Sponsorship plaque to display at your business.</li><li>Early access to the Harvest 2020 Virtual Auction.</li></ul>		\n													<h3>\n								COMMUNTIY  BUILDER							</h3>\n								$2000 Sponsorship							\n							Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.						\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Sponsor Chrishaun Foundation','','inherit','closed','closed','','837-revision-v1','','','2021-07-01 16:03:07','2021-07-01 16:03:07','',837,'https://thechrishaunfoundation.org/?p=868',0,'revision','',0),(869,1,'2021-07-01 16:03:07','2021-07-01 16:03:07','<a href=\"#\" role=\"button\">\n						Change Lives - Sponsor Families\n					</a>\n		Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\n													<h3>\n								HOMETOWN HERO							</h3>\n								$5000 Sponsorship							\n							Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition with logo on the Virtual Harvest Auction on Handbid. (if received by 10/16/2020)</li><li>Recognition in all print advertising and on Athens Area Homeless Shelter website year-round.</li><li>Your logo (large) displayed on full page Flagpole Thank You advertisement. (if received by 11/6/2020)</li><li>100 raffle tickets entered in the Culinary Catchall raffle.</li><li>Two dedicated social media posts thanking you for your support throughout the year.</li><li>Sponsorship plaque to display at your business.</li><li>Early access to the Harvest 2020 Virtual Auction.</li></ul>		\n													<h3>\n								COMMUNTIY  BUILDER							</h3>\n								$2000 Sponsorship							\n							Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.						\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Sponsor Chrishaun Foundation','','inherit','closed','closed','','837-revision-v1','','','2021-07-01 16:03:07','2021-07-01 16:03:07','',837,'https://thechrishaunfoundation.org/?p=869',0,'revision','',0),(870,1,'2021-07-01 16:03:08','2021-07-01 16:03:08','<a href=\"#\" role=\"button\">\n						Change Lives - Sponsor Families\n					</a>\n		Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\n													<h3>\n								HOMETOWN HERO							</h3>\n								$5000 Sponsorship							\n							Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition with logo on the Virtual Harvest Auction on Handbid. (if received by 10/16/2020)</li><li>Recognition in all print advertising and on Athens Area Homeless Shelter website year-round.</li><li>Your logo (large) displayed on full page Flagpole Thank You advertisement. (if received by 11/6/2020)</li><li>100 raffle tickets entered in the Culinary Catchall raffle.</li><li>Two dedicated social media posts thanking you for your support throughout the year.</li><li>Sponsorship plaque to display at your business.</li><li>Early access to the Harvest 2020 Virtual Auction.</li></ul>		\n													<h3>\n								COMMUNTIY  BUILDER							</h3>\n								$2000 Sponsorship							\n							Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on the Harvest Virtual Auction Handbid Site (if received by 10/16/2020)</li><li>Recognition on Athens Area Homeless Shelter website year-round</li><li>Your logo displayed on our full page Flagpole Thank You advertisement (if received by 11/6/2020)</li><li>80 raffle tickets entered in the Culinary Catchall Raffle</li><li>One dedicated social media post thanking you for your support during the year.</li></ul>		\n													<h3>\n								FAMILY PARTNER							</h3>\n								$1000 Sponsorship							\n							Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.						\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Sponsor Chrishaun Foundation','','inherit','closed','closed','','837-revision-v1','','','2021-07-01 16:03:08','2021-07-01 16:03:08','',837,'https://thechrishaunfoundation.org/?p=870',0,'revision','',0),(871,1,'2021-07-01 16:03:35','2021-07-01 16:03:35','','sponsor3','','inherit','open','closed','','sponsor3','','','2021-07-01 16:03:35','2021-07-01 16:03:35','',837,'https://thechrishaunfoundation.org/wp-content/uploads/2021/07/sponsor3.jpg',0,'attachment','image/jpeg',0),(872,1,'2021-07-01 16:04:05','2021-07-01 16:04:05','<a href=\"#\" role=\"button\">\n						Change Lives - Sponsor Families\n					</a>\n		Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\n													<h3>\n								HOMETOWN HERO							</h3>\n								$5000 Sponsorship							\n							Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition with logo on the Virtual Harvest Auction on Handbid. (if received by 10/16/2020)</li><li>Recognition in all print advertising and on Athens Area Homeless Shelter website year-round.</li><li>Your logo (large) displayed on full page Flagpole Thank You advertisement. (if received by 11/6/2020)</li><li>100 raffle tickets entered in the Culinary Catchall raffle.</li><li>Two dedicated social media posts thanking you for your support throughout the year.</li><li>Sponsorship plaque to display at your business.</li><li>Early access to the Harvest 2020 Virtual Auction.</li></ul>		\n													<h3>\n								COMMUNTIY  BUILDER							</h3>\n								$2000 Sponsorship							\n							Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on the Harvest Virtual Auction Handbid Site (if received by 10/16/2020)</li><li>Recognition on Athens Area Homeless Shelter website year-round</li><li>Your logo displayed on our full page Flagpole Thank You advertisement (if received by 11/6/2020)</li><li>80 raffle tickets entered in the Culinary Catchall Raffle</li><li>One dedicated social media post thanking you for your support during the year.</li></ul>		\n													<h3>\n								FAMILY PARTNER							</h3>\n								$1000 Sponsorship							\n							Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.						\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Sponsor Chrishaun Foundation','','inherit','closed','closed','','837-revision-v1','','','2021-07-01 16:04:05','2021-07-01 16:04:05','',837,'https://thechrishaunfoundation.org/?p=872',0,'revision','',0),(873,1,'2021-07-01 16:04:05','2021-07-01 16:04:05','<a href=\"#\" role=\"button\">\n						Change Lives - Sponsor Families\n					</a>\n		Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\n													<h3>\n								HOMETOWN HERO							</h3>\n								$5000 Sponsorship							\n							Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition with logo on the Virtual Harvest Auction on Handbid. (if received by 10/16/2020)</li><li>Recognition in all print advertising and on Athens Area Homeless Shelter website year-round.</li><li>Your logo (large) displayed on full page Flagpole Thank You advertisement. (if received by 11/6/2020)</li><li>100 raffle tickets entered in the Culinary Catchall raffle.</li><li>Two dedicated social media posts thanking you for your support throughout the year.</li><li>Sponsorship plaque to display at your business.</li><li>Early access to the Harvest 2020 Virtual Auction.</li></ul>		\n													<h3>\n								COMMUNTIY  BUILDER							</h3>\n								$2000 Sponsorship							\n							Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on the Harvest Virtual Auction Handbid Site (if received by 10/16/2020)</li><li>Recognition on Athens Area Homeless Shelter website year-round</li><li>Your logo displayed on our full page Flagpole Thank You advertisement (if received by 11/6/2020)</li><li>80 raffle tickets entered in the Culinary Catchall Raffle</li><li>One dedicated social media post thanking you for your support during the year.</li></ul>		\n													<h3>\n								FAMILY PARTNER							</h3>\n								$1000 Sponsorship							\n							Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.						\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Sponsor Chrishaun Foundation','','inherit','closed','closed','','837-revision-v1','','','2021-07-01 16:04:05','2021-07-01 16:04:05','',837,'https://thechrishaunfoundation.org/?p=873',0,'revision','',0),(874,1,'2021-07-01 16:04:06','2021-07-01 16:04:06','<a href=\"#\" role=\"button\">\n						Change Lives - Sponsor Families\n					</a>\n		Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\n													<h3>\n								HOMETOWN HERO							</h3>\n								$5000 Sponsorship							\n							Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition with logo on the Virtual Harvest Auction on Handbid. (if received by 10/16/2020)</li><li>Recognition in all print advertising and on Athens Area Homeless Shelter website year-round.</li><li>Your logo (large) displayed on full page Flagpole Thank You advertisement. (if received by 11/6/2020)</li><li>100 raffle tickets entered in the Culinary Catchall raffle.</li><li>Two dedicated social media posts thanking you for your support throughout the year.</li><li>Sponsorship plaque to display at your business.</li><li>Early access to the Harvest 2020 Virtual Auction.</li></ul>		\n													<h3>\n								COMMUNTIY  BUILDER							</h3>\n								$2000 Sponsorship							\n							Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on the Harvest Virtual Auction Handbid Site (if received by 10/16/2020)</li><li>Recognition on Athens Area Homeless Shelter website year-round</li><li>Your logo displayed on our full page Flagpole Thank You advertisement (if received by 11/6/2020)</li><li>80 raffle tickets entered in the Culinary Catchall Raffle</li><li>One dedicated social media post thanking you for your support during the year.</li></ul>		\n													<h3>\n								FAMILY PARTNER							</h3>\n								$1000 Sponsorship							\n							Your $1000 sponsorship provides one year\'s supply of milk for children in shelter or 8 weeks of full time childcare for a child experiencing homelessness.						\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Sponsor Chrishaun Foundation','','inherit','closed','closed','','837-revision-v1','','','2021-07-01 16:04:06','2021-07-01 16:04:06','',837,'https://thechrishaunfoundation.org/?p=874',0,'revision','',0),(891,1,'2021-07-02 05:48:19','2021-07-02 05:48:19','<a href=\"#\" role=\"button\">\n						Change Lives - Sponsor Families\n					</a>\n		Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\n													<h3>\n								HOMETOWN HERO							</h3>\n								$5000 Sponsorship							\n							Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition with logo on the Virtual Harvest Auction on Handbid. (if received by 10/16/2020)</li><li>Recognition in all print advertising and on Athens Area Homeless Shelter website year-round.</li><li>Your logo (large) displayed on full page Flagpole Thank You advertisement. (if received by 11/6/2020)</li><li>100 raffle tickets entered in the Culinary Catchall raffle.</li><li>Two dedicated social media posts thanking you for your support throughout the year.</li><li>Sponsorship plaque to display at your business.</li><li>Early access to the Harvest 2020 Virtual Auction.</li></ul>		\n													<h3>\n								COMMUNTIY  BUILDER							</h3>\n								$2000 Sponsorship							\n							Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on the Harvest Virtual Auction Handbid Site (if received by 10/16/2020)</li><li>Recognition on Athens Area Homeless Shelter website year-round</li><li>Your logo displayed on our full page Flagpole Thank You advertisement (if received by 11/6/2020)</li><li>80 raffle tickets entered in the Culinary Catchall Raffle</li><li>One dedicated social media post thanking you for your support during the year.</li></ul>		\n													<h3>\n								FAMILY PARTNER							</h3>\n								$1000 Sponsorship							\n							Your $1000 sponsorship provides one year\'s supply of milk for children in shelter or 8 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on the Harvest Virtual Auction Site on Handbid. (if received by 10/16/2020)</li><li>Recognition on Athens Area Homeless Shelter website year-round.</li><li>Your logo (small) displayed on our Flagpole Thank You advertisement. (if received by 11/6/2020)</li><li>60 raffle tickets entered into the Culinary Catchall raffle.</li><li>Inclusion in group social media posts thanking our sponsors and supporters.</li></ul>		\n													<h3>\n								CHILDCARE PROVIDER							</h3>\n								$500 Sponsorship							\n							Your $500 sponsorship provides 2 months of groceries for our Barber Street shelter or one month of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on the Harvest Virtual Auction Handbid site. (if received by 10/16/2020)</li><li>Recognition on Athens Area Homeless Shelter website year-round.</li><li>Inclusion in a social media post thanking our sponsors and supporters.</li><li>40 raffle tickets entered into the Culinary Catchall Raffle.</li></ul>		\n													<h3>\n								SHELTER FRIEND							</h3>\n								$250 Sponsorship							\n							Your $250 sponsorship provides nearly 150 bus passes for a working parent or 2 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on Athens Area Homeless Shelter website year-round.</li><li>20 raffle tickets entered into the Culinary Catchall Raffle</li><li> </li></ul>','Sponsor Chrishaun Foundation','','inherit','closed','closed','','837-revision-v1','','','2021-07-02 05:48:19','2021-07-02 05:48:19','',837,'https://thechrishaunfoundation.org/?p=891',0,'revision','',0),(878,1,'2021-07-01 16:06:58','2021-07-01 16:06:58','<a href=\"#\" role=\"button\">\n						Change Lives - Sponsor Families\n					</a>\n		Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\n													<h3>\n								HOMETOWN HERO							</h3>\n								$5000 Sponsorship							\n							Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition with logo on the Virtual Harvest Auction on Handbid. (if received by 10/16/2020)</li><li>Recognition in all print advertising and on Athens Area Homeless Shelter website year-round.</li><li>Your logo (large) displayed on full page Flagpole Thank You advertisement. (if received by 11/6/2020)</li><li>100 raffle tickets entered in the Culinary Catchall raffle.</li><li>Two dedicated social media posts thanking you for your support throughout the year.</li><li>Sponsorship plaque to display at your business.</li><li>Early access to the Harvest 2020 Virtual Auction.</li></ul>		\n													<h3>\n								COMMUNTIY  BUILDER							</h3>\n								$2000 Sponsorship							\n							Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on the Harvest Virtual Auction Handbid Site (if received by 10/16/2020)</li><li>Recognition on Athens Area Homeless Shelter website year-round</li><li>Your logo displayed on our full page Flagpole Thank You advertisement (if received by 11/6/2020)</li><li>80 raffle tickets entered in the Culinary Catchall Raffle</li><li>One dedicated social media post thanking you for your support during the year.</li></ul>		\n													<h3>\n								FAMILY PARTNER							</h3>\n								$1000 Sponsorship							\n							Your $1000 sponsorship provides one year\'s supply of milk for children in shelter or 8 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on the Harvest Virtual Auction Site on Handbid. (if received by 10/16/2020)</li><li>Recognition on Athens Area Homeless Shelter website year-round.</li><li>Your logo (small) displayed on our Flagpole Thank You advertisement. (if received by 11/6/2020)</li><li>60 raffle tickets entered into the Culinary Catchall raffle.</li><li>Inclusion in group social media posts thanking our sponsors and supporters.</li></ul>		\n													<h3>\n								CHILDCARE PROVIDER							</h3>\n								$500 Sponsorship							\n							Your $1000 sponsorship provides one year\'s supply of milk for children in shelter or 8 weeks of full time childcare for a child experiencing homelessness.						\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Sponsor Chrishaun Foundation','','inherit','closed','closed','','837-revision-v1','','','2021-07-01 16:06:58','2021-07-01 16:06:58','',837,'https://thechrishaunfoundation.org/?p=878',0,'revision','',0),(876,1,'2021-07-01 16:06:57','2021-07-01 16:06:57','<a href=\"#\" role=\"button\">\n						Change Lives - Sponsor Families\n					</a>\n		Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\n													<h3>\n								HOMETOWN HERO							</h3>\n								$5000 Sponsorship							\n							Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition with logo on the Virtual Harvest Auction on Handbid. (if received by 10/16/2020)</li><li>Recognition in all print advertising and on Athens Area Homeless Shelter website year-round.</li><li>Your logo (large) displayed on full page Flagpole Thank You advertisement. (if received by 11/6/2020)</li><li>100 raffle tickets entered in the Culinary Catchall raffle.</li><li>Two dedicated social media posts thanking you for your support throughout the year.</li><li>Sponsorship plaque to display at your business.</li><li>Early access to the Harvest 2020 Virtual Auction.</li></ul>		\n													<h3>\n								COMMUNTIY  BUILDER							</h3>\n								$2000 Sponsorship							\n							Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on the Harvest Virtual Auction Handbid Site (if received by 10/16/2020)</li><li>Recognition on Athens Area Homeless Shelter website year-round</li><li>Your logo displayed on our full page Flagpole Thank You advertisement (if received by 11/6/2020)</li><li>80 raffle tickets entered in the Culinary Catchall Raffle</li><li>One dedicated social media post thanking you for your support during the year.</li></ul>		\n													<h3>\n								FAMILY PARTNER							</h3>\n								$1000 Sponsorship							\n							Your $1000 sponsorship provides one year\'s supply of milk for children in shelter or 8 weeks of full time childcare for a child experiencing homelessness.						\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Sponsor Chrishaun Foundation','','inherit','closed','closed','','837-revision-v1','','','2021-07-01 16:06:57','2021-07-01 16:06:57','',837,'https://thechrishaunfoundation.org/?p=876',0,'revision','',0),(877,1,'2021-07-01 16:06:57','2021-07-01 16:06:57','<a href=\"#\" role=\"button\">\n						Change Lives - Sponsor Families\n					</a>\n		Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\n													<h3>\n								HOMETOWN HERO							</h3>\n								$5000 Sponsorship							\n							Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition with logo on the Virtual Harvest Auction on Handbid. (if received by 10/16/2020)</li><li>Recognition in all print advertising and on Athens Area Homeless Shelter website year-round.</li><li>Your logo (large) displayed on full page Flagpole Thank You advertisement. (if received by 11/6/2020)</li><li>100 raffle tickets entered in the Culinary Catchall raffle.</li><li>Two dedicated social media posts thanking you for your support throughout the year.</li><li>Sponsorship plaque to display at your business.</li><li>Early access to the Harvest 2020 Virtual Auction.</li></ul>		\n													<h3>\n								COMMUNTIY  BUILDER							</h3>\n								$2000 Sponsorship							\n							Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on the Harvest Virtual Auction Handbid Site (if received by 10/16/2020)</li><li>Recognition on Athens Area Homeless Shelter website year-round</li><li>Your logo displayed on our full page Flagpole Thank You advertisement (if received by 11/6/2020)</li><li>80 raffle tickets entered in the Culinary Catchall Raffle</li><li>One dedicated social media post thanking you for your support during the year.</li></ul>		\n													<h3>\n								FAMILY PARTNER							</h3>\n								$1000 Sponsorship							\n							Your $1000 sponsorship provides one year\'s supply of milk for children in shelter or 8 weeks of full time childcare for a child experiencing homelessness.						\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Sponsor Chrishaun Foundation','','inherit','closed','closed','','837-revision-v1','','','2021-07-01 16:06:57','2021-07-01 16:06:57','',837,'https://thechrishaunfoundation.org/?p=877',0,'revision','',0),(882,1,'2021-07-01 16:11:44','2021-07-01 16:11:44','<a href=\"#\" role=\"button\">\n						Change Lives - Sponsor Families\n					</a>\n		Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\n													<h3>\n								HOMETOWN HERO							</h3>\n								$5000 Sponsorship							\n							Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition with logo on the Virtual Harvest Auction on Handbid. (if received by 10/16/2020)</li><li>Recognition in all print advertising and on Athens Area Homeless Shelter website year-round.</li><li>Your logo (large) displayed on full page Flagpole Thank You advertisement. (if received by 11/6/2020)</li><li>100 raffle tickets entered in the Culinary Catchall raffle.</li><li>Two dedicated social media posts thanking you for your support throughout the year.</li><li>Sponsorship plaque to display at your business.</li><li>Early access to the Harvest 2020 Virtual Auction.</li></ul>		\n													<h3>\n								COMMUNTIY  BUILDER							</h3>\n								$2000 Sponsorship							\n							Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on the Harvest Virtual Auction Handbid Site (if received by 10/16/2020)</li><li>Recognition on Athens Area Homeless Shelter website year-round</li><li>Your logo displayed on our full page Flagpole Thank You advertisement (if received by 11/6/2020)</li><li>80 raffle tickets entered in the Culinary Catchall Raffle</li><li>One dedicated social media post thanking you for your support during the year.</li></ul>		\n													<h3>\n								FAMILY PARTNER							</h3>\n								$1000 Sponsorship							\n							Your $1000 sponsorship provides one year\'s supply of milk for children in shelter or 8 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on the Harvest Virtual Auction Site on Handbid. (if received by 10/16/2020)</li><li>Recognition on Athens Area Homeless Shelter website year-round.</li><li>Your logo (small) displayed on our Flagpole Thank You advertisement. (if received by 11/6/2020)</li><li>60 raffle tickets entered into the Culinary Catchall raffle.</li><li>Inclusion in group social media posts thanking our sponsors and supporters.</li></ul>		\n													<h3>\n								CHILDCARE PROVIDER							</h3>\n								$500 Sponsorship							\n							Your $500 sponsorship provides 2 months of groceries for our Barber Street shelter or one month of full time childcare for a child experiencing homelessness.						\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Sponsor Chrishaun Foundation','','inherit','closed','closed','','837-revision-v1','','','2021-07-01 16:11:44','2021-07-01 16:11:44','',837,'https://thechrishaunfoundation.org/?p=882',0,'revision','',0),(880,1,'2021-07-01 16:11:44','2021-07-01 16:11:44','<a href=\"#\" role=\"button\">\n						Change Lives - Sponsor Families\n					</a>\n		Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\n													<h3>\n								HOMETOWN HERO							</h3>\n								$5000 Sponsorship							\n							Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition with logo on the Virtual Harvest Auction on Handbid. (if received by 10/16/2020)</li><li>Recognition in all print advertising and on Athens Area Homeless Shelter website year-round.</li><li>Your logo (large) displayed on full page Flagpole Thank You advertisement. (if received by 11/6/2020)</li><li>100 raffle tickets entered in the Culinary Catchall raffle.</li><li>Two dedicated social media posts thanking you for your support throughout the year.</li><li>Sponsorship plaque to display at your business.</li><li>Early access to the Harvest 2020 Virtual Auction.</li></ul>		\n													<h3>\n								COMMUNTIY  BUILDER							</h3>\n								$2000 Sponsorship							\n							Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on the Harvest Virtual Auction Handbid Site (if received by 10/16/2020)</li><li>Recognition on Athens Area Homeless Shelter website year-round</li><li>Your logo displayed on our full page Flagpole Thank You advertisement (if received by 11/6/2020)</li><li>80 raffle tickets entered in the Culinary Catchall Raffle</li><li>One dedicated social media post thanking you for your support during the year.</li></ul>		\n													<h3>\n								FAMILY PARTNER							</h3>\n								$1000 Sponsorship							\n							Your $1000 sponsorship provides one year\'s supply of milk for children in shelter or 8 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on the Harvest Virtual Auction Site on Handbid. (if received by 10/16/2020)</li><li>Recognition on Athens Area Homeless Shelter website year-round.</li><li>Your logo (small) displayed on our Flagpole Thank You advertisement. (if received by 11/6/2020)</li><li>60 raffle tickets entered into the Culinary Catchall raffle.</li><li>Inclusion in group social media posts thanking our sponsors and supporters.</li></ul>		\n													<h3>\n								CHILDCARE PROVIDER							</h3>\n								$500 Sponsorship							\n							Your $1000 sponsorship provides one year\'s supply of milk for children in shelter or 8 weeks of full time childcare for a child experiencing homelessness.						\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Sponsor Chrishaun Foundation','','inherit','closed','closed','','837-revision-v1','','','2021-07-01 16:11:44','2021-07-01 16:11:44','',837,'https://thechrishaunfoundation.org/?p=880',0,'revision','',0),(881,1,'2021-07-01 16:11:44','2021-07-01 16:11:44','<a href=\"#\" role=\"button\">\n						Change Lives - Sponsor Families\n					</a>\n		Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\n													<h3>\n								HOMETOWN HERO							</h3>\n								$5000 Sponsorship							\n							Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition with logo on the Virtual Harvest Auction on Handbid. (if received by 10/16/2020)</li><li>Recognition in all print advertising and on Athens Area Homeless Shelter website year-round.</li><li>Your logo (large) displayed on full page Flagpole Thank You advertisement. (if received by 11/6/2020)</li><li>100 raffle tickets entered in the Culinary Catchall raffle.</li><li>Two dedicated social media posts thanking you for your support throughout the year.</li><li>Sponsorship plaque to display at your business.</li><li>Early access to the Harvest 2020 Virtual Auction.</li></ul>		\n													<h3>\n								COMMUNTIY  BUILDER							</h3>\n								$2000 Sponsorship							\n							Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on the Harvest Virtual Auction Handbid Site (if received by 10/16/2020)</li><li>Recognition on Athens Area Homeless Shelter website year-round</li><li>Your logo displayed on our full page Flagpole Thank You advertisement (if received by 11/6/2020)</li><li>80 raffle tickets entered in the Culinary Catchall Raffle</li><li>One dedicated social media post thanking you for your support during the year.</li></ul>		\n													<h3>\n								FAMILY PARTNER							</h3>\n								$1000 Sponsorship							\n							Your $1000 sponsorship provides one year\'s supply of milk for children in shelter or 8 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on the Harvest Virtual Auction Site on Handbid. (if received by 10/16/2020)</li><li>Recognition on Athens Area Homeless Shelter website year-round.</li><li>Your logo (small) displayed on our Flagpole Thank You advertisement. (if received by 11/6/2020)</li><li>60 raffle tickets entered into the Culinary Catchall raffle.</li><li>Inclusion in group social media posts thanking our sponsors and supporters.</li></ul>		\n													<h3>\n								CHILDCARE PROVIDER							</h3>\n								$500 Sponsorship							\n							Your $1000 sponsorship provides one year\'s supply of milk for children in shelter or 8 weeks of full time childcare for a child experiencing homelessness.						\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Sponsor Chrishaun Foundation','','inherit','closed','closed','','837-revision-v1','','','2021-07-01 16:11:44','2021-07-01 16:11:44','',837,'https://thechrishaunfoundation.org/?p=881',0,'revision','',0),(883,1,'2021-07-02 05:30:31','2021-07-02 05:30:31','<a href=\"#\" role=\"button\">\n						Change Lives - Sponsor Families\n					</a>\n		Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\n													<h3>\n								HOMETOWN HERO							</h3>\n								$5000 Sponsorship							\n							Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition with logo on the Virtual Harvest Auction on Handbid. (if received by 10/16/2020)</li><li>Recognition in all print advertising and on Athens Area Homeless Shelter website year-round.</li><li>Your logo (large) displayed on full page Flagpole Thank You advertisement. (if received by 11/6/2020)</li><li>100 raffle tickets entered in the Culinary Catchall raffle.</li><li>Two dedicated social media posts thanking you for your support throughout the year.</li><li>Sponsorship plaque to display at your business.</li><li>Early access to the Harvest 2020 Virtual Auction.</li></ul>		\n													<h3>\n								COMMUNTIY  BUILDER							</h3>\n								$2000 Sponsorship							\n							Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on the Harvest Virtual Auction Handbid Site (if received by 10/16/2020)</li><li>Recognition on Athens Area Homeless Shelter website year-round</li><li>Your logo displayed on our full page Flagpole Thank You advertisement (if received by 11/6/2020)</li><li>80 raffle tickets entered in the Culinary Catchall Raffle</li><li>One dedicated social media post thanking you for your support during the year.</li></ul>		\n													<h3>\n								FAMILY PARTNER							</h3>\n								$1000 Sponsorship							\n							Your $1000 sponsorship provides one year\'s supply of milk for children in shelter or 8 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on the Harvest Virtual Auction Site on Handbid. (if received by 10/16/2020)</li><li>Recognition on Athens Area Homeless Shelter website year-round.</li><li>Your logo (small) displayed on our Flagpole Thank You advertisement. (if received by 11/6/2020)</li><li>60 raffle tickets entered into the Culinary Catchall raffle.</li><li>Inclusion in group social media posts thanking our sponsors and supporters.</li></ul>		\n													<h3>\n								CHILDCARE PROVIDER							</h3>\n								$500 Sponsorship							\n							Your $500 sponsorship provides 2 months of groceries for our Barber Street shelter or one month of full time childcare for a child experiencing homelessness.						\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Sponsor Chrishaun Foundation','','inherit','closed','closed','','837-revision-v1','','','2021-07-02 05:30:31','2021-07-02 05:30:31','',837,'https://thechrishaunfoundation.org/?p=883',0,'revision','',0),(884,1,'2021-07-02 05:30:31','2021-07-02 05:30:31','<a href=\"#\" role=\"button\">\n						Change Lives - Sponsor Families\n					</a>\n		Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\n													<h3>\n								HOMETOWN HERO							</h3>\n								$5000 Sponsorship							\n							Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition with logo on the Virtual Harvest Auction on Handbid. (if received by 10/16/2020)</li><li>Recognition in all print advertising and on Athens Area Homeless Shelter website year-round.</li><li>Your logo (large) displayed on full page Flagpole Thank You advertisement. (if received by 11/6/2020)</li><li>100 raffle tickets entered in the Culinary Catchall raffle.</li><li>Two dedicated social media posts thanking you for your support throughout the year.</li><li>Sponsorship plaque to display at your business.</li><li>Early access to the Harvest 2020 Virtual Auction.</li></ul>		\n													<h3>\n								COMMUNTIY  BUILDER							</h3>\n								$2000 Sponsorship							\n							Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on the Harvest Virtual Auction Handbid Site (if received by 10/16/2020)</li><li>Recognition on Athens Area Homeless Shelter website year-round</li><li>Your logo displayed on our full page Flagpole Thank You advertisement (if received by 11/6/2020)</li><li>80 raffle tickets entered in the Culinary Catchall Raffle</li><li>One dedicated social media post thanking you for your support during the year.</li></ul>		\n													<h3>\n								FAMILY PARTNER							</h3>\n								$1000 Sponsorship							\n							Your $1000 sponsorship provides one year\'s supply of milk for children in shelter or 8 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on the Harvest Virtual Auction Site on Handbid. (if received by 10/16/2020)</li><li>Recognition on Athens Area Homeless Shelter website year-round.</li><li>Your logo (small) displayed on our Flagpole Thank You advertisement. (if received by 11/6/2020)</li><li>60 raffle tickets entered into the Culinary Catchall raffle.</li><li>Inclusion in group social media posts thanking our sponsors and supporters.</li></ul>		\n													<h3>\n								CHILDCARE PROVIDER							</h3>\n								$500 Sponsorship							\n							Your $500 sponsorship provides 2 months of groceries for our Barber Street shelter or one month of full time childcare for a child experiencing homelessness.						\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Sponsor Chrishaun Foundation','','inherit','closed','closed','','837-revision-v1','','','2021-07-02 05:30:31','2021-07-02 05:30:31','',837,'https://thechrishaunfoundation.org/?p=884',0,'revision','',0),(885,1,'2021-07-02 05:30:31','2021-07-02 05:30:31','<a href=\"#\" role=\"button\">\n						Change Lives - Sponsor Families\n					</a>\n		Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\n													<h3>\n								HOMETOWN HERO							</h3>\n								$5000 Sponsorship							\n							Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition with logo on the Virtual Harvest Auction on Handbid. (if received by 10/16/2020)</li><li>Recognition in all print advertising and on Athens Area Homeless Shelter website year-round.</li><li>Your logo (large) displayed on full page Flagpole Thank You advertisement. (if received by 11/6/2020)</li><li>100 raffle tickets entered in the Culinary Catchall raffle.</li><li>Two dedicated social media posts thanking you for your support throughout the year.</li><li>Sponsorship plaque to display at your business.</li><li>Early access to the Harvest 2020 Virtual Auction.</li></ul>		\n													<h3>\n								COMMUNTIY  BUILDER							</h3>\n								$2000 Sponsorship							\n							Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on the Harvest Virtual Auction Handbid Site (if received by 10/16/2020)</li><li>Recognition on Athens Area Homeless Shelter website year-round</li><li>Your logo displayed on our full page Flagpole Thank You advertisement (if received by 11/6/2020)</li><li>80 raffle tickets entered in the Culinary Catchall Raffle</li><li>One dedicated social media post thanking you for your support during the year.</li></ul>		\n													<h3>\n								FAMILY PARTNER							</h3>\n								$1000 Sponsorship							\n							Your $1000 sponsorship provides one year\'s supply of milk for children in shelter or 8 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on the Harvest Virtual Auction Site on Handbid. (if received by 10/16/2020)</li><li>Recognition on Athens Area Homeless Shelter website year-round.</li><li>Your logo (small) displayed on our Flagpole Thank You advertisement. (if received by 11/6/2020)</li><li>60 raffle tickets entered into the Culinary Catchall raffle.</li><li>Inclusion in group social media posts thanking our sponsors and supporters.</li></ul>		\n													<h3>\n								CHILDCARE PROVIDER							</h3>\n								$500 Sponsorship							\n							Your $500 sponsorship provides 2 months of groceries for our Barber Street shelter or one month of full time childcare for a child experiencing homelessness.						\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Sponsor Chrishaun Foundation','','inherit','closed','closed','','837-revision-v1','','','2021-07-02 05:30:31','2021-07-02 05:30:31','',837,'https://thechrishaunfoundation.org/?p=885',0,'revision','',0),(893,1,'2021-07-02 05:48:38','2021-07-02 05:48:38','<a href=\"#\" role=\"button\">\n						Change Lives - Sponsor Families\n					</a>\n		Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\n													<h3>\n								HOMETOWN HERO							</h3>\n								$5000 Sponsorship							\n							Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition with logo on the Virtual Harvest Auction on Handbid. (if received by 10/16/2020)</li><li>Recognition in all print advertising and on Athens Area Homeless Shelter website year-round.</li><li>Your logo (large) displayed on full page Flagpole Thank You advertisement. (if received by 11/6/2020)</li><li>100 raffle tickets entered in the Culinary Catchall raffle.</li><li>Two dedicated social media posts thanking you for your support throughout the year.</li><li>Sponsorship plaque to display at your business.</li><li>Early access to the Harvest 2020 Virtual Auction.</li></ul>		\n													<h3>\n								COMMUNTIY  BUILDER							</h3>\n								$2000 Sponsorship							\n							Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on the Harvest Virtual Auction Handbid Site (if received by 10/16/2020)</li><li>Recognition on Athens Area Homeless Shelter website year-round</li><li>Your logo displayed on our full page Flagpole Thank You advertisement (if received by 11/6/2020)</li><li>80 raffle tickets entered in the Culinary Catchall Raffle</li><li>One dedicated social media post thanking you for your support during the year.</li></ul>		\n													<h3>\n								FAMILY PARTNER							</h3>\n								$1000 Sponsorship							\n							Your $1000 sponsorship provides one year\'s supply of milk for children in shelter or 8 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on the Harvest Virtual Auction Site on Handbid. (if received by 10/16/2020)</li><li>Recognition on Athens Area Homeless Shelter website year-round.</li><li>Your logo (small) displayed on our Flagpole Thank You advertisement. (if received by 11/6/2020)</li><li>60 raffle tickets entered into the Culinary Catchall raffle.</li><li>Inclusion in group social media posts thanking our sponsors and supporters.</li></ul>		\n													<h3>\n								CHILDCARE PROVIDER							</h3>\n								$500 Sponsorship							\n							Your $500 sponsorship provides 2 months of groceries for our Barber Street shelter or one month of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on the Harvest Virtual Auction Handbid site. (if received by 10/16/2020)</li><li>Recognition on Athens Area Homeless Shelter website year-round.</li><li>Inclusion in a social media post thanking our sponsors and supporters.</li><li>40 raffle tickets entered into the Culinary Catchall Raffle.</li></ul>		\n													<h3>\n								SHELTER FRIEND							</h3>\n								$250 Sponsorship							\n							Your $250 sponsorship provides nearly 150 bus passes for a working parent or 2 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on Athens Area Homeless Shelter website year-round.</li><li>20 raffle tickets entered into the Culinary Catchall Raffle</li><li> </li></ul>','Sponsor Chrishaun Foundation','','inherit','closed','closed','','837-revision-v1','','','2021-07-02 05:48:38','2021-07-02 05:48:38','',837,'https://thechrishaunfoundation.org/?p=893',0,'revision','',0),(894,1,'2021-07-02 05:48:38','2021-07-02 05:48:38','<a href=\"#\" role=\"button\">\n						Change Lives - Sponsor Families\n					</a>\n		Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\n													<h3>\n								HOMETOWN HERO							</h3>\n								$5000 Sponsorship							\n							Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition with logo on the Virtual Harvest Auction on Handbid. (if received by 10/16/2020)</li><li>Recognition in all print advertising and on Athens Area Homeless Shelter website year-round.</li><li>Your logo (large) displayed on full page Flagpole Thank You advertisement. (if received by 11/6/2020)</li><li>100 raffle tickets entered in the Culinary Catchall raffle.</li><li>Two dedicated social media posts thanking you for your support throughout the year.</li><li>Sponsorship plaque to display at your business.</li><li>Early access to the Harvest 2020 Virtual Auction.</li></ul>		\n													<h3>\n								COMMUNTIY  BUILDER							</h3>\n								$2000 Sponsorship							\n							Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on the Harvest Virtual Auction Handbid Site (if received by 10/16/2020)</li><li>Recognition on Athens Area Homeless Shelter website year-round</li><li>Your logo displayed on our full page Flagpole Thank You advertisement (if received by 11/6/2020)</li><li>80 raffle tickets entered in the Culinary Catchall Raffle</li><li>One dedicated social media post thanking you for your support during the year.</li></ul>		\n													<h3>\n								FAMILY PARTNER							</h3>\n								$1000 Sponsorship							\n							Your $1000 sponsorship provides one year\'s supply of milk for children in shelter or 8 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on the Harvest Virtual Auction Site on Handbid. (if received by 10/16/2020)</li><li>Recognition on Athens Area Homeless Shelter website year-round.</li><li>Your logo (small) displayed on our Flagpole Thank You advertisement. (if received by 11/6/2020)</li><li>60 raffle tickets entered into the Culinary Catchall raffle.</li><li>Inclusion in group social media posts thanking our sponsors and supporters.</li></ul>		\n													<h3>\n								CHILDCARE PROVIDER							</h3>\n								$500 Sponsorship							\n							Your $500 sponsorship provides 2 months of groceries for our Barber Street shelter or one month of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on the Harvest Virtual Auction Handbid site. (if received by 10/16/2020)</li><li>Recognition on Athens Area Homeless Shelter website year-round.</li><li>Inclusion in a social media post thanking our sponsors and supporters.</li><li>40 raffle tickets entered into the Culinary Catchall Raffle.</li></ul>		\n													<h3>\n								SHELTER FRIEND							</h3>\n								$250 Sponsorship							\n							Your $250 sponsorship provides nearly 150 bus passes for a working parent or 2 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on Athens Area Homeless Shelter website year-round.</li><li>20 raffle tickets entered into the Culinary Catchall Raffle</li></ul>','Sponsor Chrishaun Foundation','','inherit','closed','closed','','837-revision-v1','','','2021-07-02 05:48:38','2021-07-02 05:48:38','',837,'https://thechrishaunfoundation.org/?p=894',0,'revision','',0),(887,1,'2021-07-02 05:42:26','2021-07-02 05:42:26','','sponsor5','','inherit','open','closed','','sponsor5','','','2021-07-02 05:42:26','2021-07-02 05:42:26','',837,'https://thechrishaunfoundation.org/wp-content/uploads/2021/07/sponsor5.jpg',0,'attachment','image/jpeg',0),(888,1,'2021-07-02 05:42:50','2021-07-02 05:42:50','','sponsor4','','inherit','open','closed','','sponsor4','','','2021-07-02 05:42:50','2021-07-02 05:42:50','',837,'https://thechrishaunfoundation.org/wp-content/uploads/2021/07/sponsor4.jpg',0,'attachment','image/jpeg',0),(889,1,'2021-07-02 05:48:19','2021-07-02 05:48:19','<a href=\"#\" role=\"button\">\n						Change Lives - Sponsor Families\n					</a>\n		Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\n													<h3>\n								HOMETOWN HERO							</h3>\n								$5000 Sponsorship							\n							Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition with logo on the Virtual Harvest Auction on Handbid. (if received by 10/16/2020)</li><li>Recognition in all print advertising and on Athens Area Homeless Shelter website year-round.</li><li>Your logo (large) displayed on full page Flagpole Thank You advertisement. (if received by 11/6/2020)</li><li>100 raffle tickets entered in the Culinary Catchall raffle.</li><li>Two dedicated social media posts thanking you for your support throughout the year.</li><li>Sponsorship plaque to display at your business.</li><li>Early access to the Harvest 2020 Virtual Auction.</li></ul>		\n													<h3>\n								COMMUNTIY  BUILDER							</h3>\n								$2000 Sponsorship							\n							Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on the Harvest Virtual Auction Handbid Site (if received by 10/16/2020)</li><li>Recognition on Athens Area Homeless Shelter website year-round</li><li>Your logo displayed on our full page Flagpole Thank You advertisement (if received by 11/6/2020)</li><li>80 raffle tickets entered in the Culinary Catchall Raffle</li><li>One dedicated social media post thanking you for your support during the year.</li></ul>		\n													<h3>\n								FAMILY PARTNER							</h3>\n								$1000 Sponsorship							\n							Your $1000 sponsorship provides one year\'s supply of milk for children in shelter or 8 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on the Harvest Virtual Auction Site on Handbid. (if received by 10/16/2020)</li><li>Recognition on Athens Area Homeless Shelter website year-round.</li><li>Your logo (small) displayed on our Flagpole Thank You advertisement. (if received by 11/6/2020)</li><li>60 raffle tickets entered into the Culinary Catchall raffle.</li><li>Inclusion in group social media posts thanking our sponsors and supporters.</li></ul>		\n													<h3>\n								CHILDCARE PROVIDER							</h3>\n								$500 Sponsorship							\n							Your $500 sponsorship provides 2 months of groceries for our Barber Street shelter or one month of full time childcare for a child experiencing homelessness.						\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Sponsor Chrishaun Foundation','','inherit','closed','closed','','837-revision-v1','','','2021-07-02 05:48:19','2021-07-02 05:48:19','',837,'https://thechrishaunfoundation.org/?p=889',0,'revision','',0),(890,1,'2021-07-02 05:48:19','2021-07-02 05:48:19','<a href=\"#\" role=\"button\">\n						Change Lives - Sponsor Families\n					</a>\n		Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\n													<h3>\n								HOMETOWN HERO							</h3>\n								$5000 Sponsorship							\n							Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition with logo on the Virtual Harvest Auction on Handbid. (if received by 10/16/2020)</li><li>Recognition in all print advertising and on Athens Area Homeless Shelter website year-round.</li><li>Your logo (large) displayed on full page Flagpole Thank You advertisement. (if received by 11/6/2020)</li><li>100 raffle tickets entered in the Culinary Catchall raffle.</li><li>Two dedicated social media posts thanking you for your support throughout the year.</li><li>Sponsorship plaque to display at your business.</li><li>Early access to the Harvest 2020 Virtual Auction.</li></ul>		\n													<h3>\n								COMMUNTIY  BUILDER							</h3>\n								$2000 Sponsorship							\n							Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on the Harvest Virtual Auction Handbid Site (if received by 10/16/2020)</li><li>Recognition on Athens Area Homeless Shelter website year-round</li><li>Your logo displayed on our full page Flagpole Thank You advertisement (if received by 11/6/2020)</li><li>80 raffle tickets entered in the Culinary Catchall Raffle</li><li>One dedicated social media post thanking you for your support during the year.</li></ul>		\n													<h3>\n								FAMILY PARTNER							</h3>\n								$1000 Sponsorship							\n							Your $1000 sponsorship provides one year\'s supply of milk for children in shelter or 8 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on the Harvest Virtual Auction Site on Handbid. (if received by 10/16/2020)</li><li>Recognition on Athens Area Homeless Shelter website year-round.</li><li>Your logo (small) displayed on our Flagpole Thank You advertisement. (if received by 11/6/2020)</li><li>60 raffle tickets entered into the Culinary Catchall raffle.</li><li>Inclusion in group social media posts thanking our sponsors and supporters.</li></ul>		\n													<h3>\n								CHILDCARE PROVIDER							</h3>\n								$500 Sponsorship							\n							Your $500 sponsorship provides 2 months of groceries for our Barber Street shelter or one month of full time childcare for a child experiencing homelessness.						\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Sponsor Chrishaun Foundation','','inherit','closed','closed','','837-revision-v1','','','2021-07-02 05:48:19','2021-07-02 05:48:19','',837,'https://thechrishaunfoundation.org/?p=890',0,'revision','',0),(895,1,'2021-07-02 05:49:19','2021-07-02 05:49:19','<a href=\"#\" role=\"button\">\n						Change Lives - Sponsor Families\n					</a>\n		Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\n													<h3>\n								HOMETOWN HERO							</h3>\n								$5000 Sponsorship							\n							Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition with logo on the Virtual Harvest Auction on Handbid. (if received by 10/16/2020)</li><li>Recognition in all print advertising and on Athens Area Homeless Shelter website year-round.</li><li>Your logo (large) displayed on full page Flagpole Thank You advertisement. (if received by 11/6/2020)</li><li>100 raffle tickets entered in the Culinary Catchall raffle.</li><li>Two dedicated social media posts thanking you for your support throughout the year.</li><li>Sponsorship plaque to display at your business.</li><li>Early access to the Harvest 2020 Virtual Auction.</li></ul>		\n													<h3>\n								COMMUNTIY  BUILDER							</h3>\n								$2000 Sponsorship							\n							Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on the Harvest Virtual Auction Handbid Site (if received by 10/16/2020)</li><li>Recognition on Athens Area Homeless Shelter website year-round</li><li>Your logo displayed on our full page Flagpole Thank You advertisement (if received by 11/6/2020)</li><li>80 raffle tickets entered in the Culinary Catchall Raffle</li><li>One dedicated social media post thanking you for your support during the year.</li></ul>		\n													<h3>\n								FAMILY PARTNER							</h3>\n								$1000 Sponsorship							\n							Your $1000 sponsorship provides one year\'s supply of milk for children in shelter or 8 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on the Harvest Virtual Auction Site on Handbid. (if received by 10/16/2020)</li><li>Recognition on Athens Area Homeless Shelter website year-round.</li><li>Your logo (small) displayed on our Flagpole Thank You advertisement. (if received by 11/6/2020)</li><li>60 raffle tickets entered into the Culinary Catchall raffle.</li><li>Inclusion in group social media posts thanking our sponsors and supporters.</li></ul>		\n													<h3>\n								CHILDCARE PROVIDER							</h3>\n								$500 Sponsorship							\n							Your $500 sponsorship provides 2 months of groceries for our Barber Street shelter or one month of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on the Harvest Virtual Auction Handbid site. (if received by 10/16/2020)</li><li>Recognition on Athens Area Homeless Shelter website year-round.</li><li>Inclusion in a social media post thanking our sponsors and supporters.</li><li>40 raffle tickets entered into the Culinary Catchall Raffle.</li></ul>		\n													<h3>\n								SHELTER FRIEND							</h3>\n								$250 Sponsorship							\n							Your $250 sponsorship provides nearly 150 bus passes for a working parent or 2 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on Athens Area Homeless Shelter website year-round.</li><li>20 raffle tickets entered into the Culinary Catchall Raffle</li></ul>','Sponsor Chrishaun Foundation','','inherit','closed','closed','','837-revision-v1','','','2021-07-02 05:49:19','2021-07-02 05:49:19','',837,'https://thechrishaunfoundation.org/?p=895',0,'revision','',0),(896,1,'2021-07-02 05:49:19','2021-07-02 05:49:19','<a href=\"#\" role=\"button\">\n						Change Lives - Sponsor Families\n					</a>\n		Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\n													<h3>\n								HOMETOWN HERO							</h3>\n								$5000 Sponsorship							\n							Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition with logo on the Virtual Harvest Auction on Handbid. (if received by 10/16/2020)</li><li>Recognition in all print advertising and on Athens Area Homeless Shelter website year-round.</li><li>Your logo (large) displayed on full page Flagpole Thank You advertisement. (if received by 11/6/2020)</li><li>100 raffle tickets entered in the Culinary Catchall raffle.</li><li>Two dedicated social media posts thanking you for your support throughout the year.</li><li>Sponsorship plaque to display at your business.</li><li>Early access to the Harvest 2020 Virtual Auction.</li></ul>		\n													<h3>\n								COMMUNTIY  BUILDER							</h3>\n								$2000 Sponsorship							\n							Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on the Harvest Virtual Auction Handbid Site (if received by 10/16/2020)</li><li>Recognition on Athens Area Homeless Shelter website year-round</li><li>Your logo displayed on our full page Flagpole Thank You advertisement (if received by 11/6/2020)</li><li>80 raffle tickets entered in the Culinary Catchall Raffle</li><li>One dedicated social media post thanking you for your support during the year.</li></ul>		\n													<h3>\n								FAMILY PARTNER							</h3>\n								$1000 Sponsorship							\n							Your $1000 sponsorship provides one year\'s supply of milk for children in shelter or 8 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on the Harvest Virtual Auction Site on Handbid. (if received by 10/16/2020)</li><li>Recognition on Athens Area Homeless Shelter website year-round.</li><li>Your logo (small) displayed on our Flagpole Thank You advertisement. (if received by 11/6/2020)</li><li>60 raffle tickets entered into the Culinary Catchall raffle.</li><li>Inclusion in group social media posts thanking our sponsors and supporters.</li></ul>		\n													<h3>\n								CHILDCARE PROVIDER							</h3>\n								$500 Sponsorship							\n							Your $500 sponsorship provides 2 months of groceries for our Barber Street shelter or one month of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on the Harvest Virtual Auction Handbid site. (if received by 10/16/2020)</li><li>Recognition on Athens Area Homeless Shelter website year-round.</li><li>Inclusion in a social media post thanking our sponsors and supporters.</li><li>40 raffle tickets entered into the Culinary Catchall Raffle.</li></ul>		\n													<h3>\n								SHELTER FRIEND							</h3>\n								$250 Sponsorship							\n							Your $250 sponsorship provides nearly 150 bus passes for a working parent or 2 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on Athens Area Homeless Shelter website year-round.</li><li>20 raffle tickets entered into the Culinary Catchall Raffle</li></ul>','Sponsor Chrishaun Foundation','','inherit','closed','closed','','837-revision-v1','','','2021-07-02 05:49:19','2021-07-02 05:49:19','',837,'https://thechrishaunfoundation.org/?p=896',0,'revision','',0),(897,1,'2021-07-02 05:49:19','2021-07-02 05:49:19','<a href=\"#\" role=\"button\">\n						Change Lives - Sponsor Families\n					</a>\n		Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\n													<h3>\n								HOMETOWN HERO							</h3>\n								$5000 Sponsorship							\n							Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition with logo on the Virtual Harvest Auction on Handbid. (if received by 10/16/2020)</li><li>Recognition in all print advertising and on Athens Area Homeless Shelter website year-round.</li><li>Your logo (large) displayed on full page Flagpole Thank You advertisement. (if received by 11/6/2020)</li><li>100 raffle tickets entered in the Culinary Catchall raffle.</li><li>Two dedicated social media posts thanking you for your support throughout the year.</li><li>Sponsorship plaque to display at your business.</li><li>Early access to the Harvest 2020 Virtual Auction.</li></ul>		\n													<h3>\n								COMMUNTIY  BUILDER							</h3>\n								$2000 Sponsorship							\n							Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on the Harvest Virtual Auction Handbid Site (if received by 10/16/2020)</li><li>Recognition on Athens Area Homeless Shelter website year-round</li><li>Your logo displayed on our full page Flagpole Thank You advertisement (if received by 11/6/2020)</li><li>80 raffle tickets entered in the Culinary Catchall Raffle</li><li>One dedicated social media post thanking you for your support during the year.</li></ul>		\n													<h3>\n								FAMILY PARTNER							</h3>\n								$1000 Sponsorship							\n							Your $1000 sponsorship provides one year\'s supply of milk for children in shelter or 8 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on the Harvest Virtual Auction Site on Handbid. (if received by 10/16/2020)</li><li>Recognition on Athens Area Homeless Shelter website year-round.</li><li>Your logo (small) displayed on our Flagpole Thank You advertisement. (if received by 11/6/2020)</li><li>60 raffle tickets entered into the Culinary Catchall raffle.</li><li>Inclusion in group social media posts thanking our sponsors and supporters.</li></ul>		\n													<h3>\n								CHILDCARE PROVIDER							</h3>\n								$500 Sponsorship							\n							Your $500 sponsorship provides 2 months of groceries for our Barber Street shelter or one month of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on the Harvest Virtual Auction Handbid site. (if received by 10/16/2020)</li><li>Recognition on Athens Area Homeless Shelter website year-round.</li><li>Inclusion in a social media post thanking our sponsors and supporters.</li><li>40 raffle tickets entered into the Culinary Catchall Raffle.</li></ul>		\n													<h3>\n								SHELTER FRIEND							</h3>\n								$250 Sponsorship							\n							Your $250 sponsorship provides nearly 150 bus passes for a working parent or 2 weeks of full time childcare for a child experiencing homelessness.						\n		<ul><li>Recognition on Athens Area Homeless Shelter website year-round.</li><li>20 raffle tickets entered into the Culinary Catchall Raffle</li></ul>','Sponsor Chrishaun Foundation','','inherit','closed','closed','','837-revision-v1','','','2021-07-02 05:49:19','2021-07-02 05:49:19','',837,'https://thechrishaunfoundation.org/?p=897',0,'revision','',0),(898,1,'2021-07-02 12:10:22','2021-07-02 12:10:22','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\nPrevious\nNext\nDuring the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.\n<h5>Make a One Time Gift</h5>\nDonations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\n<a href=\"#\" role=\"button\">\nDonate\n</a>\n<h5>Become a Shelter Provider</h5>\nMake a difference in the lives of homeless individuals and families every month of the year. Your monthly gift creates a consistent stream of financial support and enables us to make efficient plans for the future. You can enroll in our shelter provider program online through Kindful or by contacting your bank to have a check sent to the shelter each month.\n<a href=\"#\" role=\"button\">\nSetup a monthly donation\n</a>\n<h5>Sponsor Foundation</h5>\nBecoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\n\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\n\n<a href=\"#\" role=\"button\">\nSponsor\n</a>\n<h5>Going Home Kits</h5>\nAthens Area Homeless Shelter’s Going Home Program offers assistance to families who are transitioning from homelessness to independence. With your help, AAHS can provide simple home items for cleaning kits, bedroom kits, or even entire apartment kits.\n<a href=\"#\" role=\"button\">\nLearn More\n</a>\n<h5>Honor &amp; Memorial Giving</h5>\nThis is a meaningful way to recognize significant life events and people while supporting the organization’s mission to help those experiencing homelessness move toward stable housing. When you give an honor or memorial gift, a special card is sent to your honoree or their family. Click here to honor someone with your gift.\n\n<a href=\"#\" role=\"button\">\nLearn More\n</a>\n<h5>Matching Programs</h5>\nMany employers sponsor gift matching programs. To find out if your company has a matching gift policy, please contact your Human Resources department.\n<a href=\"#\" role=\"button\">\nLearn More\n</a>\n<h5>Wish List</h5>\nOur wishlist provides you with an up-to-date item list of which the Shelter is in need. Use this list as a resource for your group supply drive! All donated items can be delivered to AAHS during regular office hours.\n<a href=\"#\" role=\"button\">\nLearn More\n</a>\n<h5>Planned Giving</h5>\nWhen you prepare your will, living trust, or other estate plans, you can protect and provide for your family, remember special friends and loved ones, or even establish a bequest to benefit AAHS. Contact the AAHS Executive Director for more information.\n<a href=\"#\" role=\"button\">\nLearn More\n</a>','Donate-draft','','publish','closed','closed','','donate-draft','','','2021-10-08 16:23:52','2021-10-08 16:23:52','',0,'https://thechrishaunfoundation.org/?page_id=898',0,'page','',0),(899,1,'2021-07-02 12:10:57','2021-07-02 12:10:57','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Donate','','inherit','closed','closed','','898-revision-v1','','','2021-07-02 12:10:57','2021-07-02 12:10:57','',898,'https://thechrishaunfoundation.org/?p=899',0,'revision','',0),(900,1,'2021-07-02 12:13:52','2021-07-02 12:13:52','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Donate','','inherit','closed','closed','','898-revision-v1','','','2021-07-02 12:13:52','2021-07-02 12:13:52','',898,'https://thechrishaunfoundation.org/?p=900',0,'revision','',0),(901,1,'2021-07-02 12:13:52','2021-07-02 12:13:52','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Donate','','inherit','closed','closed','','898-revision-v1','','','2021-07-02 12:13:52','2021-07-02 12:13:52','',898,'https://thechrishaunfoundation.org/?p=901',0,'revision','',0),(911,1,'2021-07-02 12:24:31','2021-07-02 12:24:31','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n		During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.		\n			<h2>Our Response to Covid-19</h2>		\n			<h5>Make a One Time Gift</h5>		\n		Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Donate','','inherit','closed','closed','','898-revision-v1','','','2021-07-02 12:24:31','2021-07-02 12:24:31','',898,'https://thechrishaunfoundation.org/?p=911',0,'revision','',0),(902,1,'2021-07-02 12:13:53','2021-07-02 12:13:53','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n		During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.		\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Donate','','inherit','closed','closed','','898-revision-v1','','','2021-07-02 12:13:53','2021-07-02 12:13:53','',898,'https://thechrishaunfoundation.org/?p=902',0,'revision','',0),(903,1,'2021-07-02 12:15:01','2021-07-02 12:15:01','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n		During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.		\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Donate','','inherit','closed','closed','','898-revision-v1','','','2021-07-02 12:15:01','2021-07-02 12:15:01','',898,'https://thechrishaunfoundation.org/?p=903',0,'revision','',0),(904,1,'2021-07-02 12:15:01','2021-07-02 12:15:01','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n		During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.		\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Donate','','inherit','closed','closed','','898-revision-v1','','','2021-07-02 12:15:01','2021-07-02 12:15:01','',898,'https://thechrishaunfoundation.org/?p=904',0,'revision','',0),(905,1,'2021-07-02 12:15:02','2021-07-02 12:15:02','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n		During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.		\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Donate','','inherit','closed','closed','','898-revision-v1','','','2021-07-02 12:15:02','2021-07-02 12:15:02','',898,'https://thechrishaunfoundation.org/?p=905',0,'revision','',0),(906,1,'2021-07-02 12:15:32','2021-07-02 12:15:32','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n		During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.		\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Donate','','inherit','closed','closed','','898-revision-v1','','','2021-07-02 12:15:32','2021-07-02 12:15:32','',898,'https://thechrishaunfoundation.org/?p=906',0,'revision','',0),(907,1,'2021-07-02 12:15:32','2021-07-02 12:15:32','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n		During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.		\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Donate','','inherit','closed','closed','','898-revision-v1','','','2021-07-02 12:15:32','2021-07-02 12:15:32','',898,'https://thechrishaunfoundation.org/?p=907',0,'revision','',0),(908,1,'2021-07-02 12:15:32','2021-07-02 12:15:32','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n		During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.		\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Donate','','inherit','closed','closed','','898-revision-v1','','','2021-07-02 12:15:32','2021-07-02 12:15:32','',898,'https://thechrishaunfoundation.org/?p=908',0,'revision','',0),(909,1,'2021-07-02 12:24:31','2021-07-02 12:24:31','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n		During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.		\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Donate','','inherit','closed','closed','','898-revision-v1','','','2021-07-02 12:24:31','2021-07-02 12:24:31','',898,'https://thechrishaunfoundation.org/?p=909',0,'revision','',0),(910,1,'2021-07-02 12:24:31','2021-07-02 12:24:31','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n		During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.		\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Donate','','inherit','closed','closed','','898-revision-v1','','','2021-07-02 12:24:31','2021-07-02 12:24:31','',898,'https://thechrishaunfoundation.org/?p=910',0,'revision','',0),(912,1,'2021-07-02 12:25:20','2021-07-02 12:25:20','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n		During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.		\n			<h2>Our Response to Covid-19</h2>		\n			<h5>Make a One Time Gift</h5>		\n		Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Donate','','inherit','closed','closed','','898-revision-v1','','','2021-07-02 12:25:20','2021-07-02 12:25:20','',898,'https://thechrishaunfoundation.org/?p=912',0,'revision','',0),(913,1,'2021-07-02 12:25:21','2021-07-02 12:25:21','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n		During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.		\n			<h2>Our Response to Covid-19</h2>		\n			<h5>Make a One Time Gift</h5>		\n		Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Donate','','inherit','closed','closed','','898-revision-v1','','','2021-07-02 12:25:21','2021-07-02 12:25:21','',898,'https://thechrishaunfoundation.org/?p=913',0,'revision','',0),(914,1,'2021-07-02 12:25:21','2021-07-02 12:25:21','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n		During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.		\n			<h2>Our Response to Covid-19</h2>		\n			<h5>Make a One Time Gift</h5>		\n		Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Donate','','inherit','closed','closed','','898-revision-v1','','','2021-07-02 12:25:21','2021-07-02 12:25:21','',898,'https://thechrishaunfoundation.org/?p=914',0,'revision','',0),(915,1,'2021-07-02 12:25:38','2021-07-02 12:25:38','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n		During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.		\n			<h2>Our Response to Covid-19</h2>		\n			<h5>Make a One Time Gift</h5>		\n		Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Donate','','inherit','closed','closed','','898-revision-v1','','','2021-07-02 12:25:38','2021-07-02 12:25:38','',898,'https://thechrishaunfoundation.org/?p=915',0,'revision','',0),(916,1,'2021-07-02 12:25:38','2021-07-02 12:25:38','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n		During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.		\n			<h2>Our Response to Covid-19</h2>		\n			<h5>Make a One Time Gift</h5>		\n		Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Donate','','inherit','closed','closed','','898-revision-v1','','','2021-07-02 12:25:38','2021-07-02 12:25:38','',898,'https://thechrishaunfoundation.org/?p=916',0,'revision','',0),(917,1,'2021-07-02 12:25:38','2021-07-02 12:25:38','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n		During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.		\n			<h2>Our Response to Covid-19</h2>		\n			<h5>Make a One Time Gift</h5>		\n		Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Donate','','inherit','closed','closed','','898-revision-v1','','','2021-07-02 12:25:38','2021-07-02 12:25:38','',898,'https://thechrishaunfoundation.org/?p=917',0,'revision','',0),(918,1,'2021-07-02 12:27:35','2021-07-02 12:27:35','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n		During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.		\n			<h2>Our Response to Covid-19</h2>		\n			<h5>Make a One Time Gift</h5>		\n		Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Donate','','inherit','closed','closed','','898-revision-v1','','','2021-07-02 12:27:35','2021-07-02 12:27:35','',898,'https://thechrishaunfoundation.org/?p=918',0,'revision','',0),(919,1,'2021-07-02 12:27:35','2021-07-02 12:27:35','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n		During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.		\n			<h2>Our Response to Covid-19</h2>		\n			<h5>Make a One Time Gift</h5>		\n		Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Donate','','inherit','closed','closed','','898-revision-v1','','','2021-07-02 12:27:35','2021-07-02 12:27:35','',898,'https://thechrishaunfoundation.org/?p=919',0,'revision','',0),(920,1,'2021-07-02 12:27:35','2021-07-02 12:27:35','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n		During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.		\n			<h2>Our Response to Covid-19</h2>		\n			<h5>Make a One Time Gift</h5>		\n		Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Donate','','inherit','closed','closed','','898-revision-v1','','','2021-07-02 12:27:35','2021-07-02 12:27:35','',898,'https://thechrishaunfoundation.org/?p=920',0,'revision','',0),(921,1,'2021-07-02 12:29:06','2021-07-02 12:29:06','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n		During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.		\n			<h2>Our Response to Covid-19</h2>		\n			<h5>Make a One Time Gift</h5>		\n		Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Donate','','inherit','closed','closed','','898-revision-v1','','','2021-07-02 12:29:06','2021-07-02 12:29:06','',898,'https://thechrishaunfoundation.org/?p=921',0,'revision','',0),(922,1,'2021-07-02 12:29:06','2021-07-02 12:29:06','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n		During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.		\n			<h2>Our Response to Covid-19</h2>		\n			<h5>Make a One Time Gift</h5>		\n		Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Donate','','inherit','closed','closed','','898-revision-v1','','','2021-07-02 12:29:06','2021-07-02 12:29:06','',898,'https://thechrishaunfoundation.org/?p=922',0,'revision','',0),(923,1,'2021-07-02 12:29:07','2021-07-02 12:29:07','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n		During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.		\n			<h2>Our Response to Covid-19</h2>		\n			<h5>Make a One Time Gift</h5>		\n		Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<h5>Become a Shelter Provider</h5>		\n		Make a difference in the lives of homeless individuals and families every month of the year. Your monthly gift creates a consistent stream of financial support and enables us to make efficient plans for the future. You can enroll in our shelter provider program online through Kindful or by contacting your bank to have a check sent to the shelter each month.		\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Donate','','inherit','closed','closed','','898-revision-v1','','','2021-07-02 12:29:07','2021-07-02 12:29:07','',898,'https://thechrishaunfoundation.org/?p=923',0,'revision','',0),(924,1,'2021-07-02 12:29:33','2021-07-02 12:29:33','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n		During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.		\n			<h2>Our Response to Covid-19</h2>		\n			<h5>Make a One Time Gift</h5>		\n		Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<h5>Become a Shelter Provider</h5>		\n		Make a difference in the lives of homeless individuals and families every month of the year. Your monthly gift creates a consistent stream of financial support and enables us to make efficient plans for the future. You can enroll in our shelter provider program online through Kindful or by contacting your bank to have a check sent to the shelter each month.		\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Donate','','inherit','closed','closed','','898-revision-v1','','','2021-07-02 12:29:33','2021-07-02 12:29:33','',898,'https://thechrishaunfoundation.org/?p=924',0,'revision','',0),(925,1,'2021-07-02 12:29:33','2021-07-02 12:29:33','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n		During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.		\n			<h2>Our Response to Covid-19</h2>		\n			<h5>Make a One Time Gift</h5>		\n		Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<h5>Become a Shelter Provider</h5>		\n		Make a difference in the lives of homeless individuals and families every month of the year. Your monthly gift creates a consistent stream of financial support and enables us to make efficient plans for the future. You can enroll in our shelter provider program online through Kindful or by contacting your bank to have a check sent to the shelter each month.		\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Donate','','inherit','closed','closed','','898-revision-v1','','','2021-07-02 12:29:33','2021-07-02 12:29:33','',898,'https://thechrishaunfoundation.org/?p=925',0,'revision','',0),(926,1,'2021-07-02 12:29:33','2021-07-02 12:29:33','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n		During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.		\n			<h2>Our Response to Covid-19</h2>		\n			<h5>Make a One Time Gift</h5>		\n		Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<h5>Become a Shelter Provider</h5>		\n		Make a difference in the lives of homeless individuals and families every month of the year. Your monthly gift creates a consistent stream of financial support and enables us to make efficient plans for the future. You can enroll in our shelter provider program online through Kindful or by contacting your bank to have a check sent to the shelter each month.		\n			<a href=\"#\" role=\"button\">\n						Setup a monthly donation\n					</a>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Donate','','inherit','closed','closed','','898-revision-v1','','','2021-07-02 12:29:33','2021-07-02 12:29:33','',898,'https://thechrishaunfoundation.org/?p=926',0,'revision','',0),(927,1,'2021-07-02 12:31:06','2021-07-02 12:31:06','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n		During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.		\n			<h2>Our Response to Covid-19</h2>		\n			<h5>Make a One Time Gift</h5>		\n		Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<h5>Become a Shelter Provider</h5>		\n		Make a difference in the lives of homeless individuals and families every month of the year. Your monthly gift creates a consistent stream of financial support and enables us to make efficient plans for the future. You can enroll in our shelter provider program online through Kindful or by contacting your bank to have a check sent to the shelter each month.		\n			<a href=\"#\" role=\"button\">\n						Setup a monthly donation\n					</a>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Donate','','inherit','closed','closed','','898-revision-v1','','','2021-07-02 12:31:06','2021-07-02 12:31:06','',898,'https://thechrishaunfoundation.org/?p=927',0,'revision','',0),(928,1,'2021-07-02 12:31:06','2021-07-02 12:31:06','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n		During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.		\n			<h2>Our Response to Covid-19</h2>		\n			<h5>Make a One Time Gift</h5>		\n		Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<h5>Become a Shelter Provider</h5>		\n		Make a difference in the lives of homeless individuals and families every month of the year. Your monthly gift creates a consistent stream of financial support and enables us to make efficient plans for the future. You can enroll in our shelter provider program online through Kindful or by contacting your bank to have a check sent to the shelter each month.		\n			<a href=\"#\" role=\"button\">\n						Setup a monthly donation\n					</a>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Donate','','inherit','closed','closed','','898-revision-v1','','','2021-07-02 12:31:06','2021-07-02 12:31:06','',898,'https://thechrishaunfoundation.org/?p=928',0,'revision','',0),(929,1,'2021-07-02 12:31:06','2021-07-02 12:31:06','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n		During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.		\n			<h2>Our Response to Covid-19</h2>		\n			<h5>Make a One Time Gift</h5>		\n		Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<h5>Become a Shelter Provider</h5>		\n		Make a difference in the lives of homeless individuals and families every month of the year. Your monthly gift creates a consistent stream of financial support and enables us to make efficient plans for the future. You can enroll in our shelter provider program online through Kindful or by contacting your bank to have a check sent to the shelter each month.		\n			<a href=\"#\" role=\"button\">\n						Setup a monthly donation\n					</a>\n			<h5>Sponsor Foundation</h5>		\n		<p>Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.</p><p>We hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.</p>		\n			<a href=\"#\" role=\"button\">\n						Setup a monthly donation\n					</a>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Donate','','inherit','closed','closed','','898-revision-v1','','','2021-07-02 12:31:06','2021-07-02 12:31:06','',898,'https://thechrishaunfoundation.org/?p=929',0,'revision','',0),(930,1,'2021-07-02 12:31:45','2021-07-02 12:31:45','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n		During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.		\n			<h2>Our Response to Covid-19</h2>		\n			<h5>Make a One Time Gift</h5>		\n		Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<h5>Become a Shelter Provider</h5>		\n		Make a difference in the lives of homeless individuals and families every month of the year. Your monthly gift creates a consistent stream of financial support and enables us to make efficient plans for the future. You can enroll in our shelter provider program online through Kindful or by contacting your bank to have a check sent to the shelter each month.		\n			<a href=\"#\" role=\"button\">\n						Setup a monthly donation\n					</a>\n			<h5>Sponsor Foundation</h5>		\n		<p>Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.</p><p>We hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.</p>		\n			<a href=\"#\" role=\"button\">\n						Setup a monthly donation\n					</a>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Donate','','inherit','closed','closed','','898-revision-v1','','','2021-07-02 12:31:45','2021-07-02 12:31:45','',898,'https://thechrishaunfoundation.org/?p=930',0,'revision','',0),(931,1,'2021-07-02 12:31:45','2021-07-02 12:31:45','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n		During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.		\n			<h2>Our Response to Covid-19</h2>		\n			<h5>Make a One Time Gift</h5>		\n		Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<h5>Become a Shelter Provider</h5>		\n		Make a difference in the lives of homeless individuals and families every month of the year. Your monthly gift creates a consistent stream of financial support and enables us to make efficient plans for the future. You can enroll in our shelter provider program online through Kindful or by contacting your bank to have a check sent to the shelter each month.		\n			<a href=\"#\" role=\"button\">\n						Setup a monthly donation\n					</a>\n			<h5>Sponsor Foundation</h5>		\n		<p>Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.</p><p>We hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.</p>		\n			<a href=\"#\" role=\"button\">\n						Setup a monthly donation\n					</a>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Donate','','inherit','closed','closed','','898-revision-v1','','','2021-07-02 12:31:45','2021-07-02 12:31:45','',898,'https://thechrishaunfoundation.org/?p=931',0,'revision','',0),(932,1,'2021-07-02 12:31:46','2021-07-02 12:31:46','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n		During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.		\n			<h2>Our Response to Covid-19</h2>		\n			<h5>Make a One Time Gift</h5>		\n		Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<h5>Become a Shelter Provider</h5>		\n		Make a difference in the lives of homeless individuals and families every month of the year. Your monthly gift creates a consistent stream of financial support and enables us to make efficient plans for the future. You can enroll in our shelter provider program online through Kindful or by contacting your bank to have a check sent to the shelter each month.		\n			<a href=\"#\" role=\"button\">\n						Setup a monthly donation\n					</a>\n			<h5>Sponsor Foundation</h5>		\n		<p>Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.</p><p>We hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.</p>		\n			<a href=\"#\" role=\"button\">\n						Setup a monthly donation\n					</a>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Donate','','inherit','closed','closed','','898-revision-v1','','','2021-07-02 12:31:46','2021-07-02 12:31:46','',898,'https://thechrishaunfoundation.org/?p=932',0,'revision','',0),(933,1,'2021-07-02 12:35:33','2021-07-02 12:35:33','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n		During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.		\n			<h2>Our Response to Covid-19</h2>		\n			<h5>Make a One Time Gift</h5>		\n		Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<h5>Become a Shelter Provider</h5>		\n		Make a difference in the lives of homeless individuals and families every month of the year. Your monthly gift creates a consistent stream of financial support and enables us to make efficient plans for the future. You can enroll in our shelter provider program online through Kindful or by contacting your bank to have a check sent to the shelter each month.		\n			<a href=\"#\" role=\"button\">\n						Setup a monthly donation\n					</a>\n			<h5>Sponsor Foundation</h5>		\n		<p>Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.</p><p>We hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.</p>		\n			<a href=\"#\" role=\"button\">\n						Setup a monthly donation\n					</a>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Donate','','inherit','closed','closed','','898-revision-v1','','','2021-07-02 12:35:33','2021-07-02 12:35:33','',898,'https://thechrishaunfoundation.org/?p=933',0,'revision','',0),(934,1,'2021-07-02 12:35:34','2021-07-02 12:35:34','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n		During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.		\n			<h2>Our Response to Covid-19</h2>		\n			<h5>Make a One Time Gift</h5>		\n		Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<h5>Become a Shelter Provider</h5>		\n		Make a difference in the lives of homeless individuals and families every month of the year. Your monthly gift creates a consistent stream of financial support and enables us to make efficient plans for the future. You can enroll in our shelter provider program online through Kindful or by contacting your bank to have a check sent to the shelter each month.		\n			<a href=\"#\" role=\"button\">\n						Setup a monthly donation\n					</a>\n			<h5>Sponsor Foundation</h5>		\n		<p>Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.</p><p>We hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.</p>		\n			<a href=\"#\" role=\"button\">\n						Setup a monthly donation\n					</a>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Donate','','inherit','closed','closed','','898-revision-v1','','','2021-07-02 12:35:34','2021-07-02 12:35:34','',898,'https://thechrishaunfoundation.org/?p=934',0,'revision','',0),(935,1,'2021-07-02 12:35:34','2021-07-02 12:35:34','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n		During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.		\n			<h5>Make a One Time Gift</h5>		\n		Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<h5>Become a Shelter Provider</h5>		\n		Make a difference in the lives of homeless individuals and families every month of the year. Your monthly gift creates a consistent stream of financial support and enables us to make efficient plans for the future. You can enroll in our shelter provider program online through Kindful or by contacting your bank to have a check sent to the shelter each month.		\n			<a href=\"#\" role=\"button\">\n						Setup a monthly donation\n					</a>\n			<h5>Sponsor Foundation</h5>		\n		<p>Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.</p><p>We hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor\n					</a>\n			<h5>Going Home Kits</h5>		\n		Athens Area Homeless Shelter’s Going Home Program offers assistance to families who are transitioning from homelessness to independence. With your help, AAHS can provide simple home items for cleaning kits, bedroom kits, or even entire apartment kits.\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n			<h5>Honor & Memorial Giving</h5>		\n		<p>This is a meaningful way to recognize significant life events and people while supporting the organization’s mission to help those experiencing homelessness move toward stable housing. When you give an honor or memorial gift, a special card is sent to your honoree or their family. Click here to honor someone with your gift.</p>		\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n			<h5>Sponsor Foundation</h5>		\n		<p>Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.</p><p>We hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor\n					</a>','Donate','','inherit','closed','closed','','898-revision-v1','','','2021-07-02 12:35:34','2021-07-02 12:35:34','',898,'https://thechrishaunfoundation.org/?p=935',0,'revision','',0),(936,1,'2021-07-02 12:37:23','2021-07-02 12:37:23','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n		During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.		\n			<h5>Make a One Time Gift</h5>		\n		Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<h5>Become a Shelter Provider</h5>		\n		Make a difference in the lives of homeless individuals and families every month of the year. Your monthly gift creates a consistent stream of financial support and enables us to make efficient plans for the future. You can enroll in our shelter provider program online through Kindful or by contacting your bank to have a check sent to the shelter each month.		\n			<a href=\"#\" role=\"button\">\n						Setup a monthly donation\n					</a>\n			<h5>Sponsor Foundation</h5>		\n		<p>Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.</p><p>We hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor\n					</a>\n			<h5>Going Home Kits</h5>		\n		Athens Area Homeless Shelter’s Going Home Program offers assistance to families who are transitioning from homelessness to independence. With your help, AAHS can provide simple home items for cleaning kits, bedroom kits, or even entire apartment kits.\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n			<h5>Honor & Memorial Giving</h5>		\n		<p>This is a meaningful way to recognize significant life events and people while supporting the organization’s mission to help those experiencing homelessness move toward stable housing. When you give an honor or memorial gift, a special card is sent to your honoree or their family. Click here to honor someone with your gift.</p>		\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n			<h5>Sponsor Foundation</h5>		\n		<p>Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.</p><p>We hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor\n					</a>','Donate','','inherit','closed','closed','','898-revision-v1','','','2021-07-02 12:37:23','2021-07-02 12:37:23','',898,'https://thechrishaunfoundation.org/?p=936',0,'revision','',0),(937,1,'2021-07-02 12:37:23','2021-07-02 12:37:23','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n		During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.		\n			<h5>Make a One Time Gift</h5>		\n		Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<h5>Become a Shelter Provider</h5>		\n		Make a difference in the lives of homeless individuals and families every month of the year. Your monthly gift creates a consistent stream of financial support and enables us to make efficient plans for the future. You can enroll in our shelter provider program online through Kindful or by contacting your bank to have a check sent to the shelter each month.		\n			<a href=\"#\" role=\"button\">\n						Setup a monthly donation\n					</a>\n			<h5>Sponsor Foundation</h5>		\n		<p>Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.</p><p>We hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor\n					</a>\n			<h5>Going Home Kits</h5>		\n		Athens Area Homeless Shelter’s Going Home Program offers assistance to families who are transitioning from homelessness to independence. With your help, AAHS can provide simple home items for cleaning kits, bedroom kits, or even entire apartment kits.\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n			<h5>Honor & Memorial Giving</h5>		\n		<p>This is a meaningful way to recognize significant life events and people while supporting the organization’s mission to help those experiencing homelessness move toward stable housing. When you give an honor or memorial gift, a special card is sent to your honoree or their family. Click here to honor someone with your gift.</p>		\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n			<h5>Sponsor Foundation</h5>		\n		<p>Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.</p><p>We hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor\n					</a>','Donate','','inherit','closed','closed','','898-revision-v1','','','2021-07-02 12:37:23','2021-07-02 12:37:23','',898,'https://thechrishaunfoundation.org/?p=937',0,'revision','',0),(939,1,'2021-07-02 12:37:23','2021-07-02 12:37:23','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n		During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.		\n			<h5>Make a One Time Gift</h5>		\n		Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<h5>Become a Shelter Provider</h5>		\n		Make a difference in the lives of homeless individuals and families every month of the year. Your monthly gift creates a consistent stream of financial support and enables us to make efficient plans for the future. You can enroll in our shelter provider program online through Kindful or by contacting your bank to have a check sent to the shelter each month.		\n			<a href=\"#\" role=\"button\">\n						Setup a monthly donation\n					</a>\n			<h5>Sponsor Foundation</h5>		\n		<p>Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.</p><p>We hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor\n					</a>\n			<h5>Going Home Kits</h5>		\n		Athens Area Homeless Shelter’s Going Home Program offers assistance to families who are transitioning from homelessness to independence. With your help, AAHS can provide simple home items for cleaning kits, bedroom kits, or even entire apartment kits.\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n			<h5>Honor & Memorial Giving</h5>		\n		<p>This is a meaningful way to recognize significant life events and people while supporting the organization’s mission to help those experiencing homelessness move toward stable housing. When you give an honor or memorial gift, a special card is sent to your honoree or their family. Click here to honor someone with your gift.</p>		\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n			<h5>Matching Programs</h5>		\n		Many employers sponsor gift matching programs. To find out if your company has a matching gift policy, please contact your Human Resources department.\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n			<h5>Wish List\n</h5>		\n		Our wishlist provides you with an up-to-date item list of which the Shelter is in need. Use this list as a resource for your group supply drive! All donated items can be delivered to AAHS during regular office hours.		\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n			<h5>Planned Giving</h5>		\n		When you prepare your will, living trust, or other estate plans, you can protect and provide for your family, remember special friends and loved ones, or even establish a bequest to benefit AAHS. Contact the AAHS Executive Director for more information.		\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>','Donate','','inherit','closed','closed','','898-revision-v1','','','2021-07-02 12:37:23','2021-07-02 12:37:23','',898,'https://thechrishaunfoundation.org/?p=939',0,'revision','',0),(942,1,'2021-07-02 12:38:02','2021-07-02 12:38:02','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n		During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.		\n			<h5>Make a One Time Gift</h5>		\n		Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<h5>Become a Shelter Provider</h5>		\n		Make a difference in the lives of homeless individuals and families every month of the year. Your monthly gift creates a consistent stream of financial support and enables us to make efficient plans for the future. You can enroll in our shelter provider program online through Kindful or by contacting your bank to have a check sent to the shelter each month.		\n			<a href=\"#\" role=\"button\">\n						Setup a monthly donation\n					</a>\n			<h5>Sponsor Foundation</h5>		\n		<p>Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.</p><p>We hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor\n					</a>\n			<h5>Going Home Kits</h5>		\n		Athens Area Homeless Shelter’s Going Home Program offers assistance to families who are transitioning from homelessness to independence. With your help, AAHS can provide simple home items for cleaning kits, bedroom kits, or even entire apartment kits.\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n			<h5>Honor & Memorial Giving</h5>		\n		<p>This is a meaningful way to recognize significant life events and people while supporting the organization’s mission to help those experiencing homelessness move toward stable housing. When you give an honor or memorial gift, a special card is sent to your honoree or their family. Click here to honor someone with your gift.</p>		\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n			<h5>Matching Programs</h5>		\n		Many employers sponsor gift matching programs. To find out if your company has a matching gift policy, please contact your Human Resources department.\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n			<h5>Wish List\n</h5>		\n		Our wishlist provides you with an up-to-date item list of which the Shelter is in need. Use this list as a resource for your group supply drive! All donated items can be delivered to AAHS during regular office hours.		\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n			<h5>Planned Giving</h5>		\n		When you prepare your will, living trust, or other estate plans, you can protect and provide for your family, remember special friends and loved ones, or even establish a bequest to benefit AAHS. Contact the AAHS Executive Director for more information.		\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>','Donate','','inherit','closed','closed','','898-revision-v1','','','2021-07-02 12:38:02','2021-07-02 12:38:02','',898,'https://thechrishaunfoundation.org/?p=942',0,'revision','',0),(940,1,'2021-07-02 12:38:01','2021-07-02 12:38:01','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n		During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.		\n			<h5>Make a One Time Gift</h5>		\n		Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<h5>Become a Shelter Provider</h5>		\n		Make a difference in the lives of homeless individuals and families every month of the year. Your monthly gift creates a consistent stream of financial support and enables us to make efficient plans for the future. You can enroll in our shelter provider program online through Kindful or by contacting your bank to have a check sent to the shelter each month.		\n			<a href=\"#\" role=\"button\">\n						Setup a monthly donation\n					</a>\n			<h5>Sponsor Foundation</h5>		\n		<p>Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.</p><p>We hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor\n					</a>\n			<h5>Going Home Kits</h5>		\n		Athens Area Homeless Shelter’s Going Home Program offers assistance to families who are transitioning from homelessness to independence. With your help, AAHS can provide simple home items for cleaning kits, bedroom kits, or even entire apartment kits.\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n			<h5>Honor & Memorial Giving</h5>		\n		<p>This is a meaningful way to recognize significant life events and people while supporting the organization’s mission to help those experiencing homelessness move toward stable housing. When you give an honor or memorial gift, a special card is sent to your honoree or their family. Click here to honor someone with your gift.</p>		\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n			<h5>Matching Programs</h5>		\n		Many employers sponsor gift matching programs. To find out if your company has a matching gift policy, please contact your Human Resources department.\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n			<h5>Wish List\n</h5>		\n		Our wishlist provides you with an up-to-date item list of which the Shelter is in need. Use this list as a resource for your group supply drive! All donated items can be delivered to AAHS during regular office hours.		\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n			<h5>Planned Giving</h5>		\n		When you prepare your will, living trust, or other estate plans, you can protect and provide for your family, remember special friends and loved ones, or even establish a bequest to benefit AAHS. Contact the AAHS Executive Director for more information.		\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>','Donate','','inherit','closed','closed','','898-revision-v1','','','2021-07-02 12:38:01','2021-07-02 12:38:01','',898,'https://thechrishaunfoundation.org/?p=940',0,'revision','',0),(941,1,'2021-07-02 12:38:01','2021-07-02 12:38:01','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n		During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.		\n			<h5>Make a One Time Gift</h5>		\n		Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<h5>Become a Shelter Provider</h5>		\n		Make a difference in the lives of homeless individuals and families every month of the year. Your monthly gift creates a consistent stream of financial support and enables us to make efficient plans for the future. You can enroll in our shelter provider program online through Kindful or by contacting your bank to have a check sent to the shelter each month.		\n			<a href=\"#\" role=\"button\">\n						Setup a monthly donation\n					</a>\n			<h5>Sponsor Foundation</h5>		\n		<p>Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.</p><p>We hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor\n					</a>\n			<h5>Going Home Kits</h5>		\n		Athens Area Homeless Shelter’s Going Home Program offers assistance to families who are transitioning from homelessness to independence. With your help, AAHS can provide simple home items for cleaning kits, bedroom kits, or even entire apartment kits.\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n			<h5>Honor & Memorial Giving</h5>		\n		<p>This is a meaningful way to recognize significant life events and people while supporting the organization’s mission to help those experiencing homelessness move toward stable housing. When you give an honor or memorial gift, a special card is sent to your honoree or their family. Click here to honor someone with your gift.</p>		\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n			<h5>Matching Programs</h5>		\n		Many employers sponsor gift matching programs. To find out if your company has a matching gift policy, please contact your Human Resources department.\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n			<h5>Wish List\n</h5>		\n		Our wishlist provides you with an up-to-date item list of which the Shelter is in need. Use this list as a resource for your group supply drive! All donated items can be delivered to AAHS during regular office hours.		\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n			<h5>Planned Giving</h5>		\n		When you prepare your will, living trust, or other estate plans, you can protect and provide for your family, remember special friends and loved ones, or even establish a bequest to benefit AAHS. Contact the AAHS Executive Director for more information.		\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>','Donate','','inherit','closed','closed','','898-revision-v1','','','2021-07-02 12:38:01','2021-07-02 12:38:01','',898,'https://thechrishaunfoundation.org/?p=941',0,'revision','',0),(956,1,'2021-08-15 23:11:28','2021-08-15 23:11:28','','Sex Trafficking (2)','','inherit','open','closed','','sex-trafficking-2','','','2021-08-15 23:11:28','2021-08-15 23:11:28','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Sex-Trafficking-2.png',0,'attachment','image/png',0),(957,1,'2021-08-15 23:11:35','2021-08-15 23:11:35','','Loss or Death2','','inherit','open','closed','','loss-or-death2','','','2021-08-15 23:11:35','2021-08-15 23:11:35','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png',0,'attachment','image/png',0),(947,1,'2021-07-02 12:50:33','2021-07-02 12:50:33','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h2>About</h2>		\n			<h5>We care for the children all over the world, no matter tempor incididunt ut labore et dolore.</h5>		\n		<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.</p>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"571\" height=\"800\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg 571w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1-214x300.jpg 214w\" sizes=\"(max-width: 571px) 100vw, 571px\" />															\n			<h2>What we do</h2>		\n			<h5>We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find &amp; Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Educate\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Provide Care\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Consult\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-07-02 12:50:33','2021-07-02 12:50:33','',347,'https://thechrishaunfoundation.org/?p=947',0,'revision','',0),(945,1,'2021-07-02 12:50:32','2021-07-02 12:50:32','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h2>About</h2>		\n			<h5>We care for the children all over the world, no matter tempor incididunt ut labore et dolore.</h5>		\n		<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.</p>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"571\" height=\"800\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg 571w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1-214x300.jpg 214w\" sizes=\"(max-width: 571px) 100vw, 571px\" />															\n			<h2>What we do</h2>		\n			<h5>We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find &amp; Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Educate\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Provide Care\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Consult\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-07-02 12:50:32','2021-07-02 12:50:32','',347,'https://thechrishaunfoundation.org/?p=945',0,'revision','',0),(946,1,'2021-07-02 12:50:32','2021-07-02 12:50:32','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h2>About</h2>		\n			<h5>We care for the children all over the world, no matter tempor incididunt ut labore et dolore.</h5>		\n		<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.</p>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"571\" height=\"800\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg 571w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1-214x300.jpg 214w\" sizes=\"(max-width: 571px) 100vw, 571px\" />															\n			<h2>What we do</h2>		\n			<h5>We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find &amp; Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Educate\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Provide Care\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Consult\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-07-02 12:50:32','2021-07-02 12:50:32','',347,'https://thechrishaunfoundation.org/?p=946',0,'revision','',0),(948,1,'2021-07-02 13:06:51','2021-07-02 13:06:51','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h2>About</h2>		\n			<h5>We care for the children all over the world, no matter tempor incididunt ut labore et dolore.</h5>		\n		<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.</p>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"571\" height=\"800\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg 571w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1-214x300.jpg 214w\" sizes=\"(max-width: 571px) 100vw, 571px\" />															\n			<h2>What we do</h2>		\n			<h5>We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find &amp; Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Educate\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Provide Care\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Consult\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-07-02 13:06:51','2021-07-02 13:06:51','',347,'https://thechrishaunfoundation.org/?p=948',0,'revision','',0),(949,1,'2021-07-02 13:06:51','2021-07-02 13:06:51','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h2>About</h2>		\n			<h5>We care for the children all over the world, no matter tempor incididunt ut labore et dolore.</h5>		\n		<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.</p>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"571\" height=\"800\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg 571w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1-214x300.jpg 214w\" sizes=\"(max-width: 571px) 100vw, 571px\" />															\n			<h2>What we do</h2>		\n			<h5>We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find &amp; Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Educate\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Provide Care\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Consult\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-07-02 13:06:51','2021-07-02 13:06:51','',347,'https://thechrishaunfoundation.org/?p=949',0,'revision','',0),(953,1,'2021-07-02 13:07:01','2021-07-02 13:07:01','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			[instagram-feed]','Home','','inherit','closed','closed','','347-revision-v1','','','2021-07-02 13:07:01','2021-07-02 13:07:01','',347,'https://thechrishaunfoundation.org/?p=953',0,'revision','',0),(950,1,'2021-07-02 13:06:51','2021-07-02 13:06:51','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			[instagram-feed]		\n			<h2>About</h2>		\n			<h5>We care for the children all over the world, no matter tempor incididunt ut labore et dolore.</h5>		\n		<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.</p>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"571\" height=\"800\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg 571w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1-214x300.jpg 214w\" sizes=\"(max-width: 571px) 100vw, 571px\" />															\n			<h2>What we do</h2>		\n			<h5>We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find &amp; Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Educate\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Provide Care\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Consult\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-07-02 13:06:51','2021-07-02 13:06:51','',347,'https://thechrishaunfoundation.org/?p=950',0,'revision','',0),(951,1,'2021-07-02 13:07:01','2021-07-02 13:07:01','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			[instagram-feed]		\n			<h2>About</h2>		\n			<h5>We care for the children all over the world, no matter tempor incididunt ut labore et dolore.</h5>		\n		<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.</p>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"571\" height=\"800\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg 571w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1-214x300.jpg 214w\" sizes=\"(max-width: 571px) 100vw, 571px\" />															\n			<h2>What we do</h2>		\n			<h5>We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find &amp; Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Educate\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Provide Care\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Consult\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-07-02 13:07:01','2021-07-02 13:07:01','',347,'https://thechrishaunfoundation.org/?p=951',0,'revision','',0),(952,1,'2021-07-02 13:07:01','2021-07-02 13:07:01','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			[instagram-feed]		\n			<h2>About</h2>		\n			<h5>We care for the children all over the world, no matter tempor incididunt ut labore et dolore.</h5>		\n		<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.</p>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"571\" height=\"800\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg 571w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1-214x300.jpg 214w\" sizes=\"(max-width: 571px) 100vw, 571px\" />															\n			<h2>What we do</h2>		\n			<h5>We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find &amp; Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Educate\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Provide Care\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h3>We Consult\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>		\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-07-02 13:07:01','2021-07-02 13:07:01','',347,'https://thechrishaunfoundation.org/?p=952',0,'revision','',0),(1006,1,'2021-08-16 04:17:33','2021-08-16 04:17:33','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h4>A Non-Profit Helping Others Have Life After\n</h4>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-08-16 04:17:33','2021-08-16 04:17:33','',349,'https://thechrishaunfoundation.org/?p=1006',0,'revision','',0),(1007,1,'2021-08-16 04:17:33','2021-08-16 04:17:33','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h4>A Non-Profit Helping Others Have Life After\n</h4>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-04-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</figure>\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-08-16 04:17:33','2021-08-16 04:17:33','',349,'https://thechrishaunfoundation.org/?p=1007',0,'revision','',0),(1009,1,'2021-08-16 04:18:02','2021-08-16 04:18:02','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h4>A Non-Profit Helping Others Have Life After\n</h4>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n															<img width=\"820\" height=\"312\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png 820w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-300x114.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-768x292.png 768w\" sizes=\"(max-width: 820px) 100vw, 820px\" />															\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-08-16 04:18:02','2021-08-16 04:18:02','',349,'https://thechrishaunfoundation.org/?p=1009',0,'revision','',0),(1010,1,'2021-08-16 04:18:02','2021-08-16 04:18:02','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h4>A Non-Profit Helping Others Have Life After\n</h4>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n															<img width=\"820\" height=\"312\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png 820w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-300x114.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-768x292.png 768w\" sizes=\"(max-width: 820px) 100vw, 820px\" />															\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-08-16 04:18:02','2021-08-16 04:18:02','',349,'https://thechrishaunfoundation.org/?p=1010',0,'revision','',0),(1011,1,'2021-08-16 04:18:02','2021-08-16 04:18:02','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h4>A Non-Profit Helping Others Have Life After\n</h4>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n															<img width=\"820\" height=\"312\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png 820w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-300x114.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-768x292.png 768w\" sizes=\"(max-width: 820px) 100vw, 820px\" />															\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-08-16 04:18:02','2021-08-16 04:18:02','',349,'https://thechrishaunfoundation.org/?p=1011',0,'revision','',0),(1015,1,'2021-08-16 04:19:48','2021-08-16 04:19:48','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h4>A Non-Profit Helping Others Have Life After\n</h4>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n															<img width=\"820\" height=\"312\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png 820w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-300x114.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-768x292.png 768w\" sizes=\"(max-width: 820px) 100vw, 820px\" />															\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-08-16 04:19:48','2021-08-16 04:19:48','',349,'https://thechrishaunfoundation.org/?p=1015',0,'revision','',0),(1013,1,'2021-08-16 04:19:47','2021-08-16 04:19:47','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h4>A Non-Profit Helping Others Have Life After\n</h4>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n															<img width=\"820\" height=\"312\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png 820w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-300x114.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-768x292.png 768w\" sizes=\"(max-width: 820px) 100vw, 820px\" />															\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-08-16 04:19:47','2021-08-16 04:19:47','',349,'https://thechrishaunfoundation.org/?p=1013',0,'revision','',0),(1014,1,'2021-08-16 04:19:47','2021-08-16 04:19:47','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h4>A Non-Profit Helping Others Have Life After\n</h4>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n															<img width=\"820\" height=\"312\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png 820w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-300x114.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-768x292.png 768w\" sizes=\"(max-width: 820px) 100vw, 820px\" />															\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-08-16 04:19:47','2021-08-16 04:19:47','',349,'https://thechrishaunfoundation.org/?p=1014',0,'revision','',0),(1016,1,'2021-08-16 04:20:29','2021-08-16 04:20:29','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h4>A Non-Profit Helping Others Have Life After\n</h4>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n															<img width=\"820\" height=\"312\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png 820w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-300x114.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-768x292.png 768w\" sizes=\"(max-width: 820px) 100vw, 820px\" />															\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-08-16 04:20:29','2021-08-16 04:20:29','',349,'https://thechrishaunfoundation.org/?p=1016',0,'revision','',0),(1017,1,'2021-08-16 04:20:30','2021-08-16 04:20:30','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h4>A Non-Profit Helping Others Have Life After\n</h4>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n															<img width=\"820\" height=\"312\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png 820w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-300x114.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-768x292.png 768w\" sizes=\"(max-width: 820px) 100vw, 820px\" />															\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-08-16 04:20:30','2021-08-16 04:20:30','',349,'https://thechrishaunfoundation.org/?p=1017',0,'revision','',0),(1018,1,'2021-08-16 04:20:30','2021-08-16 04:20:30','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h4>A Non-Profit Helping Others Have Life After\n</h4>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n															<img width=\"820\" height=\"312\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png 820w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-300x114.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-768x292.png 768w\" sizes=\"(max-width: 820px) 100vw, 820px\" />															\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-08-16 04:20:30','2021-08-16 04:20:30','',349,'https://thechrishaunfoundation.org/?p=1018',0,'revision','',0),(1023,1,'2021-08-16 04:43:42','2021-08-16 04:43:42','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h4>A Non-Profit Helping Others Have Life After\n</h4>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n															<img width=\"820\" height=\"312\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png 820w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-300x114.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-768x292.png 768w\" sizes=\"(max-width: 820px) 100vw, 820px\" />															\n			<h2>Our Vision</h2>		\n		The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life’s challenges, traumas, and disaster.		\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-08-16 04:43:42','2021-08-16 04:43:42','',349,'https://thechrishaunfoundation.org/?p=1023',0,'revision','',0),(1020,1,'2021-08-16 04:42:19','2021-08-16 04:42:19','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h4>A Non-Profit Helping Others Have Life After\n</h4>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n															<img width=\"820\" height=\"312\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png 820w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-300x114.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-768x292.png 768w\" sizes=\"(max-width: 820px) 100vw, 820px\" />															\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-08-16 04:42:19','2021-08-16 04:42:19','',349,'https://thechrishaunfoundation.org/?p=1020',0,'revision','',0),(1021,1,'2021-08-16 04:42:20','2021-08-16 04:42:20','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h4>A Non-Profit Helping Others Have Life After\n</h4>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n															<img width=\"820\" height=\"312\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png 820w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-300x114.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-768x292.png 768w\" sizes=\"(max-width: 820px) 100vw, 820px\" />															\n			<h2>Our History</h2>		\n			<h5>In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\n</h5>		\n		Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\nBarber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-08-16 04:42:20','2021-08-16 04:42:20','',349,'https://thechrishaunfoundation.org/?p=1021',0,'revision','',0),(1024,1,'2021-08-16 04:43:42','2021-08-16 04:43:42','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h4>A Non-Profit Helping Others Have Life After\n</h4>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n															<img width=\"820\" height=\"312\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png 820w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-300x114.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-768x292.png 768w\" sizes=\"(max-width: 820px) 100vw, 820px\" />															\n			<h2>Our Vision</h2>		\n		The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life’s challenges, traumas, and disaster.		\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"\" /></figure>			\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-08-16 04:43:42','2021-08-16 04:43:42','',349,'https://thechrishaunfoundation.org/?p=1024',0,'revision','',0),(1026,1,'2021-08-16 04:44:25','2021-08-16 04:44:25','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h4>A Non-Profit Helping Others Have Life After\n</h4>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n															<img width=\"820\" height=\"312\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png 820w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-300x114.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-768x292.png 768w\" sizes=\"(max-width: 820px) 100vw, 820px\" />															\n			<h2>Our Vision</h2>		\n		The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life’s challenges, traumas, and disaster.		\n			<h2>Our Vision</h2>		\n		The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life’s challenges, traumas, and disaster.		\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-08-16 04:44:25','2021-08-16 04:44:25','',349,'https://thechrishaunfoundation.org/?p=1026',0,'revision','',0),(1027,1,'2021-08-16 04:44:25','2021-08-16 04:44:25','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h4>A Non-Profit Helping Others Have Life After\n</h4>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n															<img width=\"820\" height=\"312\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png 820w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-300x114.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-768x292.png 768w\" sizes=\"(max-width: 820px) 100vw, 820px\" />															\n			<h2>Our Vision</h2>		\n		The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life’s challenges, traumas, and disaster.		\n			<h2>Our Vision</h2>		\n		The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life’s challenges, traumas, and disaster.		\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-08-16 04:44:25','2021-08-16 04:44:25','',349,'https://thechrishaunfoundation.org/?p=1027',0,'revision','',0),(1028,1,'2021-08-16 04:44:25','2021-08-16 04:44:25','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h4>A Non-Profit Helping Others Have Life After\n</h4>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n															<img width=\"820\" height=\"312\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png 820w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-300x114.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-768x292.png 768w\" sizes=\"(max-width: 820px) 100vw, 820px\" />															\n			<h2>Our Vision</h2>		\n		The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life’s challenges, traumas, and disaster.		\n			<h2>Our Vision</h2>		\n		The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life’s challenges, traumas, and disaster.		\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-08-16 04:44:25','2021-08-16 04:44:25','',349,'https://thechrishaunfoundation.org/?p=1028',0,'revision','',0),(1029,1,'2021-08-16 04:45:44','2021-08-16 04:45:44','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h4>A Non-Profit Helping Others Have Life After\n</h4>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n															<img width=\"820\" height=\"312\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png 820w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-300x114.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-768x292.png 768w\" sizes=\"(max-width: 820px) 100vw, 820px\" />															\n			<h2>Our Vision</h2>		\n		The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life’s challenges, traumas, and disaster.		\n			<h2>Our Vision</h2>		\n		The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life’s challenges, traumas, and disaster.		\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-08-16 04:45:44','2021-08-16 04:45:44','',349,'https://thechrishaunfoundation.org/?p=1029',0,'revision','',0),(1030,1,'2021-08-16 04:45:44','2021-08-16 04:45:44','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h4>A Non-Profit Helping Others Have Life After\n</h4>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n															<img width=\"820\" height=\"312\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png 820w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-300x114.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-768x292.png 768w\" sizes=\"(max-width: 820px) 100vw, 820px\" />															\n			<h2>Our Vision</h2>		\n		The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life’s challenges, traumas, and disaster.		\n			<h2>Our Vision</h2>		\n		The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life’s challenges, traumas, and disaster.		\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-08-16 04:45:44','2021-08-16 04:45:44','',349,'https://thechrishaunfoundation.org/?p=1030',0,'revision','',0),(1031,1,'2021-08-16 04:45:45','2021-08-16 04:45:45','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h4>A Non-Profit Helping Others Have Life After\n</h4>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n															<img width=\"820\" height=\"312\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png 820w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-300x114.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-768x292.png 768w\" sizes=\"(max-width: 820px) 100vw, 820px\" />															\n			<h2>Our Vision</h2>		\n		The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life’s challenges, traumas, and disaster.		\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.		\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-08-16 04:45:45','2021-08-16 04:45:45','',349,'https://thechrishaunfoundation.org/?p=1031',0,'revision','',0),(1032,1,'2021-08-16 04:46:50','2021-08-16 04:46:50','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h4>A Non-Profit Helping Others Have Life After\n</h4>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n															<img width=\"820\" height=\"312\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png 820w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-300x114.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-768x292.png 768w\" sizes=\"(max-width: 820px) 100vw, 820px\" />															\n			<h2>Our Vision</h2>		\n		The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life’s challenges, traumas, and disaster.		\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.		\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-08-16 04:46:50','2021-08-16 04:46:50','',349,'https://thechrishaunfoundation.org/?p=1032',0,'revision','',0),(1033,1,'2021-08-16 04:46:50','2021-08-16 04:46:50','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h2>Our Mission</h2>		\n			<h4>A Non-Profit Helping Others Have Life After\n</h4>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n															<img width=\"820\" height=\"312\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png 820w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-300x114.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-768x292.png 768w\" sizes=\"(max-width: 820px) 100vw, 820px\" />															\n			<h2>Our Vision</h2>		\n		The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life’s challenges, traumas, and disaster.		\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.		\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-08-16 04:46:50','2021-08-16 04:46:50','',349,'https://thechrishaunfoundation.org/?p=1033',0,'revision','',0),(1037,1,'2021-08-16 04:48:06','2021-08-16 04:48:06','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h3>The Chrishaun Foundation</h3>		\n			<h4>A Non-Profit Helping Others Have Life After\n</h4>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n															<img width=\"820\" height=\"312\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png 820w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-300x114.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-768x292.png 768w\" sizes=\"(max-width: 820px) 100vw, 820px\" />															\n			<h2>Our Vision</h2>		\n		The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life’s challenges, traumas, and disaster.		\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-08-16 04:48:06','2021-08-16 04:48:06','',349,'https://thechrishaunfoundation.org/?p=1037',0,'revision','',0),(1034,1,'2021-08-16 04:46:51','2021-08-16 04:46:51','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h3>The Chrishaun Foundation</h3>		\n			<h4>A Non-Profit Helping Others Have Life After\n</h4>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n															<img width=\"820\" height=\"312\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png 820w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-300x114.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-768x292.png 768w\" sizes=\"(max-width: 820px) 100vw, 820px\" />															\n			<h2>Our Vision</h2>		\n		The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life’s challenges, traumas, and disaster.		\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.		\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-08-16 04:46:51','2021-08-16 04:46:51','',349,'https://thechrishaunfoundation.org/?p=1034',0,'revision','',0),(1035,1,'2021-08-16 04:48:06','2021-08-16 04:48:06','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h3>The Chrishaun Foundation</h3>		\n			<h4>A Non-Profit Helping Others Have Life After\n</h4>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n															<img width=\"820\" height=\"312\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png 820w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-300x114.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-768x292.png 768w\" sizes=\"(max-width: 820px) 100vw, 820px\" />															\n			<h2>Our Vision</h2>		\n		The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life’s challenges, traumas, and disaster.		\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.		\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-08-16 04:48:06','2021-08-16 04:48:06','',349,'https://thechrishaunfoundation.org/?p=1035',0,'revision','',0),(1036,1,'2021-08-16 04:48:06','2021-08-16 04:48:06','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h3>The Chrishaun Foundation</h3>		\n			<h4>A Non-Profit Helping Others Have Life After\n</h4>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n															<img width=\"820\" height=\"312\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png 820w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-300x114.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-768x292.png 768w\" sizes=\"(max-width: 820px) 100vw, 820px\" />															\n			<h2>Our Vision</h2>		\n		The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life’s challenges, traumas, and disaster.		\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.		\n															<img width=\"1920\" height=\"700\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg 1920w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-300x109.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1024x373.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-768x280.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1-1536x560.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<h2>What we have\nachieved</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>		\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-08-16 04:48:06','2021-08-16 04:48:06','',349,'https://thechrishaunfoundation.org/?p=1036',0,'revision','',0),(1054,1,'2021-08-16 05:06:41','2021-08-16 05:06:41','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>CO-FOUNDER & PRESIDENT<br>\nBUSINESS OWNER/CONSULTANT/MENTOR</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.<p>She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.</p><p>She is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.</p>		\n			“		\n			<h2>Proin neque egestas fusce morbi nunc ornare nisl, massa tincidunt et neque.</h2>		\n			<h5>Tim Walter</h5>		\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:06:41','2021-08-16 05:06:41','',622,'https://thechrishaunfoundation.org/?p=1054',0,'revision','',0),(1039,1,'2021-08-16 05:00:10','2021-08-16 05:00:10','','logo-1.svg','','inherit','open','closed','','logo-1-svg','','','2021-08-16 05:00:10','2021-08-16 05:00:10','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-1.svg',0,'attachment','image/svg+xml',0),(1040,1,'2021-08-16 05:00:10','2021-08-16 05:00:10','','logo-2.svg','','inherit','open','closed','','logo-2-svg','','','2021-08-16 05:00:10','2021-08-16 05:00:10','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-2.svg',0,'attachment','image/svg+xml',0),(1041,1,'2021-08-16 05:00:10','2021-08-16 05:00:10','','logo-3.svg','','inherit','open','closed','','logo-3-svg','','','2021-08-16 05:00:10','2021-08-16 05:00:10','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-3.svg',0,'attachment','image/svg+xml',0),(1042,1,'2021-08-16 05:00:10','2021-08-16 05:00:10','','logo-4.svg','','inherit','open','closed','','logo-4-svg','','','2021-08-16 05:00:10','2021-08-16 05:00:10','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-4.svg',0,'attachment','image/svg+xml',0),(1043,1,'2021-08-16 05:00:10','2021-08-16 05:00:10','','logo-5.svg','','inherit','open','closed','','logo-5-svg','','','2021-08-16 05:00:10','2021-08-16 05:00:10','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-5.svg',0,'attachment','image/svg+xml',0),(1044,1,'2021-08-16 05:00:10','2021-08-16 05:00:10','','public-speaker-template-man-figure.jpg','','inherit','open','closed','','public-speaker-template-man-figure-jpg','','','2021-08-16 05:00:10','2021-08-16 05:00:10','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/public-speaker-template-man-figure.jpg',0,'attachment','image/jpeg',0),(1045,1,'2021-08-16 05:00:10','2021-08-16 05:00:10','','book-3.jpg','','inherit','open','closed','','book-3-jpg','','','2021-08-16 05:00:10','2021-08-16 05:00:10','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg',0,'attachment','image/jpeg',0),(1046,1,'2021-08-16 05:00:10','2021-08-16 05:00:10','','long-right-arrow-icon.svg','','inherit','open','closed','','long-right-arrow-icon-svg','','','2021-08-16 05:00:10','2021-08-16 05:00:10','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/long-right-arrow-icon.svg',0,'attachment','image/svg+xml',0),(1047,1,'2021-08-16 05:00:10','2021-08-16 05:00:10','','book-1.jpg','','inherit','open','closed','','book-1-jpg','','','2021-08-16 05:00:10','2021-08-16 05:00:10','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg',0,'attachment','image/jpeg',0),(1048,1,'2021-08-16 05:00:10','2021-08-16 05:00:10','','book-2.jpg','','inherit','open','closed','','book-2-jpg','','','2021-08-16 05:00:10','2021-08-16 05:00:10','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg',0,'attachment','image/jpeg',0),(1049,1,'2021-08-16 05:00:10','2021-08-16 05:00:10','','public-speaker-template-video-img-bg.jpg','','inherit','open','closed','','public-speaker-template-video-img-bg-jpg','','','2021-08-16 05:00:10','2021-08-16 05:00:10','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/public-speaker-template-video-img-bg.jpg',0,'attachment','image/jpeg',0),(1050,1,'2021-08-16 05:04:34','2021-08-16 05:04:34','','lexi1','','inherit','open','closed','','lexi1','','','2021-08-16 05:04:34','2021-08-16 05:04:34','',622,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png',0,'attachment','image/png',0),(1051,1,'2021-08-16 05:06:08','2021-08-16 05:06:08','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Staff</h2>		\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Chair Manager</h6>		\n			<h3><a href=\"#\">Danielle Pena</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-5.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-5.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-5-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-5-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Market Strategist</h6>		\n			<h3><a href=\"#\">Mark Obrien</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-08-free-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-08-free-img.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-08-free-img-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-08-free-img-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Sales Manager</h6>		\n			<h3><a href=\"#\">Russell Douglas</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-07-free-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-07-free-img.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-07-free-img-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-07-free-img-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Real Estate Agent</h6>		\n			<h3><a href=\"#\">Eugene Berry</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-1.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-1-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-1-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Real Estate Agent</h6>		\n			<h3><a href=\"#\">Debra Gilbert</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-3.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-3-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-3-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Real Estate Agent</h6>		\n			<h3><a href=\"#\">Edward Alvarez</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:06:08','2021-08-16 05:06:08','',622,'https://thechrishaunfoundation.org/?p=1051',0,'revision','',0),(1052,1,'2021-08-16 05:06:08','2021-08-16 05:06:08','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Staff</h2>		\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Chair Manager</h6>		\n			<h3><a href=\"#\">Danielle Pena</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-5.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-5.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-5-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-5-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Market Strategist</h6>		\n			<h3><a href=\"#\">Mark Obrien</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-08-free-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-08-free-img.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-08-free-img-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-08-free-img-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Sales Manager</h6>		\n			<h3><a href=\"#\">Russell Douglas</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-07-free-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-07-free-img.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-07-free-img-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-07-free-img-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Real Estate Agent</h6>		\n			<h3><a href=\"#\">Eugene Berry</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-1.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-1-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-1-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Real Estate Agent</h6>		\n			<h3><a href=\"#\">Debra Gilbert</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n															<img width=\"390\" height=\"390\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-3.jpg 390w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-3-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-3-150x150.jpg 150w\" sizes=\"(max-width: 390px) 100vw, 390px\" />															\n			<h6>Real Estate Agent</h6>		\n			<h3><a href=\"#\">Edward Alvarez</a></h3>		\n		<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>		\n					<ul>\n							<li>\n										+1 910-626-85255\n									</li>\n								<li>\n					<a href=\"#\">						\n										contact@info.com\n											</a>\n									</li>\n						</ul>\n			<h6>Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:06:08','2021-08-16 05:06:08','',622,'https://thechrishaunfoundation.org/?p=1052',0,'revision','',0),(1055,1,'2021-08-16 05:06:41','2021-08-16 05:06:41','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>CO-FOUNDER & PRESIDENT<br>\nBUSINESS OWNER/CONSULTANT/MENTOR</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.<p>She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.</p><p>She is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.</p>		\n			“		\n			<h2>Proin neque egestas fusce morbi nunc ornare nisl, massa tincidunt et neque.</h2>		\n			<h5>Tim Walter</h5>		\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:06:41','2021-08-16 05:06:41','',622,'https://thechrishaunfoundation.org/?p=1055',0,'revision','',0),(1056,1,'2021-08-16 05:06:41','2021-08-16 05:06:41','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>CO-FOUNDER & PRESIDENT<br>\nBUSINESS OWNER/CONSULTANT/MENTOR</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.<p>She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.</p><p>She is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.</p>		\n			“		\n			<h2>Proin neque egestas fusce morbi nunc ornare nisl, massa tincidunt et neque.</h2>		\n			<h5>Tim Walter</h5>		\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:06:41','2021-08-16 05:06:41','',622,'https://thechrishaunfoundation.org/?p=1056',0,'revision','',0),(1057,1,'2021-08-16 05:07:32','2021-08-16 05:07:32','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>CO-FOUNDER & PRESIDENT<br>\nBUSINESS OWNER/CONSULTANT/MENTOR</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.<p>She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.</p><p>She is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.</p>		\n			“		\n			<h2>Proin neque egestas fusce morbi nunc ornare nisl, massa tincidunt et neque.</h2>		\n			<h5>Tim Walter</h5>		\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:07:32','2021-08-16 05:07:32','',622,'https://thechrishaunfoundation.org/?p=1057',0,'revision','',0),(1058,1,'2021-08-16 05:07:32','2021-08-16 05:07:32','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>CO-FOUNDER & PRESIDENT<br>\nBUSINESS OWNER/CONSULTANT/MENTOR</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.<p>She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.</p><p>She is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.</p>		\n			“		\n			<h2>Proin neque egestas fusce morbi nunc ornare nisl, massa tincidunt et neque.</h2>		\n			<h5>Tim Walter</h5>		\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:07:32','2021-08-16 05:07:32','',622,'https://thechrishaunfoundation.org/?p=1058',0,'revision','',0),(1059,1,'2021-08-16 05:07:32','2021-08-16 05:07:32','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>CO-FOUNDER & PRESIDENT<br>\nBUSINESS OWNER/CONSULTANT/MENTOR</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			“		\n			<h2>Proin neque egestas fusce morbi nunc ornare nisl, massa tincidunt et neque.</h2>		\n			<h5>Tim Walter</h5>		\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:07:32','2021-08-16 05:07:32','',622,'https://thechrishaunfoundation.org/?p=1059',0,'revision','',0),(1060,1,'2021-08-16 05:08:46','2021-08-16 05:08:46','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>CO-FOUNDER & PRESIDENT<br>\nBUSINESS OWNER/CONSULTANT/MENTOR</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			“		\n			<h2>Proin neque egestas fusce morbi nunc ornare nisl, massa tincidunt et neque.</h2>		\n			<h5>Tim Walter</h5>		\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:08:46','2021-08-16 05:08:46','',622,'https://thechrishaunfoundation.org/?p=1060',0,'revision','',0),(1061,1,'2021-08-16 05:08:46','2021-08-16 05:08:46','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>CO-FOUNDER & PRESIDENT<br>\nBUSINESS OWNER/CONSULTANT/MENTOR</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			“		\n			<h2>Proin neque egestas fusce morbi nunc ornare nisl, massa tincidunt et neque.</h2>		\n			<h5>Tim Walter</h5>		\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:08:46','2021-08-16 05:08:46','',622,'https://thechrishaunfoundation.org/?p=1061',0,'revision','',0),(1062,1,'2021-08-16 05:08:46','2021-08-16 05:08:46','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>CO-FOUNDER & PRESIDENT<br>\nBUSINESS OWNER/CONSULTANT/MENTOR</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			“		\n			<h2>Proin neque egestas fusce morbi nunc ornare nisl, massa tincidunt et neque.</h2>		\n			<h5>Tim Walter</h5>		\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:08:46','2021-08-16 05:08:46','',622,'https://thechrishaunfoundation.org/?p=1062',0,'revision','',0),(1063,1,'2021-08-16 05:09:02','2021-08-16 05:09:02','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>CO-FOUNDER & PRESIDENT<br>\nBUSINESS OWNER/CONSULTANT/MENTOR</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			“		\n			<h2>Proin neque egestas fusce morbi nunc ornare nisl, massa tincidunt et neque.</h2>		\n			<h5>Tim Walter</h5>		\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:09:02','2021-08-16 05:09:02','',622,'https://thechrishaunfoundation.org/?p=1063',0,'revision','',0),(1064,1,'2021-08-16 05:09:02','2021-08-16 05:09:02','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>CO-FOUNDER & PRESIDENT<br>\nBUSINESS OWNER/CONSULTANT/MENTOR</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			“		\n			<h2>Proin neque egestas fusce morbi nunc ornare nisl, massa tincidunt et neque.</h2>		\n			<h5>Tim Walter</h5>		\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:09:02','2021-08-16 05:09:02','',622,'https://thechrishaunfoundation.org/?p=1064',0,'revision','',0),(1065,1,'2021-08-16 05:09:03','2021-08-16 05:09:03','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>CO-FOUNDER & PRESIDENT<br>\nBUSINESS OWNER/CONSULTANT/MENTOR</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			“		\n			<h2>Proin neque egestas fusce morbi nunc ornare nisl, massa tincidunt et neque.</h2>		\n			<h5>Tim Walter</h5>		\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:09:03','2021-08-16 05:09:03','',622,'https://thechrishaunfoundation.org/?p=1065',0,'revision','',0),(1066,1,'2021-08-16 05:09:32','2021-08-16 05:09:32','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>CO-FOUNDER & PRESIDENT<br>\nBUSINESS OWNER/CONSULTANT/MENTOR</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			“		\n			<h2>Proin neque egestas fusce morbi nunc ornare nisl, massa tincidunt et neque.</h2>		\n			<h5>Tim Walter</h5>		\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:09:32','2021-08-16 05:09:32','',622,'https://thechrishaunfoundation.org/?p=1066',0,'revision','',0),(1067,1,'2021-08-16 05:09:32','2021-08-16 05:09:32','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>CO-FOUNDER & PRESIDENT<br>\nBUSINESS OWNER/CONSULTANT/MENTOR</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			“		\n			<h2>Proin neque egestas fusce morbi nunc ornare nisl, massa tincidunt et neque.</h2>		\n			<h5>Tim Walter</h5>		\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:09:32','2021-08-16 05:09:32','',622,'https://thechrishaunfoundation.org/?p=1067',0,'revision','',0),(1068,1,'2021-08-16 05:09:32','2021-08-16 05:09:32','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>CO-FOUNDER & PRESIDENT<br>\nBUSINESS OWNER/CONSULTANT/MENTOR</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			“		\n			<h2>Proin neque egestas fusce morbi nunc ornare nisl, massa tincidunt et neque.</h2>		\n			<h5>Tim Walter</h5>		\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:09:32','2021-08-16 05:09:32','',622,'https://thechrishaunfoundation.org/?p=1068',0,'revision','',0),(1069,1,'2021-08-16 05:10:10','2021-08-16 05:10:10','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>CO-FOUNDER & PRESIDENT<br>\nBUSINESS OWNER/CONSULTANT/MENTOR</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			“		\n			<h2>Proin neque egestas fusce morbi nunc ornare nisl, massa tincidunt et neque.</h2>		\n			<h5>Tim Walter</h5>		\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:10:10','2021-08-16 05:10:10','',622,'https://thechrishaunfoundation.org/?p=1069',0,'revision','',0),(1070,1,'2021-08-16 05:10:10','2021-08-16 05:10:10','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>CO-FOUNDER & PRESIDENT<br>\nBUSINESS OWNER/CONSULTANT/MENTOR</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			“		\n			<h2>Proin neque egestas fusce morbi nunc ornare nisl, massa tincidunt et neque.</h2>		\n			<h5>Tim Walter</h5>		\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:10:10','2021-08-16 05:10:10','',622,'https://thechrishaunfoundation.org/?p=1070',0,'revision','',0),(1071,1,'2021-08-16 05:10:10','2021-08-16 05:10:10','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>CO-FOUNDER & PRESIDENT<br>\nBUSINESS OWNER/CONSULTANT/MENTOR</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			“		\n			<h2>Proin neque egestas fusce morbi nunc ornare nisl, massa tincidunt et neque.</h2>		\n			<h5>Tim Walter</h5>		\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:10:10','2021-08-16 05:10:10','',622,'https://thechrishaunfoundation.org/?p=1071',0,'revision','',0),(1072,1,'2021-08-16 05:10:36','2021-08-16 05:10:36','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>CO-FOUNDER & PRESIDENT<br>\nBUSINESS OWNER/CONSULTANT/MENTOR</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			“		\n			<h2>Proin neque egestas fusce morbi nunc ornare nisl, massa tincidunt et neque.</h2>		\n			<h5>Tim Walter</h5>		\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:10:36','2021-08-16 05:10:36','',622,'https://thechrishaunfoundation.org/?p=1072',0,'revision','',0),(1073,1,'2021-08-16 05:10:36','2021-08-16 05:10:36','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>CO-FOUNDER & PRESIDENT<br>\nBUSINESS OWNER/CONSULTANT/MENTOR</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			“		\n			<h2>Proin neque egestas fusce morbi nunc ornare nisl, massa tincidunt et neque.</h2>		\n			<h5>Tim Walter</h5>		\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:10:36','2021-08-16 05:10:36','',622,'https://thechrishaunfoundation.org/?p=1073',0,'revision','',0),(1074,1,'2021-08-16 05:10:37','2021-08-16 05:10:37','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>CO-FOUNDER & PRESIDENT<br>\nBUSINESS OWNER/CONSULTANT/MENTOR</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			“		\n			<h2>Proin neque egestas fusce morbi nunc ornare nisl, massa tincidunt et neque.</h2>		\n			<h5>Tim Walter</h5>		\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:10:37','2021-08-16 05:10:37','',622,'https://thechrishaunfoundation.org/?p=1074',0,'revision','',0),(1075,1,'2021-08-16 05:11:47','2021-08-16 05:11:47','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>CO-FOUNDER & PRESIDENT<br>\nBUSINESS OWNER/CONSULTANT/MENTOR</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			“		\n			<h2>Proin neque egestas fusce morbi nunc ornare nisl, massa tincidunt et neque.</h2>		\n			<h5>Tim Walter</h5>		\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:11:47','2021-08-16 05:11:47','',622,'https://thechrishaunfoundation.org/?p=1075',0,'revision','',0),(1076,1,'2021-08-16 05:11:47','2021-08-16 05:11:47','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>CO-FOUNDER & PRESIDENT<br>\nBUSINESS OWNER/CONSULTANT/MENTOR</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			“		\n			<h2>Proin neque egestas fusce morbi nunc ornare nisl, massa tincidunt et neque.</h2>		\n			<h5>Tim Walter</h5>		\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:11:47','2021-08-16 05:11:47','',622,'https://thechrishaunfoundation.org/?p=1076',0,'revision','',0),(1078,1,'2021-08-16 05:11:55','2021-08-16 05:11:55','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>CO-FOUNDER & PRESIDENT<br>\nBUSINESS OWNER/CONSULTANT/MENTOR</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:11:55','2021-08-16 05:11:55','',622,'https://thechrishaunfoundation.org/?p=1078',0,'revision','',0),(1079,1,'2021-08-16 05:11:55','2021-08-16 05:11:55','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>CO-FOUNDER & PRESIDENT<br>\nBUSINESS OWNER/CONSULTANT/MENTOR</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:11:55','2021-08-16 05:11:55','',622,'https://thechrishaunfoundation.org/?p=1079',0,'revision','',0),(1080,1,'2021-08-16 05:11:56','2021-08-16 05:11:56','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>CO-FOUNDER & PRESIDENT<br>\nBUSINESS OWNER/CONSULTANT/MENTOR</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:11:56','2021-08-16 05:11:56','',622,'https://thechrishaunfoundation.org/?p=1080',0,'revision','',0),(1081,1,'2021-08-16 05:13:42','2021-08-16 05:13:42','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>CO-FOUNDER & PRESIDENT<br>\nBUSINESS OWNER/CONSULTANT/MENTOR</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:13:42','2021-08-16 05:13:42','',622,'https://thechrishaunfoundation.org/?p=1081',0,'revision','',0),(1082,1,'2021-08-16 05:13:42','2021-08-16 05:13:42','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>CO-FOUNDER & PRESIDENT<br>\nBUSINESS OWNER/CONSULTANT/MENTOR</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:13:42','2021-08-16 05:13:42','',622,'https://thechrishaunfoundation.org/?p=1082',0,'revision','',0),(1083,1,'2021-08-16 05:13:42','2021-08-16 05:13:42','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>CO-FOUNDER & PRESIDENT<br>\nBUSINESS OWNER/CONSULTANT/MENTOR</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>CO-FOUNDER & PRESIDENT<br>\nBUSINESS OWNER/CONSULTANT/MENTOR</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:13:42','2021-08-16 05:13:42','',622,'https://thechrishaunfoundation.org/?p=1083',0,'revision','',0),(1084,1,'2021-08-16 05:14:22','2021-08-16 05:14:22','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>CO-FOUNDER & PRESIDENT<br>\nBUSINESS OWNER/CONSULTANT/MENTOR</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>CO-FOUNDER & PRESIDENT<br>\nBUSINESS OWNER/CONSULTANT/MENTOR</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:14:22','2021-08-16 05:14:22','',622,'https://thechrishaunfoundation.org/?p=1084',0,'revision','',0),(1085,1,'2021-08-16 05:14:22','2021-08-16 05:14:22','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>CO-FOUNDER & PRESIDENT<br>\nBUSINESS OWNER/CONSULTANT/MENTOR</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>CO-FOUNDER & PRESIDENT<br>\nBUSINESS OWNER/CONSULTANT/MENTOR</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:14:22','2021-08-16 05:14:22','',622,'https://thechrishaunfoundation.org/?p=1085',0,'revision','',0),(1086,1,'2021-08-16 05:14:23','2021-08-16 05:14:23','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>CO-FOUNDER & PRESIDENT<br>\nBUSINESS OWNER/CONSULTANT/MENTOR</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>CO-FOUNDER & PRESIDENT<br>\nBUSINESS OWNER/CONSULTANT/MENTOR</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:14:23','2021-08-16 05:14:23','',622,'https://thechrishaunfoundation.org/?p=1086',0,'revision','',0),(1091,1,'2021-08-16 05:16:36','2021-08-16 05:16:36','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>CO-FOUNDER & PRESIDENT<br>\nBUSINESS OWNER/CONSULTANT/MENTOR</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			<h3>MS. SHAWN SMASH-JETT\n</h3>		\n			<h6>CO-FOUNDER & PRESIDENT<br>\nBUSINESS OWNER/CONSULTANT/MENTOR</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n															<img width=\"1829\" height=\"2560\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg 1829w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-214x300.jpg 214w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-731x1024.jpg 731w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-768x1075.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1097x1536.jpg 1097w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1463x2048.jpg 1463w\" sizes=\"(max-width: 1829px) 100vw, 1829px\" />															\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:16:36','2021-08-16 05:16:36','',622,'https://thechrishaunfoundation.org/?p=1091',0,'revision','',0),(1088,1,'2021-08-16 05:16:08','2021-08-16 05:16:08','','Shawn1','','inherit','open','closed','','shawn1','','','2021-08-16 05:16:08','2021-08-16 05:16:08','',622,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1.jpg',0,'attachment','image/jpeg',0),(1089,1,'2021-08-16 05:16:36','2021-08-16 05:16:36','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>CO-FOUNDER & PRESIDENT<br>\nBUSINESS OWNER/CONSULTANT/MENTOR</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>CO-FOUNDER & PRESIDENT<br>\nBUSINESS OWNER/CONSULTANT/MENTOR</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:16:36','2021-08-16 05:16:36','',622,'https://thechrishaunfoundation.org/?p=1089',0,'revision','',0),(1090,1,'2021-08-16 05:16:36','2021-08-16 05:16:36','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>CO-FOUNDER & PRESIDENT<br>\nBUSINESS OWNER/CONSULTANT/MENTOR</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>CO-FOUNDER & PRESIDENT<br>\nBUSINESS OWNER/CONSULTANT/MENTOR</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:16:36','2021-08-16 05:16:36','',622,'https://thechrishaunfoundation.org/?p=1090',0,'revision','',0),(1092,1,'2021-08-16 05:18:47','2021-08-16 05:18:47','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>CO-FOUNDER & PRESIDENT<br>\nBUSINESS OWNER/CONSULTANT/MENTOR</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			<h3>MS. SHAWN SMASH-JETT\n</h3>		\n			<h6>CO-FOUNDER & PRESIDENT<br>\nBUSINESS OWNER/CONSULTANT/MENTOR</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n															<img width=\"1829\" height=\"2560\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg 1829w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-214x300.jpg 214w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-731x1024.jpg 731w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-768x1075.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1097x1536.jpg 1097w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1463x2048.jpg 1463w\" sizes=\"(max-width: 1829px) 100vw, 1829px\" />															\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:18:47','2021-08-16 05:18:47','',622,'https://thechrishaunfoundation.org/?p=1092',0,'revision','',0),(1093,1,'2021-08-16 05:18:47','2021-08-16 05:18:47','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>CO-FOUNDER & PRESIDENT<br>\nBUSINESS OWNER/CONSULTANT/MENTOR</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			<h3>MS. SHAWN SMASH-JETT\n</h3>		\n			<h6>CO-FOUNDER & PRESIDENT<br>\nBUSINESS OWNER/CONSULTANT/MENTOR</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n															<img width=\"1829\" height=\"2560\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg 1829w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-214x300.jpg 214w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-731x1024.jpg 731w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-768x1075.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1097x1536.jpg 1097w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1463x2048.jpg 1463w\" sizes=\"(max-width: 1829px) 100vw, 1829px\" />															\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:18:47','2021-08-16 05:18:47','',622,'https://thechrishaunfoundation.org/?p=1093',0,'revision','',0),(1094,1,'2021-08-16 05:18:47','2021-08-16 05:18:47','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>Co-Founder & President<br>\nBusiness Owner/Consultant/Mentor\n</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			<h3>MS. SHAWN SMASH-JETT</h3>		\n			<h6>Co-Founder<br>\nInternational Keynote & Motivational Speaker/Sex Trafficking Expert/Author/Corporate Trainer/Media Personality Host/Podcaster\n</h6>		\n		Ms. Shawn Smash-Jett, is the Founder of Wealthy Divas International, an organization that empowers women through educational curriculum including finance, employee relations, personal development, and entrepreneurship. This curriculum has also been developed to provide human sex trafficked survivors with the tools and resources needed to establish independence.\nShe is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n															<img width=\"1829\" height=\"2560\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg 1829w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-214x300.jpg 214w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-731x1024.jpg 731w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-768x1075.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1097x1536.jpg 1097w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1463x2048.jpg 1463w\" sizes=\"(max-width: 1829px) 100vw, 1829px\" />															\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:18:47','2021-08-16 05:18:47','',622,'https://thechrishaunfoundation.org/?p=1094',0,'revision','',0),(1095,1,'2021-08-16 05:19:22','2021-08-16 05:19:22','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>Co-Founder & President<br>\nBusiness Owner/Consultant/Mentor\n</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			<h3>MS. SHAWN SMASH-JETT</h3>		\n			<h6>Co-Founder<br>\nInternational Keynote & Motivational Speaker/Sex Trafficking Expert/Author/Corporate Trainer/Media Personality Host/Podcaster\n</h6>		\n		Ms. Shawn Smash-Jett, is the Founder of Wealthy Divas International, an organization that empowers women through educational curriculum including finance, employee relations, personal development, and entrepreneurship. This curriculum has also been developed to provide human sex trafficked survivors with the tools and resources needed to establish independence.\nShe is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n															<img width=\"1829\" height=\"2560\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg 1829w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-214x300.jpg 214w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-731x1024.jpg 731w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-768x1075.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1097x1536.jpg 1097w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1463x2048.jpg 1463w\" sizes=\"(max-width: 1829px) 100vw, 1829px\" />															\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:19:22','2021-08-16 05:19:22','',622,'https://thechrishaunfoundation.org/?p=1095',0,'revision','',0),(1096,1,'2021-08-16 05:19:22','2021-08-16 05:19:22','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>Co-Founder & President<br>\nBusiness Owner/Consultant/Mentor\n</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			<h3>MS. SHAWN SMASH-JETT</h3>		\n			<h6>Co-Founder<br>\nInternational Keynote & Motivational Speaker/Sex Trafficking Expert/Author/Corporate Trainer/Media Personality Host/Podcaster\n</h6>		\n		Ms. Shawn Smash-Jett, is the Founder of Wealthy Divas International, an organization that empowers women through educational curriculum including finance, employee relations, personal development, and entrepreneurship. This curriculum has also been developed to provide human sex trafficked survivors with the tools and resources needed to establish independence.\nShe is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n															<img width=\"1829\" height=\"2560\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg 1829w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-214x300.jpg 214w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-731x1024.jpg 731w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-768x1075.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1097x1536.jpg 1097w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1463x2048.jpg 1463w\" sizes=\"(max-width: 1829px) 100vw, 1829px\" />															\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:19:22','2021-08-16 05:19:22','',622,'https://thechrishaunfoundation.org/?p=1096',0,'revision','',0),(1097,1,'2021-08-16 05:19:22','2021-08-16 05:19:22','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>Co-Founder & President<br>\nBusiness Owner/Consultant/Mentor\n</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			<h3>MS. SHAWN SMASH-JETT</h3>		\n			<h6>Co-Founder<br>\nInternational Keynote & Motivational Speaker/Sex Trafficking Expert/Author/Corporate Trainer/Media Personality Host/Podcaster\n</h6>		\n		Ms. Shawn Smash-Jett, is the Founder of Wealthy Divas International, an organization that empowers women through educational curriculum including finance, employee relations, personal development, and entrepreneurship. This curriculum has also been developed to provide human sex trafficked survivors with the tools and resources needed to establish independence.\nShe is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n															<img width=\"1829\" height=\"2560\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg 1829w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-214x300.jpg 214w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-731x1024.jpg 731w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-768x1075.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1097x1536.jpg 1097w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1463x2048.jpg 1463w\" sizes=\"(max-width: 1829px) 100vw, 1829px\" />															\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:19:22','2021-08-16 05:19:22','',622,'https://thechrishaunfoundation.org/?p=1097',0,'revision','',0),(1098,1,'2021-08-16 05:21:39','2021-08-16 05:21:39','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>Co-Founder & President<br>\nBusiness Owner/Consultant/Mentor\n</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			<h3>MS. SHAWN SMASH-JETT</h3>		\n			<h6>Co-Founder<br>\nInternational Keynote & Motivational Speaker/Sex Trafficking Expert/Author/Corporate Trainer/Media Personality Host/Podcaster\n</h6>		\n		Ms. Shawn Smash-Jett, is the Founder of Wealthy Divas International, an organization that empowers women through educational curriculum including finance, employee relations, personal development, and entrepreneurship. This curriculum has also been developed to provide human sex trafficked survivors with the tools and resources needed to establish independence.\nShe is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n															<img width=\"1829\" height=\"2560\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg 1829w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-214x300.jpg 214w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-731x1024.jpg 731w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-768x1075.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1097x1536.jpg 1097w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1463x2048.jpg 1463w\" sizes=\"(max-width: 1829px) 100vw, 1829px\" />															\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:21:39','2021-08-16 05:21:39','',622,'https://thechrishaunfoundation.org/?p=1098',0,'revision','',0),(1099,1,'2021-08-16 05:21:40','2021-08-16 05:21:40','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>Co-Founder & President<br>\nBusiness Owner/Consultant/Mentor\n</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			<h3>MS. SHAWN SMASH-JETT</h3>		\n			<h6>Co-Founder<br>\nInternational Keynote & Motivational Speaker/Sex Trafficking Expert/Author/Corporate Trainer/Media Personality Host/Podcaster\n</h6>		\n		Ms. Shawn Smash-Jett, is the Founder of Wealthy Divas International, an organization that empowers women through educational curriculum including finance, employee relations, personal development, and entrepreneurship. This curriculum has also been developed to provide human sex trafficked survivors with the tools and resources needed to establish independence.\nShe is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n															<img width=\"1829\" height=\"2560\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg 1829w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-214x300.jpg 214w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-731x1024.jpg 731w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-768x1075.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1097x1536.jpg 1097w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1463x2048.jpg 1463w\" sizes=\"(max-width: 1829px) 100vw, 1829px\" />															\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:21:40','2021-08-16 05:21:40','',622,'https://thechrishaunfoundation.org/?p=1099',0,'revision','',0),(1100,1,'2021-08-16 05:21:40','2021-08-16 05:21:40','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>Co-Founder & President<br>\nBusiness Owner/Consultant/Mentor\n</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			<h3>MS. SHAWN SMASH-JETT</h3>		\n			<h6>Co-Founder<br>\nInternational Keynote & Motivational Speaker/Sex Trafficking Expert/Author/Corporate Trainer/Media Personality Host/Podcaster\n</h6>		\n		Ms. Shawn Smash-Jett, is the Founder of Wealthy Divas International, an organization that empowers women through educational curriculum including finance, employee relations, personal development, and entrepreneurship. This curriculum has also been developed to provide human sex trafficked survivors with the tools and resources needed to establish independence.\nShe is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.\nAs a community philanthropist and legislative activist, she is passionate about advocating for many causes but most importantly, collaborating with other organizations in her fight against human sex trafficking. She has committed her life to this cause by not only advocating but successfully being an opposing force in rescuing traumatized young women and men so that they may begin their healing journey and recovery.\nShe is a dynamic and powerful keynote & motivational speaker, corporate coach, business consultant, and author. She disperses her testimony using a variety of social media platforms, hosts two different popular weekly radio shows, and has been featured on television in four markets. She speaks regularly to companies and groups while also working diligently to get legislation passed to help the victims of this horrendous crime.\n															<img width=\"1829\" height=\"2560\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg 1829w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-214x300.jpg 214w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-731x1024.jpg 731w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-768x1075.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1097x1536.jpg 1097w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1463x2048.jpg 1463w\" sizes=\"(max-width: 1829px) 100vw, 1829px\" />															\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:21:40','2021-08-16 05:21:40','',622,'https://thechrishaunfoundation.org/?p=1100',0,'revision','',0),(1101,1,'2021-08-16 05:24:20','2021-08-16 05:24:20','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>Co-Founder & President<br>\nBusiness Owner/Consultant/Mentor\n</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			<h3>MS. SHAWN SMASH-JETT</h3>		\n			<h6>Co-Founder<br>\nInternational Keynote & Motivational Speaker/Sex Trafficking Expert/Author/Corporate Trainer/Media Personality Host/Podcaster\n</h6>		\n		Ms. Shawn Smash-Jett, is the Founder of Wealthy Divas International, an organization that empowers women through educational curriculum including finance, employee relations, personal development, and entrepreneurship. This curriculum has also been developed to provide human sex trafficked survivors with the tools and resources needed to establish independence.\nShe is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.\nAs a community philanthropist and legislative activist, she is passionate about advocating for many causes but most importantly, collaborating with other organizations in her fight against human sex trafficking. She has committed her life to this cause by not only advocating but successfully being an opposing force in rescuing traumatized young women and men so that they may begin their healing journey and recovery.\nShe is a dynamic and powerful keynote & motivational speaker, corporate coach, business consultant, and author. She disperses her testimony using a variety of social media platforms, hosts two different popular weekly radio shows, and has been featured on television in four markets. She speaks regularly to companies and groups while also working diligently to get legislation passed to help the victims of this horrendous crime.\n															<img width=\"1829\" height=\"2560\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg 1829w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-214x300.jpg 214w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-731x1024.jpg 731w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-768x1075.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1097x1536.jpg 1097w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1463x2048.jpg 1463w\" sizes=\"(max-width: 1829px) 100vw, 1829px\" />															\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:24:20','2021-08-16 05:24:20','',622,'https://thechrishaunfoundation.org/?p=1101',0,'revision','',0),(1102,1,'2021-08-16 05:24:20','2021-08-16 05:24:20','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>Co-Founder & President<br>\nBusiness Owner/Consultant/Mentor\n</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			<h3>MS. SHAWN SMASH-JETT</h3>		\n			<h6>Co-Founder<br>\nInternational Keynote & Motivational Speaker/Sex Trafficking Expert/Author/Corporate Trainer/Media Personality Host/Podcaster\n</h6>		\n		Ms. Shawn Smash-Jett, is the Founder of Wealthy Divas International, an organization that empowers women through educational curriculum including finance, employee relations, personal development, and entrepreneurship. This curriculum has also been developed to provide human sex trafficked survivors with the tools and resources needed to establish independence.\nShe is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.\nAs a community philanthropist and legislative activist, she is passionate about advocating for many causes but most importantly, collaborating with other organizations in her fight against human sex trafficking. She has committed her life to this cause by not only advocating but successfully being an opposing force in rescuing traumatized young women and men so that they may begin their healing journey and recovery.\nShe is a dynamic and powerful keynote & motivational speaker, corporate coach, business consultant, and author. She disperses her testimony using a variety of social media platforms, hosts two different popular weekly radio shows, and has been featured on television in four markets. She speaks regularly to companies and groups while also working diligently to get legislation passed to help the victims of this horrendous crime.\n															<img width=\"1829\" height=\"2560\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg 1829w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-214x300.jpg 214w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-731x1024.jpg 731w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-768x1075.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1097x1536.jpg 1097w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1463x2048.jpg 1463w\" sizes=\"(max-width: 1829px) 100vw, 1829px\" />															\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:24:20','2021-08-16 05:24:20','',622,'https://thechrishaunfoundation.org/?p=1102',0,'revision','',0),(1109,1,'2021-08-16 05:27:20','2021-08-16 05:27:20','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>Co-Founder & President<br>\nBusiness Owner/Consultant/Mentor\n</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			<h3>MS. SHAWN SMASH-JETT</h3>		\n			<h6>Co-Founder<br>\nInternational Keynote & Motivational Speaker/Sex Trafficking Expert/Author/Corporate Trainer/Media Personality Host/Podcaster\n</h6>		\n		Ms. Shawn Smash-Jett, is the Founder of Wealthy Divas International, an organization that empowers women through educational curriculum including finance, employee relations, personal development, and entrepreneurship. This curriculum has also been developed to provide human sex trafficked survivors with the tools and resources needed to establish independence.\n<p>She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.<br />She is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges. As a community philanthropist and legislative activist, she is passionate about advocating for many causes but most importantly, collaborating with other organizations in her fight against human sex trafficking. She has committed her life to this cause by not only advocating but successfully being an opposing force in rescuing traumatized young women and men so that they may begin their healing journey and recovery.</p><p>She is a dynamic and powerful keynote &amp; motivational speaker, corporate coach, business consultant, and author. She disperses her testimony using a variety of social media platforms, hosts two different popular weekly radio shows, and has been featured on television in four markets. She speaks regularly to companies and groups while also working diligently to get legislation passed to help the victims of this horrendous crime.</p>		\n															<img width=\"1829\" height=\"2560\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg 1829w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-214x300.jpg 214w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-731x1024.jpg 731w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-768x1075.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1097x1536.jpg 1097w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1463x2048.jpg 1463w\" sizes=\"(max-width: 1829px) 100vw, 1829px\" />															\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<h2>Books by Shawn Smash-Jett</h2>		\n		In her books, she shares her compelling stories not only giving you real-life inspiring stories, but indeed giving you a guide with the resources, tools and techniques to keep your children, teens and young adults safe from potential  predators.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:27:20','2021-08-16 05:27:20','',622,'https://thechrishaunfoundation.org/?p=1109',0,'revision','',0),(1103,1,'2021-08-16 05:24:21','2021-08-16 05:24:21','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>Co-Founder & President<br>\nBusiness Owner/Consultant/Mentor\n</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			<h3>MS. SHAWN SMASH-JETT</h3>		\n			<h6>Co-Founder<br>\nInternational Keynote & Motivational Speaker/Sex Trafficking Expert/Author/Corporate Trainer/Media Personality Host/Podcaster\n</h6>		\n		Ms. Shawn Smash-Jett, is the Founder of Wealthy Divas International, an organization that empowers women through educational curriculum including finance, employee relations, personal development, and entrepreneurship. This curriculum has also been developed to provide human sex trafficked survivors with the tools and resources needed to establish independence.\n<p>She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.<br>\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.&nbsp;As a community philanthropist and legislative activist, she is passionate about advocating for many causes but most importantly, collaborating with other organizations in her fight against human sex trafficking. She has committed her life to this cause by not only advocating but successfully being an opposing force in rescuing traumatized young women and men so that they may begin their healing journey and recovery.</p>\n<p>She is a dynamic and powerful keynote &amp; motivational speaker, corporate coach, business consultant, and author. She disperses her testimony using a variety of social media platforms, hosts two different popular weekly radio shows, and has been featured on television in four markets. She speaks regularly to companies and groups while also working diligently to get legislation passed to help the victims of this horrendous crime.</p>		\n															<img width=\"1829\" height=\"2560\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg 1829w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-214x300.jpg 214w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-731x1024.jpg 731w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-768x1075.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1097x1536.jpg 1097w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1463x2048.jpg 1463w\" sizes=\"(max-width: 1829px) 100vw, 1829px\" />															\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:24:21','2021-08-16 05:24:21','',622,'https://thechrishaunfoundation.org/?p=1103',0,'revision','',0),(1104,1,'2021-08-16 05:24:43','2021-08-16 05:24:43','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>Co-Founder & President<br>\nBusiness Owner/Consultant/Mentor\n</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			<h3>MS. SHAWN SMASH-JETT</h3>		\n			<h6>Co-Founder<br>\nInternational Keynote & Motivational Speaker/Sex Trafficking Expert/Author/Corporate Trainer/Media Personality Host/Podcaster\n</h6>		\n		Ms. Shawn Smash-Jett, is the Founder of Wealthy Divas International, an organization that empowers women through educational curriculum including finance, employee relations, personal development, and entrepreneurship. This curriculum has also been developed to provide human sex trafficked survivors with the tools and resources needed to establish independence.\n<p>She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.<br>\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.&nbsp;As a community philanthropist and legislative activist, she is passionate about advocating for many causes but most importantly, collaborating with other organizations in her fight against human sex trafficking. She has committed her life to this cause by not only advocating but successfully being an opposing force in rescuing traumatized young women and men so that they may begin their healing journey and recovery.</p>\n<p>She is a dynamic and powerful keynote &amp; motivational speaker, corporate coach, business consultant, and author. She disperses her testimony using a variety of social media platforms, hosts two different popular weekly radio shows, and has been featured on television in four markets. She speaks regularly to companies and groups while also working diligently to get legislation passed to help the victims of this horrendous crime.</p>		\n															<img width=\"1829\" height=\"2560\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg 1829w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-214x300.jpg 214w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-731x1024.jpg 731w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-768x1075.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1097x1536.jpg 1097w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1463x2048.jpg 1463w\" sizes=\"(max-width: 1829px) 100vw, 1829px\" />															\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:24:43','2021-08-16 05:24:43','',622,'https://thechrishaunfoundation.org/?p=1104',0,'revision','',0),(1105,1,'2021-08-16 05:24:43','2021-08-16 05:24:43','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>Co-Founder & President<br>\nBusiness Owner/Consultant/Mentor\n</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			<h3>MS. SHAWN SMASH-JETT</h3>		\n			<h6>Co-Founder<br>\nInternational Keynote & Motivational Speaker/Sex Trafficking Expert/Author/Corporate Trainer/Media Personality Host/Podcaster\n</h6>		\n		Ms. Shawn Smash-Jett, is the Founder of Wealthy Divas International, an organization that empowers women through educational curriculum including finance, employee relations, personal development, and entrepreneurship. This curriculum has also been developed to provide human sex trafficked survivors with the tools and resources needed to establish independence.\n<p>She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.<br>\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.&nbsp;As a community philanthropist and legislative activist, she is passionate about advocating for many causes but most importantly, collaborating with other organizations in her fight against human sex trafficking. She has committed her life to this cause by not only advocating but successfully being an opposing force in rescuing traumatized young women and men so that they may begin their healing journey and recovery.</p>\n<p>She is a dynamic and powerful keynote &amp; motivational speaker, corporate coach, business consultant, and author. She disperses her testimony using a variety of social media platforms, hosts two different popular weekly radio shows, and has been featured on television in four markets. She speaks regularly to companies and groups while also working diligently to get legislation passed to help the victims of this horrendous crime.</p>		\n															<img width=\"1829\" height=\"2560\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg 1829w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-214x300.jpg 214w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-731x1024.jpg 731w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-768x1075.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1097x1536.jpg 1097w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1463x2048.jpg 1463w\" sizes=\"(max-width: 1829px) 100vw, 1829px\" />															\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:24:43','2021-08-16 05:24:43','',622,'https://thechrishaunfoundation.org/?p=1105',0,'revision','',0),(1106,1,'2021-08-16 05:24:43','2021-08-16 05:24:43','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>Co-Founder & President<br>\nBusiness Owner/Consultant/Mentor\n</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			<h3>MS. SHAWN SMASH-JETT</h3>		\n			<h6>Co-Founder<br>\nInternational Keynote & Motivational Speaker/Sex Trafficking Expert/Author/Corporate Trainer/Media Personality Host/Podcaster\n</h6>		\n		Ms. Shawn Smash-Jett, is the Founder of Wealthy Divas International, an organization that empowers women through educational curriculum including finance, employee relations, personal development, and entrepreneurship. This curriculum has also been developed to provide human sex trafficked survivors with the tools and resources needed to establish independence.\n<p>She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.<br />She is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges. As a community philanthropist and legislative activist, she is passionate about advocating for many causes but most importantly, collaborating with other organizations in her fight against human sex trafficking. She has committed her life to this cause by not only advocating but successfully being an opposing force in rescuing traumatized young women and men so that they may begin their healing journey and recovery.</p><p>She is a dynamic and powerful keynote &amp; motivational speaker, corporate coach, business consultant, and author. She disperses her testimony using a variety of social media platforms, hosts two different popular weekly radio shows, and has been featured on television in four markets. She speaks regularly to companies and groups while also working diligently to get legislation passed to help the victims of this horrendous crime.</p>		\n															<img width=\"1829\" height=\"2560\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg 1829w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-214x300.jpg 214w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-731x1024.jpg 731w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-768x1075.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1097x1536.jpg 1097w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1463x2048.jpg 1463w\" sizes=\"(max-width: 1829px) 100vw, 1829px\" />															\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:24:43','2021-08-16 05:24:43','',622,'https://thechrishaunfoundation.org/?p=1106',0,'revision','',0);
INSERT INTO `wpxo_posts` VALUES (1107,1,'2021-08-16 05:27:19','2021-08-16 05:27:19','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>Co-Founder & President<br>\nBusiness Owner/Consultant/Mentor\n</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			<h3>MS. SHAWN SMASH-JETT</h3>		\n			<h6>Co-Founder<br>\nInternational Keynote & Motivational Speaker/Sex Trafficking Expert/Author/Corporate Trainer/Media Personality Host/Podcaster\n</h6>		\n		Ms. Shawn Smash-Jett, is the Founder of Wealthy Divas International, an organization that empowers women through educational curriculum including finance, employee relations, personal development, and entrepreneurship. This curriculum has also been developed to provide human sex trafficked survivors with the tools and resources needed to establish independence.\n<p>She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.<br />She is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges. As a community philanthropist and legislative activist, she is passionate about advocating for many causes but most importantly, collaborating with other organizations in her fight against human sex trafficking. She has committed her life to this cause by not only advocating but successfully being an opposing force in rescuing traumatized young women and men so that they may begin their healing journey and recovery.</p><p>She is a dynamic and powerful keynote &amp; motivational speaker, corporate coach, business consultant, and author. She disperses her testimony using a variety of social media platforms, hosts two different popular weekly radio shows, and has been featured on television in four markets. She speaks regularly to companies and groups while also working diligently to get legislation passed to help the victims of this horrendous crime.</p>		\n															<img width=\"1829\" height=\"2560\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg 1829w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-214x300.jpg 214w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-731x1024.jpg 731w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-768x1075.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1097x1536.jpg 1097w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1463x2048.jpg 1463w\" sizes=\"(max-width: 1829px) 100vw, 1829px\" />															\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:27:19','2021-08-16 05:27:19','',622,'https://thechrishaunfoundation.org/?p=1107',0,'revision','',0),(1108,1,'2021-08-16 05:27:19','2021-08-16 05:27:19','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>Co-Founder & President<br>\nBusiness Owner/Consultant/Mentor\n</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			<h3>MS. SHAWN SMASH-JETT</h3>		\n			<h6>Co-Founder<br>\nInternational Keynote & Motivational Speaker/Sex Trafficking Expert/Author/Corporate Trainer/Media Personality Host/Podcaster\n</h6>		\n		Ms. Shawn Smash-Jett, is the Founder of Wealthy Divas International, an organization that empowers women through educational curriculum including finance, employee relations, personal development, and entrepreneurship. This curriculum has also been developed to provide human sex trafficked survivors with the tools and resources needed to establish independence.\n<p>She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.<br />She is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges. As a community philanthropist and legislative activist, she is passionate about advocating for many causes but most importantly, collaborating with other organizations in her fight against human sex trafficking. She has committed her life to this cause by not only advocating but successfully being an opposing force in rescuing traumatized young women and men so that they may begin their healing journey and recovery.</p><p>She is a dynamic and powerful keynote &amp; motivational speaker, corporate coach, business consultant, and author. She disperses her testimony using a variety of social media platforms, hosts two different popular weekly radio shows, and has been featured on television in four markets. She speaks regularly to companies and groups while also working diligently to get legislation passed to help the victims of this horrendous crime.</p>		\n															<img width=\"1829\" height=\"2560\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg 1829w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-214x300.jpg 214w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-731x1024.jpg 731w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-768x1075.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1097x1536.jpg 1097w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1463x2048.jpg 1463w\" sizes=\"(max-width: 1829px) 100vw, 1829px\" />															\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<h2>Books by Tim</h2>		\n		Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Fringilla congueque volutpat nibh</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Dapibus sapien non egestas viverra purus</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Find Our More\n					</a>\n			<a href=\"#\">\n						</a>\n			<h2>Tim\'s featured keynote </h2>		\n		In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Book Tim To Speak\n					</a>\n			“		\n			Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.		\n			<h5>Sean Paul, Director</h5>		\n			“		\n			Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.		\n			<h5>Anthony Rodgers, Manager</h5>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:27:19','2021-08-16 05:27:19','',622,'https://thechrishaunfoundation.org/?p=1108',0,'revision','',0),(1110,1,'2021-08-16 05:28:06','2021-08-16 05:28:06','','for-sale','','inherit','open','closed','','for-sale','','','2021-08-16 05:28:06','2021-08-16 05:28:06','',622,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale.jpg',0,'attachment','image/jpeg',0),(1111,1,'2021-08-16 05:29:13','2021-08-16 05:29:13','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>Co-Founder & President<br>\nBusiness Owner/Consultant/Mentor\n</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			<h3>MS. SHAWN SMASH-JETT</h3>		\n			<h6>Co-Founder<br>\nInternational Keynote & Motivational Speaker/Sex Trafficking Expert/Author/Corporate Trainer/Media Personality Host/Podcaster\n</h6>		\n		Ms. Shawn Smash-Jett, is the Founder of Wealthy Divas International, an organization that empowers women through educational curriculum including finance, employee relations, personal development, and entrepreneurship. This curriculum has also been developed to provide human sex trafficked survivors with the tools and resources needed to establish independence.\n<p>She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.<br />She is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges. As a community philanthropist and legislative activist, she is passionate about advocating for many causes but most importantly, collaborating with other organizations in her fight against human sex trafficking. She has committed her life to this cause by not only advocating but successfully being an opposing force in rescuing traumatized young women and men so that they may begin their healing journey and recovery.</p><p>She is a dynamic and powerful keynote &amp; motivational speaker, corporate coach, business consultant, and author. She disperses her testimony using a variety of social media platforms, hosts two different popular weekly radio shows, and has been featured on television in four markets. She speaks regularly to companies and groups while also working diligently to get legislation passed to help the victims of this horrendous crime.</p>		\n															<img width=\"1829\" height=\"2560\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg 1829w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-214x300.jpg 214w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-731x1024.jpg 731w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-768x1075.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1097x1536.jpg 1097w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1463x2048.jpg 1463w\" sizes=\"(max-width: 1829px) 100vw, 1829px\" />															\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<h2>Books by Shawn Smash-Jett</h2>		\n		In her books, she shares her compelling stories not only giving you real-life inspiring stories, but indeed giving you a guide with the resources, tools and techniques to keep your children, teens and young adults safe from potential  predators.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:29:13','2021-08-16 05:29:13','',622,'https://thechrishaunfoundation.org/?p=1111',0,'revision','',0),(1112,1,'2021-08-16 05:29:13','2021-08-16 05:29:13','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>Co-Founder & President<br>\nBusiness Owner/Consultant/Mentor\n</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			<h3>MS. SHAWN SMASH-JETT</h3>		\n			<h6>Co-Founder<br>\nInternational Keynote & Motivational Speaker/Sex Trafficking Expert/Author/Corporate Trainer/Media Personality Host/Podcaster\n</h6>		\n		Ms. Shawn Smash-Jett, is the Founder of Wealthy Divas International, an organization that empowers women through educational curriculum including finance, employee relations, personal development, and entrepreneurship. This curriculum has also been developed to provide human sex trafficked survivors with the tools and resources needed to establish independence.\n<p>She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.<br />She is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges. As a community philanthropist and legislative activist, she is passionate about advocating for many causes but most importantly, collaborating with other organizations in her fight against human sex trafficking. She has committed her life to this cause by not only advocating but successfully being an opposing force in rescuing traumatized young women and men so that they may begin their healing journey and recovery.</p><p>She is a dynamic and powerful keynote &amp; motivational speaker, corporate coach, business consultant, and author. She disperses her testimony using a variety of social media platforms, hosts two different popular weekly radio shows, and has been featured on television in four markets. She speaks regularly to companies and groups while also working diligently to get legislation passed to help the victims of this horrendous crime.</p>		\n															<img width=\"1829\" height=\"2560\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg 1829w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-214x300.jpg 214w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-731x1024.jpg 731w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-768x1075.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1097x1536.jpg 1097w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1463x2048.jpg 1463w\" sizes=\"(max-width: 1829px) 100vw, 1829px\" />															\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<h2>Books by Shawn Smash-Jett</h2>		\n		In her books, she shares her compelling stories not only giving you real-life inspiring stories, but indeed giving you a guide with the resources, tools and techniques to keep your children, teens and young adults safe from potential  predators.		\n			<figure><img width=\"300\" height=\"460\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3-196x300.jpg 196w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><h4>Elementum aliquam hendrerit volutpat</h4>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Get the Book Now\n					</a>','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:29:13','2021-08-16 05:29:13','',622,'https://thechrishaunfoundation.org/?p=1112',0,'revision','',0),(1116,1,'2021-08-16 05:29:54','2021-08-16 05:29:54','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>Co-Founder & President<br>\nBusiness Owner/Consultant/Mentor\n</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			<h3>MS. SHAWN SMASH-JETT</h3>		\n			<h6>Co-Founder<br>\nInternational Keynote & Motivational Speaker/Sex Trafficking Expert/Author/Corporate Trainer/Media Personality Host/Podcaster\n</h6>		\n		Ms. Shawn Smash-Jett, is the Founder of Wealthy Divas International, an organization that empowers women through educational curriculum including finance, employee relations, personal development, and entrepreneurship. This curriculum has also been developed to provide human sex trafficked survivors with the tools and resources needed to establish independence.\n<p>She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.<br />She is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges. As a community philanthropist and legislative activist, she is passionate about advocating for many causes but most importantly, collaborating with other organizations in her fight against human sex trafficking. She has committed her life to this cause by not only advocating but successfully being an opposing force in rescuing traumatized young women and men so that they may begin their healing journey and recovery.</p><p>She is a dynamic and powerful keynote &amp; motivational speaker, corporate coach, business consultant, and author. She disperses her testimony using a variety of social media platforms, hosts two different popular weekly radio shows, and has been featured on television in four markets. She speaks regularly to companies and groups while also working diligently to get legislation passed to help the victims of this horrendous crime.</p>		\n															<img width=\"1829\" height=\"2560\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg 1829w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-214x300.jpg 214w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-731x1024.jpg 731w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-768x1075.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1097x1536.jpg 1097w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1463x2048.jpg 1463w\" sizes=\"(max-width: 1829px) 100vw, 1829px\" />															\n			<h2>Books by Shawn Smash-Jett</h2>		\n		In her books, she shares her compelling stories not only giving you real-life inspiring stories, but indeed giving you a guide with the resources, tools and techniques to keep your children, teens and young adults safe from potential  predators.		\n															<img width=\"642\" height=\"1024\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale-642x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale-642x1024.jpg 642w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale-188x300.jpg 188w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale-768x1226.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale-963x1536.jpg 963w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale-1283x2048.jpg 1283w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale.jpg 1410w\" sizes=\"(max-width: 642px) 100vw, 642px\" />','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:29:54','2021-08-16 05:29:54','',622,'https://thechrishaunfoundation.org/?p=1116',0,'revision','',0),(1113,1,'2021-08-16 05:29:14','2021-08-16 05:29:14','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>Co-Founder & President<br>\nBusiness Owner/Consultant/Mentor\n</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			<h3>MS. SHAWN SMASH-JETT</h3>		\n			<h6>Co-Founder<br>\nInternational Keynote & Motivational Speaker/Sex Trafficking Expert/Author/Corporate Trainer/Media Personality Host/Podcaster\n</h6>		\n		Ms. Shawn Smash-Jett, is the Founder of Wealthy Divas International, an organization that empowers women through educational curriculum including finance, employee relations, personal development, and entrepreneurship. This curriculum has also been developed to provide human sex trafficked survivors with the tools and resources needed to establish independence.\n<p>She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.<br />She is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges. As a community philanthropist and legislative activist, she is passionate about advocating for many causes but most importantly, collaborating with other organizations in her fight against human sex trafficking. She has committed her life to this cause by not only advocating but successfully being an opposing force in rescuing traumatized young women and men so that they may begin their healing journey and recovery.</p><p>She is a dynamic and powerful keynote &amp; motivational speaker, corporate coach, business consultant, and author. She disperses her testimony using a variety of social media platforms, hosts two different popular weekly radio shows, and has been featured on television in four markets. She speaks regularly to companies and groups while also working diligently to get legislation passed to help the victims of this horrendous crime.</p>		\n															<img width=\"1829\" height=\"2560\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg 1829w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-214x300.jpg 214w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-731x1024.jpg 731w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-768x1075.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1097x1536.jpg 1097w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1463x2048.jpg 1463w\" sizes=\"(max-width: 1829px) 100vw, 1829px\" />															\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<h2>Books by Shawn Smash-Jett</h2>		\n		In her books, she shares her compelling stories not only giving you real-life inspiring stories, but indeed giving you a guide with the resources, tools and techniques to keep your children, teens and young adults safe from potential  predators.		\n															<img width=\"642\" height=\"1024\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale-642x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale-642x1024.jpg 642w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale-188x300.jpg 188w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale-768x1226.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale-963x1536.jpg 963w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale-1283x2048.jpg 1283w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale.jpg 1410w\" sizes=\"(max-width: 642px) 100vw, 642px\" />','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:29:14','2021-08-16 05:29:14','',622,'https://thechrishaunfoundation.org/?p=1113',0,'revision','',0),(1114,1,'2021-08-16 05:29:54','2021-08-16 05:29:54','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>Co-Founder & President<br>\nBusiness Owner/Consultant/Mentor\n</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			<h3>MS. SHAWN SMASH-JETT</h3>		\n			<h6>Co-Founder<br>\nInternational Keynote & Motivational Speaker/Sex Trafficking Expert/Author/Corporate Trainer/Media Personality Host/Podcaster\n</h6>		\n		Ms. Shawn Smash-Jett, is the Founder of Wealthy Divas International, an organization that empowers women through educational curriculum including finance, employee relations, personal development, and entrepreneurship. This curriculum has also been developed to provide human sex trafficked survivors with the tools and resources needed to establish independence.\n<p>She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.<br />She is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges. As a community philanthropist and legislative activist, she is passionate about advocating for many causes but most importantly, collaborating with other organizations in her fight against human sex trafficking. She has committed her life to this cause by not only advocating but successfully being an opposing force in rescuing traumatized young women and men so that they may begin their healing journey and recovery.</p><p>She is a dynamic and powerful keynote &amp; motivational speaker, corporate coach, business consultant, and author. She disperses her testimony using a variety of social media platforms, hosts two different popular weekly radio shows, and has been featured on television in four markets. She speaks regularly to companies and groups while also working diligently to get legislation passed to help the victims of this horrendous crime.</p>		\n															<img width=\"1829\" height=\"2560\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg 1829w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-214x300.jpg 214w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-731x1024.jpg 731w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-768x1075.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1097x1536.jpg 1097w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1463x2048.jpg 1463w\" sizes=\"(max-width: 1829px) 100vw, 1829px\" />															\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<h2>Books by Shawn Smash-Jett</h2>		\n		In her books, she shares her compelling stories not only giving you real-life inspiring stories, but indeed giving you a guide with the resources, tools and techniques to keep your children, teens and young adults safe from potential  predators.		\n															<img width=\"642\" height=\"1024\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale-642x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale-642x1024.jpg 642w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale-188x300.jpg 188w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale-768x1226.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale-963x1536.jpg 963w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale-1283x2048.jpg 1283w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale.jpg 1410w\" sizes=\"(max-width: 642px) 100vw, 642px\" />','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:29:54','2021-08-16 05:29:54','',622,'https://thechrishaunfoundation.org/?p=1114',0,'revision','',0),(1115,1,'2021-08-16 05:29:54','2021-08-16 05:29:54','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>Co-Founder & President<br>\nBusiness Owner/Consultant/Mentor\n</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			<h3>MS. SHAWN SMASH-JETT</h3>		\n			<h6>Co-Founder<br>\nInternational Keynote & Motivational Speaker/Sex Trafficking Expert/Author/Corporate Trainer/Media Personality Host/Podcaster\n</h6>		\n		Ms. Shawn Smash-Jett, is the Founder of Wealthy Divas International, an organization that empowers women through educational curriculum including finance, employee relations, personal development, and entrepreneurship. This curriculum has also been developed to provide human sex trafficked survivors with the tools and resources needed to establish independence.\n<p>She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.<br />She is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges. As a community philanthropist and legislative activist, she is passionate about advocating for many causes but most importantly, collaborating with other organizations in her fight against human sex trafficking. She has committed her life to this cause by not only advocating but successfully being an opposing force in rescuing traumatized young women and men so that they may begin their healing journey and recovery.</p><p>She is a dynamic and powerful keynote &amp; motivational speaker, corporate coach, business consultant, and author. She disperses her testimony using a variety of social media platforms, hosts two different popular weekly radio shows, and has been featured on television in four markets. She speaks regularly to companies and groups while also working diligently to get legislation passed to help the victims of this horrendous crime.</p>		\n															<img width=\"1829\" height=\"2560\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg 1829w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-214x300.jpg 214w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-731x1024.jpg 731w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-768x1075.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1097x1536.jpg 1097w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1463x2048.jpg 1463w\" sizes=\"(max-width: 1829px) 100vw, 1829px\" />															\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<h2>Books by Shawn Smash-Jett</h2>		\n		In her books, she shares her compelling stories not only giving you real-life inspiring stories, but indeed giving you a guide with the resources, tools and techniques to keep your children, teens and young adults safe from potential  predators.		\n															<img width=\"642\" height=\"1024\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale-642x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale-642x1024.jpg 642w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale-188x300.jpg 188w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale-768x1226.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale-963x1536.jpg 963w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale-1283x2048.jpg 1283w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale.jpg 1410w\" sizes=\"(max-width: 642px) 100vw, 642px\" />','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:29:54','2021-08-16 05:29:54','',622,'https://thechrishaunfoundation.org/?p=1115',0,'revision','',0),(1117,1,'2021-08-16 05:36:37','2021-08-16 05:36:37','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>Co-Founder & President<br>\nBusiness Owner/Consultant/Mentor\n</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			<h3>MS. SHAWN SMASH-JETT</h3>		\n			<h6>Co-Founder<br>\nInternational Keynote & Motivational Speaker/Sex Trafficking Expert/Author/Corporate Trainer/Media Personality Host/Podcaster\n</h6>		\n		Ms. Shawn Smash-Jett, is the Founder of Wealthy Divas International, an organization that empowers women through educational curriculum including finance, employee relations, personal development, and entrepreneurship. This curriculum has also been developed to provide human sex trafficked survivors with the tools and resources needed to establish independence.\n<p>She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.<br />She is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges. As a community philanthropist and legislative activist, she is passionate about advocating for many causes but most importantly, collaborating with other organizations in her fight against human sex trafficking. She has committed her life to this cause by not only advocating but successfully being an opposing force in rescuing traumatized young women and men so that they may begin their healing journey and recovery.</p><p>She is a dynamic and powerful keynote &amp; motivational speaker, corporate coach, business consultant, and author. She disperses her testimony using a variety of social media platforms, hosts two different popular weekly radio shows, and has been featured on television in four markets. She speaks regularly to companies and groups while also working diligently to get legislation passed to help the victims of this horrendous crime.</p>		\n															<img width=\"1829\" height=\"2560\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg 1829w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-214x300.jpg 214w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-731x1024.jpg 731w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-768x1075.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1097x1536.jpg 1097w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1463x2048.jpg 1463w\" sizes=\"(max-width: 1829px) 100vw, 1829px\" />															\n			<h2>Books by Shawn Smash-Jett</h2>		\n		In her books, she shares her compelling stories not only giving you real-life inspiring stories, but indeed giving you a guide with the resources, tools and techniques to keep your children, teens and young adults safe from potential  predators.		\n															<img width=\"642\" height=\"1024\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale-642x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale-642x1024.jpg 642w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale-188x300.jpg 188w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale-768x1226.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale-963x1536.jpg 963w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale-1283x2048.jpg 1283w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale.jpg 1410w\" sizes=\"(max-width: 642px) 100vw, 642px\" />','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:36:37','2021-08-16 05:36:37','',622,'https://thechrishaunfoundation.org/?p=1117',0,'revision','',0),(1118,1,'2021-08-16 05:36:37','2021-08-16 05:36:37','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>Co-Founder & President<br>\nBusiness Owner/Consultant/Mentor\n</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			<h3>MS. SHAWN SMASH-JETT</h3>		\n			<h6>Co-Founder<br>\nInternational Keynote & Motivational Speaker/Sex Trafficking Expert/Author/Corporate Trainer/Media Personality Host/Podcaster\n</h6>		\n		Ms. Shawn Smash-Jett, is the Founder of Wealthy Divas International, an organization that empowers women through educational curriculum including finance, employee relations, personal development, and entrepreneurship. This curriculum has also been developed to provide human sex trafficked survivors with the tools and resources needed to establish independence.\n<p>She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.<br />She is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges. As a community philanthropist and legislative activist, she is passionate about advocating for many causes but most importantly, collaborating with other organizations in her fight against human sex trafficking. She has committed her life to this cause by not only advocating but successfully being an opposing force in rescuing traumatized young women and men so that they may begin their healing journey and recovery.</p><p>She is a dynamic and powerful keynote &amp; motivational speaker, corporate coach, business consultant, and author. She disperses her testimony using a variety of social media platforms, hosts two different popular weekly radio shows, and has been featured on television in four markets. She speaks regularly to companies and groups while also working diligently to get legislation passed to help the victims of this horrendous crime.</p>		\n															<img width=\"1829\" height=\"2560\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg 1829w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-214x300.jpg 214w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-731x1024.jpg 731w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-768x1075.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1097x1536.jpg 1097w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1463x2048.jpg 1463w\" sizes=\"(max-width: 1829px) 100vw, 1829px\" />															\n			<h2>Books by Shawn Smash-Jett</h2>		\n		In her books, she shares her compelling stories not only giving you real-life inspiring stories, but indeed giving you a guide with the resources, tools and techniques to keep your children, teens and young adults safe from potential  predators.		\n															<img width=\"642\" height=\"1024\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale-642x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale-642x1024.jpg 642w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale-188x300.jpg 188w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale-768x1226.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale-963x1536.jpg 963w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale-1283x2048.jpg 1283w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale.jpg 1410w\" sizes=\"(max-width: 642px) 100vw, 642px\" />','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:36:37','2021-08-16 05:36:37','',622,'https://thechrishaunfoundation.org/?p=1118',0,'revision','',0),(1119,1,'2021-08-16 05:36:38','2021-08-16 05:36:38','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n															<img width=\"394\" height=\"439\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1.png 394w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/lexi1-269x300.png 269w\" sizes=\"(max-width: 394px) 100vw, 394px\" />															\n			<h3>MISS. ALEXIS JETT\n</h3>		\n			<h6>Co-Founder & President<br>\nBusiness Owner/Consultant/Mentor\n</h6>		\n		Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges.		\n			<h3>MS. SHAWN SMASH-JETT</h3>		\n			<h6>Co-Founder<br>\nInternational Keynote & Motivational Speaker/Sex Trafficking Expert/Author/Corporate Trainer/Media Personality Host/Podcaster\n</h6>		\n		Ms. Shawn Smash-Jett, is the Founder of Wealthy Divas International, an organization that empowers women through educational curriculum including finance, employee relations, personal development, and entrepreneurship. This curriculum has also been developed to provide human sex trafficked survivors with the tools and resources needed to establish independence.\n<p>She is armed with a defined technique for delivering excellent customer service. This leader’s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.<br />She is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today’s youth and ensuring that they have life after life’s challenges. As a community philanthropist and legislative activist, she is passionate about advocating for many causes but most importantly, collaborating with other organizations in her fight against human sex trafficking. She has committed her life to this cause by not only advocating but successfully being an opposing force in rescuing traumatized young women and men so that they may begin their healing journey and recovery.</p><p>She is a dynamic and powerful keynote &amp; motivational speaker, corporate coach, business consultant, and author. She disperses her testimony using a variety of social media platforms, hosts two different popular weekly radio shows, and has been featured on television in four markets. She speaks regularly to companies and groups while also working diligently to get legislation passed to help the victims of this horrendous crime.</p>		\n															<img width=\"1829\" height=\"2560\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-scaled.jpg 1829w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-214x300.jpg 214w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-731x1024.jpg 731w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-768x1075.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1097x1536.jpg 1097w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shawn1-1463x2048.jpg 1463w\" sizes=\"(max-width: 1829px) 100vw, 1829px\" />															\n			<h2>Books by Shawn Smash-Jett</h2>		\n		In her books, she shares her compelling stories not only giving you real-life inspiring stories, but indeed giving you a guide with the resources, tools and techniques to keep your children, teens and young adults safe from potential  predators.		\n															<img width=\"642\" height=\"1024\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale-642x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale-642x1024.jpg 642w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale-188x300.jpg 188w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale-768x1226.jpg 768w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale-963x1536.jpg 963w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale-1283x2048.jpg 1283w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/for-sale.jpg 1410w\" sizes=\"(max-width: 642px) 100vw, 642px\" />','Our People','','inherit','closed','closed','','622-revision-v1','','','2021-08-16 05:36:38','2021-08-16 05:36:38','',622,'https://thechrishaunfoundation.org/?p=1119',0,'revision','',0),(1120,1,'2021-08-16 06:09:28','2021-08-16 06:09:28','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','covid19 efforts','','publish','closed','closed','','covid19-efforts','','','2021-08-16 06:09:28','2021-08-16 06:09:28','',0,'https://thechrishaunfoundation.org/?elementor_library=covid19-efforts',0,'elementor_library','',0),(1121,1,'2021-08-16 06:09:28','2021-08-16 06:09:28','','covid19 efforts','','inherit','closed','closed','','1120-revision-v1','','','2021-08-16 06:09:28','2021-08-16 06:09:28','',1120,'https://thechrishaunfoundation.org/?p=1121',0,'revision','',0),(1122,1,'2021-08-16 06:09:28','2021-08-16 06:09:28','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','covid19 efforts','','inherit','closed','closed','','1120-revision-v1','','','2021-08-16 06:09:28','2021-08-16 06:09:28','',1120,'https://thechrishaunfoundation.org/?p=1122',0,'revision','',0),(1123,1,'2021-08-16 06:10:46','2021-08-16 06:10:46','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Covid-19 Relief Efforts','','inherit','closed','closed','','549-revision-v1','','','2021-08-16 06:10:46','2021-08-16 06:10:46','',549,'https://thechrishaunfoundation.org/?p=1123',0,'revision','',0),(1124,1,'2021-08-16 06:10:46','2021-08-16 06:10:46','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n				<h5>\n					Meals & Basic Supplies\n				</h5>\n								<p>We\'ve coordinated over 30,000 meals/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.</p>\n				<h5>\n					Housing Assistance\n				</h5>\n								<p>To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. </p>\n				<h5>\n					Hotel Shelter\n				</h5>\n								<p>We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!</p>\n				<h5>\n					Childcare\n				</h5>\n								<p>We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\n</p>','Covid-19 Relief Efforts','','inherit','closed','closed','','549-revision-v1','','','2021-08-16 06:10:46','2021-08-16 06:10:46','',549,'https://thechrishaunfoundation.org/?p=1124',0,'revision','',0),(1126,1,'2021-08-16 06:11:30','2021-08-16 06:11:30','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n		<p>COVID-19- 2020, one of the most brutal years of our lifetime. In March, the country shut down and it seemed as though everybody lost their job. Even though we were all in this together, it can feel like it\'s only happening to you. Just because other people lost their jobs, it doesn\'t make you feel any better about losing yours. A new normal with masks, took smiles away from people and made life seem so dreary. If you were unfortunate enough to get sick with Covid, that made life even worse. Not only were you going through the worst financial time of your life, but you also had to do it while vomiting, losing taste, having a runny nose, etc.</p><p>Millions of Americans applied for unemployment and the country shut down what you meant you were at home alone or with family for months on end. To be cooped up with no human contact was excruciating for some. You felt so alone and now it will be so hard for you to recuperate financially and emotionally. It was also pretty upsetting to see on social media all the people who are more well-off than you complain about being stuck in their mansions, almost a slap in the face. The Chrishaun foundation is here to help get you back to pre-COVID.</p>','Covid-19 Relief Efforts','','inherit','closed','closed','','549-revision-v1','','','2021-08-16 06:11:30','2021-08-16 06:11:30','',549,'https://thechrishaunfoundation.org/?p=1126',0,'revision','',0),(1127,1,'2021-08-16 06:11:30','2021-08-16 06:11:30','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Response to Covid-19</h2>		\n		<p>COVID-19- 2020, one of the most brutal years of our lifetime. In March, the country shut down and it seemed as though everybody lost their job. Even though we were all in this together, it can feel like it\'s only happening to you. Just because other people lost their jobs, it doesn\'t make you feel any better about losing yours. A new normal with masks, took smiles away from people and made life seem so dreary. If you were unfortunate enough to get sick with Covid, that made life even worse. Not only were you going through the worst financial time of your life, but you also had to do it while vomiting, losing taste, having a runny nose, etc.</p><p>Millions of Americans applied for unemployment and the country shut down what you meant you were at home alone or with family for months on end. To be cooped up with no human contact was excruciating for some. You felt so alone and now it will be so hard for you to recuperate financially and emotionally. It was also pretty upsetting to see on social media all the people who are more well-off than you complain about being stuck in their mansions, almost a slap in the face. The Chrishaun foundation is here to help get you back to pre-COVID.</p>','Covid-19 Relief Efforts','','inherit','closed','closed','','549-revision-v1','','','2021-08-16 06:11:30','2021-08-16 06:11:30','',549,'https://thechrishaunfoundation.org/?p=1127',0,'revision','',0),(1128,1,'2021-08-16 06:11:31','2021-08-16 06:11:31','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Our Covid-19 Relief Efforts</h2>		\n		<p>COVID-19- 2020, one of the most brutal years of our lifetime. In March, the country shut down and it seemed as though everybody lost their job. Even though we were all in this together, it can feel like it\'s only happening to you. Just because other people lost their jobs, it doesn\'t make you feel any better about losing yours. A new normal with masks, took smiles away from people and made life seem so dreary. If you were unfortunate enough to get sick with Covid, that made life even worse. Not only were you going through the worst financial time of your life, but you also had to do it while vomiting, losing taste, having a runny nose, etc.</p><p>Millions of Americans applied for unemployment and the country shut down what you meant you were at home alone or with family for months on end. To be cooped up with no human contact was excruciating for some. You felt so alone and now it will be so hard for you to recuperate financially and emotionally. It was also pretty upsetting to see on social media all the people who are more well-off than you complain about being stuck in their mansions, almost a slap in the face. The Chrishaun foundation is here to help get you back to pre-COVID.</p>','Covid-19 Relief Efforts','','inherit','closed','closed','','549-revision-v1','','','2021-08-16 06:11:31','2021-08-16 06:11:31','',549,'https://thechrishaunfoundation.org/?p=1128',0,'revision','',0),(1130,1,'2021-08-16 06:22:31','2021-08-16 06:22:31','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Get in touch</h2>		\n					<ul>\n							<li>\n										123 Fifth Avenue, New York, NY 10160\n									</li>\n								<li>\n										contact@info.com\n									</li>\n								<li>\n										1-404-491-9311\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/TheChrishaunFoundation\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/TheChrishaunFdn\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://instagram.com/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a href=\"https://www.linkedin.com/company/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Linkedin\n											</a>\n					<a href=\"https://www.youtube.com/channel/UCmzlzjopXMpjtDYwwQ2qacg\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a href=\"https://thechrishaunfoundation.tumblr.com/\" target=\"_blank\" rel=\"noopener\">\n						Tumblr\n											</a>\n					<a href=\"https://vimeo.com/user108876918\" target=\"_blank\" rel=\"noopener\">\n						Vimeo\n											</a>\n			<h2>Message us</h2>		\n		Please use the contact form below, if you have any general questions or requests about our services.\nWe will try our best to respond back to you within 24 hours.\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>','Contact','','inherit','closed','closed','','351-revision-v1','','','2021-08-16 06:22:31','2021-08-16 06:22:31','',351,'https://thechrishaunfoundation.org/?p=1130',0,'revision','',0),(1131,1,'2021-08-16 06:22:31','2021-08-16 06:22:31','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Get in touch</h2>		\n					<ul>\n							<li>\n										123 Fifth Avenue, New York, NY 10160\n									</li>\n								<li>\n										contact@info.com\n									</li>\n								<li>\n										1-404-491-9311\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/TheChrishaunFoundation\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/TheChrishaunFdn\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://instagram.com/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a href=\"https://www.linkedin.com/company/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Linkedin\n											</a>\n					<a href=\"https://www.youtube.com/channel/UCmzlzjopXMpjtDYwwQ2qacg\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a href=\"https://thechrishaunfoundation.tumblr.com/\" target=\"_blank\" rel=\"noopener\">\n						Tumblr\n											</a>\n					<a href=\"https://vimeo.com/user108876918\" target=\"_blank\" rel=\"noopener\">\n						Vimeo\n											</a>\n			<h2>Message us</h2>		\n		Please use the contact form below, if you have any general questions or requests about our services.\nWe will try our best to respond back to you within 24 hours.\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>','Contact','','inherit','closed','closed','','351-revision-v1','','','2021-08-16 06:22:31','2021-08-16 06:22:31','',351,'https://thechrishaunfoundation.org/?p=1131',0,'revision','',0),(1133,1,'2021-08-16 06:25:02','2021-08-16 06:25:02','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Get in touch</h2>		\n					<ul>\n							<li>\n										info@thechrishaunfoundation.org\n									</li>\n								<li>\n										1-404-491-9311\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/TheChrishaunFoundation\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/TheChrishaunFdn\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://instagram.com/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a href=\"https://www.linkedin.com/company/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Linkedin\n											</a>\n					<a href=\"https://www.youtube.com/channel/UCmzlzjopXMpjtDYwwQ2qacg\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a href=\"https://thechrishaunfoundation.tumblr.com/\" target=\"_blank\" rel=\"noopener\">\n						Tumblr\n											</a>\n					<a href=\"https://vimeo.com/user108876918\" target=\"_blank\" rel=\"noopener\">\n						Vimeo\n											</a>\n			<h2>Message us</h2>		\n		Please use the contact form below, if you have any general questions or requests about our services.\nWe will try our best to respond back to you within 24 hours.\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>','Contact','','inherit','closed','closed','','351-revision-v1','','','2021-08-16 06:25:02','2021-08-16 06:25:02','',351,'https://thechrishaunfoundation.org/?p=1133',0,'revision','',0),(1134,1,'2021-08-16 06:25:02','2021-08-16 06:25:02','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Get in touch</h2>		\n					<ul>\n							<li>\n										info@thechrishaunfoundation.org\n									</li>\n								<li>\n										1-404-491-9311\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/TheChrishaunFoundation\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/TheChrishaunFdn\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://instagram.com/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a href=\"https://www.linkedin.com/company/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Linkedin\n											</a>\n					<a href=\"https://www.youtube.com/channel/UCmzlzjopXMpjtDYwwQ2qacg\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a href=\"https://thechrishaunfoundation.tumblr.com/\" target=\"_blank\" rel=\"noopener\">\n						Tumblr\n											</a>\n					<a href=\"https://vimeo.com/user108876918\" target=\"_blank\" rel=\"noopener\">\n						Vimeo\n											</a>\n			<h2>Message us</h2>		\n		Please use the contact form below, if you have any general questions or requests about our services.\nWe will try our best to respond back to you within 24 hours.\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>','Contact','','inherit','closed','closed','','351-revision-v1','','','2021-08-16 06:25:02','2021-08-16 06:25:02','',351,'https://thechrishaunfoundation.org/?p=1134',0,'revision','',0),(1135,1,'2021-08-16 06:25:03','2021-08-16 06:25:03','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Get in touch</h2>		\n					<ul>\n							<li>\n										info@thechrishaunfoundation.org\n									</li>\n								<li>\n										1-404-491-9311\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/TheChrishaunFoundation\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/TheChrishaunFdn\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://instagram.com/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a href=\"https://www.linkedin.com/company/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Linkedin\n											</a>\n					<a href=\"https://www.youtube.com/channel/UCmzlzjopXMpjtDYwwQ2qacg\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a href=\"https://thechrishaunfoundation.tumblr.com/\" target=\"_blank\" rel=\"noopener\">\n						Tumblr\n											</a>\n					<a href=\"https://vimeo.com/user108876918\" target=\"_blank\" rel=\"noopener\">\n						Vimeo\n											</a>\n			<h2>Message us</h2>		\n		Please use the contact form below, if you have any general questions or requests about our services.\nWe will try our best to respond back to you within 24 hours.\n[wpforms id=\"17\" title=\"false\" description=\"false\"]		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>','Contact','','inherit','closed','closed','','351-revision-v1','','','2021-08-16 06:25:03','2021-08-16 06:25:03','',351,'https://thechrishaunfoundation.org/?p=1135',0,'revision','',0),(1136,1,'2021-08-16 06:28:42','2021-08-16 06:28:42','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Get in touch</h2>		\n					<ul>\n							<li>\n										info@thechrishaunfoundation.org\n									</li>\n								<li>\n										1-404-491-9311\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/TheChrishaunFoundation\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/TheChrishaunFdn\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://instagram.com/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a href=\"https://www.linkedin.com/company/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Linkedin\n											</a>\n					<a href=\"https://www.youtube.com/channel/UCmzlzjopXMpjtDYwwQ2qacg\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a href=\"https://thechrishaunfoundation.tumblr.com/\" target=\"_blank\" rel=\"noopener\">\n						Tumblr\n											</a>\n					<a href=\"https://vimeo.com/user108876918\" target=\"_blank\" rel=\"noopener\">\n						Vimeo\n											</a>\n			<h2>Message us</h2>		\n		Please use the contact form below, if you have any general questions or requests about our services.\nWe will try our best to respond back to you within 24 hours.\n[wpforms id=\"17\" title=\"false\" description=\"false\"]		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>','Contact','','inherit','closed','closed','','351-revision-v1','','','2021-08-16 06:28:42','2021-08-16 06:28:42','',351,'https://thechrishaunfoundation.org/?p=1136',0,'revision','',0),(1137,1,'2021-08-16 06:28:42','2021-08-16 06:28:42','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Get in touch</h2>		\n					<ul>\n							<li>\n										info@thechrishaunfoundation.org\n									</li>\n								<li>\n										1-404-491-9311\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/TheChrishaunFoundation\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/TheChrishaunFdn\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://instagram.com/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a href=\"https://www.linkedin.com/company/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Linkedin\n											</a>\n					<a href=\"https://www.youtube.com/channel/UCmzlzjopXMpjtDYwwQ2qacg\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a href=\"https://thechrishaunfoundation.tumblr.com/\" target=\"_blank\" rel=\"noopener\">\n						Tumblr\n											</a>\n					<a href=\"https://vimeo.com/user108876918\" target=\"_blank\" rel=\"noopener\">\n						Vimeo\n											</a>\n			<h2>Message us</h2>		\n		Please use the contact form below, if you have any general questions or requests about our services.\nWe will try our best to respond back to you within 24 hours.\n[wpforms id=\"17\" title=\"false\" description=\"false\"]		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>','Contact','','inherit','closed','closed','','351-revision-v1','','','2021-08-16 06:28:42','2021-08-16 06:28:42','',351,'https://thechrishaunfoundation.org/?p=1137',0,'revision','',0),(1138,1,'2021-08-16 06:28:42','2021-08-16 06:28:42','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Get in touch</h2>		\n					<ul>\n							<li>\n										info@thechrishaunfoundation.org\n									</li>\n								<li>\n										1-404-491-9311\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/TheChrishaunFoundation\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/TheChrishaunFdn\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://instagram.com/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a href=\"https://www.linkedin.com/company/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Linkedin\n											</a>\n					<a href=\"https://www.youtube.com/channel/UCmzlzjopXMpjtDYwwQ2qacg\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a href=\"https://thechrishaunfoundation.tumblr.com/\" target=\"_blank\" rel=\"noopener\">\n						Tumblr\n											</a>\n					<a href=\"https://vimeo.com/user108876918\" target=\"_blank\" rel=\"noopener\">\n						Vimeo\n											</a>\n			<h2>Message us</h2>		\n		Please use the contact form below, if you have any general questions or requests about our services.\nWe will try our best to respond back to you within 24 hours.\n[wpforms id=\"17\" title=\"false\" description=\"false\"]		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=Atlanta%2C%20Georgia&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>','Contact','','inherit','closed','closed','','351-revision-v1','','','2021-08-16 06:28:42','2021-08-16 06:28:42','',351,'https://thechrishaunfoundation.org/?p=1138',0,'revision','',0),(1141,1,'2021-08-16 16:18:44','2021-08-16 16:18:44','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<h2>Community</h2>		\n			<h5>LOCAL ENGAGEMENT\n</h5>		\n				<h5>\n				</h5>\n								<p>Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.</p>\n				<h5>\n				</h5>\n								<p>Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\n</p>\n				<h5>\n				</h5>\n								<p>We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.</p>\n			<p>*For more information about this new exciting program click here!</p>','Our programs','','inherit','closed','closed','','1139-revision-v1','','','2021-08-16 16:18:44','2021-08-16 16:18:44','',1139,'https://thechrishaunfoundation.org/?p=1141',0,'revision','',0),(1142,1,'2021-08-16 16:19:20','2021-08-16 16:19:20','','digital-marketing-coach-template-header-bg-img-5.jpg','','inherit','open','closed','','digital-marketing-coach-template-header-bg-img-5-jpg','','','2021-08-16 16:19:20','2021-08-16 16:19:20','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-header-bg-img-5.jpg',0,'attachment','image/jpeg',0),(1143,1,'2021-08-16 16:19:20','2021-08-16 16:19:20','','digital-marketing-book-1.jpg','','inherit','open','closed','','digital-marketing-book-1-jpg','','','2021-08-16 16:19:20','2021-08-16 16:19:20','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg',0,'attachment','image/jpeg',0),(1144,1,'2021-08-16 16:19:20','2021-08-16 16:19:20','','long-right-arrow-icon.svg','','inherit','open','closed','','long-right-arrow-icon-svg-2','','','2021-08-16 16:19:20','2021-08-16 16:19:20','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/long-right-arrow-icon-1.svg',0,'attachment','image/svg+xml',0),(1190,1,'2021-08-17 03:31:27','2021-08-17 03:31:27','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h2>Life After Loss</h2>		\n		<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br />The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Lie After Divorce</h2>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Domestic violence</h2>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Health crisis</h2>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Addiction</h2>		\n		<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking “if I can just get away from it all even for an hour, it would be worth it “. You take a substance just to have a moment of peace in your life where just for one second in time, you’re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it’s back to your life, your miserable life. So, what do you do?<br />You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After The military</h2>		\n		Fighting daily for your country’s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Homelessness</h2>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you’re diseased and will throw a measly amount of change at you that you couldn’t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.		\n			<h2>Digital Marketing News &amp; Blog</h2>		\n		<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.</p>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						View All Posts\n					</a>\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Elit mattis platea rhoncus</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Nisl eleifend vulputate ultricies</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Porttitor quam dolor</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:31:27','2021-08-17 03:31:27','',480,'https://thechrishaunfoundation.org/?p=1190',0,'revision','',0),(1146,1,'2021-08-16 16:19:20','2021-08-16 16:19:20','','digital-marketing-book-3.jpg','','inherit','open','closed','','digital-marketing-book-3-jpg','','','2021-08-16 16:19:20','2021-08-16 16:19:20','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg',0,'attachment','image/jpeg',0),(1147,1,'2021-08-16 16:19:21','2021-08-16 16:19:21','','digital-marketing-coach-template-blog-post-img-thumb-1.jpg','','inherit','open','closed','','digital-marketing-coach-template-blog-post-img-thumb-1-jpg','','','2021-08-16 16:19:21','2021-08-16 16:19:21','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-1.jpg',0,'attachment','image/jpeg',0),(1148,1,'2021-08-16 16:19:21','2021-08-16 16:19:21','','digital-marketing-coach-template-blog-post-img-thumb-2.jpg','','inherit','open','closed','','digital-marketing-coach-template-blog-post-img-thumb-2-jpg','','','2021-08-16 16:19:21','2021-08-16 16:19:21','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-2.jpg',0,'attachment','image/jpeg',0),(1149,1,'2021-08-16 16:19:21','2021-08-16 16:19:21','','digital-marketing-coach-template-blog-post-img-thumb-3.jpg','','inherit','open','closed','','digital-marketing-coach-template-blog-post-img-thumb-3-jpg','','','2021-08-16 16:19:21','2021-08-16 16:19:21','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-3.jpg',0,'attachment','image/jpeg',0),(1150,1,'2021-08-16 16:22:05','2021-08-16 16:22:05','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<h2>Community</h2>		\n			<h5>LOCAL ENGAGEMENT\n</h5>		\n				<h5>\n				</h5>\n								<p>Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.</p>\n				<h5>\n				</h5>\n								<p>Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\n</p>\n				<h5>\n				</h5>\n								<p>We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.</p>\n			<p>*For more information about this new exciting program click here!</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-16 16:22:05','2021-08-16 16:22:05','',480,'https://thechrishaunfoundation.org/?p=1150',0,'revision','',0),(1151,1,'2021-08-16 16:22:05','2021-08-16 16:22:05','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Shelter</h2>		\n			<h5>ALMOST HOME FAMILY SHELTER</h5>		\n				<h5>\n				</h5>\n								<p>90 Days of emergency shelter in a welcoming environment for families with children under 18.\n</p>\n				<h5>\n				</h5>\n								<p>Full time childcare or after school care provided for families in shelter.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h2>Stability\n</h2>		\n			<h5>GOING HOME RAPID REHOUSING</h5>		\n				<h5>\n				</h5>\n								<p>6 months tapered rental assistance for families moving out of homelessness into stable housing.\n</p>\n				<h5>\n				</h5>\n								<p>Security and Utility deposits are included in the program to reduce barriers to accessing housing.\n</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level worker.</p>\n			<h5>BRIDGE TO HOME TRANSITIONAL SHELTER*</h5>		\n				<h5>\n				</h5>\n								<p>Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\n</p>\n				<h5>\n				</h5>\n								<p>Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.</p>\n				<h5>\n				</h5>\n								<p>Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.</p>\n			<h2>Community</h2>		\n			<h5>LOCAL ENGAGEMENT\n</h5>		\n				<h5>\n				</h5>\n								<p>Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.</p>\n				<h5>\n				</h5>\n								<p>Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\n</p>\n				<h5>\n				</h5>\n								<p>We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.</p>\n			<p>*For more information about this new exciting program click here!</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-16 16:22:05','2021-08-16 16:22:05','',480,'https://thechrishaunfoundation.org/?p=1151',0,'revision','',0),(1165,1,'2021-08-17 03:02:54','2021-08-17 03:02:54','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Loss</h2>		\n		Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now? The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Lie After Divorce</h2>		\n		Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world. \nThe Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Digital Marketing Handbook</h2>		\n		<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.</p><p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.</p>		\n					<ul>\n							<li>\n										Molestie in eu ipsum condimentum\n									</li>\n								<li>\n										Quis in lobortis nunc ullamcorper sit \n									</li>\n								<li>\n										Non sit vulputate praesent praesent dignissim platea \n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Buy Now\n					</a>\n			<h2>Digital Marketing News &amp; Blog</h2>		\n		<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.</p>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						View All Posts\n					</a>\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Elit mattis platea rhoncus</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Nisl eleifend vulputate ultricies</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Porttitor quam dolor</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:02:54','2021-08-17 03:02:54','',480,'https://thechrishaunfoundation.org/?p=1165',0,'revision','',0),(1162,1,'2021-08-17 03:01:02','2021-08-17 03:01:02','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Loss</h2>		\n		Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now? The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Digital Marketing Essentials #2</h2>		\n		<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.</p><p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.</p>		\n					<ul>\n							<li>\n										Molestie in eu ipsum condimentum\n									</li>\n								<li>\n										Quis in lobortis nunc ullamcorper sit \n									</li>\n								<li>\n										Non sit vulputate praesent praesent dignissim platea \n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Buy Now\n					</a>\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Digital Marketing Handbook</h2>		\n		<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.</p><p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.</p>		\n					<ul>\n							<li>\n										Molestie in eu ipsum condimentum\n									</li>\n								<li>\n										Quis in lobortis nunc ullamcorper sit \n									</li>\n								<li>\n										Non sit vulputate praesent praesent dignissim platea \n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Buy Now\n					</a>\n			<h2>Digital Marketing News &amp; Blog</h2>		\n		<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.</p>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						View All Posts\n					</a>\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Elit mattis platea rhoncus</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Nisl eleifend vulputate ultricies</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Porttitor quam dolor</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:01:02','2021-08-17 03:01:02','',480,'https://thechrishaunfoundation.org/?p=1162',0,'revision','',0),(1156,1,'2021-08-17 03:00:10','2021-08-17 03:00:10','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Digital Marketing Essentials #1</h2>		\n		<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.</p><p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.</p>		\n					<ul>\n							<li>\n										Molestie in eu ipsum condimentum\n									</li>\n								<li>\n										Quis in lobortis nunc ullamcorper sit \n									</li>\n								<li>\n										Non sit vulputate praesent praesent dignissim platea \n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Buy Now\n					</a>\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Digital Marketing Essentials #2</h2>		\n		<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.</p><p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.</p>		\n					<ul>\n							<li>\n										Molestie in eu ipsum condimentum\n									</li>\n								<li>\n										Quis in lobortis nunc ullamcorper sit \n									</li>\n								<li>\n										Non sit vulputate praesent praesent dignissim platea \n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Buy Now\n					</a>\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Digital Marketing Handbook</h2>		\n		<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.</p><p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.</p>		\n					<ul>\n							<li>\n										Molestie in eu ipsum condimentum\n									</li>\n								<li>\n										Quis in lobortis nunc ullamcorper sit \n									</li>\n								<li>\n										Non sit vulputate praesent praesent dignissim platea \n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Buy Now\n					</a>\n			<h2>Digital Marketing News &amp; Blog</h2>		\n		<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.</p>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						View All Posts\n					</a>\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Elit mattis platea rhoncus</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Nisl eleifend vulputate ultricies</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Porttitor quam dolor</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:00:10','2021-08-17 03:00:10','',480,'https://thechrishaunfoundation.org/?p=1156',0,'revision','',0),(1152,1,'2021-08-16 16:22:06','2021-08-16 16:22:06','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Best practices for digital marketing</h2>		\n		<p>Pellentesque vel tempus ultrices fringilla feugiat sagittis, fermentum eget nunc lacus, mi ut eros sed a tincidunt massa amet tellus tempor, nec curabitur ultricies.</p><p>Consequat neque fermentum facilisi neque lacus elit velit ultrices aliquam nibh lorem arcu consequat mauris lacus, risus egestas quam dictum enim diam sociis volutpat vel id id non interdum sollicitudin sit est arcu vulputate quis vulputate facilisi in nibh urna.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Digital Marketing Essentials #1</h2>		\n		<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.</p><p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.</p>		\n					<ul>\n							<li>\n										Molestie in eu ipsum condimentum\n									</li>\n								<li>\n										Quis in lobortis nunc ullamcorper sit \n									</li>\n								<li>\n										Non sit vulputate praesent praesent dignissim platea \n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Buy Now\n					</a>\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Digital Marketing Essentials #2</h2>		\n		<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.</p><p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.</p>		\n					<ul>\n							<li>\n										Molestie in eu ipsum condimentum\n									</li>\n								<li>\n										Quis in lobortis nunc ullamcorper sit \n									</li>\n								<li>\n										Non sit vulputate praesent praesent dignissim platea \n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Buy Now\n					</a>\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Digital Marketing Handbook</h2>		\n		<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.</p><p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.</p>		\n					<ul>\n							<li>\n										Molestie in eu ipsum condimentum\n									</li>\n								<li>\n										Quis in lobortis nunc ullamcorper sit \n									</li>\n								<li>\n										Non sit vulputate praesent praesent dignissim platea \n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Buy Now\n					</a>\n			<h2>Digital Marketing News &amp; Blog</h2>		\n		<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.</p>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						View All Posts\n					</a>\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Elit mattis platea rhoncus</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Nisl eleifend vulputate ultricies</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Porttitor quam dolor</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-16 16:22:06','2021-08-16 16:22:06','',480,'https://thechrishaunfoundation.org/?p=1152',0,'revision','',0),(1154,1,'2021-08-17 03:00:09','2021-08-17 03:00:09','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Best practices for digital marketing</h2>		\n		<p>Pellentesque vel tempus ultrices fringilla feugiat sagittis, fermentum eget nunc lacus, mi ut eros sed a tincidunt massa amet tellus tempor, nec curabitur ultricies.</p><p>Consequat neque fermentum facilisi neque lacus elit velit ultrices aliquam nibh lorem arcu consequat mauris lacus, risus egestas quam dictum enim diam sociis volutpat vel id id non interdum sollicitudin sit est arcu vulputate quis vulputate facilisi in nibh urna.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Digital Marketing Essentials #1</h2>		\n		<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.</p><p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.</p>		\n					<ul>\n							<li>\n										Molestie in eu ipsum condimentum\n									</li>\n								<li>\n										Quis in lobortis nunc ullamcorper sit \n									</li>\n								<li>\n										Non sit vulputate praesent praesent dignissim platea \n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Buy Now\n					</a>\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Digital Marketing Essentials #2</h2>		\n		<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.</p><p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.</p>		\n					<ul>\n							<li>\n										Molestie in eu ipsum condimentum\n									</li>\n								<li>\n										Quis in lobortis nunc ullamcorper sit \n									</li>\n								<li>\n										Non sit vulputate praesent praesent dignissim platea \n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Buy Now\n					</a>\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Digital Marketing Handbook</h2>		\n		<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.</p><p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.</p>		\n					<ul>\n							<li>\n										Molestie in eu ipsum condimentum\n									</li>\n								<li>\n										Quis in lobortis nunc ullamcorper sit \n									</li>\n								<li>\n										Non sit vulputate praesent praesent dignissim platea \n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Buy Now\n					</a>\n			<h2>Digital Marketing News &amp; Blog</h2>		\n		<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.</p>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						View All Posts\n					</a>\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Elit mattis platea rhoncus</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Nisl eleifend vulputate ultricies</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Porttitor quam dolor</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:00:09','2021-08-17 03:00:09','',480,'https://thechrishaunfoundation.org/?p=1154',0,'revision','',0),(1155,1,'2021-08-17 03:00:09','2021-08-17 03:00:09','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Best practices for digital marketing</h2>		\n		<p>Pellentesque vel tempus ultrices fringilla feugiat sagittis, fermentum eget nunc lacus, mi ut eros sed a tincidunt massa amet tellus tempor, nec curabitur ultricies.</p><p>Consequat neque fermentum facilisi neque lacus elit velit ultrices aliquam nibh lorem arcu consequat mauris lacus, risus egestas quam dictum enim diam sociis volutpat vel id id non interdum sollicitudin sit est arcu vulputate quis vulputate facilisi in nibh urna.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Digital Marketing Essentials #1</h2>		\n		<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.</p><p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.</p>		\n					<ul>\n							<li>\n										Molestie in eu ipsum condimentum\n									</li>\n								<li>\n										Quis in lobortis nunc ullamcorper sit \n									</li>\n								<li>\n										Non sit vulputate praesent praesent dignissim platea \n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Buy Now\n					</a>\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Digital Marketing Essentials #2</h2>		\n		<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.</p><p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.</p>		\n					<ul>\n							<li>\n										Molestie in eu ipsum condimentum\n									</li>\n								<li>\n										Quis in lobortis nunc ullamcorper sit \n									</li>\n								<li>\n										Non sit vulputate praesent praesent dignissim platea \n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Buy Now\n					</a>\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Digital Marketing Handbook</h2>		\n		<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.</p><p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.</p>		\n					<ul>\n							<li>\n										Molestie in eu ipsum condimentum\n									</li>\n								<li>\n										Quis in lobortis nunc ullamcorper sit \n									</li>\n								<li>\n										Non sit vulputate praesent praesent dignissim platea \n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Buy Now\n					</a>\n			<h2>Digital Marketing News &amp; Blog</h2>		\n		<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.</p>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						View All Posts\n					</a>\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Elit mattis platea rhoncus</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Nisl eleifend vulputate ultricies</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Porttitor quam dolor</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:00:09','2021-08-17 03:00:09','',480,'https://thechrishaunfoundation.org/?p=1155',0,'revision','',0),(1157,1,'2021-08-17 03:00:32','2021-08-17 03:00:32','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Digital Marketing Essentials #1</h2>		\n		<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.</p><p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.</p>		\n					<ul>\n							<li>\n										Molestie in eu ipsum condimentum\n									</li>\n								<li>\n										Quis in lobortis nunc ullamcorper sit \n									</li>\n								<li>\n										Non sit vulputate praesent praesent dignissim platea \n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Buy Now\n					</a>\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Digital Marketing Essentials #2</h2>		\n		<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.</p><p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.</p>		\n					<ul>\n							<li>\n										Molestie in eu ipsum condimentum\n									</li>\n								<li>\n										Quis in lobortis nunc ullamcorper sit \n									</li>\n								<li>\n										Non sit vulputate praesent praesent dignissim platea \n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Buy Now\n					</a>\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Digital Marketing Handbook</h2>		\n		<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.</p><p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.</p>		\n					<ul>\n							<li>\n										Molestie in eu ipsum condimentum\n									</li>\n								<li>\n										Quis in lobortis nunc ullamcorper sit \n									</li>\n								<li>\n										Non sit vulputate praesent praesent dignissim platea \n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Buy Now\n					</a>\n			<h2>Digital Marketing News &amp; Blog</h2>		\n		<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.</p>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						View All Posts\n					</a>\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Elit mattis platea rhoncus</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Nisl eleifend vulputate ultricies</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Porttitor quam dolor</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:00:32','2021-08-17 03:00:32','',480,'https://thechrishaunfoundation.org/?p=1157',0,'revision','',0),(1158,1,'2021-08-17 03:00:32','2021-08-17 03:00:32','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Digital Marketing Essentials #1</h2>		\n		<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.</p><p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.</p>		\n					<ul>\n							<li>\n										Molestie in eu ipsum condimentum\n									</li>\n								<li>\n										Quis in lobortis nunc ullamcorper sit \n									</li>\n								<li>\n										Non sit vulputate praesent praesent dignissim platea \n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Buy Now\n					</a>\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Digital Marketing Essentials #2</h2>		\n		<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.</p><p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.</p>		\n					<ul>\n							<li>\n										Molestie in eu ipsum condimentum\n									</li>\n								<li>\n										Quis in lobortis nunc ullamcorper sit \n									</li>\n								<li>\n										Non sit vulputate praesent praesent dignissim platea \n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Buy Now\n					</a>\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Digital Marketing Handbook</h2>		\n		<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.</p><p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.</p>		\n					<ul>\n							<li>\n										Molestie in eu ipsum condimentum\n									</li>\n								<li>\n										Quis in lobortis nunc ullamcorper sit \n									</li>\n								<li>\n										Non sit vulputate praesent praesent dignissim platea \n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Buy Now\n					</a>\n			<h2>Digital Marketing News &amp; Blog</h2>		\n		<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.</p>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						View All Posts\n					</a>\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Elit mattis platea rhoncus</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Nisl eleifend vulputate ultricies</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Porttitor quam dolor</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:00:32','2021-08-17 03:00:32','',480,'https://thechrishaunfoundation.org/?p=1158',0,'revision','',0),(1159,1,'2021-08-17 03:00:32','2021-08-17 03:00:32','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h3>Life After Loss</h3>		\n		<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.</p><p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.</p>		\n					<ul>\n							<li>\n										Molestie in eu ipsum condimentum\n									</li>\n								<li>\n										Quis in lobortis nunc ullamcorper sit \n									</li>\n								<li>\n										Non sit vulputate praesent praesent dignissim platea \n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Buy Now\n					</a>\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Digital Marketing Essentials #2</h2>		\n		<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.</p><p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.</p>		\n					<ul>\n							<li>\n										Molestie in eu ipsum condimentum\n									</li>\n								<li>\n										Quis in lobortis nunc ullamcorper sit \n									</li>\n								<li>\n										Non sit vulputate praesent praesent dignissim platea \n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Buy Now\n					</a>\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Digital Marketing Handbook</h2>		\n		<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.</p><p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.</p>		\n					<ul>\n							<li>\n										Molestie in eu ipsum condimentum\n									</li>\n								<li>\n										Quis in lobortis nunc ullamcorper sit \n									</li>\n								<li>\n										Non sit vulputate praesent praesent dignissim platea \n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Buy Now\n					</a>\n			<h2>Digital Marketing News &amp; Blog</h2>		\n		<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.</p>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						View All Posts\n					</a>\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Elit mattis platea rhoncus</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Nisl eleifend vulputate ultricies</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Porttitor quam dolor</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:00:32','2021-08-17 03:00:32','',480,'https://thechrishaunfoundation.org/?p=1159',0,'revision','',0),(1160,1,'2021-08-17 03:01:01','2021-08-17 03:01:01','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h3>Life After Loss</h3>		\n		<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.</p><p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.</p>		\n					<ul>\n							<li>\n										Molestie in eu ipsum condimentum\n									</li>\n								<li>\n										Quis in lobortis nunc ullamcorper sit \n									</li>\n								<li>\n										Non sit vulputate praesent praesent dignissim platea \n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Buy Now\n					</a>\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Digital Marketing Essentials #2</h2>		\n		<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.</p><p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.</p>		\n					<ul>\n							<li>\n										Molestie in eu ipsum condimentum\n									</li>\n								<li>\n										Quis in lobortis nunc ullamcorper sit \n									</li>\n								<li>\n										Non sit vulputate praesent praesent dignissim platea \n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Buy Now\n					</a>\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Digital Marketing Handbook</h2>		\n		<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.</p><p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.</p>		\n					<ul>\n							<li>\n										Molestie in eu ipsum condimentum\n									</li>\n								<li>\n										Quis in lobortis nunc ullamcorper sit \n									</li>\n								<li>\n										Non sit vulputate praesent praesent dignissim platea \n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Buy Now\n					</a>\n			<h2>Digital Marketing News &amp; Blog</h2>		\n		<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.</p>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						View All Posts\n					</a>\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Elit mattis platea rhoncus</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Nisl eleifend vulputate ultricies</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Porttitor quam dolor</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:01:01','2021-08-17 03:01:01','',480,'https://thechrishaunfoundation.org/?p=1160',0,'revision','',0),(1161,1,'2021-08-17 03:01:02','2021-08-17 03:01:02','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h3>Life After Loss</h3>		\n		<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.</p><p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.</p>		\n					<ul>\n							<li>\n										Molestie in eu ipsum condimentum\n									</li>\n								<li>\n										Quis in lobortis nunc ullamcorper sit \n									</li>\n								<li>\n										Non sit vulputate praesent praesent dignissim platea \n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Buy Now\n					</a>\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Digital Marketing Essentials #2</h2>		\n		<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.</p><p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.</p>		\n					<ul>\n							<li>\n										Molestie in eu ipsum condimentum\n									</li>\n								<li>\n										Quis in lobortis nunc ullamcorper sit \n									</li>\n								<li>\n										Non sit vulputate praesent praesent dignissim platea \n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Buy Now\n					</a>\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Digital Marketing Handbook</h2>		\n		<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.</p><p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.</p>		\n					<ul>\n							<li>\n										Molestie in eu ipsum condimentum\n									</li>\n								<li>\n										Quis in lobortis nunc ullamcorper sit \n									</li>\n								<li>\n										Non sit vulputate praesent praesent dignissim platea \n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Buy Now\n					</a>\n			<h2>Digital Marketing News &amp; Blog</h2>		\n		<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.</p>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						View All Posts\n					</a>\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Elit mattis platea rhoncus</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Nisl eleifend vulputate ultricies</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Porttitor quam dolor</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:01:02','2021-08-17 03:01:02','',480,'https://thechrishaunfoundation.org/?p=1161',0,'revision','',0),(1163,1,'2021-08-17 03:02:53','2021-08-17 03:02:53','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Loss</h2>		\n		Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now? The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Digital Marketing Essentials #2</h2>		\n		<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.</p><p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.</p>		\n					<ul>\n							<li>\n										Molestie in eu ipsum condimentum\n									</li>\n								<li>\n										Quis in lobortis nunc ullamcorper sit \n									</li>\n								<li>\n										Non sit vulputate praesent praesent dignissim platea \n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Buy Now\n					</a>\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Digital Marketing Handbook</h2>		\n		<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.</p><p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.</p>		\n					<ul>\n							<li>\n										Molestie in eu ipsum condimentum\n									</li>\n								<li>\n										Quis in lobortis nunc ullamcorper sit \n									</li>\n								<li>\n										Non sit vulputate praesent praesent dignissim platea \n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Buy Now\n					</a>\n			<h2>Digital Marketing News &amp; Blog</h2>		\n		<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.</p>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						View All Posts\n					</a>\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Elit mattis platea rhoncus</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Nisl eleifend vulputate ultricies</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Porttitor quam dolor</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:02:53','2021-08-17 03:02:53','',480,'https://thechrishaunfoundation.org/?p=1163',0,'revision','',0),(1164,1,'2021-08-17 03:02:54','2021-08-17 03:02:54','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Loss</h2>		\n		Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now? The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Digital Marketing Essentials #2</h2>		\n		<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.</p><p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.</p>		\n					<ul>\n							<li>\n										Molestie in eu ipsum condimentum\n									</li>\n								<li>\n										Quis in lobortis nunc ullamcorper sit \n									</li>\n								<li>\n										Non sit vulputate praesent praesent dignissim platea \n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Buy Now\n					</a>\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Digital Marketing Handbook</h2>		\n		<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.</p><p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.</p>		\n					<ul>\n							<li>\n										Molestie in eu ipsum condimentum\n									</li>\n								<li>\n										Quis in lobortis nunc ullamcorper sit \n									</li>\n								<li>\n										Non sit vulputate praesent praesent dignissim platea \n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Buy Now\n					</a>\n			<h2>Digital Marketing News &amp; Blog</h2>		\n		<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.</p>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						View All Posts\n					</a>\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Elit mattis platea rhoncus</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Nisl eleifend vulputate ultricies</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Porttitor quam dolor</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:02:54','2021-08-17 03:02:54','',480,'https://thechrishaunfoundation.org/?p=1164',0,'revision','',0),(1166,1,'2021-08-17 03:03:16','2021-08-17 03:03:16','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Loss</h2>		\n		Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now? The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Lie After Divorce</h2>		\n		Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world. \nThe Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Digital Marketing Handbook</h2>		\n		<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.</p><p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.</p>		\n					<ul>\n							<li>\n										Molestie in eu ipsum condimentum\n									</li>\n								<li>\n										Quis in lobortis nunc ullamcorper sit \n									</li>\n								<li>\n										Non sit vulputate praesent praesent dignissim platea \n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Buy Now\n					</a>\n			<h2>Digital Marketing News &amp; Blog</h2>		\n		<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.</p>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						View All Posts\n					</a>\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Elit mattis platea rhoncus</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Nisl eleifend vulputate ultricies</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Porttitor quam dolor</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:03:16','2021-08-17 03:03:16','',480,'https://thechrishaunfoundation.org/?p=1166',0,'revision','',0),(1167,1,'2021-08-17 03:03:16','2021-08-17 03:03:16','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Loss</h2>		\n		Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now? The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Lie After Divorce</h2>		\n		Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world. \nThe Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Digital Marketing Handbook</h2>		\n		<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.</p><p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.</p>		\n					<ul>\n							<li>\n										Molestie in eu ipsum condimentum\n									</li>\n								<li>\n										Quis in lobortis nunc ullamcorper sit \n									</li>\n								<li>\n										Non sit vulputate praesent praesent dignissim platea \n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Buy Now\n					</a>\n			<h2>Digital Marketing News &amp; Blog</h2>		\n		<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.</p>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						View All Posts\n					</a>\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Elit mattis platea rhoncus</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Nisl eleifend vulputate ultricies</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Porttitor quam dolor</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:03:16','2021-08-17 03:03:16','',480,'https://thechrishaunfoundation.org/?p=1167',0,'revision','',0),(1168,1,'2021-08-17 03:03:16','2021-08-17 03:03:16','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Loss</h2>		\n		Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now? The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Lie After Divorce</h2>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Digital Marketing Handbook</h2>		\n		<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.</p><p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.</p>		\n					<ul>\n							<li>\n										Molestie in eu ipsum condimentum\n									</li>\n								<li>\n										Quis in lobortis nunc ullamcorper sit \n									</li>\n								<li>\n										Non sit vulputate praesent praesent dignissim platea \n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Buy Now\n					</a>\n			<h2>Digital Marketing News &amp; Blog</h2>		\n		<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.</p>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						View All Posts\n					</a>\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Elit mattis platea rhoncus</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Nisl eleifend vulputate ultricies</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Porttitor quam dolor</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:03:16','2021-08-17 03:03:16','',480,'https://thechrishaunfoundation.org/?p=1168',0,'revision','',0),(1169,1,'2021-08-17 03:03:48','2021-08-17 03:03:48','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Loss</h2>		\n		Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now? The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Lie After Divorce</h2>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Digital Marketing Handbook</h2>		\n		<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.</p><p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.</p>		\n					<ul>\n							<li>\n										Molestie in eu ipsum condimentum\n									</li>\n								<li>\n										Quis in lobortis nunc ullamcorper sit \n									</li>\n								<li>\n										Non sit vulputate praesent praesent dignissim platea \n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Buy Now\n					</a>\n			<h2>Digital Marketing News &amp; Blog</h2>		\n		<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.</p>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						View All Posts\n					</a>\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Elit mattis platea rhoncus</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Nisl eleifend vulputate ultricies</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Porttitor quam dolor</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:03:48','2021-08-17 03:03:48','',480,'https://thechrishaunfoundation.org/?p=1169',0,'revision','',0),(1170,1,'2021-08-17 03:03:48','2021-08-17 03:03:48','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Loss</h2>		\n		Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now? The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Lie After Divorce</h2>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Digital Marketing Handbook</h2>		\n		<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.</p><p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.</p>		\n					<ul>\n							<li>\n										Molestie in eu ipsum condimentum\n									</li>\n								<li>\n										Quis in lobortis nunc ullamcorper sit \n									</li>\n								<li>\n										Non sit vulputate praesent praesent dignissim platea \n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Buy Now\n					</a>\n			<h2>Digital Marketing News &amp; Blog</h2>		\n		<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.</p>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						View All Posts\n					</a>\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Elit mattis platea rhoncus</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Nisl eleifend vulputate ultricies</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Porttitor quam dolor</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:03:48','2021-08-17 03:03:48','',480,'https://thechrishaunfoundation.org/?p=1170',0,'revision','',0),(1174,1,'2021-08-17 03:07:18','2021-08-17 03:07:18','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Loss</h2>		\n		<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br />The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Lie After Divorce</h2>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Domestic violence</h2>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n			<h2>Digital Marketing News &amp; Blog</h2>		\n		<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.</p>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						View All Posts\n					</a>\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Elit mattis platea rhoncus</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Nisl eleifend vulputate ultricies</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Porttitor quam dolor</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:07:18','2021-08-17 03:07:18','',480,'https://thechrishaunfoundation.org/?p=1174',0,'revision','',0),(1171,1,'2021-08-17 03:03:49','2021-08-17 03:03:49','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Loss</h2>		\n		<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br />The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Lie After Divorce</h2>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Digital Marketing Handbook</h2>		\n		<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.</p><p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.</p>		\n					<ul>\n							<li>\n										Molestie in eu ipsum condimentum\n									</li>\n								<li>\n										Quis in lobortis nunc ullamcorper sit \n									</li>\n								<li>\n										Non sit vulputate praesent praesent dignissim platea \n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Buy Now\n					</a>\n			<h2>Digital Marketing News &amp; Blog</h2>		\n		<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.</p>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						View All Posts\n					</a>\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Elit mattis platea rhoncus</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Nisl eleifend vulputate ultricies</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Porttitor quam dolor</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:03:49','2021-08-17 03:03:49','',480,'https://thechrishaunfoundation.org/?p=1171',0,'revision','',0),(1172,1,'2021-08-17 03:07:17','2021-08-17 03:07:17','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Loss</h2>		\n		<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br />The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Lie After Divorce</h2>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Digital Marketing Handbook</h2>		\n		<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.</p><p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.</p>		\n					<ul>\n							<li>\n										Molestie in eu ipsum condimentum\n									</li>\n								<li>\n										Quis in lobortis nunc ullamcorper sit \n									</li>\n								<li>\n										Non sit vulputate praesent praesent dignissim platea \n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Buy Now\n					</a>\n			<h2>Digital Marketing News &amp; Blog</h2>		\n		<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.</p>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						View All Posts\n					</a>\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Elit mattis platea rhoncus</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Nisl eleifend vulputate ultricies</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Porttitor quam dolor</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:07:17','2021-08-17 03:07:17','',480,'https://thechrishaunfoundation.org/?p=1172',0,'revision','',0),(1173,1,'2021-08-17 03:07:17','2021-08-17 03:07:17','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Loss</h2>		\n		<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br />The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Lie After Divorce</h2>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Digital Marketing Handbook</h2>		\n		<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.</p><p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.</p>		\n					<ul>\n							<li>\n										Molestie in eu ipsum condimentum\n									</li>\n								<li>\n										Quis in lobortis nunc ullamcorper sit \n									</li>\n								<li>\n										Non sit vulputate praesent praesent dignissim platea \n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						Buy Now\n					</a>\n			<h2>Digital Marketing News &amp; Blog</h2>		\n		<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.</p>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						View All Posts\n					</a>\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Elit mattis platea rhoncus</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Nisl eleifend vulputate ultricies</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Porttitor quam dolor</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:07:17','2021-08-17 03:07:17','',480,'https://thechrishaunfoundation.org/?p=1173',0,'revision','',0),(1175,1,'2021-08-17 03:22:23','2021-08-17 03:22:23','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Loss</h2>		\n		<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br />The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Lie After Divorce</h2>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Domestic violence</h2>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n			<h2>Digital Marketing News &amp; Blog</h2>		\n		<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.</p>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						View All Posts\n					</a>\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Elit mattis platea rhoncus</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Nisl eleifend vulputate ultricies</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Porttitor quam dolor</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:22:23','2021-08-17 03:22:23','',480,'https://thechrishaunfoundation.org/?p=1175',0,'revision','',0),(1176,1,'2021-08-17 03:22:24','2021-08-17 03:22:24','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Loss</h2>		\n		<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br />The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Lie After Divorce</h2>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Domestic violence</h2>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n			<h2>Digital Marketing News &amp; Blog</h2>		\n		<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.</p>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						View All Posts\n					</a>\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Elit mattis platea rhoncus</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Nisl eleifend vulputate ultricies</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Porttitor quam dolor</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:22:24','2021-08-17 03:22:24','',480,'https://thechrishaunfoundation.org/?p=1176',0,'revision','',0),(1177,1,'2021-08-17 03:22:25','2021-08-17 03:22:25','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Loss</h2>		\n		<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br />The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Lie After Divorce</h2>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Domestic violence</h2>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Health crisis</h2>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Health crisis</h2>		\n		<p>Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Domestic violence</h2>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n			<h2>Digital Marketing News &amp; Blog</h2>		\n		<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.</p>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						View All Posts\n					</a>\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Elit mattis platea rhoncus</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Nisl eleifend vulputate ultricies</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Porttitor quam dolor</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:22:25','2021-08-17 03:22:25','',480,'https://thechrishaunfoundation.org/?p=1177',0,'revision','',0),(1178,1,'2021-08-17 03:24:12','2021-08-17 03:24:12','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Loss</h2>		\n		<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br />The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Lie After Divorce</h2>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Domestic violence</h2>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Health crisis</h2>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Health crisis</h2>		\n		<p>Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Domestic violence</h2>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n			<h2>Digital Marketing News &amp; Blog</h2>		\n		<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.</p>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						View All Posts\n					</a>\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Elit mattis platea rhoncus</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Nisl eleifend vulputate ultricies</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Porttitor quam dolor</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:24:12','2021-08-17 03:24:12','',480,'https://thechrishaunfoundation.org/?p=1178',0,'revision','',0),(1179,1,'2021-08-17 03:24:13','2021-08-17 03:24:13','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Loss</h2>		\n		<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br />The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Lie After Divorce</h2>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Domestic violence</h2>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Health crisis</h2>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Health crisis</h2>		\n		<p>Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Domestic violence</h2>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n			<h2>Digital Marketing News &amp; Blog</h2>		\n		<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.</p>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						View All Posts\n					</a>\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Elit mattis platea rhoncus</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Nisl eleifend vulputate ultricies</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Porttitor quam dolor</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:24:13','2021-08-17 03:24:13','',480,'https://thechrishaunfoundation.org/?p=1179',0,'revision','',0),(1180,1,'2021-08-17 03:24:13','2021-08-17 03:24:13','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Loss</h2>		\n		<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br />The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Lie After Divorce</h2>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Domestic violence</h2>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Health crisis</h2>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Addiction</h2>		\n		<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking “if I can just get away from it all even for an hour, it would be worth it “. You take a substance just to have a moment of peace in your life where just for one second in time, you’re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it’s back to your life, your miserable life. So, what do you do?<br />You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Health crisis</h2>		\n		<p>Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Domestic violence</h2>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n			<h2>Digital Marketing News &amp; Blog</h2>		\n		<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.</p>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						View All Posts\n					</a>\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Elit mattis platea rhoncus</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Nisl eleifend vulputate ultricies</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Porttitor quam dolor</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:24:13','2021-08-17 03:24:13','',480,'https://thechrishaunfoundation.org/?p=1180',0,'revision','',0),(1181,1,'2021-08-17 03:25:53','2021-08-17 03:25:53','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Loss</h2>		\n		<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br />The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Lie After Divorce</h2>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Domestic violence</h2>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Health crisis</h2>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Addiction</h2>		\n		<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking “if I can just get away from it all even for an hour, it would be worth it “. You take a substance just to have a moment of peace in your life where just for one second in time, you’re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it’s back to your life, your miserable life. So, what do you do?<br />You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Health crisis</h2>		\n		<p>Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Domestic violence</h2>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n			<h2>Digital Marketing News &amp; Blog</h2>		\n		<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.</p>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						View All Posts\n					</a>\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Elit mattis platea rhoncus</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Nisl eleifend vulputate ultricies</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Porttitor quam dolor</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:25:53','2021-08-17 03:25:53','',480,'https://thechrishaunfoundation.org/?p=1181',0,'revision','',0),(1182,1,'2021-08-17 03:25:53','2021-08-17 03:25:53','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Loss</h2>		\n		<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br />The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Lie After Divorce</h2>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Domestic violence</h2>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Health crisis</h2>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Addiction</h2>		\n		<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking “if I can just get away from it all even for an hour, it would be worth it “. You take a substance just to have a moment of peace in your life where just for one second in time, you’re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it’s back to your life, your miserable life. So, what do you do?<br />You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Health crisis</h2>		\n		<p>Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Domestic violence</h2>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n			<h2>Digital Marketing News &amp; Blog</h2>		\n		<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.</p>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						View All Posts\n					</a>\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Elit mattis platea rhoncus</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Nisl eleifend vulputate ultricies</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Porttitor quam dolor</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:25:53','2021-08-17 03:25:53','',480,'https://thechrishaunfoundation.org/?p=1182',0,'revision','',0),(1186,1,'2021-08-17 03:28:59','2021-08-17 03:28:59','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Loss</h2>		\n		<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br />The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Lie After Divorce</h2>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Domestic violence</h2>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Health crisis</h2>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Addiction</h2>		\n		<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking “if I can just get away from it all even for an hour, it would be worth it “. You take a substance just to have a moment of peace in your life where just for one second in time, you’re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it’s back to your life, your miserable life. So, what do you do?<br />You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After The military</h2>		\n		Fighting daily for your country’s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Homelessness</h2>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you’re diseased and will throw a measly amount of change at you that you couldn’t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.		\n			<h2>Digital Marketing News &amp; Blog</h2>		\n		<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.</p>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						View All Posts\n					</a>\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Elit mattis platea rhoncus</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Nisl eleifend vulputate ultricies</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Porttitor quam dolor</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:28:59','2021-08-17 03:28:59','',480,'https://thechrishaunfoundation.org/?p=1186',0,'revision','',0),(1183,1,'2021-08-17 03:25:53','2021-08-17 03:25:53','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Loss</h2>		\n		<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br />The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Lie After Divorce</h2>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Domestic violence</h2>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Health crisis</h2>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Addiction</h2>		\n		<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking “if I can just get away from it all even for an hour, it would be worth it “. You take a substance just to have a moment of peace in your life where just for one second in time, you’re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it’s back to your life, your miserable life. So, what do you do?<br />You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After The military</h2>		\n		Fighting daily for your country’s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Homelessness</h2>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you’re diseased and will throw a measly amount of change at you that you couldn’t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Domestic violence</h2>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n			<h2>Digital Marketing News &amp; Blog</h2>		\n		<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.</p>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						View All Posts\n					</a>\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Elit mattis platea rhoncus</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Nisl eleifend vulputate ultricies</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Porttitor quam dolor</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:25:53','2021-08-17 03:25:53','',480,'https://thechrishaunfoundation.org/?p=1183',0,'revision','',0),(1184,1,'2021-08-17 03:28:59','2021-08-17 03:28:59','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Loss</h2>		\n		<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br />The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Lie After Divorce</h2>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Domestic violence</h2>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Health crisis</h2>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Addiction</h2>		\n		<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking “if I can just get away from it all even for an hour, it would be worth it “. You take a substance just to have a moment of peace in your life where just for one second in time, you’re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it’s back to your life, your miserable life. So, what do you do?<br />You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After The military</h2>		\n		Fighting daily for your country’s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Homelessness</h2>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you’re diseased and will throw a measly amount of change at you that you couldn’t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Domestic violence</h2>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n			<h2>Digital Marketing News &amp; Blog</h2>		\n		<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.</p>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						View All Posts\n					</a>\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Elit mattis platea rhoncus</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Nisl eleifend vulputate ultricies</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Porttitor quam dolor</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:28:59','2021-08-17 03:28:59','',480,'https://thechrishaunfoundation.org/?p=1184',0,'revision','',0),(1185,1,'2021-08-17 03:28:59','2021-08-17 03:28:59','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Loss</h2>		\n		<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br />The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Lie After Divorce</h2>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Domestic violence</h2>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Health crisis</h2>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Addiction</h2>		\n		<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking “if I can just get away from it all even for an hour, it would be worth it “. You take a substance just to have a moment of peace in your life where just for one second in time, you’re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it’s back to your life, your miserable life. So, what do you do?<br />You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After The military</h2>		\n		Fighting daily for your country’s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Homelessness</h2>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you’re diseased and will throw a measly amount of change at you that you couldn’t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Domestic violence</h2>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n			<h2>Digital Marketing News &amp; Blog</h2>		\n		<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.</p>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						View All Posts\n					</a>\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Elit mattis platea rhoncus</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Nisl eleifend vulputate ultricies</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Porttitor quam dolor</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:28:59','2021-08-17 03:28:59','',480,'https://thechrishaunfoundation.org/?p=1185',0,'revision','',0),(1187,1,'2021-08-17 03:30:21','2021-08-17 03:30:21','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Loss</h2>		\n		<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br />The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Lie After Divorce</h2>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Domestic violence</h2>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Health crisis</h2>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Addiction</h2>		\n		<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking “if I can just get away from it all even for an hour, it would be worth it “. You take a substance just to have a moment of peace in your life where just for one second in time, you’re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it’s back to your life, your miserable life. So, what do you do?<br />You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After The military</h2>		\n		Fighting daily for your country’s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Homelessness</h2>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you’re diseased and will throw a measly amount of change at you that you couldn’t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.		\n			<h2>Digital Marketing News &amp; Blog</h2>		\n		<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.</p>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						View All Posts\n					</a>\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Elit mattis platea rhoncus</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Nisl eleifend vulputate ultricies</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Porttitor quam dolor</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:30:21','2021-08-17 03:30:21','',480,'https://thechrishaunfoundation.org/?p=1187',0,'revision','',0),(1188,1,'2021-08-17 03:30:21','2021-08-17 03:30:21','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Loss</h2>		\n		<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br />The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Lie After Divorce</h2>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Domestic violence</h2>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Health crisis</h2>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Addiction</h2>		\n		<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking “if I can just get away from it all even for an hour, it would be worth it “. You take a substance just to have a moment of peace in your life where just for one second in time, you’re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it’s back to your life, your miserable life. So, what do you do?<br />You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After The military</h2>		\n		Fighting daily for your country’s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Homelessness</h2>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you’re diseased and will throw a measly amount of change at you that you couldn’t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.		\n			<h2>Digital Marketing News &amp; Blog</h2>		\n		<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.</p>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						View All Posts\n					</a>\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Elit mattis platea rhoncus</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Nisl eleifend vulputate ultricies</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Porttitor quam dolor</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:30:21','2021-08-17 03:30:21','',480,'https://thechrishaunfoundation.org/?p=1188',0,'revision','',0),(1192,1,'2021-08-17 03:31:27','2021-08-17 03:31:27','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h2>Life After Loss</h2>		\n		<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br />The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h2>Lie After Divorce</h2>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" title=\"\" alt=\"\" />															\n			<h2>Life After Domestic violence</h2>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" title=\"\" alt=\"\" />															\n			<h2>Life After Health crisis</h2>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.		\n															<img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" title=\"\" alt=\"\" />															\n			<h2>Life After Addiction</h2>		\n		<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking “if I can just get away from it all even for an hour, it would be worth it “. You take a substance just to have a moment of peace in your life where just for one second in time, you’re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it’s back to your life, your miserable life. So, what do you do?<br />You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.</p>		\n															<img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" title=\"\" alt=\"\" />															\n			<h2>Life After The military</h2>		\n		Fighting daily for your country’s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Homelessness</h2>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you’re diseased and will throw a measly amount of change at you that you couldn’t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.		\n			<h2>Digital Marketing News &amp; Blog</h2>		\n		<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.</p>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						View All Posts\n					</a>\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Elit mattis platea rhoncus</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Nisl eleifend vulputate ultricies</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Porttitor quam dolor</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:31:27','2021-08-17 03:31:27','',480,'https://thechrishaunfoundation.org/?p=1192',0,'revision','',0),(1189,1,'2021-08-17 03:30:22','2021-08-17 03:30:22','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h2>Life After Loss</h2>		\n		<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br />The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Lie After Divorce</h2>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Domestic violence</h2>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Health crisis</h2>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Addiction</h2>		\n		<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking “if I can just get away from it all even for an hour, it would be worth it “. You take a substance just to have a moment of peace in your life where just for one second in time, you’re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it’s back to your life, your miserable life. So, what do you do?<br />You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After The military</h2>		\n		Fighting daily for your country’s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Homelessness</h2>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you’re diseased and will throw a measly amount of change at you that you couldn’t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.		\n			<h2>Digital Marketing News &amp; Blog</h2>		\n		<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.</p>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						View All Posts\n					</a>\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Elit mattis platea rhoncus</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Nisl eleifend vulputate ultricies</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Porttitor quam dolor</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:30:22','2021-08-17 03:30:22','',480,'https://thechrishaunfoundation.org/?p=1189',0,'revision','',0),(1191,1,'2021-08-17 03:31:27','2021-08-17 03:31:27','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h2>Life After Loss</h2>		\n		<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br />The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Lie After Divorce</h2>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Domestic violence</h2>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Health crisis</h2>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Addiction</h2>		\n		<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking “if I can just get away from it all even for an hour, it would be worth it “. You take a substance just to have a moment of peace in your life where just for one second in time, you’re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it’s back to your life, your miserable life. So, what do you do?<br />You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.</p>		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After The military</h2>		\n		Fighting daily for your country’s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Homelessness</h2>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you’re diseased and will throw a measly amount of change at you that you couldn’t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.		\n			<h2>Digital Marketing News &amp; Blog</h2>		\n		<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.</p>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						View All Posts\n					</a>\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Elit mattis platea rhoncus</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Nisl eleifend vulputate ultricies</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Porttitor quam dolor</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:31:27','2021-08-17 03:31:27','',480,'https://thechrishaunfoundation.org/?p=1191',0,'revision','',0),(1196,1,'2021-08-17 03:37:17','2021-08-17 03:37:17','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h2>Life After Loss</h2>		\n		<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br />The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h2>Lie After Divorce</h2>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Life After Domestic violence</h2>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" title=\"\" alt=\"\" />															\n			<h2>Life After Health crisis</h2>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.		\n															<img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" title=\"\" alt=\"\" />															\n			<h2>Life After Addiction</h2>		\n		<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking “if I can just get away from it all even for an hour, it would be worth it “. You take a substance just to have a moment of peace in your life where just for one second in time, you’re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it’s back to your life, your miserable life. So, what do you do?<br />You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.</p>		\n															<img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" title=\"\" alt=\"\" />															\n			<h2>Life After The military</h2>		\n		Fighting daily for your country’s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Homelessness</h2>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you’re diseased and will throw a measly amount of change at you that you couldn’t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.		\n			<h2>Digital Marketing News &amp; Blog</h2>		\n		<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.</p>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						View All Posts\n					</a>\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Elit mattis platea rhoncus</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Nisl eleifend vulputate ultricies</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Porttitor quam dolor</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:37:17','2021-08-17 03:37:17','',480,'https://thechrishaunfoundation.org/?p=1196',0,'revision','',0),(1194,1,'2021-08-17 03:37:16','2021-08-17 03:37:16','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h2>Life After Loss</h2>		\n		<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br />The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h2>Lie After Divorce</h2>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" title=\"\" alt=\"\" />															\n			<h2>Life After Domestic violence</h2>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" title=\"\" alt=\"\" />															\n			<h2>Life After Health crisis</h2>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.		\n															<img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" title=\"\" alt=\"\" />															\n			<h2>Life After Addiction</h2>		\n		<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking “if I can just get away from it all even for an hour, it would be worth it “. You take a substance just to have a moment of peace in your life where just for one second in time, you’re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it’s back to your life, your miserable life. So, what do you do?<br />You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.</p>		\n															<img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" title=\"\" alt=\"\" />															\n			<h2>Life After The military</h2>		\n		Fighting daily for your country’s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Homelessness</h2>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you’re diseased and will throw a measly amount of change at you that you couldn’t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.		\n			<h2>Digital Marketing News &amp; Blog</h2>		\n		<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.</p>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						View All Posts\n					</a>\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Elit mattis platea rhoncus</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Nisl eleifend vulputate ultricies</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Porttitor quam dolor</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:37:16','2021-08-17 03:37:16','',480,'https://thechrishaunfoundation.org/?p=1194',0,'revision','',0),(1195,1,'2021-08-17 03:37:16','2021-08-17 03:37:16','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h2>Life After Loss</h2>		\n		<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br />The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h2>Lie After Divorce</h2>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" title=\"\" alt=\"\" />															\n			<h2>Life After Domestic violence</h2>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" title=\"\" alt=\"\" />															\n			<h2>Life After Health crisis</h2>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.		\n															<img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" title=\"\" alt=\"\" />															\n			<h2>Life After Addiction</h2>		\n		<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking “if I can just get away from it all even for an hour, it would be worth it “. You take a substance just to have a moment of peace in your life where just for one second in time, you’re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it’s back to your life, your miserable life. So, what do you do?<br />You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.</p>		\n															<img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" title=\"\" alt=\"\" />															\n			<h2>Life After The military</h2>		\n		Fighting daily for your country’s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Homelessness</h2>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you’re diseased and will throw a measly amount of change at you that you couldn’t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.		\n			<h2>Digital Marketing News &amp; Blog</h2>		\n		<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.</p>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						View All Posts\n					</a>\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Elit mattis platea rhoncus</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Nisl eleifend vulputate ultricies</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Porttitor quam dolor</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:37:16','2021-08-17 03:37:16','',480,'https://thechrishaunfoundation.org/?p=1195',0,'revision','',0),(1200,1,'2021-08-17 03:45:42','2021-08-17 03:45:42','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h2>Life After Loss</h2>		\n		<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br />The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h2>Lie After Divorce</h2>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Life After Domestic violence</h2>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Life After Health crisis</h2>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Life After Addiction</h2>		\n		<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking “if I can just get away from it all even for an hour, it would be worth it “. You take a substance just to have a moment of peace in your life where just for one second in time, you’re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it’s back to your life, your miserable life. So, what do you do?<br />You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h2>Life After The military</h2>		\n		Fighting daily for your country’s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Life After Homelessness</h2>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you’re diseased and will throw a measly amount of change at you that you couldn’t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:45:42','2021-08-17 03:45:42','',480,'https://thechrishaunfoundation.org/?p=1200',0,'revision','',0),(1201,1,'2021-08-17 03:47:36','2021-08-17 03:47:36','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h2>Life After Loss</h2>		\n		<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br />The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h2>Lie After Divorce</h2>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Life After Domestic violence</h2>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Life After Health crisis</h2>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Life After Addiction</h2>		\n		<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking “if I can just get away from it all even for an hour, it would be worth it “. You take a substance just to have a moment of peace in your life where just for one second in time, you’re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it’s back to your life, your miserable life. So, what do you do?<br />You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h2>Life After The military</h2>		\n		Fighting daily for your country’s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Life After Homelessness</h2>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you’re diseased and will throw a measly amount of change at you that you couldn’t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:47:36','2021-08-17 03:47:36','',480,'https://thechrishaunfoundation.org/?p=1201',0,'revision','',0),(1198,1,'2021-08-17 03:45:41','2021-08-17 03:45:41','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h2>Life After Loss</h2>		\n		<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br />The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h2>Lie After Divorce</h2>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Life After Domestic violence</h2>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" title=\"\" alt=\"\" />															\n			<h2>Life After Health crisis</h2>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.		\n															<img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" title=\"\" alt=\"\" />															\n			<h2>Life After Addiction</h2>		\n		<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking “if I can just get away from it all even for an hour, it would be worth it “. You take a substance just to have a moment of peace in your life where just for one second in time, you’re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it’s back to your life, your miserable life. So, what do you do?<br />You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.</p>		\n															<img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" title=\"\" alt=\"\" />															\n			<h2>Life After The military</h2>		\n		Fighting daily for your country’s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Homelessness</h2>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you’re diseased and will throw a measly amount of change at you that you couldn’t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.		\n			<h2>Digital Marketing News &amp; Blog</h2>		\n		<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.</p>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						View All Posts\n					</a>\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Elit mattis platea rhoncus</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Nisl eleifend vulputate ultricies</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Porttitor quam dolor</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:45:41','2021-08-17 03:45:41','',480,'https://thechrishaunfoundation.org/?p=1198',0,'revision','',0),(1199,1,'2021-08-17 03:45:41','2021-08-17 03:45:41','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h2>Life After Loss</h2>		\n		<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br />The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h2>Lie After Divorce</h2>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Life After Domestic violence</h2>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" title=\"\" alt=\"\" />															\n			<h2>Life After Health crisis</h2>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.		\n															<img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" title=\"\" alt=\"\" />															\n			<h2>Life After Addiction</h2>		\n		<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking “if I can just get away from it all even for an hour, it would be worth it “. You take a substance just to have a moment of peace in your life where just for one second in time, you’re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it’s back to your life, your miserable life. So, what do you do?<br />You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.</p>		\n															<img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\" title=\"\" alt=\"\" />															\n			<h2>Life After The military</h2>		\n		Fighting daily for your country’s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.		\n															<img width=\"624\" height=\"960\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg 624w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3-195x300.jpg 195w\" sizes=\"(max-width: 624px) 100vw, 624px\" />															\n			<h2>Life After Homelessness</h2>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you’re diseased and will throw a measly amount of change at you that you couldn’t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.		\n			<h2>Digital Marketing News &amp; Blog</h2>		\n		<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.</p>		\n			<a href=\"#\" role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\"><path d=\"M6.125 1088h1797.89l-402.976 403 89.994 90L2048 1024l-556.966-557-89.994 90 402.976 403H6.125v128z\"></path></svg>			\n						View All Posts\n					</a>\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Elit mattis platea rhoncus</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Nisl eleifend vulputate ultricies</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>		\n			<figure><img width=\"112\" height=\"112\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Porttitor quam dolor</h4><p>Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla</p>','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:45:41','2021-08-17 03:45:41','',480,'https://thechrishaunfoundation.org/?p=1199',0,'revision','',0),(1202,1,'2021-08-17 03:47:36','2021-08-17 03:47:36','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h2>Life After Loss</h2>		\n		<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br />The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h2>Lie After Divorce</h2>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Life After Domestic violence</h2>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Life After Health crisis</h2>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Life After Addiction</h2>		\n		<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking “if I can just get away from it all even for an hour, it would be worth it “. You take a substance just to have a moment of peace in your life where just for one second in time, you’re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it’s back to your life, your miserable life. So, what do you do?<br />You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h2>Life After The military</h2>		\n		Fighting daily for your country’s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Life After Homelessness</h2>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you’re diseased and will throw a measly amount of change at you that you couldn’t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:47:36','2021-08-17 03:47:36','',480,'https://thechrishaunfoundation.org/?p=1202',0,'revision','',0),(1203,1,'2021-08-17 03:47:37','2021-08-17 03:47:37','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h2>Life After Loss</h2>		\n		<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br />The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h2>Lie After Divorce</h2>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Life After Domestic violence</h2>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Life After Health crisis</h2>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Life After Addiction</h2>		\n		<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking “if I can just get away from it all even for an hour, it would be worth it “. You take a substance just to have a moment of peace in your life where just for one second in time, you’re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it’s back to your life, your miserable life. So, what do you do?<br />You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h2>Life After The military</h2>		\n		Fighting daily for your country’s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Homelessness</h3>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you’re diseased and will throw a measly amount of change at you that you couldn’t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:47:37','2021-08-17 03:47:37','',480,'https://thechrishaunfoundation.org/?p=1203',0,'revision','',0),(1204,1,'2021-08-17 03:48:21','2021-08-17 03:48:21','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h2>Life After Loss</h2>		\n		<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br />The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h2>Lie After Divorce</h2>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Life After Domestic violence</h2>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Life After Health crisis</h2>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Life After Addiction</h2>		\n		<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking “if I can just get away from it all even for an hour, it would be worth it “. You take a substance just to have a moment of peace in your life where just for one second in time, you’re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it’s back to your life, your miserable life. So, what do you do?<br />You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h2>Life After The military</h2>		\n		Fighting daily for your country’s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Homelessness</h3>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you’re diseased and will throw a measly amount of change at you that you couldn’t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:48:21','2021-08-17 03:48:21','',480,'https://thechrishaunfoundation.org/?p=1204',0,'revision','',0),(1205,1,'2021-08-17 03:48:21','2021-08-17 03:48:21','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h2>Life After Loss</h2>		\n		<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br />The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h2>Lie After Divorce</h2>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Life After Domestic violence</h2>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Life After Health crisis</h2>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Life After Addiction</h2>		\n		<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking “if I can just get away from it all even for an hour, it would be worth it “. You take a substance just to have a moment of peace in your life where just for one second in time, you’re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it’s back to your life, your miserable life. So, what do you do?<br />You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h2>Life After The military</h2>		\n		Fighting daily for your country’s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Homelessness</h3>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you’re diseased and will throw a measly amount of change at you that you couldn’t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:48:21','2021-08-17 03:48:21','',480,'https://thechrishaunfoundation.org/?p=1205',0,'revision','',0),(1206,1,'2021-08-17 03:48:22','2021-08-17 03:48:22','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h2>Life After Loss</h2>		\n		<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br />The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h2>Lie After Divorce</h2>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Domestic violence</h3>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Health crisis</h3>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Addiction</h3>		\n		<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking “if I can just get away from it all even for an hour, it would be worth it “. You take a substance just to have a moment of peace in your life where just for one second in time, you’re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it’s back to your life, your miserable life. So, what do you do?<br />You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Life After The military</h3>		\n		Fighting daily for your country’s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Homelessness</h3>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you’re diseased and will throw a measly amount of change at you that you couldn’t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:48:22','2021-08-17 03:48:22','',480,'https://thechrishaunfoundation.org/?p=1206',0,'revision','',0),(1207,1,'2021-08-17 03:48:56','2021-08-17 03:48:56','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h2>Life After Loss</h2>		\n		<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br />The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h2>Lie After Divorce</h2>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Domestic violence</h3>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Health crisis</h3>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Addiction</h3>		\n		<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking “if I can just get away from it all even for an hour, it would be worth it “. You take a substance just to have a moment of peace in your life where just for one second in time, you’re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it’s back to your life, your miserable life. So, what do you do?<br />You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Life After The military</h3>		\n		Fighting daily for your country’s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Homelessness</h3>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you’re diseased and will throw a measly amount of change at you that you couldn’t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:48:56','2021-08-17 03:48:56','',480,'https://thechrishaunfoundation.org/?p=1207',0,'revision','',0),(1208,1,'2021-08-17 03:48:56','2021-08-17 03:48:56','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h2>Life After Loss</h2>		\n		<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br />The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h2>Lie After Divorce</h2>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Domestic violence</h3>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Health crisis</h3>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Addiction</h3>		\n		<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking “if I can just get away from it all even for an hour, it would be worth it “. You take a substance just to have a moment of peace in your life where just for one second in time, you’re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it’s back to your life, your miserable life. So, what do you do?<br />You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Life After The military</h3>		\n		Fighting daily for your country’s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Homelessness</h3>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you’re diseased and will throw a measly amount of change at you that you couldn’t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:48:56','2021-08-17 03:48:56','',480,'https://thechrishaunfoundation.org/?p=1208',0,'revision','',0),(1209,1,'2021-08-17 03:48:56','2021-08-17 03:48:56','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Life After Loss</h3>		\n		<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br />The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Lie After Divorce</h3>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Domestic violence</h3>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Health crisis</h3>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Addiction</h3>		\n		<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking “if I can just get away from it all even for an hour, it would be worth it “. You take a substance just to have a moment of peace in your life where just for one second in time, you’re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it’s back to your life, your miserable life. So, what do you do?<br />You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Life After The military</h3>		\n		Fighting daily for your country’s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Homelessness</h3>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you’re diseased and will throw a measly amount of change at you that you couldn’t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:48:56','2021-08-17 03:48:56','',480,'https://thechrishaunfoundation.org/?p=1209',0,'revision','',0),(1213,1,'2021-08-17 03:55:52','2021-08-17 03:55:52','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Life After Loss</h3>		\n		<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br />The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Lie After Divorce</h3>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Domestic violence</h3>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Health crisis</h3>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Addiction</h3>		\n		<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking “if I can just get away from it all even for an hour, it would be worth it “. You take a substance just to have a moment of peace in your life where just for one second in time, you’re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it’s back to your life, your miserable life. So, what do you do?<br />You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Life After The military</h3>		\n		Fighting daily for your country’s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Homelessness</h3>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you’re diseased and will throw a measly amount of change at you that you couldn’t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:55:52','2021-08-17 03:55:52','',480,'https://thechrishaunfoundation.org/?p=1213',0,'revision','',0),(1211,1,'2021-08-17 03:55:51','2021-08-17 03:55:51','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Life After Loss</h3>		\n		<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br />The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Lie After Divorce</h3>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Domestic violence</h3>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Health crisis</h3>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Addiction</h3>		\n		<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking “if I can just get away from it all even for an hour, it would be worth it “. You take a substance just to have a moment of peace in your life where just for one second in time, you’re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it’s back to your life, your miserable life. So, what do you do?<br />You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Life After The military</h3>		\n		Fighting daily for your country’s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Homelessness</h3>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you’re diseased and will throw a measly amount of change at you that you couldn’t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:55:51','2021-08-17 03:55:51','',480,'https://thechrishaunfoundation.org/?p=1211',0,'revision','',0),(1212,1,'2021-08-17 03:55:52','2021-08-17 03:55:52','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Life After Loss</h3>		\n		<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br />The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Lie After Divorce</h3>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Domestic violence</h3>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Health crisis</h3>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Addiction</h3>		\n		<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking “if I can just get away from it all even for an hour, it would be worth it “. You take a substance just to have a moment of peace in your life where just for one second in time, you’re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it’s back to your life, your miserable life. So, what do you do?<br />You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Life After The military</h3>		\n		Fighting daily for your country’s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Homelessness</h3>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you’re diseased and will throw a measly amount of change at you that you couldn’t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:55:52','2021-08-17 03:55:52','',480,'https://thechrishaunfoundation.org/?p=1212',0,'revision','',0),(1214,1,'2021-08-17 03:56:06','2021-08-17 03:56:06','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Life After Loss</h3>		\n		<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br />The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Lie After Divorce</h3>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Domestic violence</h3>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Health crisis</h3>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Addiction</h3>		\n		<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking “if I can just get away from it all even for an hour, it would be worth it “. You take a substance just to have a moment of peace in your life where just for one second in time, you’re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it’s back to your life, your miserable life. So, what do you do?<br />You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Life After The military</h3>		\n		Fighting daily for your country’s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Homelessness</h3>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you’re diseased and will throw a measly amount of change at you that you couldn’t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:56:06','2021-08-17 03:56:06','',480,'https://thechrishaunfoundation.org/?p=1214',0,'revision','',0),(1215,1,'2021-08-17 03:56:06','2021-08-17 03:56:06','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Life After Loss</h3>		\n		<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br />The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Lie After Divorce</h3>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Domestic violence</h3>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Health crisis</h3>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Addiction</h3>		\n		<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking “if I can just get away from it all even for an hour, it would be worth it “. You take a substance just to have a moment of peace in your life where just for one second in time, you’re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it’s back to your life, your miserable life. So, what do you do?<br />You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Life After The military</h3>		\n		Fighting daily for your country’s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Homelessness</h3>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you’re diseased and will throw a measly amount of change at you that you couldn’t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:56:06','2021-08-17 03:56:06','',480,'https://thechrishaunfoundation.org/?p=1215',0,'revision','',0),(1216,1,'2021-08-17 03:56:06','2021-08-17 03:56:06','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Life After Loss</h3>		\n		<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br />The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Lie After Divorce</h3>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Domestic violence</h3>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Health crisis</h3>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Addiction</h3>		\n		<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking “if I can just get away from it all even for an hour, it would be worth it “. You take a substance just to have a moment of peace in your life where just for one second in time, you’re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it’s back to your life, your miserable life. So, what do you do?<br />You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Life After The military</h3>		\n		Fighting daily for your country’s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Homelessness</h3>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you’re diseased and will throw a measly amount of change at you that you couldn’t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:56:06','2021-08-17 03:56:06','',480,'https://thechrishaunfoundation.org/?p=1216',0,'revision','',0),(1217,1,'2021-08-17 03:57:36','2021-08-17 03:57:36','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Life After Loss</h3>		\n		<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br />The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Lie After Divorce</h3>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Domestic violence</h3>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Health crisis</h3>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Addiction</h3>		\n		<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking “if I can just get away from it all even for an hour, it would be worth it “. You take a substance just to have a moment of peace in your life where just for one second in time, you’re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it’s back to your life, your miserable life. So, what do you do?<br />You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Life After The military</h3>		\n		Fighting daily for your country’s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Homelessness</h3>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you’re diseased and will throw a measly amount of change at you that you couldn’t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:57:36','2021-08-17 03:57:36','',480,'https://thechrishaunfoundation.org/?p=1217',0,'revision','',0),(1218,1,'2021-08-17 03:57:37','2021-08-17 03:57:37','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Life After Loss</h3>		\n		<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br />The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Lie After Divorce</h3>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Domestic violence</h3>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Health crisis</h3>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Addiction</h3>		\n		<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking “if I can just get away from it all even for an hour, it would be worth it “. You take a substance just to have a moment of peace in your life where just for one second in time, you’re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it’s back to your life, your miserable life. So, what do you do?<br />You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Life After The military</h3>		\n		Fighting daily for your country’s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Homelessness</h3>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you’re diseased and will throw a measly amount of change at you that you couldn’t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:57:37','2021-08-17 03:57:37','',480,'https://thechrishaunfoundation.org/?p=1218',0,'revision','',0),(1219,1,'2021-08-17 03:57:37','2021-08-17 03:57:37','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Life After Loss</h3>		\n		<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br />The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Lie After Divorce</h3>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Domestic violence</h3>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Health crisis</h3>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Addiction</h3>		\n		<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking “if I can just get away from it all even for an hour, it would be worth it “. You take a substance just to have a moment of peace in your life where just for one second in time, you’re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it’s back to your life, your miserable life. So, what do you do?<br />You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Life After The military</h3>		\n		Fighting daily for your country’s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Homelessness</h3>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you’re diseased and will throw a measly amount of change at you that you couldn’t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 03:57:37','2021-08-17 03:57:37','',480,'https://thechrishaunfoundation.org/?p=1219',0,'revision','',0),(1220,1,'2021-08-17 04:00:51','2021-08-17 04:00:51','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Life After Loss</h3>		\n		<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br />The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Lie After Divorce</h3>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Domestic violence</h3>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Health crisis</h3>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Addiction</h3>		\n		<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking “if I can just get away from it all even for an hour, it would be worth it “. You take a substance just to have a moment of peace in your life where just for one second in time, you’re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it’s back to your life, your miserable life. So, what do you do?<br />You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Life After The military</h3>		\n		Fighting daily for your country’s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Homelessness</h3>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you’re diseased and will throw a measly amount of change at you that you couldn’t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 04:00:51','2021-08-17 04:00:51','',480,'https://thechrishaunfoundation.org/?p=1220',0,'revision','',0),(1221,1,'2021-08-17 04:00:51','2021-08-17 04:00:51','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Life After Loss</h3>		\n		<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br />The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Lie After Divorce</h3>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Domestic violence</h3>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Health crisis</h3>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Addiction</h3>		\n		<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking “if I can just get away from it all even for an hour, it would be worth it “. You take a substance just to have a moment of peace in your life where just for one second in time, you’re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it’s back to your life, your miserable life. So, what do you do?<br />You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Life After The military</h3>		\n		Fighting daily for your country’s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Homelessness</h3>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you’re diseased and will throw a measly amount of change at you that you couldn’t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 04:00:51','2021-08-17 04:00:51','',480,'https://thechrishaunfoundation.org/?p=1221',0,'revision','',0),(1222,1,'2021-08-17 04:00:51','2021-08-17 04:00:51','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Life After Loss</h3>		\n		<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br />The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Lie After Divorce</h3>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Domestic violence</h3>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Health crisis</h3>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Addiction</h3>		\n		<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking “if I can just get away from it all even for an hour, it would be worth it “. You take a substance just to have a moment of peace in your life where just for one second in time, you’re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it’s back to your life, your miserable life. So, what do you do?<br />You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Life After The military</h3>		\n		Fighting daily for your country’s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Homelessness</h3>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you’re diseased and will throw a measly amount of change at you that you couldn’t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 04:00:51','2021-08-17 04:00:51','',480,'https://thechrishaunfoundation.org/?p=1222',0,'revision','',0),(1223,1,'2021-08-17 08:57:35','2021-08-17 04:03:30',' ','','','publish','closed','closed','','1223','','','2021-08-17 08:57:35','2021-08-17 08:57:35','',0,'https://thechrishaunfoundation.org/?p=1223',1,'nav_menu_item','',0),(1224,1,'2021-08-17 08:57:35','2021-08-17 04:03:30',' ','','','publish','closed','closed','','1224','','','2021-08-17 08:57:35','2021-08-17 08:57:35','',0,'https://thechrishaunfoundation.org/?p=1224',8,'nav_menu_item','',0),(1225,1,'2021-08-17 08:57:35','2021-08-17 04:03:30',' ','','','publish','closed','closed','','1225','','','2021-08-17 08:57:35','2021-08-17 08:57:35','',0,'https://thechrishaunfoundation.org/?p=1225',5,'nav_menu_item','',0),(1226,1,'2021-08-17 04:02:33','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2021-08-17 04:02:33','0000-00-00 00:00:00','',0,'https://thechrishaunfoundation.org/?p=1226',1,'nav_menu_item','',0),(1227,1,'2021-08-17 08:57:35','2021-08-17 04:03:30',' ','','','publish','closed','closed','','1227','','','2021-08-17 08:57:35','2021-08-17 08:57:35','',0,'https://thechrishaunfoundation.org/?p=1227',3,'nav_menu_item','',0),(1228,1,'2021-08-17 08:57:35','2021-08-17 04:03:30',' ','','','publish','closed','closed','','1228','','','2021-08-17 08:57:35','2021-08-17 08:57:35','',0,'https://thechrishaunfoundation.org/?p=1228',4,'nav_menu_item','',0),(1229,1,'2021-08-17 08:57:35','2021-08-17 04:03:30',' ','','','publish','closed','closed','','1229','','','2021-08-17 08:57:35','2021-08-17 08:57:35','',0,'https://thechrishaunfoundation.org/?p=1229',2,'nav_menu_item','',0),(1230,1,'2021-08-17 04:19:32','2021-08-17 04:19:32','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			[instagram-feed]','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 04:19:32','2021-08-17 04:19:32','',347,'https://thechrishaunfoundation.org/?p=1230',0,'revision','',0),(1231,1,'2021-08-17 04:19:32','2021-08-17 04:19:32','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			[instagram-feed]','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 04:19:32','2021-08-17 04:19:32','',347,'https://thechrishaunfoundation.org/?p=1231',0,'revision','',0),(1232,1,'2021-08-17 04:19:32','2021-08-17 04:19:32','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 04:19:32','2021-08-17 04:19:32','',347,'https://thechrishaunfoundation.org/?p=1232',0,'revision','',0),(1233,1,'2021-08-17 04:21:14','2021-08-17 04:21:14','','logo-01-free-img.png','','inherit','open','closed','','logo-01-free-img-png','','','2021-08-17 04:21:14','2021-08-17 04:21:14','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-01-free-img.png',0,'attachment','image/png',0),(1240,1,'2021-08-17 04:30:51','2021-08-17 04:30:51','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"571\" height=\"800\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg 571w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1-214x300.jpg 214w\" sizes=\"(max-width: 571px) 100vw, 571px\" />															\n			<h2>What we do</h2>		\n			<h5>We plan and support amazing projects that help change the lives of disadvantaged children and young people from across different regions of the world.\n</h5>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find & Fund</h3>		\n		We are in search of opportunities to help as many youth as possible. We approach and fund all those who are in need.		\n			<h3>We Provide Care</h3>		\n		Today’s youth need a helpful hand and right guidance at every stage. Here’s where we take care of them like our own.		\n			<h3>We\nEducate</h3>		\n		We run small-scale schools for the underprivileged children and youth of daily wage workers for a better future.\n			<h3>We\nEmploy</h3>		\n		We run organizations where we employ youngsters so they can live their dreams for themselves and their families.		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>\n			<h6>Our Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-01-free-img.png\" alt=\"logo-01-free-img.png\" /></figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 04:30:51','2021-08-17 04:30:51','',347,'https://thechrishaunfoundation.org/?p=1240',0,'revision','',0),(1235,1,'2021-08-17 04:27:01','2021-08-17 04:27:01','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Life After Loss</h3>		\n		<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br />The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Lie After Divorce</h3>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Domestic violence</h3>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Health crisis</h3>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Addiction</h3>		\n		<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking “if I can just get away from it all even for an hour, it would be worth it “. You take a substance just to have a moment of peace in your life where just for one second in time, you’re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it’s back to your life, your miserable life. So, what do you do?<br />You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Life After The military</h3>		\n		Fighting daily for your country’s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Homelessness</h3>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you’re diseased and will throw a measly amount of change at you that you couldn’t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 04:27:01','2021-08-17 04:27:01','',480,'https://thechrishaunfoundation.org/?p=1235',0,'revision','',0),(1236,1,'2021-08-17 04:27:01','2021-08-17 04:27:01','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Life After Loss</h3>		\n		<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br />The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Lie After Divorce</h3>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Domestic violence</h3>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Health crisis</h3>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Addiction</h3>		\n		<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking “if I can just get away from it all even for an hour, it would be worth it “. You take a substance just to have a moment of peace in your life where just for one second in time, you’re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it’s back to your life, your miserable life. So, what do you do?<br />You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Life After The military</h3>		\n		Fighting daily for your country’s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Homelessness</h3>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you’re diseased and will throw a measly amount of change at you that you couldn’t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 04:27:01','2021-08-17 04:27:01','',480,'https://thechrishaunfoundation.org/?p=1236',0,'revision','',0),(1237,1,'2021-08-17 04:27:02','2021-08-17 04:27:02','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Life After Loss</h3>		\n		<p>Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest. When someone has had so much influence in your life, when you lose them, it can be so detrimental to your overall health. The person that has passed can no longer feel pain but you do, so what do you do now?<br />The Chrishaun Foundation can provide counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your specific needs.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Lie After Divorce</h3>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Domestic violence</h3>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Health crisis</h3>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Addiction</h3>		\n		<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking “if I can just get away from it all even for an hour, it would be worth it “. You take a substance just to have a moment of peace in your life where just for one second in time, you’re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it’s back to your life, your miserable life. So, what do you do?<br />You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Life After The military</h3>		\n		Fighting daily for your country’s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Homelessness</h3>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you’re diseased and will throw a measly amount of change at you that you couldn’t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.','Our Programs','','inherit','closed','closed','','480-revision-v1','','','2021-08-17 04:27:02','2021-08-17 04:27:02','',480,'https://thechrishaunfoundation.org/?p=1237',0,'revision','',0),(1238,1,'2021-08-17 04:30:51','2021-08-17 04:30:51','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 04:30:51','2021-08-17 04:30:51','',347,'https://thechrishaunfoundation.org/?p=1238',0,'revision','',0),(1239,1,'2021-08-17 04:30:51','2021-08-17 04:30:51','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 04:30:51','2021-08-17 04:30:51','',347,'https://thechrishaunfoundation.org/?p=1239',0,'revision','',0),(1241,1,'2021-08-17 04:31:20','2021-08-17 04:31:20','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"571\" height=\"800\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg 571w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1-214x300.jpg 214w\" sizes=\"(max-width: 571px) 100vw, 571px\" />															\n			<h2>What we do</h2>		\n			<h5>We plan and support amazing projects that help change the lives of disadvantaged children and young people from across different regions of the world.\n</h5>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find & Fund</h3>		\n		We are in search of opportunities to help as many youth as possible. We approach and fund all those who are in need.		\n			<h3>We Provide Care</h3>		\n		Today’s youth need a helpful hand and right guidance at every stage. Here’s where we take care of them like our own.		\n			<h3>We\nEducate</h3>		\n		We run small-scale schools for the underprivileged children and youth of daily wage workers for a better future.\n			<h3>We\nEmploy</h3>		\n		We run organizations where we employ youngsters so they can live their dreams for themselves and their families.		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>\n			<h6>Our Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-01-free-img.png\" alt=\"logo-01-free-img.png\" /></figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 04:31:20','2021-08-17 04:31:20','',347,'https://thechrishaunfoundation.org/?p=1241',0,'revision','',0),(1242,1,'2021-08-17 04:31:20','2021-08-17 04:31:20','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"571\" height=\"800\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg 571w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1-214x300.jpg 214w\" sizes=\"(max-width: 571px) 100vw, 571px\" />															\n			<h2>What we do</h2>		\n			<h5>We plan and support amazing projects that help change the lives of disadvantaged children and young people from across different regions of the world.\n</h5>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find & Fund</h3>		\n		We are in search of opportunities to help as many youth as possible. We approach and fund all those who are in need.		\n			<h3>We Provide Care</h3>		\n		Today’s youth need a helpful hand and right guidance at every stage. Here’s where we take care of them like our own.		\n			<h3>We\nEducate</h3>		\n		We run small-scale schools for the underprivileged children and youth of daily wage workers for a better future.\n			<h3>We\nEmploy</h3>		\n		We run organizations where we employ youngsters so they can live their dreams for themselves and their families.		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>\n			<h6>Our Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-01-free-img.png\" alt=\"logo-01-free-img.png\" /></figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 04:31:20','2021-08-17 04:31:20','',347,'https://thechrishaunfoundation.org/?p=1242',0,'revision','',0),(1243,1,'2021-08-17 04:31:21','2021-08-17 04:31:21','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"571\" height=\"800\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg 571w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1-214x300.jpg 214w\" sizes=\"(max-width: 571px) 100vw, 571px\" />															\n			<h2>What we do</h2>		\n			<h5>We plan and support amazing projects that help change the lives of disadvantaged children and young people from across different regions of the world.\n</h5>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find & Fund</h3>		\n		We are in search of opportunities to help as many youth as possible. We approach and fund all those who are in need.		\n			<h3>We Provide Care</h3>		\n		Today’s youth need a helpful hand and right guidance at every stage. Here’s where we take care of them like our own.		\n			<h3>We\nEducate</h3>		\n		We run small-scale schools for the underprivileged children and youth of daily wage workers for a better future.\n			<h3>We\nEmploy</h3>		\n		We run organizations where we employ youngsters so they can live their dreams for themselves and their families.		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>\n			<h6>Our Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-01-free-img.png\" alt=\"logo-01-free-img.png\" /></figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 04:31:21','2021-08-17 04:31:21','',347,'https://thechrishaunfoundation.org/?p=1243',0,'revision','',0),(1248,1,'2021-08-17 04:34:25','2021-08-17 04:34:25','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-1024x1024.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-150x150.jpg 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>What we do</h2>		\n			<h5>We plan and support amazing projects that help change the lives of disadvantaged children and young people from across different regions of the world.\n</h5>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find & Fund</h3>		\n		We are in search of opportunities to help as many youth as possible. We approach and fund all those who are in need.		\n			<h3>We Provide Care</h3>		\n		Today’s youth need a helpful hand and right guidance at every stage. Here’s where we take care of them like our own.		\n			<h3>We\nEducate</h3>		\n		We run small-scale schools for the underprivileged children and youth of daily wage workers for a better future.\n			<h3>We\nEmploy</h3>		\n		We run organizations where we employ youngsters so they can live their dreams for themselves and their families.		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>\n			<h6>Our Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-01-free-img.png\" alt=\"logo-01-free-img.png\" /></figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 04:34:25','2021-08-17 04:34:25','',347,'https://thechrishaunfoundation.org/?p=1248',0,'revision','',0),(1245,1,'2021-08-17 04:34:11','2021-08-17 04:34:11','','logo','','inherit','open','closed','','logo','','','2021-08-17 04:34:11','2021-08-17 04:34:11','',347,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg',0,'attachment','image/jpeg',0),(1246,1,'2021-08-17 04:34:24','2021-08-17 04:34:24','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"571\" height=\"800\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg 571w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1-214x300.jpg 214w\" sizes=\"(max-width: 571px) 100vw, 571px\" />															\n			<h2>What we do</h2>		\n			<h5>We plan and support amazing projects that help change the lives of disadvantaged children and young people from across different regions of the world.\n</h5>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find & Fund</h3>		\n		We are in search of opportunities to help as many youth as possible. We approach and fund all those who are in need.		\n			<h3>We Provide Care</h3>		\n		Today’s youth need a helpful hand and right guidance at every stage. Here’s where we take care of them like our own.		\n			<h3>We\nEducate</h3>		\n		We run small-scale schools for the underprivileged children and youth of daily wage workers for a better future.\n			<h3>We\nEmploy</h3>		\n		We run organizations where we employ youngsters so they can live their dreams for themselves and their families.		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>\n			<h6>Our Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-01-free-img.png\" alt=\"logo-01-free-img.png\" /></figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 04:34:24','2021-08-17 04:34:24','',347,'https://thechrishaunfoundation.org/?p=1246',0,'revision','',0),(1247,1,'2021-08-17 04:34:24','2021-08-17 04:34:24','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"571\" height=\"800\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg 571w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1-214x300.jpg 214w\" sizes=\"(max-width: 571px) 100vw, 571px\" />															\n			<h2>What we do</h2>		\n			<h5>We plan and support amazing projects that help change the lives of disadvantaged children and young people from across different regions of the world.\n</h5>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find & Fund</h3>		\n		We are in search of opportunities to help as many youth as possible. We approach and fund all those who are in need.		\n			<h3>We Provide Care</h3>		\n		Today’s youth need a helpful hand and right guidance at every stage. Here’s where we take care of them like our own.		\n			<h3>We\nEducate</h3>		\n		We run small-scale schools for the underprivileged children and youth of daily wage workers for a better future.\n			<h3>We\nEmploy</h3>		\n		We run organizations where we employ youngsters so they can live their dreams for themselves and their families.		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>\n			<h6>Our Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-01-free-img.png\" alt=\"logo-01-free-img.png\" /></figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 04:34:24','2021-08-17 04:34:24','',347,'https://thechrishaunfoundation.org/?p=1247',0,'revision','',0),(1249,1,'2021-08-17 04:34:50','2021-08-17 04:34:50','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-1024x1024.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-150x150.jpg 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>What we do</h2>		\n			<h5>We plan and support amazing projects that help change the lives of disadvantaged children and young people from across different regions of the world.\n</h5>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find & Fund</h3>		\n		We are in search of opportunities to help as many youth as possible. We approach and fund all those who are in need.		\n			<h3>We Provide Care</h3>		\n		Today’s youth need a helpful hand and right guidance at every stage. Here’s where we take care of them like our own.		\n			<h3>We\nEducate</h3>		\n		We run small-scale schools for the underprivileged children and youth of daily wage workers for a better future.\n			<h3>We\nEmploy</h3>		\n		We run organizations where we employ youngsters so they can live their dreams for themselves and their families.		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>\n			<h6>Our Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-01-free-img.png\" alt=\"logo-01-free-img.png\" /></figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 04:34:50','2021-08-17 04:34:50','',347,'https://thechrishaunfoundation.org/?p=1249',0,'revision','',0),(1250,1,'2021-08-17 04:34:50','2021-08-17 04:34:50','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-1024x1024.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-150x150.jpg 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>What we do</h2>		\n			<h5>We plan and support amazing projects that help change the lives of disadvantaged children and young people from across different regions of the world.\n</h5>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find & Fund</h3>		\n		We are in search of opportunities to help as many youth as possible. We approach and fund all those who are in need.		\n			<h3>We Provide Care</h3>		\n		Today’s youth need a helpful hand and right guidance at every stage. Here’s where we take care of them like our own.		\n			<h3>We\nEducate</h3>		\n		We run small-scale schools for the underprivileged children and youth of daily wage workers for a better future.\n			<h3>We\nEmploy</h3>		\n		We run organizations where we employ youngsters so they can live their dreams for themselves and their families.		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>\n			<h6>Our Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-01-free-img.png\" alt=\"logo-01-free-img.png\" /></figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 04:34:50','2021-08-17 04:34:50','',347,'https://thechrishaunfoundation.org/?p=1250',0,'revision','',0),(1251,1,'2021-08-17 04:34:50','2021-08-17 04:34:50','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-1024x1024.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-150x150.jpg 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>What we do</h2>		\n			<h5>We plan and support amazing projects that help change the lives of disadvantaged children and young people from across different regions of the world.\n</h5>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find & Fund</h3>		\n		We are in search of opportunities to help as many youth as possible. We approach and fund all those who are in need.		\n			<h3>We Provide Care</h3>		\n		Today’s youth need a helpful hand and right guidance at every stage. Here’s where we take care of them like our own.		\n			<h3>We\nEducate</h3>		\n		We run small-scale schools for the underprivileged children and youth of daily wage workers for a better future.\n			<h3>We\nEmploy</h3>		\n		We run organizations where we employ youngsters so they can live their dreams for themselves and their families.		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>\n			<h6>Our Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-01-free-img.png\" alt=\"logo-01-free-img.png\" /></figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 04:34:50','2021-08-17 04:34:50','',347,'https://thechrishaunfoundation.org/?p=1251',0,'revision','',0),(1252,1,'2021-08-17 04:36:17','2021-08-17 04:36:17','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-1024x1024.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-150x150.jpg 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>What we do</h2>		\n			<h5>We plan and support amazing projects that help change the lives of disadvantaged children and young people from across different regions of the world.\n</h5>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find & Fund</h3>		\n		We are in search of opportunities to help as many youth as possible. We approach and fund all those who are in need.		\n			<h3>We Provide Care</h3>		\n		Today’s youth need a helpful hand and right guidance at every stage. Here’s where we take care of them like our own.		\n			<h3>We\nEducate</h3>		\n		We run small-scale schools for the underprivileged children and youth of daily wage workers for a better future.\n			<h3>We\nEmploy</h3>		\n		We run organizations where we employ youngsters so they can live their dreams for themselves and their families.		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>\n			<h6>Our Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-01-free-img.png\" alt=\"logo-01-free-img.png\" /></figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 04:36:17','2021-08-17 04:36:17','',347,'https://thechrishaunfoundation.org/?p=1252',0,'revision','',0),(1253,1,'2021-08-17 04:36:17','2021-08-17 04:36:17','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-1024x1024.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-150x150.jpg 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>What we do</h2>		\n			<h5>We plan and support amazing projects that help change the lives of disadvantaged children and young people from across different regions of the world.\n</h5>		\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find & Fund</h3>		\n		We are in search of opportunities to help as many youth as possible. We approach and fund all those who are in need.		\n			<h3>We Provide Care</h3>		\n		Today’s youth need a helpful hand and right guidance at every stage. Here’s where we take care of them like our own.		\n			<h3>We\nEducate</h3>		\n		We run small-scale schools for the underprivileged children and youth of daily wage workers for a better future.\n			<h3>We\nEmploy</h3>		\n		We run organizations where we employ youngsters so they can live their dreams for themselves and their families.		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>\n			<h6>Our Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-01-free-img.png\" alt=\"logo-01-free-img.png\" /></figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 04:36:17','2021-08-17 04:36:17','',347,'https://thechrishaunfoundation.org/?p=1253',0,'revision','',0),(1458,1,'2021-08-17 14:40:29','2021-08-17 14:40:29','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAnti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" />															\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\n			<h2>Our Programs</h2>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" />															\n			<h5>Life After Loss\n</h5>		\n		Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" />															\n			<h5>Life After Health crisis</h5>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" />															\n			<h5>Life After Homelessness\n</h5>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				+\n							Members Worldwide\n				0\n				+\n							People Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 14:40:29','2021-08-17 14:40:29','',347,'https://thechrishaunfoundation.org/?p=1458',0,'revision','',0),(1260,1,'2021-08-17 04:36:48','2021-08-17 04:36:48','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-1024x1024.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-150x150.jpg 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\n			<h3>We Find & Fund</h3>		\n		We are in search of opportunities to help as many youth as possible. We approach and fund all those who are in need.		\n			<h3>We Provide Care</h3>		\n		Today’s youth need a helpful hand and right guidance at every stage. Here’s where we take care of them like our own.		\n			<h3>We\nEducate</h3>		\n		We run small-scale schools for the underprivileged children and youth of daily wage workers for a better future.\n			<h3>We\nEmploy</h3>		\n		We run organizations where we employ youngsters so they can live their dreams for themselves and their families.		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>\n			<h6>Our Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-01-free-img.png\" alt=\"logo-01-free-img.png\" /></figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 04:36:48','2021-08-17 04:36:48','',347,'https://thechrishaunfoundation.org/?p=1260',0,'revision','',0),(1254,1,'2021-08-17 04:36:18','2021-08-17 04:36:18','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-1024x1024.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-150x150.jpg 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find & Fund</h3>		\n		We are in search of opportunities to help as many youth as possible. We approach and fund all those who are in need.		\n			<h3>We Provide Care</h3>		\n		Today’s youth need a helpful hand and right guidance at every stage. Here’s where we take care of them like our own.		\n			<h3>We\nEducate</h3>		\n		We run small-scale schools for the underprivileged children and youth of daily wage workers for a better future.\n			<h3>We\nEmploy</h3>		\n		We run organizations where we employ youngsters so they can live their dreams for themselves and their families.		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>\n			<h6>Our Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-01-free-img.png\" alt=\"logo-01-free-img.png\" /></figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 04:36:18','2021-08-17 04:36:18','',347,'https://thechrishaunfoundation.org/?p=1254',0,'revision','',0),(1255,1,'2021-08-17 04:36:23','2021-08-17 04:36:23','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-1024x1024.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-150x150.jpg 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find & Fund</h3>		\n		We are in search of opportunities to help as many youth as possible. We approach and fund all those who are in need.		\n			<h3>We Provide Care</h3>		\n		Today’s youth need a helpful hand and right guidance at every stage. Here’s where we take care of them like our own.		\n			<h3>We\nEducate</h3>		\n		We run small-scale schools for the underprivileged children and youth of daily wage workers for a better future.\n			<h3>We\nEmploy</h3>		\n		We run organizations where we employ youngsters so they can live their dreams for themselves and their families.		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>\n			<h6>Our Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-01-free-img.png\" alt=\"logo-01-free-img.png\" /></figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 04:36:23','2021-08-17 04:36:23','',347,'https://thechrishaunfoundation.org/?p=1255',0,'revision','',0),(1256,1,'2021-08-17 04:36:24','2021-08-17 04:36:24','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-1024x1024.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-150x150.jpg 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find & Fund</h3>		\n		We are in search of opportunities to help as many youth as possible. We approach and fund all those who are in need.		\n			<h3>We Provide Care</h3>		\n		Today’s youth need a helpful hand and right guidance at every stage. Here’s where we take care of them like our own.		\n			<h3>We\nEducate</h3>		\n		We run small-scale schools for the underprivileged children and youth of daily wage workers for a better future.\n			<h3>We\nEmploy</h3>		\n		We run organizations where we employ youngsters so they can live their dreams for themselves and their families.		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>\n			<h6>Our Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-01-free-img.png\" alt=\"logo-01-free-img.png\" /></figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 04:36:24','2021-08-17 04:36:24','',347,'https://thechrishaunfoundation.org/?p=1256',0,'revision','',0),(1257,1,'2021-08-17 04:36:24','2021-08-17 04:36:24','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-1024x1024.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-150x150.jpg 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find & Fund</h3>		\n		We are in search of opportunities to help as many youth as possible. We approach and fund all those who are in need.		\n			<h3>We Provide Care</h3>		\n		Today’s youth need a helpful hand and right guidance at every stage. Here’s where we take care of them like our own.		\n			<h3>We\nEducate</h3>		\n		We run small-scale schools for the underprivileged children and youth of daily wage workers for a better future.\n			<h3>We\nEmploy</h3>		\n		We run organizations where we employ youngsters so they can live their dreams for themselves and their families.		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>\n			<h6>Our Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-01-free-img.png\" alt=\"logo-01-free-img.png\" /></figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 04:36:24','2021-08-17 04:36:24','',347,'https://thechrishaunfoundation.org/?p=1257',0,'revision','',0),(1258,1,'2021-08-17 04:36:48','2021-08-17 04:36:48','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-1024x1024.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-150x150.jpg 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find & Fund</h3>		\n		We are in search of opportunities to help as many youth as possible. We approach and fund all those who are in need.		\n			<h3>We Provide Care</h3>		\n		Today’s youth need a helpful hand and right guidance at every stage. Here’s where we take care of them like our own.		\n			<h3>We\nEducate</h3>		\n		We run small-scale schools for the underprivileged children and youth of daily wage workers for a better future.\n			<h3>We\nEmploy</h3>		\n		We run organizations where we employ youngsters so they can live their dreams for themselves and their families.		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>\n			<h6>Our Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-01-free-img.png\" alt=\"logo-01-free-img.png\" /></figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 04:36:48','2021-08-17 04:36:48','',347,'https://thechrishaunfoundation.org/?p=1258',0,'revision','',0),(1259,1,'2021-08-17 04:36:48','2021-08-17 04:36:48','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-1024x1024.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-150x150.jpg 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\n			<a href=\"#\" role=\"button\">\n						Read more\n					</a>\n			<h3>We Find & Fund</h3>		\n		We are in search of opportunities to help as many youth as possible. We approach and fund all those who are in need.		\n			<h3>We Provide Care</h3>		\n		Today’s youth need a helpful hand and right guidance at every stage. Here’s where we take care of them like our own.		\n			<h3>We\nEducate</h3>		\n		We run small-scale schools for the underprivileged children and youth of daily wage workers for a better future.\n			<h3>We\nEmploy</h3>		\n		We run organizations where we employ youngsters so they can live their dreams for themselves and their families.		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>\n			<h6>Our Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-01-free-img.png\" alt=\"logo-01-free-img.png\" /></figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 04:36:48','2021-08-17 04:36:48','',347,'https://thechrishaunfoundation.org/?p=1259',0,'revision','',0),(1264,1,'2021-08-17 04:38:23','2021-08-17 04:38:23','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-1024x1024.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-150x150.jpg 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\n			<h3>We Find & Fund</h3>		\n		We are in search of opportunities to help as many youth as possible. We approach and fund all those who are in need.		\n			<h3>We Provide Care</h3>		\n		Today’s youth need a helpful hand and right guidance at every stage. Here’s where we take care of them like our own.		\n			<h3>We\nEducate</h3>		\n		We run small-scale schools for the underprivileged children and youth of daily wage workers for a better future.\n			<h3>We\nEmploy</h3>		\n		We run organizations where we employ youngsters so they can live their dreams for themselves and their families.		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>\n			<h6>Our Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-01-free-img.png\" alt=\"logo-01-free-img.png\" /></figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 04:38:23','2021-08-17 04:38:23','',347,'https://thechrishaunfoundation.org/?p=1264',0,'revision','',0),(1262,1,'2021-08-17 04:38:23','2021-08-17 04:38:23','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-1024x1024.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-150x150.jpg 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\n			<h3>We Find & Fund</h3>		\n		We are in search of opportunities to help as many youth as possible. We approach and fund all those who are in need.		\n			<h3>We Provide Care</h3>		\n		Today’s youth need a helpful hand and right guidance at every stage. Here’s where we take care of them like our own.		\n			<h3>We\nEducate</h3>		\n		We run small-scale schools for the underprivileged children and youth of daily wage workers for a better future.\n			<h3>We\nEmploy</h3>		\n		We run organizations where we employ youngsters so they can live their dreams for themselves and their families.		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>\n			<h6>Our Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-01-free-img.png\" alt=\"logo-01-free-img.png\" /></figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 04:38:23','2021-08-17 04:38:23','',347,'https://thechrishaunfoundation.org/?p=1262',0,'revision','',0),(1263,1,'2021-08-17 04:38:23','2021-08-17 04:38:23','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-1024x1024.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-150x150.jpg 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\n			<h3>We Find & Fund</h3>		\n		We are in search of opportunities to help as many youth as possible. We approach and fund all those who are in need.		\n			<h3>We Provide Care</h3>		\n		Today’s youth need a helpful hand and right guidance at every stage. Here’s where we take care of them like our own.		\n			<h3>We\nEducate</h3>		\n		We run small-scale schools for the underprivileged children and youth of daily wage workers for a better future.\n			<h3>We\nEmploy</h3>		\n		We run organizations where we employ youngsters so they can live their dreams for themselves and their families.		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>\n			<h6>Our Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-01-free-img.png\" alt=\"logo-01-free-img.png\" /></figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 04:38:23','2021-08-17 04:38:23','',347,'https://thechrishaunfoundation.org/?p=1263',0,'revision','',0),(1265,1,'2021-08-17 04:39:29','2021-08-17 04:39:29','','banner-02.jpg','','inherit','open','closed','','banner-02-jpg','','','2021-08-17 04:39:29','2021-08-17 04:39:29','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/banner-02.jpg',0,'attachment','image/jpeg',0),(1266,1,'2021-08-17 04:39:30','2021-08-17 04:39:30','','home-image-08.jpg','','inherit','open','closed','','home-image-08-jpg','','','2021-08-17 04:39:30','2021-08-17 04:39:30','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-08.jpg',0,'attachment','image/jpeg',0),(1267,1,'2021-08-17 04:39:30','2021-08-17 04:39:30','','who-we-are-image-01.jpg','','inherit','open','closed','','who-we-are-image-01-jpg','','','2021-08-17 04:39:30','2021-08-17 04:39:30','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/who-we-are-image-01.jpg',0,'attachment','image/jpeg',0),(1268,1,'2021-08-17 04:39:30','2021-08-17 04:39:30','','home-image-05.jpg','','inherit','open','closed','','home-image-05-jpg','','','2021-08-17 04:39:30','2021-08-17 04:39:30','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-05.jpg',0,'attachment','image/jpeg',0),(1269,1,'2021-08-17 04:39:30','2021-08-17 04:39:30','','stories-img-04-free-img.jpg','','inherit','open','closed','','stories-img-04-free-img-jpg','','','2021-08-17 04:39:30','2021-08-17 04:39:30','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-04-free-img.jpg',0,'attachment','image/jpeg',0),(1270,1,'2021-08-17 04:39:30','2021-08-17 04:39:30','','home-image-06.jpg','','inherit','open','closed','','home-image-06-jpg','','','2021-08-17 04:39:30','2021-08-17 04:39:30','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-06.jpg',0,'attachment','image/jpeg',0),(1271,1,'2021-08-17 04:39:30','2021-08-17 04:39:30','','stories-img-05-free-img.jpg','','inherit','open','closed','','stories-img-05-free-img-jpg','','','2021-08-17 04:39:30','2021-08-17 04:39:30','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-05-free-img.jpg',0,'attachment','image/jpeg',0),(1272,1,'2021-08-17 04:40:58','2021-08-17 04:40:58','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-1024x1024.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-150x150.jpg 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\n			<h3>We Find & Fund</h3>		\n		We are in search of opportunities to help as many youth as possible. We approach and fund all those who are in need.		\n			<h3>We Provide Care</h3>		\n		Today’s youth need a helpful hand and right guidance at every stage. Here’s where we take care of them like our own.		\n			<h3>We\nEducate</h3>		\n		We run small-scale schools for the underprivileged children and youth of daily wage workers for a better future.\n			<h3>We\nEmploy</h3>		\n		We run organizations where we employ youngsters so they can live their dreams for themselves and their families.		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>\n			<h6>Our Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-01-free-img.png\" alt=\"logo-01-free-img.png\" /></figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 04:40:58','2021-08-17 04:40:58','',347,'https://thechrishaunfoundation.org/?p=1272',0,'revision','',0),(1273,1,'2021-08-17 04:40:58','2021-08-17 04:40:58','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-1024x1024.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-150x150.jpg 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\n			<h3>We Find & Fund</h3>		\n		We are in search of opportunities to help as many youth as possible. We approach and fund all those who are in need.		\n			<h3>We Provide Care</h3>		\n		Today’s youth need a helpful hand and right guidance at every stage. Here’s where we take care of them like our own.		\n			<h3>We\nEducate</h3>		\n		We run small-scale schools for the underprivileged children and youth of daily wage workers for a better future.\n			<h3>We\nEmploy</h3>		\n		We run organizations where we employ youngsters so they can live their dreams for themselves and their families.		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>\n			<h6>Our Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-01-free-img.png\" alt=\"logo-01-free-img.png\" /></figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 04:40:58','2021-08-17 04:40:58','',347,'https://thechrishaunfoundation.org/?p=1273',0,'revision','',0),(1293,1,'2021-08-17 05:07:04','2021-08-17 05:07:04','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-1024x1024.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-150x150.jpg 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\n			<h2>Our Programs</h2>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h5>Life After Loss\n</h5>		\n		Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h5>Life After Health crisis</h5>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h5>Life After Homelessness\n</h5>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				+\n							Members Worldwide\n				0\n				+\n							People Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 05:07:04','2021-08-17 05:07:04','',347,'https://thechrishaunfoundation.org/?p=1293',0,'revision','',0),(1277,1,'2021-08-17 04:45:40','2021-08-17 04:45:40','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-1024x1024.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-150x150.jpg 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\n			<h2>What We Care For!</h2>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h5>Life After Loss\n</h5>		\n		Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.		\n															<img width=\"480\" height=\"315\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/who-we-are-image-01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/who-we-are-image-01.jpg 480w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/who-we-are-image-01-300x197.jpg 300w\" sizes=\"(max-width: 480px) 100vw, 480px\" />															\n			<h5>The Keys to a New Future for Exploited Chlidren</h5>		\n		<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>		\n															<img width=\"480\" height=\"315\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-05.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-05.jpg 480w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-05-300x197.jpg 300w\" sizes=\"(max-width: 480px) 100vw, 480px\" />															\n			<h5>Boys Rise to Greatness in Burkina Faso</h5>		\n		<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>		\n															<img width=\"370\" height=\"250\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-04-free-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-04-free-img.jpg 370w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-04-free-img-300x203.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h5>Finding a New Life—in a New Land</h5>		\n		<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>		\n															<img width=\"480\" height=\"315\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-06.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-06.jpg 480w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-06-300x197.jpg 300w\" sizes=\"(max-width: 480px) 100vw, 480px\" />															\n			<h5>The Children who Break New Ground</h5>		\n		<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>		\n															<img width=\"370\" height=\"250\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-05-free-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-05-free-img.jpg 370w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-05-free-img-300x203.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h5>Bringing Dreams within Reach</h5>		\n		<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 04:45:40','2021-08-17 04:45:40','',347,'https://thechrishaunfoundation.org/?p=1277',0,'revision','',0),(1274,1,'2021-08-17 04:40:58','2021-08-17 04:40:58','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-1024x1024.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-150x150.jpg 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\n			<h2>What We Care For!</h2>		\n															<img width=\"480\" height=\"315\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-08.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-08.jpg 480w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-08-300x197.jpg 300w\" sizes=\"(max-width: 480px) 100vw, 480px\" />															\n			<h5>Bringing Dreams within Reach for Children</h5>		\n		<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>		\n															<img width=\"480\" height=\"315\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/who-we-are-image-01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/who-we-are-image-01.jpg 480w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/who-we-are-image-01-300x197.jpg 300w\" sizes=\"(max-width: 480px) 100vw, 480px\" />															\n			<h5>The Keys to a New Future for Exploited Chlidren</h5>		\n		<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>		\n															<img width=\"480\" height=\"315\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-05.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-05.jpg 480w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-05-300x197.jpg 300w\" sizes=\"(max-width: 480px) 100vw, 480px\" />															\n			<h5>Boys Rise to Greatness in Burkina Faso</h5>		\n		<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>		\n															<img width=\"370\" height=\"250\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-04-free-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-04-free-img.jpg 370w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-04-free-img-300x203.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h5>Finding a New Life—in a New Land</h5>		\n		<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>		\n															<img width=\"480\" height=\"315\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-06.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-06.jpg 480w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-06-300x197.jpg 300w\" sizes=\"(max-width: 480px) 100vw, 480px\" />															\n			<h5>The Children who Break New Ground</h5>		\n		<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>		\n															<img width=\"370\" height=\"250\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-05-free-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-05-free-img.jpg 370w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-05-free-img-300x203.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h5>Bringing Dreams within Reach</h5>		\n		<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>\n			<h6>Our Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-01-free-img.png\" alt=\"logo-01-free-img.png\" /></figure>			\n			<h2>What We Do</h2>		\n			<h5>01.</h5>		\n			<h3>— We Find & Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod incididunt ut labore et dolore magna aliqua ut enim ad minim veniam, quis nostrud.</p>		\n			<h5>02.</h5>		\n			<h3>— We Build Networks</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod incididunt ut labore et dolore magna aliqua ut enim ad minim veniam, quis nostrud.</p>		\n			<h5>03.</h5>		\n			<h3>— We Strengthen</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod incididunt ut labore et dolore magna aliqua ut enim ad minim veniam, quis nostrud.</p>		\n			<h5>04.</h5>		\n			<h3>— We Educate</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod incididunt ut labore et dolore magna aliqua ut enim ad minim veniam, quis nostrud.</p>		\n			<h5>05.</h5>		\n			<h3>— We Provide Care</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod incididunt ut labore et dolore magna aliqua ut enim ad minim veniam, quis nostrud.</p>		\n			<h5>06.</h5>		\n			<h3>— We Consult</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod incididunt ut labore et dolore magna aliqua ut enim ad minim veniam, quis nostrud.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 04:40:58','2021-08-17 04:40:58','',347,'https://thechrishaunfoundation.org/?p=1274',0,'revision','',0),(1275,1,'2021-08-17 04:45:40','2021-08-17 04:45:40','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-1024x1024.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-150x150.jpg 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\n			<h2>What We Care For!</h2>		\n															<img width=\"480\" height=\"315\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-08.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-08.jpg 480w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-08-300x197.jpg 300w\" sizes=\"(max-width: 480px) 100vw, 480px\" />															\n			<h5>Bringing Dreams within Reach for Children</h5>		\n		<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>		\n															<img width=\"480\" height=\"315\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/who-we-are-image-01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/who-we-are-image-01.jpg 480w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/who-we-are-image-01-300x197.jpg 300w\" sizes=\"(max-width: 480px) 100vw, 480px\" />															\n			<h5>The Keys to a New Future for Exploited Chlidren</h5>		\n		<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>		\n															<img width=\"480\" height=\"315\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-05.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-05.jpg 480w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-05-300x197.jpg 300w\" sizes=\"(max-width: 480px) 100vw, 480px\" />															\n			<h5>Boys Rise to Greatness in Burkina Faso</h5>		\n		<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>		\n															<img width=\"370\" height=\"250\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-04-free-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-04-free-img.jpg 370w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-04-free-img-300x203.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h5>Finding a New Life—in a New Land</h5>		\n		<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>		\n															<img width=\"480\" height=\"315\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-06.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-06.jpg 480w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-06-300x197.jpg 300w\" sizes=\"(max-width: 480px) 100vw, 480px\" />															\n			<h5>The Children who Break New Ground</h5>		\n		<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>		\n															<img width=\"370\" height=\"250\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-05-free-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-05-free-img.jpg 370w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-05-free-img-300x203.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h5>Bringing Dreams within Reach</h5>		\n		<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>\n			<h6>Our Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-01-free-img.png\" alt=\"logo-01-free-img.png\" /></figure>			\n			<h2>What We Do</h2>		\n			<h5>01.</h5>		\n			<h3>— We Find & Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod incididunt ut labore et dolore magna aliqua ut enim ad minim veniam, quis nostrud.</p>		\n			<h5>02.</h5>		\n			<h3>— We Build Networks</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod incididunt ut labore et dolore magna aliqua ut enim ad minim veniam, quis nostrud.</p>		\n			<h5>03.</h5>		\n			<h3>— We Strengthen</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod incididunt ut labore et dolore magna aliqua ut enim ad minim veniam, quis nostrud.</p>		\n			<h5>04.</h5>		\n			<h3>— We Educate</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod incididunt ut labore et dolore magna aliqua ut enim ad minim veniam, quis nostrud.</p>		\n			<h5>05.</h5>		\n			<h3>— We Provide Care</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod incididunt ut labore et dolore magna aliqua ut enim ad minim veniam, quis nostrud.</p>		\n			<h5>06.</h5>		\n			<h3>— We Consult</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod incididunt ut labore et dolore magna aliqua ut enim ad minim veniam, quis nostrud.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 04:45:40','2021-08-17 04:45:40','',347,'https://thechrishaunfoundation.org/?p=1275',0,'revision','',0),(1276,1,'2021-08-17 04:45:40','2021-08-17 04:45:40','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-1024x1024.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-150x150.jpg 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\n			<h2>What We Care For!</h2>		\n															<img width=\"480\" height=\"315\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-08.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-08.jpg 480w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-08-300x197.jpg 300w\" sizes=\"(max-width: 480px) 100vw, 480px\" />															\n			<h5>Bringing Dreams within Reach for Children</h5>		\n		<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>		\n															<img width=\"480\" height=\"315\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/who-we-are-image-01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/who-we-are-image-01.jpg 480w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/who-we-are-image-01-300x197.jpg 300w\" sizes=\"(max-width: 480px) 100vw, 480px\" />															\n			<h5>The Keys to a New Future for Exploited Chlidren</h5>		\n		<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>		\n															<img width=\"480\" height=\"315\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-05.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-05.jpg 480w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-05-300x197.jpg 300w\" sizes=\"(max-width: 480px) 100vw, 480px\" />															\n			<h5>Boys Rise to Greatness in Burkina Faso</h5>		\n		<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>		\n															<img width=\"370\" height=\"250\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-04-free-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-04-free-img.jpg 370w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-04-free-img-300x203.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h5>Finding a New Life—in a New Land</h5>		\n		<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>		\n															<img width=\"480\" height=\"315\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-06.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-06.jpg 480w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-06-300x197.jpg 300w\" sizes=\"(max-width: 480px) 100vw, 480px\" />															\n			<h5>The Children who Break New Ground</h5>		\n		<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>		\n															<img width=\"370\" height=\"250\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-05-free-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-05-free-img.jpg 370w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-05-free-img-300x203.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h5>Bringing Dreams within Reach</h5>		\n		<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>\n			<h6>Our Partners</h6>		\n				<figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure><figure><img src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-01-free-img.png\" alt=\"logo-01-free-img.png\" /></figure>			\n			<h2>What We Do</h2>		\n			<h5>01.</h5>		\n			<h3>— We Find & Fund</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod incididunt ut labore et dolore magna aliqua ut enim ad minim veniam, quis nostrud.</p>		\n			<h5>02.</h5>		\n			<h3>— We Build Networks</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod incididunt ut labore et dolore magna aliqua ut enim ad minim veniam, quis nostrud.</p>		\n			<h5>03.</h5>		\n			<h3>— We Strengthen</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod incididunt ut labore et dolore magna aliqua ut enim ad minim veniam, quis nostrud.</p>		\n			<h5>04.</h5>		\n			<h3>— We Educate</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod incididunt ut labore et dolore magna aliqua ut enim ad minim veniam, quis nostrud.</p>		\n			<h5>05.</h5>		\n			<h3>— We Provide Care</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod incididunt ut labore et dolore magna aliqua ut enim ad minim veniam, quis nostrud.</p>		\n			<h5>06.</h5>		\n			<h3>— We Consult</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod incididunt ut labore et dolore magna aliqua ut enim ad minim veniam, quis nostrud.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 04:45:40','2021-08-17 04:45:40','',347,'https://thechrishaunfoundation.org/?p=1276',0,'revision','',0),(1278,1,'2021-08-17 04:49:47','2021-08-17 04:49:47','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-1024x1024.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-150x150.jpg 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\n			<h2>What We Care For!</h2>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h5>Life After Loss\n</h5>		\n		Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.		\n															<img width=\"480\" height=\"315\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/who-we-are-image-01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/who-we-are-image-01.jpg 480w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/who-we-are-image-01-300x197.jpg 300w\" sizes=\"(max-width: 480px) 100vw, 480px\" />															\n			<h5>The Keys to a New Future for Exploited Chlidren</h5>		\n		<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>		\n															<img width=\"480\" height=\"315\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-05.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-05.jpg 480w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-05-300x197.jpg 300w\" sizes=\"(max-width: 480px) 100vw, 480px\" />															\n			<h5>Boys Rise to Greatness in Burkina Faso</h5>		\n		<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>		\n															<img width=\"370\" height=\"250\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-04-free-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-04-free-img.jpg 370w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-04-free-img-300x203.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h5>Finding a New Life—in a New Land</h5>		\n		<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>		\n															<img width=\"480\" height=\"315\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-06.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-06.jpg 480w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-06-300x197.jpg 300w\" sizes=\"(max-width: 480px) 100vw, 480px\" />															\n			<h5>The Children who Break New Ground</h5>		\n		<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>		\n															<img width=\"370\" height=\"250\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-05-free-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-05-free-img.jpg 370w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-05-free-img-300x203.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h5>Bringing Dreams within Reach</h5>		\n		<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 04:49:47','2021-08-17 04:49:47','',347,'https://thechrishaunfoundation.org/?p=1278',0,'revision','',0),(1279,1,'2021-08-17 04:49:47','2021-08-17 04:49:47','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-1024x1024.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-150x150.jpg 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\n			<h2>What We Care For!</h2>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h5>Life After Loss\n</h5>		\n		Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.		\n															<img width=\"480\" height=\"315\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/who-we-are-image-01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/who-we-are-image-01.jpg 480w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/who-we-are-image-01-300x197.jpg 300w\" sizes=\"(max-width: 480px) 100vw, 480px\" />															\n			<h5>The Keys to a New Future for Exploited Chlidren</h5>		\n		<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>		\n															<img width=\"480\" height=\"315\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-05.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-05.jpg 480w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-05-300x197.jpg 300w\" sizes=\"(max-width: 480px) 100vw, 480px\" />															\n			<h5>Boys Rise to Greatness in Burkina Faso</h5>		\n		<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>		\n															<img width=\"370\" height=\"250\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-04-free-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-04-free-img.jpg 370w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-04-free-img-300x203.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h5>Finding a New Life—in a New Land</h5>		\n		<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>		\n															<img width=\"480\" height=\"315\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-06.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-06.jpg 480w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-06-300x197.jpg 300w\" sizes=\"(max-width: 480px) 100vw, 480px\" />															\n			<h5>The Children who Break New Ground</h5>		\n		<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>		\n															<img width=\"370\" height=\"250\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-05-free-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-05-free-img.jpg 370w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-05-free-img-300x203.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h5>Bringing Dreams within Reach</h5>		\n		<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 04:49:47','2021-08-17 04:49:47','',347,'https://thechrishaunfoundation.org/?p=1279',0,'revision','',0),(1283,1,'2021-08-17 04:51:36','2021-08-17 04:51:36','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-1024x1024.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-150x150.jpg 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\n			<h2>Our Programs</h2>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h5>Life After Loss\n</h5>		\n		Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h5>Life After Health crisis</h5>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h5>Life After Homelessness\n</h5>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 04:51:36','2021-08-17 04:51:36','',347,'https://thechrishaunfoundation.org/?p=1283',0,'revision','',0),(1280,1,'2021-08-17 04:49:48','2021-08-17 04:49:48','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-1024x1024.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-150x150.jpg 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\n			<h2>What We Care For!</h2>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h5>Life After Loss\n</h5>		\n		Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h5>Life After Health crisis</h5>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h5>Life After Homelessness\n</h5>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.		\n															<img width=\"370\" height=\"250\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-04-free-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-04-free-img.jpg 370w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-04-free-img-300x203.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h5>Finding a New Life—in a New Land</h5>		\n		<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>		\n															<img width=\"480\" height=\"315\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-06.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-06.jpg 480w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-06-300x197.jpg 300w\" sizes=\"(max-width: 480px) 100vw, 480px\" />															\n			<h5>The Children who Break New Ground</h5>		\n		<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>		\n															<img width=\"370\" height=\"250\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-05-free-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-05-free-img.jpg 370w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-05-free-img-300x203.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h5>Bringing Dreams within Reach</h5>		\n		<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 04:49:48','2021-08-17 04:49:48','',347,'https://thechrishaunfoundation.org/?p=1280',0,'revision','',0),(1281,1,'2021-08-17 04:51:35','2021-08-17 04:51:35','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-1024x1024.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-150x150.jpg 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\n			<h2>What We Care For!</h2>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h5>Life After Loss\n</h5>		\n		Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h5>Life After Health crisis</h5>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h5>Life After Homelessness\n</h5>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.		\n															<img width=\"370\" height=\"250\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-04-free-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-04-free-img.jpg 370w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-04-free-img-300x203.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h5>Finding a New Life—in a New Land</h5>		\n		<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>		\n															<img width=\"480\" height=\"315\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-06.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-06.jpg 480w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-06-300x197.jpg 300w\" sizes=\"(max-width: 480px) 100vw, 480px\" />															\n			<h5>The Children who Break New Ground</h5>		\n		<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>		\n															<img width=\"370\" height=\"250\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-05-free-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-05-free-img.jpg 370w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-05-free-img-300x203.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h5>Bringing Dreams within Reach</h5>		\n		<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 04:51:35','2021-08-17 04:51:35','',347,'https://thechrishaunfoundation.org/?p=1281',0,'revision','',0),(1282,1,'2021-08-17 04:51:35','2021-08-17 04:51:35','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-1024x1024.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-150x150.jpg 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\n			<h2>What We Care For!</h2>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h5>Life After Loss\n</h5>		\n		Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h5>Life After Health crisis</h5>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h5>Life After Homelessness\n</h5>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.		\n															<img width=\"370\" height=\"250\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-04-free-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-04-free-img.jpg 370w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-04-free-img-300x203.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h5>Finding a New Life—in a New Land</h5>		\n		<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>		\n															<img width=\"480\" height=\"315\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-06.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-06.jpg 480w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-06-300x197.jpg 300w\" sizes=\"(max-width: 480px) 100vw, 480px\" />															\n			<h5>The Children who Break New Ground</h5>		\n		<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>		\n															<img width=\"370\" height=\"250\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-05-free-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-05-free-img.jpg 370w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-05-free-img-300x203.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h5>Bringing Dreams within Reach</h5>		\n		<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 04:51:35','2021-08-17 04:51:35','',347,'https://thechrishaunfoundation.org/?p=1282',0,'revision','',0),(1284,1,'2021-08-17 04:51:48','2021-08-17 04:51:48','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-1024x1024.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-150x150.jpg 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\n			<h2>Our Programs</h2>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h5>Life After Loss\n</h5>		\n		Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h5>Life After Health crisis</h5>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h5>Life After Homelessness\n</h5>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 04:51:48','2021-08-17 04:51:48','',347,'https://thechrishaunfoundation.org/?p=1284',0,'revision','',0),(1285,1,'2021-08-17 04:51:48','2021-08-17 04:51:48','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-1024x1024.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-150x150.jpg 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\n			<h2>Our Programs</h2>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h5>Life After Loss\n</h5>		\n		Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h5>Life After Health crisis</h5>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h5>Life After Homelessness\n</h5>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 04:51:48','2021-08-17 04:51:48','',347,'https://thechrishaunfoundation.org/?p=1285',0,'revision','',0),(1286,1,'2021-08-17 04:51:48','2021-08-17 04:51:48','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-1024x1024.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-150x150.jpg 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\n			<h2>Our Programs</h2>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h5>Life After Loss\n</h5>		\n		Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h5>Life After Health crisis</h5>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h5>Life After Homelessness\n</h5>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 04:51:48','2021-08-17 04:51:48','',347,'https://thechrishaunfoundation.org/?p=1286',0,'revision','',0),(1287,1,'2021-08-17 04:53:26','2021-08-17 04:53:26','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-1024x1024.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-150x150.jpg 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\n			<h2>Our Programs</h2>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h5>Life After Loss\n</h5>		\n		Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h5>Life After Health crisis</h5>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h5>Life After Homelessness\n</h5>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 04:53:26','2021-08-17 04:53:26','',347,'https://thechrishaunfoundation.org/?p=1287',0,'revision','',0),(1288,1,'2021-08-17 04:53:26','2021-08-17 04:53:26','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-1024x1024.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-150x150.jpg 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\n			<h2>Our Programs</h2>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h5>Life After Loss\n</h5>		\n		Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h5>Life After Health crisis</h5>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h5>Life After Homelessness\n</h5>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 04:53:26','2021-08-17 04:53:26','',347,'https://thechrishaunfoundation.org/?p=1288',0,'revision','',0),(1289,1,'2021-08-17 04:53:27','2021-08-17 04:53:27','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-1024x1024.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-150x150.jpg 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\n			<h2>Our Programs</h2>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h5>Life After Loss\n</h5>		\n		Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h5>Life After Health crisis</h5>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h5>Life After Homelessness\n</h5>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 04:53:27','2021-08-17 04:53:27','',347,'https://thechrishaunfoundation.org/?p=1289',0,'revision','',0),(1294,1,'2021-08-17 05:10:00','2021-08-17 05:10:00','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-1024x1024.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-150x150.jpg 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\n			<h2>Our Programs</h2>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h5>Life After Loss\n</h5>		\n		Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h5>Life After Health crisis</h5>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h5>Life After Homelessness\n</h5>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				+\n							Members Worldwide\n				0\n				+\n							People Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 05:10:00','2021-08-17 05:10:00','',347,'https://thechrishaunfoundation.org/?p=1294',0,'revision','',0),(1291,1,'2021-08-17 05:07:03','2021-08-17 05:07:03','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-1024x1024.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-150x150.jpg 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\n			<h2>Our Programs</h2>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h5>Life After Loss\n</h5>		\n		Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h5>Life After Health crisis</h5>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h5>Life After Homelessness\n</h5>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 05:07:03','2021-08-17 05:07:03','',347,'https://thechrishaunfoundation.org/?p=1291',0,'revision','',0),(1292,1,'2021-08-17 05:07:03','2021-08-17 05:07:03','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-1024x1024.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-150x150.jpg 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\n			<h2>Our Programs</h2>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h5>Life After Loss\n</h5>		\n		Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h5>Life After Health crisis</h5>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h5>Life After Homelessness\n</h5>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				K+\n							Members Worldwide\n				0\n				+\n							Children Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided\n			<figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</figure>','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 05:07:03','2021-08-17 05:07:03','',347,'https://thechrishaunfoundation.org/?p=1292',0,'revision','',0),(1295,1,'2021-08-17 05:10:00','2021-08-17 05:10:00','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-1024x1024.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-150x150.jpg 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\n			<h2>Our Programs</h2>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h5>Life After Loss\n</h5>		\n		Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h5>Life After Health crisis</h5>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h5>Life After Homelessness\n</h5>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				+\n							Members Worldwide\n				0\n				+\n							People Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 05:10:00','2021-08-17 05:10:00','',347,'https://thechrishaunfoundation.org/?p=1295',0,'revision','',0),(1296,1,'2021-08-17 05:10:01','2021-08-17 05:10:01','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-1024x1024.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-150x150.jpg 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\n			<h2>Our Programs</h2>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h5>Life After Loss\n</h5>		\n		Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h5>Life After Health crisis</h5>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h5>Life After Homelessness\n</h5>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				+\n							Members Worldwide\n				0\n				+\n							People Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 05:10:01','2021-08-17 05:10:01','',347,'https://thechrishaunfoundation.org/?p=1296',0,'revision','',0),(1297,1,'2021-08-17 05:11:10','2021-08-17 05:11:10','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-1024x1024.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-150x150.jpg 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\n			<h2>Our Programs</h2>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h5>Life After Loss\n</h5>		\n		Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h5>Life After Health crisis</h5>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h5>Life After Homelessness\n</h5>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				+\n							Members Worldwide\n				0\n				+\n							People Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 05:11:10','2021-08-17 05:11:10','',347,'https://thechrishaunfoundation.org/?p=1297',0,'revision','',0),(1298,1,'2021-08-17 05:11:10','2021-08-17 05:11:10','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-1024x1024.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-150x150.jpg 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\n			<h2>Our Programs</h2>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h5>Life After Loss\n</h5>		\n		Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h5>Life After Health crisis</h5>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h5>Life After Homelessness\n</h5>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				+\n							Members Worldwide\n				0\n				+\n							People Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 05:11:10','2021-08-17 05:11:10','',347,'https://thechrishaunfoundation.org/?p=1298',0,'revision','',0),(1299,1,'2021-08-17 05:11:10','2021-08-17 05:11:10','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-1024x1024.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-150x150.jpg 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\n			<h2>Our Programs</h2>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h5>Life After Loss\n</h5>		\n		Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h5>Life After Health crisis</h5>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h5>Life After Homelessness\n</h5>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				+\n							Members Worldwide\n				0\n				+\n							People Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 05:11:10','2021-08-17 05:11:10','',347,'https://thechrishaunfoundation.org/?p=1299',0,'revision','',0);
INSERT INTO `wpxo_posts` VALUES (1300,1,'2021-08-17 05:16:37','2021-08-17 05:16:37','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-1024x1024.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-150x150.jpg 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\n			<h2>Our Programs</h2>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h5>Life After Loss\n</h5>		\n		Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h5>Life After Health crisis</h5>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h5>Life After Homelessness\n</h5>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				+\n							Members Worldwide\n				0\n				+\n							People Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 05:16:37','2021-08-17 05:16:37','',347,'https://thechrishaunfoundation.org/?p=1300',0,'revision','',0),(1301,1,'2021-08-17 05:16:37','2021-08-17 05:16:37','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-1024x1024.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-150x150.jpg 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\n			<h2>Our Programs</h2>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h5>Life After Loss\n</h5>		\n		Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h5>Life After Health crisis</h5>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h5>Life After Homelessness\n</h5>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				+\n							Members Worldwide\n				0\n				+\n							People Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 05:16:37','2021-08-17 05:16:37','',347,'https://thechrishaunfoundation.org/?p=1301',0,'revision','',0),(1302,1,'2021-08-17 05:16:37','2021-08-17 05:16:37','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-1024x1024.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-150x150.jpg 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\n			<h2>Our Programs</h2>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h5>Life After Loss\n</h5>		\n		Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h5>Life After Health crisis</h5>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h5>Life After Homelessness\n</h5>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				+\n							Members Worldwide\n				0\n				+\n							People Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 05:16:37','2021-08-17 05:16:37','',347,'https://thechrishaunfoundation.org/?p=1302',0,'revision','',0),(1303,1,'2021-08-17 05:38:18','2021-08-17 05:38:18','','Donation Form','','publish','closed','closed','','donation-form','','','2021-10-09 00:19:27','2021-10-09 00:19:27','',0,'https://thechrishaunfoundation.org/donations/donation-form/',0,'give_forms','',0),(1304,1,'2021-08-17 05:48:30','2021-08-17 05:48:30','','Donation Form','','inherit','closed','closed','','1303-revision-v1','','','2021-08-17 05:48:30','2021-08-17 05:48:30','',1303,'https://thechrishaunfoundation.org/?p=1304',0,'revision','',0),(1305,1,'2021-08-17 06:12:45','2021-08-17 06:12:45','','The Hope Chest','','publish','closed','closed','','the-hope-chest','','','2021-08-17 06:36:16','2021-08-17 06:36:16','',0,'https://thechrishaunfoundation.org/?post_type=give_forms&#038;p=1305',0,'give_forms','',0),(1306,1,'2021-08-17 06:11:47','2021-08-17 06:11:47','','The Hope Chest','','inherit','open','closed','','the-hope-chest-2','','','2021-08-17 06:11:47','2021-08-17 06:11:47','',1305,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/The-Hope-Chest.jpg',0,'attachment','image/jpeg',0),(1307,1,'2021-08-17 06:12:45','2021-08-17 06:12:45','','The Hope Chest','','inherit','closed','closed','','1305-revision-v1','','','2021-08-17 06:12:45','2021-08-17 06:12:45','',1305,'https://thechrishaunfoundation.org/?p=1307',0,'revision','',0),(1308,1,'2021-08-17 06:14:41','2021-08-17 06:14:41','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Hope Chest\n</h2>		\n		The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br />So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br />There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.</p><p><strong>Donations for the hope chest will purchase items such as but not limited to:</strong></p><ul><li>Clothes</li><li>Shoes</li><li>Suits</li><li>Toiletries</li><li>Towels</li><li>Blankets</li><li>Sheets</li><li>Dishes</li><li>Pots &amp; Pans</li><li>Small Appliances</li><li>Cleaning Supplies</li></ul>','The Hope Chest','','publish','closed','closed','','the-hope-chest','','','2021-08-17 06:37:15','2021-08-17 06:37:15','',0,'https://thechrishaunfoundation.org/?page_id=1308',0,'page','',0),(1312,1,'2021-08-17 06:25:22','2021-08-17 06:25:22','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Hope Chest\n</h2>		\n		The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>','The Hope Chest','','inherit','closed','closed','','1308-revision-v1','','','2021-08-17 06:25:22','2021-08-17 06:25:22','',1308,'https://thechrishaunfoundation.org/?p=1312',0,'revision','',0),(1313,1,'2021-08-17 06:26:40','2021-08-17 06:26:40','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Hope Chest\n</h2>		\n		The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>','The Hope Chest','','inherit','closed','closed','','1308-revision-v1','','','2021-08-17 06:26:40','2021-08-17 06:26:40','',1308,'https://thechrishaunfoundation.org/?p=1313',0,'revision','',0),(1314,1,'2021-08-17 06:26:41','2021-08-17 06:26:41','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Hope Chest\n</h2>		\n		The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>','The Hope Chest','','inherit','closed','closed','','1308-revision-v1','','','2021-08-17 06:26:41','2021-08-17 06:26:41','',1308,'https://thechrishaunfoundation.org/?p=1314',0,'revision','',0),(1315,1,'2021-08-17 06:26:41','2021-08-17 06:26:41','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Hope Chest\n</h2>		\n		The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br />So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br />There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.</p>','The Hope Chest','','inherit','closed','closed','','1308-revision-v1','','','2021-08-17 06:26:41','2021-08-17 06:26:41','',1308,'https://thechrishaunfoundation.org/?p=1315',0,'revision','',0),(1316,1,'2021-08-17 06:27:17','2021-08-17 06:27:17','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Hope Chest\n</h2>		\n		The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br />So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br />There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.</p>','The Hope Chest','','inherit','closed','closed','','1308-revision-v1','','','2021-08-17 06:27:17','2021-08-17 06:27:17','',1308,'https://thechrishaunfoundation.org/?p=1316',0,'revision','',0),(1317,1,'2021-08-17 06:27:17','2021-08-17 06:27:17','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Hope Chest\n</h2>		\n		The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br />So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br />There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.</p>','The Hope Chest','','inherit','closed','closed','','1308-revision-v1','','','2021-08-17 06:27:17','2021-08-17 06:27:17','',1308,'https://thechrishaunfoundation.org/?p=1317',0,'revision','',0),(1318,1,'2021-08-17 06:27:17','2021-08-17 06:27:17','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Hope Chest\n</h2>		\n		The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br />So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br />There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.</p>','The Hope Chest','','inherit','closed','closed','','1308-revision-v1','','','2021-08-17 06:27:17','2021-08-17 06:27:17','',1308,'https://thechrishaunfoundation.org/?p=1318',0,'revision','',0),(1309,1,'2021-08-17 06:15:21','2021-08-17 06:15:21','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Life After Loss</h3>		\n		<p>Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest. When someone has had so much influence in your life, when you lose them, it can be so detrimental to your overall health. The person that has passed can no longer feel pain but you do, so what do you do now?<br />The Chrishaun Foundation can provide counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your specific needs.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Lie After Divorce</h3>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Domestic violence</h3>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Health crisis</h3>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Addiction</h3>		\n		<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking “if I can just get away from it all even for an hour, it would be worth it “. You take a substance just to have a moment of peace in your life where just for one second in time, you’re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it’s back to your life, your miserable life. So, what do you do?<br />You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Life After The military</h3>		\n		Fighting daily for your country’s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Homelessness</h3>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you’re diseased and will throw a measly amount of change at you that you couldn’t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.','The Hope Chest','','inherit','closed','closed','','1308-revision-v1','','','2021-08-17 06:15:21','2021-08-17 06:15:21','',1308,'https://thechrishaunfoundation.org/?p=1309',0,'revision','',0),(1310,1,'2021-08-17 06:25:21','2021-08-17 06:25:21','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Life After Loss</h3>		\n		<p>Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest. When someone has had so much influence in your life, when you lose them, it can be so detrimental to your overall health. The person that has passed can no longer feel pain but you do, so what do you do now?<br />The Chrishaun Foundation can provide counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your specific needs.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Lie After Divorce</h3>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Domestic violence</h3>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Health crisis</h3>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Addiction</h3>		\n		<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking “if I can just get away from it all even for an hour, it would be worth it “. You take a substance just to have a moment of peace in your life where just for one second in time, you’re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it’s back to your life, your miserable life. So, what do you do?<br />You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Life After The military</h3>		\n		Fighting daily for your country’s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Homelessness</h3>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you’re diseased and will throw a measly amount of change at you that you couldn’t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.','The Hope Chest','','inherit','closed','closed','','1308-revision-v1','','','2021-08-17 06:25:21','2021-08-17 06:25:21','',1308,'https://thechrishaunfoundation.org/?p=1310',0,'revision','',0),(1311,1,'2021-08-17 06:25:21','2021-08-17 06:25:21','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h3>We focus on the aftercare of life after many different scenarios.\n</h3>		\n		All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Life After Loss</h3>		\n		<p>Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest. When someone has had so much influence in your life, when you lose them, it can be so detrimental to your overall health. The person that has passed can no longer feel pain but you do, so what do you do now?<br />The Chrishaun Foundation can provide counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your specific needs.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Divorce-2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Lie After Divorce</h3>		\n		<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br />The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that’s on your side.</p>		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/domestic-violence-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Domestic violence</h3>		\n		Beat down, spot on, burned, slapped are words that don’t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend’s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it’s happening now, or you haven’t healed from previous incidents, the Chrishaun foundation is here to get you help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Health crisis</h3>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you’re going through and sometimes pity will seem worse than pain.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Addiction</h3>		\n		<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking “if I can just get away from it all even for an hour, it would be worth it “. You take a substance just to have a moment of peace in your life where just for one second in time, you’re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it’s back to your life, your miserable life. So, what do you do?<br />You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.</p>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/military-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h3>Life After The military</h3>		\n		Fighting daily for your country’s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h3>Life After Homelessness</h3>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you’re diseased and will throw a measly amount of change at you that you couldn’t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.','The Hope Chest','','inherit','closed','closed','','1308-revision-v1','','','2021-08-17 06:25:21','2021-08-17 06:25:21','',1308,'https://thechrishaunfoundation.org/?p=1311',0,'revision','',0),(1319,1,'2021-08-17 06:29:32','2021-08-17 06:29:32','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Hope Chest\n</h2>		\n		The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br />So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br />There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.</p>','The Hope Chest','','inherit','closed','closed','','1308-revision-v1','','','2021-08-17 06:29:32','2021-08-17 06:29:32','',1308,'https://thechrishaunfoundation.org/?p=1319',0,'revision','',0),(1320,1,'2021-08-17 06:29:32','2021-08-17 06:29:32','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Hope Chest\n</h2>		\n		The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br />So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br />There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.</p>','The Hope Chest','','inherit','closed','closed','','1308-revision-v1','','','2021-08-17 06:29:32','2021-08-17 06:29:32','',1308,'https://thechrishaunfoundation.org/?p=1320',0,'revision','',0),(1321,1,'2021-08-17 06:29:32','2021-08-17 06:29:32','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Hope Chest\n</h2>		\n		The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br />So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br />There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.</p><p><strong>Donations for the hope chest will purchase items such as but not limited to:</strong></p><ul><li>Clothes</li><li>Shoes</li><li>Suits</li><li>Toiletries</li><li>Towels</li><li>Blankets</li><li>Sheets</li><li>Dishes</li><li>Pots &amp; Pans</li><li>Small Appliances</li><li>Cleaning Supplies</li></ul>','The Hope Chest','','inherit','closed','closed','','1308-revision-v1','','','2021-08-17 06:29:32','2021-08-17 06:29:32','',1308,'https://thechrishaunfoundation.org/?p=1321',0,'revision','',0),(1322,1,'2021-08-17 06:30:24','2021-08-17 06:30:24','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Hope Chest\n</h2>		\n		The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br />So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br />There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.</p><p><strong>Donations for the hope chest will purchase items such as but not limited to:</strong></p><ul><li>Clothes</li><li>Shoes</li><li>Suits</li><li>Toiletries</li><li>Towels</li><li>Blankets</li><li>Sheets</li><li>Dishes</li><li>Pots &amp; Pans</li><li>Small Appliances</li><li>Cleaning Supplies</li></ul>','The Hope Chest','','inherit','closed','closed','','1308-revision-v1','','','2021-08-17 06:30:24','2021-08-17 06:30:24','',1308,'https://thechrishaunfoundation.org/?p=1322',0,'revision','',0),(1323,1,'2021-08-17 06:30:24','2021-08-17 06:30:24','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Hope Chest\n</h2>		\n		The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br />So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br />There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.</p><p><strong>Donations for the hope chest will purchase items such as but not limited to:</strong></p><ul><li>Clothes</li><li>Shoes</li><li>Suits</li><li>Toiletries</li><li>Towels</li><li>Blankets</li><li>Sheets</li><li>Dishes</li><li>Pots &amp; Pans</li><li>Small Appliances</li><li>Cleaning Supplies</li></ul>','The Hope Chest','','inherit','closed','closed','','1308-revision-v1','','','2021-08-17 06:30:24','2021-08-17 06:30:24','',1308,'https://thechrishaunfoundation.org/?p=1323',0,'revision','',0),(1324,1,'2021-08-17 06:30:24','2021-08-17 06:30:24','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Hope Chest\n</h2>		\n		The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br />So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br />There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.</p><p><strong>Donations for the hope chest will purchase items such as but not limited to:</strong></p><ul><li>Clothes</li><li>Shoes</li><li>Suits</li><li>Toiletries</li><li>Towels</li><li>Blankets</li><li>Sheets</li><li>Dishes</li><li>Pots &amp; Pans</li><li>Small Appliances</li><li>Cleaning Supplies</li></ul>','The Hope Chest','','inherit','closed','closed','','1308-revision-v1','','','2021-08-17 06:30:24','2021-08-17 06:30:24','',1308,'https://thechrishaunfoundation.org/?p=1324',0,'revision','',0),(1325,1,'2021-08-17 06:30:51','2021-08-17 06:30:51','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Hope Chest\n</h2>		\n		The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br />So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br />There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.</p><p><strong>Donations for the hope chest will purchase items such as but not limited to:</strong></p><ul><li>Clothes</li><li>Shoes</li><li>Suits</li><li>Toiletries</li><li>Towels</li><li>Blankets</li><li>Sheets</li><li>Dishes</li><li>Pots &amp; Pans</li><li>Small Appliances</li><li>Cleaning Supplies</li></ul>','The Hope Chest','','inherit','closed','closed','','1308-revision-v1','','','2021-08-17 06:30:51','2021-08-17 06:30:51','',1308,'https://thechrishaunfoundation.org/?p=1325',0,'revision','',0),(1326,1,'2021-08-17 06:30:51','2021-08-17 06:30:51','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Hope Chest\n</h2>		\n		The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br />So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br />There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.</p><p><strong>Donations for the hope chest will purchase items such as but not limited to:</strong></p><ul><li>Clothes</li><li>Shoes</li><li>Suits</li><li>Toiletries</li><li>Towels</li><li>Blankets</li><li>Sheets</li><li>Dishes</li><li>Pots &amp; Pans</li><li>Small Appliances</li><li>Cleaning Supplies</li></ul>','The Hope Chest','','inherit','closed','closed','','1308-revision-v1','','','2021-08-17 06:30:51','2021-08-17 06:30:51','',1308,'https://thechrishaunfoundation.org/?p=1326',0,'revision','',0),(1327,1,'2021-08-17 06:30:51','2021-08-17 06:30:51','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Hope Chest\n</h2>		\n		The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br />So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br />There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.</p><p><strong>Donations for the hope chest will purchase items such as but not limited to:</strong></p><ul><li>Clothes</li><li>Shoes</li><li>Suits</li><li>Toiletries</li><li>Towels</li><li>Blankets</li><li>Sheets</li><li>Dishes</li><li>Pots &amp; Pans</li><li>Small Appliances</li><li>Cleaning Supplies</li></ul>','The Hope Chest','','inherit','closed','closed','','1308-revision-v1','','','2021-08-17 06:30:51','2021-08-17 06:30:51','',1308,'https://thechrishaunfoundation.org/?p=1327',0,'revision','',0),(1331,1,'2021-08-17 06:31:28','2021-08-17 06:31:28','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Hope Chest\n</h2>		\n		The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br />So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br />There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.</p><p><strong>Donations for the hope chest will purchase items such as but not limited to:</strong></p><ul><li>Clothes</li><li>Shoes</li><li>Suits</li><li>Toiletries</li><li>Towels</li><li>Blankets</li><li>Sheets</li><li>Dishes</li><li>Pots &amp; Pans</li><li>Small Appliances</li><li>Cleaning Supplies</li></ul>','The Hope Chest','','inherit','closed','closed','','1308-revision-v1','','','2021-08-17 06:31:28','2021-08-17 06:31:28','',1308,'https://thechrishaunfoundation.org/?p=1331',0,'revision','',0),(1329,1,'2021-08-17 06:31:28','2021-08-17 06:31:28','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Hope Chest\n</h2>		\n		The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br />So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br />There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.</p><p><strong>Donations for the hope chest will purchase items such as but not limited to:</strong></p><ul><li>Clothes</li><li>Shoes</li><li>Suits</li><li>Toiletries</li><li>Towels</li><li>Blankets</li><li>Sheets</li><li>Dishes</li><li>Pots &amp; Pans</li><li>Small Appliances</li><li>Cleaning Supplies</li></ul>','The Hope Chest','','inherit','closed','closed','','1308-revision-v1','','','2021-08-17 06:31:28','2021-08-17 06:31:28','',1308,'https://thechrishaunfoundation.org/?p=1329',0,'revision','',0),(1330,1,'2021-08-17 06:31:28','2021-08-17 06:31:28','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Hope Chest\n</h2>		\n		The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br />So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br />There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.</p><p><strong>Donations for the hope chest will purchase items such as but not limited to:</strong></p><ul><li>Clothes</li><li>Shoes</li><li>Suits</li><li>Toiletries</li><li>Towels</li><li>Blankets</li><li>Sheets</li><li>Dishes</li><li>Pots &amp; Pans</li><li>Small Appliances</li><li>Cleaning Supplies</li></ul>','The Hope Chest','','inherit','closed','closed','','1308-revision-v1','','','2021-08-17 06:31:28','2021-08-17 06:31:28','',1308,'https://thechrishaunfoundation.org/?p=1330',0,'revision','',0),(1332,1,'2021-08-17 06:33:53','2021-08-17 06:33:53','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Hope Chest\n</h2>		\n		The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br />So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br />There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.</p><p><strong>Donations for the hope chest will purchase items such as but not limited to:</strong></p><ul><li>Clothes</li><li>Shoes</li><li>Suits</li><li>Toiletries</li><li>Towels</li><li>Blankets</li><li>Sheets</li><li>Dishes</li><li>Pots &amp; Pans</li><li>Small Appliances</li><li>Cleaning Supplies</li></ul>','The Hope Chest','','inherit','closed','closed','','1308-revision-v1','','','2021-08-17 06:33:53','2021-08-17 06:33:53','',1308,'https://thechrishaunfoundation.org/?p=1332',0,'revision','',0),(1333,1,'2021-08-17 06:33:53','2021-08-17 06:33:53','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Hope Chest\n</h2>		\n		The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br />So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br />There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.</p><p><strong>Donations for the hope chest will purchase items such as but not limited to:</strong></p><ul><li>Clothes</li><li>Shoes</li><li>Suits</li><li>Toiletries</li><li>Towels</li><li>Blankets</li><li>Sheets</li><li>Dishes</li><li>Pots &amp; Pans</li><li>Small Appliances</li><li>Cleaning Supplies</li></ul>','The Hope Chest','','inherit','closed','closed','','1308-revision-v1','','','2021-08-17 06:33:53','2021-08-17 06:33:53','',1308,'https://thechrishaunfoundation.org/?p=1333',0,'revision','',0),(1334,1,'2021-08-17 06:33:54','2021-08-17 06:33:54','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Hope Chest\n</h2>		\n		The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br />So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br />There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.</p><p><strong>Donations for the hope chest will purchase items such as but not limited to:</strong></p><ul><li>Clothes</li><li>Shoes</li><li>Suits</li><li>Toiletries</li><li>Towels</li><li>Blankets</li><li>Sheets</li><li>Dishes</li><li>Pots &amp; Pans</li><li>Small Appliances</li><li>Cleaning Supplies</li></ul>','The Hope Chest','','inherit','closed','closed','','1308-revision-v1','','','2021-08-17 06:33:54','2021-08-17 06:33:54','',1308,'https://thechrishaunfoundation.org/?p=1334',0,'revision','',0),(1335,1,'2021-08-17 06:37:14','2021-08-17 06:37:14','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Hope Chest\n</h2>		\n		The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br />So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br />There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.</p><p><strong>Donations for the hope chest will purchase items such as but not limited to:</strong></p><ul><li>Clothes</li><li>Shoes</li><li>Suits</li><li>Toiletries</li><li>Towels</li><li>Blankets</li><li>Sheets</li><li>Dishes</li><li>Pots &amp; Pans</li><li>Small Appliances</li><li>Cleaning Supplies</li></ul>','The Hope Chest','','inherit','closed','closed','','1308-revision-v1','','','2021-08-17 06:37:14','2021-08-17 06:37:14','',1308,'https://thechrishaunfoundation.org/?p=1335',0,'revision','',0),(1336,1,'2021-08-17 06:37:15','2021-08-17 06:37:15','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Hope Chest\n</h2>		\n		The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br />So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br />There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.</p><p><strong>Donations for the hope chest will purchase items such as but not limited to:</strong></p><ul><li>Clothes</li><li>Shoes</li><li>Suits</li><li>Toiletries</li><li>Towels</li><li>Blankets</li><li>Sheets</li><li>Dishes</li><li>Pots &amp; Pans</li><li>Small Appliances</li><li>Cleaning Supplies</li></ul>','The Hope Chest','','inherit','closed','closed','','1308-revision-v1','','','2021-08-17 06:37:15','2021-08-17 06:37:15','',1308,'https://thechrishaunfoundation.org/?p=1336',0,'revision','',0),(1337,1,'2021-08-17 06:37:15','2021-08-17 06:37:15','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Hope Chest\n</h2>		\n		The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br />So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br />There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.</p><p><strong>Donations for the hope chest will purchase items such as but not limited to:</strong></p><ul><li>Clothes</li><li>Shoes</li><li>Suits</li><li>Toiletries</li><li>Towels</li><li>Blankets</li><li>Sheets</li><li>Dishes</li><li>Pots &amp; Pans</li><li>Small Appliances</li><li>Cleaning Supplies</li></ul>','The Hope Chest','','inherit','closed','closed','','1308-revision-v1','','','2021-08-17 06:37:15','2021-08-17 06:37:15','',1308,'https://thechrishaunfoundation.org/?p=1337',0,'revision','',0),(1338,1,'2021-08-17 06:37:31','2021-08-17 06:37:31','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Donate Us</h2>		\n		<p>With your support and donations we will be able to provide services and resources.</p><p>Literally the life after we focus on the aftercare of life after many different scenarios such as life after loss / death divorce domestic violence health crisis mental health housing crisis human sex trafficking crisis the military homelessness covid-19 eviction maternal mortality job loss suicide aging advocacy veteran advocacy substance rehabilitation bankruptcy medical recovery behavioral health therapy sugar dating military discharge physical therapy low income housing transitions military to civilian reentry community enrichment transitional housing life after prison remedial to revival series.<br />This is your life after 360 and then she told me it was 180.</p><p><strong>We need your help providing survivors with:</strong></p><ul><li>Hope chests ( toiletries, towels, sheets, pots, plates etc).</li><li>Uber rides to escape predators, get away from abusers and get to doctor\'s appointments and counseling.</li><li>Security deposits for housing</li><li>Temporary housing</li><li>Financial curriculum</li><li>Toiletries and clothing</li></ul>','Donate','','publish','closed','closed','','donate','','','2021-08-17 07:05:01','2021-08-17 07:05:01','',0,'https://thechrishaunfoundation.org/?page_id=1338',0,'page','',0),(1348,1,'2021-08-17 06:46:56','2021-08-17 06:46:56','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Donate Us</h2>		\n		<p>With your support and donations we will be able to provide services and resources.</p><p>Literally the life after we focus on the aftercare of life after many different scenarios such as life after loss / death divorce domestic violence health crisis mental health housing crisis human sex trafficking crisis the military homelessness covid-19 eviction maternal mortality job loss suicide aging advocacy veteran advocacy substance rehabilitation bankruptcy medical recovery behavioral health therapy sugar dating military discharge physical therapy low income housing transitions military to civilian reentry community enrichment transitional housing life after prison remedial to revival series.<br />This is your life after 360 and then she told me it was 180.</p><p><strong>Donations for the hope chest will purchase items such as but not limited to:</strong></p><ul><li>Clothes</li><li>Shoes</li><li>Suits</li><li>Toiletries</li><li>Towels</li><li>Blankets</li><li>Sheets</li><li>Dishes</li><li>Pots &amp; Pans</li><li>Small Appliances</li><li>Cleaning Supplies</li></ul>','Donate','','inherit','closed','closed','','1338-revision-v1','','','2021-08-17 06:46:56','2021-08-17 06:46:56','',1338,'https://thechrishaunfoundation.org/?p=1348',0,'revision','',0),(1344,1,'2021-08-17 06:44:51','2021-08-17 06:44:51','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Donate Us</h2>		\n		<p>With your support and donations we will be able to provide services and resources.</p><p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br />So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br />There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.</p><p><strong>Donations for the hope chest will purchase items such as but not limited to:</strong></p><ul><li>Clothes</li><li>Shoes</li><li>Suits</li><li>Toiletries</li><li>Towels</li><li>Blankets</li><li>Sheets</li><li>Dishes</li><li>Pots &amp; Pans</li><li>Small Appliances</li><li>Cleaning Supplies</li></ul>','Donate','','inherit','closed','closed','','1338-revision-v1','','','2021-08-17 06:44:51','2021-08-17 06:44:51','',1338,'https://thechrishaunfoundation.org/?p=1344',0,'revision','',0),(1496,1,'2021-10-08 16:23:49','2021-10-08 16:23:49','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\nPrevious\nNext\nDuring the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.\n<h5>Make a One Time Gift</h5>\nDonations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\n<a href=\"#\" role=\"button\">\nDonate\n</a>\n<h5>Become a Shelter Provider</h5>\nMake a difference in the lives of homeless individuals and families every month of the year. Your monthly gift creates a consistent stream of financial support and enables us to make efficient plans for the future. You can enroll in our shelter provider program online through Kindful or by contacting your bank to have a check sent to the shelter each month.\n<a href=\"#\" role=\"button\">\nSetup a monthly donation\n</a>\n<h5>Sponsor Foundation</h5>\nBecoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\n\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\n\n<a href=\"#\" role=\"button\">\nSponsor\n</a>\n<h5>Going Home Kits</h5>\nAthens Area Homeless Shelter’s Going Home Program offers assistance to families who are transitioning from homelessness to independence. With your help, AAHS can provide simple home items for cleaning kits, bedroom kits, or even entire apartment kits.\n<a href=\"#\" role=\"button\">\nLearn More\n</a>\n<h5>Honor &amp; Memorial Giving</h5>\nThis is a meaningful way to recognize significant life events and people while supporting the organization’s mission to help those experiencing homelessness move toward stable housing. When you give an honor or memorial gift, a special card is sent to your honoree or their family. Click here to honor someone with your gift.\n\n<a href=\"#\" role=\"button\">\nLearn More\n</a>\n<h5>Matching Programs</h5>\nMany employers sponsor gift matching programs. To find out if your company has a matching gift policy, please contact your Human Resources department.\n<a href=\"#\" role=\"button\">\nLearn More\n</a>\n<h5>Wish List</h5>\nOur wishlist provides you with an up-to-date item list of which the Shelter is in need. Use this list as a resource for your group supply drive! All donated items can be delivered to AAHS during regular office hours.\n<a href=\"#\" role=\"button\">\nLearn More\n</a>\n<h5>Planned Giving</h5>\nWhen you prepare your will, living trust, or other estate plans, you can protect and provide for your family, remember special friends and loved ones, or even establish a bequest to benefit AAHS. Contact the AAHS Executive Director for more information.\n<a href=\"#\" role=\"button\">\nLearn More\n</a>','Donate-draft','','inherit','closed','closed','','898-revision-v1','','','2021-10-08 16:23:49','2021-10-08 16:23:49','',898,'https://thechrishaunfoundation.org/?p=1496',0,'revision','',0),(1339,1,'2021-08-17 06:41:51','2021-08-17 06:41:51','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n		During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.		\n			<h5>Make a One Time Gift</h5>		\n		Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<h5>Become a Shelter Provider</h5>		\n		Make a difference in the lives of homeless individuals and families every month of the year. Your monthly gift creates a consistent stream of financial support and enables us to make efficient plans for the future. You can enroll in our shelter provider program online through Kindful or by contacting your bank to have a check sent to the shelter each month.		\n			<a href=\"#\" role=\"button\">\n						Setup a monthly donation\n					</a>\n			<h5>Sponsor Foundation</h5>		\n		<p>Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.</p><p>We hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.</p>		\n			<a href=\"#\" role=\"button\">\n						Sponsor\n					</a>\n			<h5>Going Home Kits</h5>		\n		Athens Area Homeless Shelter’s Going Home Program offers assistance to families who are transitioning from homelessness to independence. With your help, AAHS can provide simple home items for cleaning kits, bedroom kits, or even entire apartment kits.\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n			<h5>Honor & Memorial Giving</h5>		\n		<p>This is a meaningful way to recognize significant life events and people while supporting the organization’s mission to help those experiencing homelessness move toward stable housing. When you give an honor or memorial gift, a special card is sent to your honoree or their family. Click here to honor someone with your gift.</p>		\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n			<h5>Matching Programs</h5>		\n		Many employers sponsor gift matching programs. To find out if your company has a matching gift policy, please contact your Human Resources department.\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n			<h5>Wish List\n</h5>		\n		Our wishlist provides you with an up-to-date item list of which the Shelter is in need. Use this list as a resource for your group supply drive! All donated items can be delivered to AAHS during regular office hours.		\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n			<h5>Planned Giving</h5>		\n		When you prepare your will, living trust, or other estate plans, you can protect and provide for your family, remember special friends and loved ones, or even establish a bequest to benefit AAHS. Contact the AAHS Executive Director for more information.		\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>','Donate-draft','','inherit','closed','closed','','898-revision-v1','','','2021-08-17 06:41:51','2021-08-17 06:41:51','',898,'https://thechrishaunfoundation.org/?p=1339',0,'revision','',0),(1340,1,'2021-08-17 06:42:18','2021-08-17 06:42:18','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Hope Chest\n</h2>		\n		The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br />So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br />There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.</p><p><strong>Donations for the hope chest will purchase items such as but not limited to:</strong></p><ul><li>Clothes</li><li>Shoes</li><li>Suits</li><li>Toiletries</li><li>Towels</li><li>Blankets</li><li>Sheets</li><li>Dishes</li><li>Pots &amp; Pans</li><li>Small Appliances</li><li>Cleaning Supplies</li></ul>','Donate','','inherit','closed','closed','','1338-revision-v1','','','2021-08-17 06:42:18','2021-08-17 06:42:18','',1338,'https://thechrishaunfoundation.org/?p=1340',0,'revision','',0),(1342,1,'2021-08-17 06:44:51','2021-08-17 06:44:51','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Hope Chest\n</h2>		\n		The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br />So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br />There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.</p><p><strong>Donations for the hope chest will purchase items such as but not limited to:</strong></p><ul><li>Clothes</li><li>Shoes</li><li>Suits</li><li>Toiletries</li><li>Towels</li><li>Blankets</li><li>Sheets</li><li>Dishes</li><li>Pots &amp; Pans</li><li>Small Appliances</li><li>Cleaning Supplies</li></ul>','Donate','','inherit','closed','closed','','1338-revision-v1','','','2021-08-17 06:44:51','2021-08-17 06:44:51','',1338,'https://thechrishaunfoundation.org/?p=1342',0,'revision','',0),(1343,1,'2021-08-17 06:44:51','2021-08-17 06:44:51','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>The Hope Chest\n</h2>		\n		The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br />So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br />There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.</p><p><strong>Donations for the hope chest will purchase items such as but not limited to:</strong></p><ul><li>Clothes</li><li>Shoes</li><li>Suits</li><li>Toiletries</li><li>Towels</li><li>Blankets</li><li>Sheets</li><li>Dishes</li><li>Pots &amp; Pans</li><li>Small Appliances</li><li>Cleaning Supplies</li></ul>','Donate','','inherit','closed','closed','','1338-revision-v1','','','2021-08-17 06:44:51','2021-08-17 06:44:51','',1338,'https://thechrishaunfoundation.org/?p=1343',0,'revision','',0),(1349,1,'2021-08-17 06:48:13','2021-08-17 06:48:13','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Donate Us</h2>		\n		<p>With your support and donations we will be able to provide services and resources.</p><p>Literally the life after we focus on the aftercare of life after many different scenarios such as life after loss / death divorce domestic violence health crisis mental health housing crisis human sex trafficking crisis the military homelessness covid-19 eviction maternal mortality job loss suicide aging advocacy veteran advocacy substance rehabilitation bankruptcy medical recovery behavioral health therapy sugar dating military discharge physical therapy low income housing transitions military to civilian reentry community enrichment transitional housing life after prison remedial to revival series.<br />This is your life after 360 and then she told me it was 180.</p><p><strong>Donations for the hope chest will purchase items such as but not limited to:</strong></p><ul><li>Clothes</li><li>Shoes</li><li>Suits</li><li>Toiletries</li><li>Towels</li><li>Blankets</li><li>Sheets</li><li>Dishes</li><li>Pots &amp; Pans</li><li>Small Appliances</li><li>Cleaning Supplies</li></ul>','Donate','','inherit','closed','closed','','1338-revision-v1','','','2021-08-17 06:48:13','2021-08-17 06:48:13','',1338,'https://thechrishaunfoundation.org/?p=1349',0,'revision','',0),(1346,1,'2021-08-17 06:46:55','2021-08-17 06:46:55','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Donate Us</h2>		\n		<p>With your support and donations we will be able to provide services and resources.</p><p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br />So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br />There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.</p><p><strong>Donations for the hope chest will purchase items such as but not limited to:</strong></p><ul><li>Clothes</li><li>Shoes</li><li>Suits</li><li>Toiletries</li><li>Towels</li><li>Blankets</li><li>Sheets</li><li>Dishes</li><li>Pots &amp; Pans</li><li>Small Appliances</li><li>Cleaning Supplies</li></ul>','Donate','','inherit','closed','closed','','1338-revision-v1','','','2021-08-17 06:46:55','2021-08-17 06:46:55','',1338,'https://thechrishaunfoundation.org/?p=1346',0,'revision','',0),(1347,1,'2021-08-17 06:46:56','2021-08-17 06:46:56','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Donate Us</h2>		\n		<p>With your support and donations we will be able to provide services and resources.</p><p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br />So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br />There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.</p><p><strong>Donations for the hope chest will purchase items such as but not limited to:</strong></p><ul><li>Clothes</li><li>Shoes</li><li>Suits</li><li>Toiletries</li><li>Towels</li><li>Blankets</li><li>Sheets</li><li>Dishes</li><li>Pots &amp; Pans</li><li>Small Appliances</li><li>Cleaning Supplies</li></ul>','Donate','','inherit','closed','closed','','1338-revision-v1','','','2021-08-17 06:46:56','2021-08-17 06:46:56','',1338,'https://thechrishaunfoundation.org/?p=1347',0,'revision','',0),(1350,1,'2021-08-17 06:48:13','2021-08-17 06:48:13','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Donate Us</h2>		\n		<p>With your support and donations we will be able to provide services and resources.</p><p>Literally the life after we focus on the aftercare of life after many different scenarios such as life after loss / death divorce domestic violence health crisis mental health housing crisis human sex trafficking crisis the military homelessness covid-19 eviction maternal mortality job loss suicide aging advocacy veteran advocacy substance rehabilitation bankruptcy medical recovery behavioral health therapy sugar dating military discharge physical therapy low income housing transitions military to civilian reentry community enrichment transitional housing life after prison remedial to revival series.<br />This is your life after 360 and then she told me it was 180.</p><p><strong>Donations for the hope chest will purchase items such as but not limited to:</strong></p><ul><li>Clothes</li><li>Shoes</li><li>Suits</li><li>Toiletries</li><li>Towels</li><li>Blankets</li><li>Sheets</li><li>Dishes</li><li>Pots &amp; Pans</li><li>Small Appliances</li><li>Cleaning Supplies</li></ul>','Donate','','inherit','closed','closed','','1338-revision-v1','','','2021-08-17 06:48:13','2021-08-17 06:48:13','',1338,'https://thechrishaunfoundation.org/?p=1350',0,'revision','',0),(1351,1,'2021-08-17 06:48:14','2021-08-17 06:48:14','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Donate Us</h2>		\n		<p>With your support and donations we will be able to provide services and resources.</p><p>Literally the life after we focus on the aftercare of life after many different scenarios such as life after loss / death divorce domestic violence health crisis mental health housing crisis human sex trafficking crisis the military homelessness covid-19 eviction maternal mortality job loss suicide aging advocacy veteran advocacy substance rehabilitation bankruptcy medical recovery behavioral health therapy sugar dating military discharge physical therapy low income housing transitions military to civilian reentry community enrichment transitional housing life after prison remedial to revival series.<br />This is your life after 360 and then she told me it was 180.</p><p><strong>We need your help providing survivors with:</strong></p><ul><li>Hope chests ( toiletries, towels, sheets, pots, plates etc).</li><li>Uber rides to escape predators, get away from abusers and get to doctor\'s appointments and counseling.</li><li>Security deposits for housing</li><li>Temporary housing</li><li>Financial curriculum</li><li>Toiletries and clothing</li></ul>','Donate','','inherit','closed','closed','','1338-revision-v1','','','2021-08-17 06:48:14','2021-08-17 06:48:14','',1338,'https://thechrishaunfoundation.org/?p=1351',0,'revision','',0),(1355,1,'2021-08-17 07:00:54','2021-08-17 07:00:54','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Donate Us</h2>		\n		<p>With your support and donations we will be able to provide services and resources.</p><p>Literally the life after we focus on the aftercare of life after many different scenarios such as life after loss / death divorce domestic violence health crisis mental health housing crisis human sex trafficking crisis the military homelessness covid-19 eviction maternal mortality job loss suicide aging advocacy veteran advocacy substance rehabilitation bankruptcy medical recovery behavioral health therapy sugar dating military discharge physical therapy low income housing transitions military to civilian reentry community enrichment transitional housing life after prison remedial to revival series.<br />This is your life after 360 and then she told me it was 180.</p><p><strong>We need your help providing survivors with:</strong></p><ul><li>Hope chests ( toiletries, towels, sheets, pots, plates etc).</li><li>Uber rides to escape predators, get away from abusers and get to doctor\'s appointments and counseling.</li><li>Security deposits for housing</li><li>Temporary housing</li><li>Financial curriculum</li><li>Toiletries and clothing</li></ul>','Donate','','inherit','closed','closed','','1338-revision-v1','','','2021-08-17 07:00:54','2021-08-17 07:00:54','',1338,'https://thechrishaunfoundation.org/?p=1355',0,'revision','',0),(1353,1,'2021-08-17 07:00:53','2021-08-17 07:00:53','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Donate Us</h2>		\n		<p>With your support and donations we will be able to provide services and resources.</p><p>Literally the life after we focus on the aftercare of life after many different scenarios such as life after loss / death divorce domestic violence health crisis mental health housing crisis human sex trafficking crisis the military homelessness covid-19 eviction maternal mortality job loss suicide aging advocacy veteran advocacy substance rehabilitation bankruptcy medical recovery behavioral health therapy sugar dating military discharge physical therapy low income housing transitions military to civilian reentry community enrichment transitional housing life after prison remedial to revival series.<br />This is your life after 360 and then she told me it was 180.</p><p><strong>We need your help providing survivors with:</strong></p><ul><li>Hope chests ( toiletries, towels, sheets, pots, plates etc).</li><li>Uber rides to escape predators, get away from abusers and get to doctor\'s appointments and counseling.</li><li>Security deposits for housing</li><li>Temporary housing</li><li>Financial curriculum</li><li>Toiletries and clothing</li></ul>','Donate','','inherit','closed','closed','','1338-revision-v1','','','2021-08-17 07:00:53','2021-08-17 07:00:53','',1338,'https://thechrishaunfoundation.org/?p=1353',0,'revision','',0),(1354,1,'2021-08-17 07:00:53','2021-08-17 07:00:53','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Donate Us</h2>		\n		<p>With your support and donations we will be able to provide services and resources.</p><p>Literally the life after we focus on the aftercare of life after many different scenarios such as life after loss / death divorce domestic violence health crisis mental health housing crisis human sex trafficking crisis the military homelessness covid-19 eviction maternal mortality job loss suicide aging advocacy veteran advocacy substance rehabilitation bankruptcy medical recovery behavioral health therapy sugar dating military discharge physical therapy low income housing transitions military to civilian reentry community enrichment transitional housing life after prison remedial to revival series.<br />This is your life after 360 and then she told me it was 180.</p><p><strong>We need your help providing survivors with:</strong></p><ul><li>Hope chests ( toiletries, towels, sheets, pots, plates etc).</li><li>Uber rides to escape predators, get away from abusers and get to doctor\'s appointments and counseling.</li><li>Security deposits for housing</li><li>Temporary housing</li><li>Financial curriculum</li><li>Toiletries and clothing</li></ul>','Donate','','inherit','closed','closed','','1338-revision-v1','','','2021-08-17 07:00:53','2021-08-17 07:00:53','',1338,'https://thechrishaunfoundation.org/?p=1354',0,'revision','',0),(1356,1,'2021-08-17 07:05:01','2021-08-17 07:05:01','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Donate Us</h2>		\n		<p>With your support and donations we will be able to provide services and resources.</p><p>Literally the life after we focus on the aftercare of life after many different scenarios such as life after loss / death divorce domestic violence health crisis mental health housing crisis human sex trafficking crisis the military homelessness covid-19 eviction maternal mortality job loss suicide aging advocacy veteran advocacy substance rehabilitation bankruptcy medical recovery behavioral health therapy sugar dating military discharge physical therapy low income housing transitions military to civilian reentry community enrichment transitional housing life after prison remedial to revival series.<br />This is your life after 360 and then she told me it was 180.</p><p><strong>We need your help providing survivors with:</strong></p><ul><li>Hope chests ( toiletries, towels, sheets, pots, plates etc).</li><li>Uber rides to escape predators, get away from abusers and get to doctor\'s appointments and counseling.</li><li>Security deposits for housing</li><li>Temporary housing</li><li>Financial curriculum</li><li>Toiletries and clothing</li></ul>','Donate','','inherit','closed','closed','','1338-revision-v1','','','2021-08-17 07:05:01','2021-08-17 07:05:01','',1338,'https://thechrishaunfoundation.org/?p=1356',0,'revision','',0),(1357,1,'2021-08-17 07:05:01','2021-08-17 07:05:01','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Donate Us</h2>		\n		<p>With your support and donations we will be able to provide services and resources.</p><p>Literally the life after we focus on the aftercare of life after many different scenarios such as life after loss / death divorce domestic violence health crisis mental health housing crisis human sex trafficking crisis the military homelessness covid-19 eviction maternal mortality job loss suicide aging advocacy veteran advocacy substance rehabilitation bankruptcy medical recovery behavioral health therapy sugar dating military discharge physical therapy low income housing transitions military to civilian reentry community enrichment transitional housing life after prison remedial to revival series.<br />This is your life after 360 and then she told me it was 180.</p><p><strong>We need your help providing survivors with:</strong></p><ul><li>Hope chests ( toiletries, towels, sheets, pots, plates etc).</li><li>Uber rides to escape predators, get away from abusers and get to doctor\'s appointments and counseling.</li><li>Security deposits for housing</li><li>Temporary housing</li><li>Financial curriculum</li><li>Toiletries and clothing</li></ul>','Donate','','inherit','closed','closed','','1338-revision-v1','','','2021-08-17 07:05:01','2021-08-17 07:05:01','',1338,'https://thechrishaunfoundation.org/?p=1357',0,'revision','',0),(1358,1,'2021-08-17 07:05:01','2021-08-17 07:05:01','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Donate Us</h2>		\n		<p>With your support and donations we will be able to provide services and resources.</p><p>Literally the life after we focus on the aftercare of life after many different scenarios such as life after loss / death divorce domestic violence health crisis mental health housing crisis human sex trafficking crisis the military homelessness covid-19 eviction maternal mortality job loss suicide aging advocacy veteran advocacy substance rehabilitation bankruptcy medical recovery behavioral health therapy sugar dating military discharge physical therapy low income housing transitions military to civilian reentry community enrichment transitional housing life after prison remedial to revival series.<br />This is your life after 360 and then she told me it was 180.</p><p><strong>We need your help providing survivors with:</strong></p><ul><li>Hope chests ( toiletries, towels, sheets, pots, plates etc).</li><li>Uber rides to escape predators, get away from abusers and get to doctor\'s appointments and counseling.</li><li>Security deposits for housing</li><li>Temporary housing</li><li>Financial curriculum</li><li>Toiletries and clothing</li></ul>','Donate','','inherit','closed','closed','','1338-revision-v1','','','2021-08-17 07:05:01','2021-08-17 07:05:01','',1338,'https://thechrishaunfoundation.org/?p=1358',0,'revision','',0),(1360,1,'2021-08-17 07:25:07','2021-08-17 07:25:07','','Shoes 1','','inherit','open','closed','','shoes-1','','','2021-08-17 07:25:07','2021-08-17 07:25:07','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoes-1.jpeg',0,'attachment','image/jpeg',0),(1361,1,'2021-08-17 07:27:52','2021-08-17 07:27:52','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Auctions</h2>		\n		This shoe auction is being brought to you by one of our amazing sponsors, Millie\'s Club, who provided us with shoes and boots for ladies sizes 9-13.		\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-1.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-f000d1c\" data-elementor-lightbox-title=\"Shoe 1\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-f000d1c\" data-elementor-lightbox-title=\"Shoe 2\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-f000d1c\" data-elementor-lightbox-title=\"Shoe 3\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-4.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-f000d1c\" data-elementor-lightbox-title=\"Shoe 4\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-5.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-f000d1c\" data-elementor-lightbox-title=\"Shoe 5\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-6.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-f000d1c\" data-elementor-lightbox-title=\"Shoe 6\">\n														</a>','Auctions','','publish','closed','closed','','auctions','','','2021-08-17 08:54:40','2021-08-17 08:54:40','',0,'https://thechrishaunfoundation.org/?page_id=1361',0,'page','',0),(1377,1,'2021-08-17 08:00:25','2021-08-17 08:00:25','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Auctions</h2>		\n		This shoe auction is being brought to you by one of our amazing sponsors, Millie\'s Club, who provided us with shoes and boots for ladies sizes 9-13.','Auctions','','inherit','closed','closed','','1361-revision-v1','','','2021-08-17 08:00:25','2021-08-17 08:00:25','',1361,'https://thechrishaunfoundation.org/?p=1377',0,'revision','',0),(1362,1,'2021-08-17 07:28:48','2021-08-17 07:28:48','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Donate Us</h2>		\n		<p>With your support and donations we will be able to provide services and resources.</p><p>Literally the life after we focus on the aftercare of life after many different scenarios such as life after loss / death divorce domestic violence health crisis mental health housing crisis human sex trafficking crisis the military homelessness covid-19 eviction maternal mortality job loss suicide aging advocacy veteran advocacy substance rehabilitation bankruptcy medical recovery behavioral health therapy sugar dating military discharge physical therapy low income housing transitions military to civilian reentry community enrichment transitional housing life after prison remedial to revival series.<br />This is your life after 360 and then she told me it was 180.</p><p><strong>We need your help providing survivors with:</strong></p><ul><li>Hope chests ( toiletries, towels, sheets, pots, plates etc).</li><li>Uber rides to escape predators, get away from abusers and get to doctor\'s appointments and counseling.</li><li>Security deposits for housing</li><li>Temporary housing</li><li>Financial curriculum</li><li>Toiletries and clothing</li></ul>','','','inherit','closed','closed','','1361-revision-v1','','','2021-08-17 07:28:48','2021-08-17 07:28:48','',1361,'https://thechrishaunfoundation.org/?p=1362',0,'revision','',0),(1363,1,'2021-08-17 07:29:39','2021-08-17 07:29:39','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Donate Us</h2>		\n		<p>With your support and donations we will be able to provide services and resources.</p><p>Literally the life after we focus on the aftercare of life after many different scenarios such as life after loss / death divorce domestic violence health crisis mental health housing crisis human sex trafficking crisis the military homelessness covid-19 eviction maternal mortality job loss suicide aging advocacy veteran advocacy substance rehabilitation bankruptcy medical recovery behavioral health therapy sugar dating military discharge physical therapy low income housing transitions military to civilian reentry community enrichment transitional housing life after prison remedial to revival series.<br />This is your life after 360 and then she told me it was 180.</p><p><strong>We need your help providing survivors with:</strong></p><ul><li>Hope chests ( toiletries, towels, sheets, pots, plates etc).</li><li>Uber rides to escape predators, get away from abusers and get to doctor\'s appointments and counseling.</li><li>Security deposits for housing</li><li>Temporary housing</li><li>Financial curriculum</li><li>Toiletries and clothing</li></ul>','The shoe auction','','inherit','closed','closed','','1361-revision-v1','','','2021-08-17 07:29:39','2021-08-17 07:29:39','',1361,'https://thechrishaunfoundation.org/?p=1363',0,'revision','',0),(1365,1,'2021-08-17 07:30:46','2021-08-17 07:30:46','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Donate Us</h2>		\n		<p>With your support and donations we will be able to provide services and resources.</p><p>Literally the life after we focus on the aftercare of life after many different scenarios such as life after loss / death divorce domestic violence health crisis mental health housing crisis human sex trafficking crisis the military homelessness covid-19 eviction maternal mortality job loss suicide aging advocacy veteran advocacy substance rehabilitation bankruptcy medical recovery behavioral health therapy sugar dating military discharge physical therapy low income housing transitions military to civilian reentry community enrichment transitional housing life after prison remedial to revival series.<br />This is your life after 360 and then she told me it was 180.</p><p><strong>We need your help providing survivors with:</strong></p><ul><li>Hope chests ( toiletries, towels, sheets, pots, plates etc).</li><li>Uber rides to escape predators, get away from abusers and get to doctor\'s appointments and counseling.</li><li>Security deposits for housing</li><li>Temporary housing</li><li>Financial curriculum</li><li>Toiletries and clothing</li></ul>','Auctions','','inherit','closed','closed','','1361-revision-v1','','','2021-08-17 07:30:46','2021-08-17 07:30:46','',1361,'https://thechrishaunfoundation.org/?p=1365',0,'revision','',0),(1366,1,'2021-08-17 07:51:54','2021-08-17 07:51:54','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Donate Us</h2>		\n		<p>With your support and donations we will be able to provide services and resources.</p><p>Literally the life after we focus on the aftercare of life after many different scenarios such as life after loss / death divorce domestic violence health crisis mental health housing crisis human sex trafficking crisis the military homelessness covid-19 eviction maternal mortality job loss suicide aging advocacy veteran advocacy substance rehabilitation bankruptcy medical recovery behavioral health therapy sugar dating military discharge physical therapy low income housing transitions military to civilian reentry community enrichment transitional housing life after prison remedial to revival series.<br />This is your life after 360 and then she told me it was 180.</p><p><strong>We need your help providing survivors with:</strong></p><ul><li>Hope chests ( toiletries, towels, sheets, pots, plates etc).</li><li>Uber rides to escape predators, get away from abusers and get to doctor\'s appointments and counseling.</li><li>Security deposits for housing</li><li>Temporary housing</li><li>Financial curriculum</li><li>Toiletries and clothing</li></ul>','Auctions','','inherit','closed','closed','','1361-revision-v1','','','2021-08-17 07:51:54','2021-08-17 07:51:54','',1361,'https://thechrishaunfoundation.org/?p=1366',0,'revision','',0),(1367,1,'2021-08-17 07:51:54','2021-08-17 07:51:54','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Donate Us</h2>		\n		<p>With your support and donations we will be able to provide services and resources.</p><p>Literally the life after we focus on the aftercare of life after many different scenarios such as life after loss / death divorce domestic violence health crisis mental health housing crisis human sex trafficking crisis the military homelessness covid-19 eviction maternal mortality job loss suicide aging advocacy veteran advocacy substance rehabilitation bankruptcy medical recovery behavioral health therapy sugar dating military discharge physical therapy low income housing transitions military to civilian reentry community enrichment transitional housing life after prison remedial to revival series.<br />This is your life after 360 and then she told me it was 180.</p><p><strong>We need your help providing survivors with:</strong></p><ul><li>Hope chests ( toiletries, towels, sheets, pots, plates etc).</li><li>Uber rides to escape predators, get away from abusers and get to doctor\'s appointments and counseling.</li><li>Security deposits for housing</li><li>Temporary housing</li><li>Financial curriculum</li><li>Toiletries and clothing</li></ul>','Auctions','','inherit','closed','closed','','1361-revision-v1','','','2021-08-17 07:51:54','2021-08-17 07:51:54','',1361,'https://thechrishaunfoundation.org/?p=1367',0,'revision','',0),(1374,1,'2021-08-17 07:58:17','2021-08-17 07:58:17','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Auctions</h2>		\n		This shoe auction is being brought to you by one of our amazing sponsors, Millie\'s Club, who provided us with shoes and boots for ladies sizes 9-13.<p><strong>We need your help providing survivors with:</strong></p><ul><li>Hope chests ( toiletries, towels, sheets, pots, plates etc).</li><li>Uber rides to escape predators, get away from abusers and get to doctor\'s appointments and counseling.</li><li>Security deposits for housing</li><li>Temporary housing</li><li>Financial curriculum</li><li>Toiletries and clothing</li></ul>','Auctions','','inherit','closed','closed','','1361-revision-v1','','','2021-08-17 07:58:17','2021-08-17 07:58:17','',1361,'https://thechrishaunfoundation.org/?p=1374',0,'revision','',0),(1368,1,'2021-08-17 07:51:54','2021-08-17 07:51:54','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Auctions</h2>		\n		This shoe auction is being brought to you by one of our amazing sponsors, Millie\'s Club, who provided us with shoes and boots for ladies sizes 9-13.<p>Literally the life after we focus on the aftercare of life after many different scenarios such as life after loss / death divorce domestic violence health crisis mental health housing crisis human sex trafficking crisis the military homelessness covid-19 eviction maternal mortality job loss suicide aging advocacy veteran advocacy substance rehabilitation bankruptcy medical recovery behavioral health therapy sugar dating military discharge physical therapy low income housing transitions military to civilian reentry community enrichment transitional housing life after prison remedial to revival series.<br />This is your life after 360 and then she told me it was 180.</p><p><strong>We need your help providing survivors with:</strong></p><ul><li>Hope chests ( toiletries, towels, sheets, pots, plates etc).</li><li>Uber rides to escape predators, get away from abusers and get to doctor\'s appointments and counseling.</li><li>Security deposits for housing</li><li>Temporary housing</li><li>Financial curriculum</li><li>Toiletries and clothing</li></ul>','Auctions','','inherit','closed','closed','','1361-revision-v1','','','2021-08-17 07:51:54','2021-08-17 07:51:54','',1361,'https://thechrishaunfoundation.org/?p=1368',0,'revision','',0),(1369,1,'2021-08-17 07:55:12','2021-08-17 07:55:12','','The Shoe Auction','','publish','closed','closed','','the-shoe-auction','','','2021-08-17 08:56:11','2021-08-17 08:56:11','',0,'https://thechrishaunfoundation.org/?post_type=give_forms&#038;p=1369',0,'give_forms','',0),(1370,1,'2021-08-17 07:53:50','2021-08-17 07:53:50','','The','','inherit','closed','closed','','1369-revision-v1','','','2021-08-17 07:53:50','2021-08-17 07:53:50','',1369,'https://thechrishaunfoundation.org/?p=1370',0,'revision','',0),(1371,1,'2021-08-17 07:55:12','2021-08-17 07:55:12','','The Shoe Auction','','inherit','closed','closed','','1369-revision-v1','','','2021-08-17 07:55:12','2021-08-17 07:55:12','',1369,'https://thechrishaunfoundation.org/?p=1371',0,'revision','',0),(1372,1,'2021-08-17 07:58:17','2021-08-17 07:58:17','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Auctions</h2>		\n		This shoe auction is being brought to you by one of our amazing sponsors, Millie\'s Club, who provided us with shoes and boots for ladies sizes 9-13.<p>Literally the life after we focus on the aftercare of life after many different scenarios such as life after loss / death divorce domestic violence health crisis mental health housing crisis human sex trafficking crisis the military homelessness covid-19 eviction maternal mortality job loss suicide aging advocacy veteran advocacy substance rehabilitation bankruptcy medical recovery behavioral health therapy sugar dating military discharge physical therapy low income housing transitions military to civilian reentry community enrichment transitional housing life after prison remedial to revival series.<br />This is your life after 360 and then she told me it was 180.</p><p><strong>We need your help providing survivors with:</strong></p><ul><li>Hope chests ( toiletries, towels, sheets, pots, plates etc).</li><li>Uber rides to escape predators, get away from abusers and get to doctor\'s appointments and counseling.</li><li>Security deposits for housing</li><li>Temporary housing</li><li>Financial curriculum</li><li>Toiletries and clothing</li></ul>','Auctions','','inherit','closed','closed','','1361-revision-v1','','','2021-08-17 07:58:17','2021-08-17 07:58:17','',1361,'https://thechrishaunfoundation.org/?p=1372',0,'revision','',0),(1373,1,'2021-08-17 07:58:17','2021-08-17 07:58:17','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Auctions</h2>		\n		This shoe auction is being brought to you by one of our amazing sponsors, Millie\'s Club, who provided us with shoes and boots for ladies sizes 9-13.<p>Literally the life after we focus on the aftercare of life after many different scenarios such as life after loss / death divorce domestic violence health crisis mental health housing crisis human sex trafficking crisis the military homelessness covid-19 eviction maternal mortality job loss suicide aging advocacy veteran advocacy substance rehabilitation bankruptcy medical recovery behavioral health therapy sugar dating military discharge physical therapy low income housing transitions military to civilian reentry community enrichment transitional housing life after prison remedial to revival series.<br />This is your life after 360 and then she told me it was 180.</p><p><strong>We need your help providing survivors with:</strong></p><ul><li>Hope chests ( toiletries, towels, sheets, pots, plates etc).</li><li>Uber rides to escape predators, get away from abusers and get to doctor\'s appointments and counseling.</li><li>Security deposits for housing</li><li>Temporary housing</li><li>Financial curriculum</li><li>Toiletries and clothing</li></ul>','Auctions','','inherit','closed','closed','','1361-revision-v1','','','2021-08-17 07:58:17','2021-08-17 07:58:17','',1361,'https://thechrishaunfoundation.org/?p=1373',0,'revision','',0),(1375,1,'2021-08-17 08:00:25','2021-08-17 08:00:25','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Auctions</h2>		\n		This shoe auction is being brought to you by one of our amazing sponsors, Millie\'s Club, who provided us with shoes and boots for ladies sizes 9-13.<p><strong>We need your help providing survivors with:</strong></p><ul><li>Hope chests ( toiletries, towels, sheets, pots, plates etc).</li><li>Uber rides to escape predators, get away from abusers and get to doctor\'s appointments and counseling.</li><li>Security deposits for housing</li><li>Temporary housing</li><li>Financial curriculum</li><li>Toiletries and clothing</li></ul>','Auctions','','inherit','closed','closed','','1361-revision-v1','','','2021-08-17 08:00:25','2021-08-17 08:00:25','',1361,'https://thechrishaunfoundation.org/?p=1375',0,'revision','',0),(1376,1,'2021-08-17 08:00:25','2021-08-17 08:00:25','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Auctions</h2>		\n		This shoe auction is being brought to you by one of our amazing sponsors, Millie\'s Club, who provided us with shoes and boots for ladies sizes 9-13.<p><strong>We need your help providing survivors with:</strong></p><ul><li>Hope chests ( toiletries, towels, sheets, pots, plates etc).</li><li>Uber rides to escape predators, get away from abusers and get to doctor\'s appointments and counseling.</li><li>Security deposits for housing</li><li>Temporary housing</li><li>Financial curriculum</li><li>Toiletries and clothing</li></ul>','Auctions','','inherit','closed','closed','','1361-revision-v1','','','2021-08-17 08:00:25','2021-08-17 08:00:25','',1361,'https://thechrishaunfoundation.org/?p=1376',0,'revision','',0),(1379,1,'2021-08-17 08:01:51','2021-08-17 08:01:51','.give-form-1369-wrap{\n	max-width: 100%;\n}','astra','','inherit','closed','closed','','19-revision-v1','','','2021-08-17 08:01:51','2021-08-17 08:01:51','',19,'https://thechrishaunfoundation.org/?p=1379',0,'revision','',0),(1381,1,'2021-08-17 08:02:42','2021-08-17 08:02:42','.give-form-1369-wrap{\n	max-width: 100% !important;\n	margin: 0px !important;\n}','astra','','inherit','closed','closed','','19-revision-v1','','','2021-08-17 08:02:42','2021-08-17 08:02:42','',19,'https://thechrishaunfoundation.org/?p=1381',0,'revision','',0),(1383,1,'2021-08-17 08:03:01','2021-08-17 08:03:01','.give-embed-form, .give-embed-receipt{\n	max-width: 100% !important;\n	margin: 0px !important;\n}','astra','','inherit','closed','closed','','19-revision-v1','','','2021-08-17 08:03:01','2021-08-17 08:03:01','',19,'https://thechrishaunfoundation.org/?p=1383',0,'revision','',0),(1387,1,'2021-08-17 08:06:10','2021-08-17 08:06:10','.give-embed-form {\n	max-width: 100% !important;\n}','astra','','inherit','closed','closed','','19-revision-v1','','','2021-08-17 08:06:10','2021-08-17 08:06:10','',19,'https://thechrishaunfoundation.org/?p=1387',0,'revision','',0),(1385,1,'2021-08-17 08:05:11','2021-08-17 08:05:11','.give-embed-form, .give-embed-receipt{\n	max-width: 100% !important;\n	margin: 0px !important;\n}\n\nbody.give-form-templates #give-form-1369-wrap{\n	max-width: 100% !important;\n}','astra','','inherit','closed','closed','','19-revision-v1','','','2021-08-17 08:05:11','2021-08-17 08:05:11','',19,'https://thechrishaunfoundation.org/?p=1385',0,'revision','',0),(1389,1,'2021-08-17 08:08:09','2021-08-17 08:08:09','.give-form-wrap{\n	width: 100% !important;\n	background: red !important;\n}','astra','','inherit','closed','closed','','19-revision-v1','','','2021-08-17 08:08:09','2021-08-17 08:08:09','',19,'https://thechrishaunfoundation.org/?p=1389',0,'revision','',0),(1391,1,'2021-08-17 08:12:39','2021-08-17 08:12:39','.give-embed-form, .give-embed-receipt{\n	max-width: 100% !important;\n}','astra','','inherit','closed','closed','','19-revision-v1','','','2021-08-17 08:12:39','2021-08-17 08:12:39','',19,'https://thechrishaunfoundation.org/?p=1391',0,'revision','',0),(1396,1,'2021-08-17 08:18:45','2021-08-17 08:18:45','','astra','','inherit','closed','closed','','19-revision-v1','','','2021-08-17 08:18:45','2021-08-17 08:18:45','',19,'https://thechrishaunfoundation.org/?p=1396',0,'revision','',0),(1394,1,'2021-08-17 08:17:22','2021-08-17 08:17:22','.give-embed-form, .give-embed-receipt{\n	background: red;\n}\n\n.give-section h2{\n	font-size: 34px;\n	background: red;\n	\n}','astra','','inherit','closed','closed','','19-revision-v1','','','2021-08-17 08:17:22','2021-08-17 08:17:22','',19,'https://thechrishaunfoundation.org/?p=1394',0,'revision','',0),(1397,1,'2021-08-17 08:19:34','2021-08-17 08:19:34','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Auctions</h2>		\n		This shoe auction is being brought to you by one of our amazing sponsors, Millie\'s Club, who provided us with shoes and boots for ladies sizes 9-13.','Auctions','','inherit','closed','closed','','1361-revision-v1','','','2021-08-17 08:19:34','2021-08-17 08:19:34','',1361,'https://thechrishaunfoundation.org/?p=1397',0,'revision','',0),(1398,1,'2021-08-17 08:19:34','2021-08-17 08:19:34','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Auctions</h2>		\n		This shoe auction is being brought to you by one of our amazing sponsors, Millie\'s Club, who provided us with shoes and boots for ladies sizes 9-13.','Auctions','','inherit','closed','closed','','1361-revision-v1','','','2021-08-17 08:19:34','2021-08-17 08:19:34','',1361,'https://thechrishaunfoundation.org/?p=1398',0,'revision','',0),(1406,1,'2021-08-17 08:48:55','2021-08-17 08:48:55','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Auctions</h2>		\n		This shoe auction is being brought to you by one of our amazing sponsors, Millie\'s Club, who provided us with shoes and boots for ladies sizes 9-13.','Auctions','','inherit','closed','closed','','1361-revision-v1','','','2021-08-17 08:48:55','2021-08-17 08:48:55','',1361,'https://thechrishaunfoundation.org/?p=1406',0,'revision','',0),(1399,1,'2021-08-17 08:19:35','2021-08-17 08:19:35','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Auctions</h2>		\n		This shoe auction is being brought to you by one of our amazing sponsors, Millie\'s Club, who provided us with shoes and boots for ladies sizes 9-13.[give_form id=\"1369\"]','Auctions','','inherit','closed','closed','','1361-revision-v1','','','2021-08-17 08:19:35','2021-08-17 08:19:35','',1361,'https://thechrishaunfoundation.org/?p=1399',0,'revision','',0),(1403,1,'2021-08-17 08:23:59','2021-08-17 08:23:59','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Auctions</h2>		\n		This shoe auction is being brought to you by one of our amazing sponsors, Millie\'s Club, who provided us with shoes and boots for ladies sizes 9-13.[give_form id=\"1369\"]','Auctions','','inherit','closed','closed','','1361-revision-v1','','','2021-08-17 08:23:59','2021-08-17 08:23:59','',1361,'https://thechrishaunfoundation.org/?p=1403',0,'revision','',0),(1401,1,'2021-08-17 08:23:59','2021-08-17 08:23:59','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Auctions</h2>		\n		This shoe auction is being brought to you by one of our amazing sponsors, Millie\'s Club, who provided us with shoes and boots for ladies sizes 9-13.[give_form id=\"1369\"]','Auctions','','inherit','closed','closed','','1361-revision-v1','','','2021-08-17 08:23:59','2021-08-17 08:23:59','',1361,'https://thechrishaunfoundation.org/?p=1401',0,'revision','',0),(1402,1,'2021-08-17 08:23:59','2021-08-17 08:23:59','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Auctions</h2>		\n		This shoe auction is being brought to you by one of our amazing sponsors, Millie\'s Club, who provided us with shoes and boots for ladies sizes 9-13.[give_form id=\"1369\"]','Auctions','','inherit','closed','closed','','1361-revision-v1','','','2021-08-17 08:23:59','2021-08-17 08:23:59','',1361,'https://thechrishaunfoundation.org/?p=1402',0,'revision','',0),(1404,1,'2021-08-17 08:48:55','2021-08-17 08:48:55','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Auctions</h2>		\n		This shoe auction is being brought to you by one of our amazing sponsors, Millie\'s Club, who provided us with shoes and boots for ladies sizes 9-13.[give_form id=\"1369\"]','Auctions','','inherit','closed','closed','','1361-revision-v1','','','2021-08-17 08:48:55','2021-08-17 08:48:55','',1361,'https://thechrishaunfoundation.org/?p=1404',0,'revision','',0),(1405,1,'2021-08-17 08:48:55','2021-08-17 08:48:55','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Auctions</h2>		\n		This shoe auction is being brought to you by one of our amazing sponsors, Millie\'s Club, who provided us with shoes and boots for ladies sizes 9-13.[give_form id=\"1369\"]','Auctions','','inherit','closed','closed','','1361-revision-v1','','','2021-08-17 08:48:55','2021-08-17 08:48:55','',1361,'https://thechrishaunfoundation.org/?p=1405',0,'revision','',0),(1407,1,'2021-08-17 08:49:45','2021-08-17 08:49:45','','Shoe 2','','inherit','open','closed','','shoe-2','','','2021-08-17 08:49:45','2021-08-17 08:49:45','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-2.jpeg',0,'attachment','image/jpeg',0),(1408,1,'2021-08-17 08:49:52','2021-08-17 08:49:52','','Shoe 3','','inherit','open','closed','','shoe-3','','','2021-08-17 08:49:52','2021-08-17 08:49:52','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-3.jpeg',0,'attachment','image/jpeg',0),(1409,1,'2021-08-17 08:49:57','2021-08-17 08:49:57','','Shoe 4','','inherit','open','closed','','shoe-4','','','2021-08-17 08:49:57','2021-08-17 08:49:57','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-4.jpeg',0,'attachment','image/jpeg',0),(1410,1,'2021-08-17 08:50:05','2021-08-17 08:50:05','','Shoe 5','','inherit','open','closed','','shoe-5','','','2021-08-17 08:50:05','2021-08-17 08:50:05','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-5.jpeg',0,'attachment','image/jpeg',0),(1411,1,'2021-08-17 08:50:11','2021-08-17 08:50:11','','Shoe 6','','inherit','open','closed','','shoe-6','','','2021-08-17 08:50:11','2021-08-17 08:50:11','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-6.jpeg',0,'attachment','image/jpeg',0),(1413,1,'2021-08-17 08:50:23','2021-08-17 08:50:23','','Shoe 1','','inherit','open','closed','','shoe-1','','','2021-08-17 08:50:23','2021-08-17 08:50:23','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-1.jpeg',0,'attachment','image/jpeg',0),(1414,1,'2021-08-17 08:53:00','2021-08-17 08:53:00','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Auctions</h2>		\n		This shoe auction is being brought to you by one of our amazing sponsors, Millie\'s Club, who provided us with shoes and boots for ladies sizes 9-13.','Auctions','','inherit','closed','closed','','1361-revision-v1','','','2021-08-17 08:53:00','2021-08-17 08:53:00','',1361,'https://thechrishaunfoundation.org/?p=1414',0,'revision','',0),(1415,1,'2021-08-17 08:53:00','2021-08-17 08:53:00','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Auctions</h2>		\n		This shoe auction is being brought to you by one of our amazing sponsors, Millie\'s Club, who provided us with shoes and boots for ladies sizes 9-13.','Auctions','','inherit','closed','closed','','1361-revision-v1','','','2021-08-17 08:53:00','2021-08-17 08:53:00','',1361,'https://thechrishaunfoundation.org/?p=1415',0,'revision','',0),(1416,1,'2021-08-17 08:53:01','2021-08-17 08:53:01','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Auctions</h2>		\n		This shoe auction is being brought to you by one of our amazing sponsors, Millie\'s Club, who provided us with shoes and boots for ladies sizes 9-13.		\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-1.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-f000d1c\" data-elementor-lightbox-title=\"Shoe 1\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-f000d1c\" data-elementor-lightbox-title=\"Shoe 2\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-f000d1c\" data-elementor-lightbox-title=\"Shoe 3\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-4.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-f000d1c\" data-elementor-lightbox-title=\"Shoe 4\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-5.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-f000d1c\" data-elementor-lightbox-title=\"Shoe 5\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-6.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-f000d1c\" data-elementor-lightbox-title=\"Shoe 6\">\n														</a>','Auctions','','inherit','closed','closed','','1361-revision-v1','','','2021-08-17 08:53:01','2021-08-17 08:53:01','',1361,'https://thechrishaunfoundation.org/?p=1416',0,'revision','',0),(1423,1,'2021-08-17 08:54:40','2021-08-17 08:54:40','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Auctions</h2>		\n		This shoe auction is being brought to you by one of our amazing sponsors, Millie\'s Club, who provided us with shoes and boots for ladies sizes 9-13.		\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-1.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-f000d1c\" data-elementor-lightbox-title=\"Shoe 1\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-f000d1c\" data-elementor-lightbox-title=\"Shoe 2\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-f000d1c\" data-elementor-lightbox-title=\"Shoe 3\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-4.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-f000d1c\" data-elementor-lightbox-title=\"Shoe 4\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-5.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-f000d1c\" data-elementor-lightbox-title=\"Shoe 5\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-6.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-f000d1c\" data-elementor-lightbox-title=\"Shoe 6\">\n														</a>','Auctions','','inherit','closed','closed','','1361-revision-v1','','','2021-08-17 08:54:40','2021-08-17 08:54:40','',1361,'https://thechrishaunfoundation.org/?p=1423',0,'revision','',0),(1420,1,'2021-08-17 08:53:47','2021-08-17 08:53:47','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Auctions</h2>		\n		This shoe auction is being brought to you by one of our amazing sponsors, Millie\'s Club, who provided us with shoes and boots for ladies sizes 9-13.		\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-1.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-b242120\" data-elementor-lightbox-title=\"Shoe 1\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-b242120\" data-elementor-lightbox-title=\"Shoe 2\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-b242120\" data-elementor-lightbox-title=\"Shoe 3\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-4.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-b242120\" data-elementor-lightbox-title=\"Shoe 4\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-5.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-b242120\" data-elementor-lightbox-title=\"Shoe 5\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-6.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-b242120\" data-elementor-lightbox-title=\"Shoe 6\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-1.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-f000d1c\" data-elementor-lightbox-title=\"Shoe 1\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-f000d1c\" data-elementor-lightbox-title=\"Shoe 2\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-f000d1c\" data-elementor-lightbox-title=\"Shoe 3\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-4.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-f000d1c\" data-elementor-lightbox-title=\"Shoe 4\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-5.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-f000d1c\" data-elementor-lightbox-title=\"Shoe 5\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-6.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-f000d1c\" data-elementor-lightbox-title=\"Shoe 6\">\n														</a>','Auctions','','inherit','closed','closed','','1361-revision-v1','','','2021-08-17 08:53:47','2021-08-17 08:53:47','',1361,'https://thechrishaunfoundation.org/?p=1420',0,'revision','',0),(1418,1,'2021-08-17 08:53:46','2021-08-17 08:53:46','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Auctions</h2>		\n		This shoe auction is being brought to you by one of our amazing sponsors, Millie\'s Club, who provided us with shoes and boots for ladies sizes 9-13.		\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-1.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-f000d1c\" data-elementor-lightbox-title=\"Shoe 1\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-f000d1c\" data-elementor-lightbox-title=\"Shoe 2\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-f000d1c\" data-elementor-lightbox-title=\"Shoe 3\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-4.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-f000d1c\" data-elementor-lightbox-title=\"Shoe 4\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-5.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-f000d1c\" data-elementor-lightbox-title=\"Shoe 5\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-6.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-f000d1c\" data-elementor-lightbox-title=\"Shoe 6\">\n														</a>','Auctions','','inherit','closed','closed','','1361-revision-v1','','','2021-08-17 08:53:46','2021-08-17 08:53:46','',1361,'https://thechrishaunfoundation.org/?p=1418',0,'revision','',0),(1419,1,'2021-08-17 08:53:46','2021-08-17 08:53:46','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Auctions</h2>		\n		This shoe auction is being brought to you by one of our amazing sponsors, Millie\'s Club, who provided us with shoes and boots for ladies sizes 9-13.		\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-1.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-f000d1c\" data-elementor-lightbox-title=\"Shoe 1\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-f000d1c\" data-elementor-lightbox-title=\"Shoe 2\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-f000d1c\" data-elementor-lightbox-title=\"Shoe 3\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-4.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-f000d1c\" data-elementor-lightbox-title=\"Shoe 4\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-5.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-f000d1c\" data-elementor-lightbox-title=\"Shoe 5\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-6.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-f000d1c\" data-elementor-lightbox-title=\"Shoe 6\">\n														</a>','Auctions','','inherit','closed','closed','','1361-revision-v1','','','2021-08-17 08:53:46','2021-08-17 08:53:46','',1361,'https://thechrishaunfoundation.org/?p=1419',0,'revision','',0),(1421,1,'2021-08-17 08:54:39','2021-08-17 08:54:39','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Auctions</h2>		\n		This shoe auction is being brought to you by one of our amazing sponsors, Millie\'s Club, who provided us with shoes and boots for ladies sizes 9-13.		\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-1.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-b242120\" data-elementor-lightbox-title=\"Shoe 1\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-b242120\" data-elementor-lightbox-title=\"Shoe 2\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-b242120\" data-elementor-lightbox-title=\"Shoe 3\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-4.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-b242120\" data-elementor-lightbox-title=\"Shoe 4\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-5.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-b242120\" data-elementor-lightbox-title=\"Shoe 5\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-6.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-b242120\" data-elementor-lightbox-title=\"Shoe 6\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-1.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-f000d1c\" data-elementor-lightbox-title=\"Shoe 1\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-f000d1c\" data-elementor-lightbox-title=\"Shoe 2\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-f000d1c\" data-elementor-lightbox-title=\"Shoe 3\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-4.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-f000d1c\" data-elementor-lightbox-title=\"Shoe 4\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-5.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-f000d1c\" data-elementor-lightbox-title=\"Shoe 5\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-6.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-f000d1c\" data-elementor-lightbox-title=\"Shoe 6\">\n														</a>','Auctions','','inherit','closed','closed','','1361-revision-v1','','','2021-08-17 08:54:39','2021-08-17 08:54:39','',1361,'https://thechrishaunfoundation.org/?p=1421',0,'revision','',0),(1422,1,'2021-08-17 08:54:40','2021-08-17 08:54:40','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Auctions</h2>		\n		This shoe auction is being brought to you by one of our amazing sponsors, Millie\'s Club, who provided us with shoes and boots for ladies sizes 9-13.		\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-1.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-b242120\" data-elementor-lightbox-title=\"Shoe 1\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-b242120\" data-elementor-lightbox-title=\"Shoe 2\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-b242120\" data-elementor-lightbox-title=\"Shoe 3\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-4.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-b242120\" data-elementor-lightbox-title=\"Shoe 4\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-5.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-b242120\" data-elementor-lightbox-title=\"Shoe 5\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-6.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-b242120\" data-elementor-lightbox-title=\"Shoe 6\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-1.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-f000d1c\" data-elementor-lightbox-title=\"Shoe 1\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-f000d1c\" data-elementor-lightbox-title=\"Shoe 2\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-f000d1c\" data-elementor-lightbox-title=\"Shoe 3\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-4.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-f000d1c\" data-elementor-lightbox-title=\"Shoe 4\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-5.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-f000d1c\" data-elementor-lightbox-title=\"Shoe 5\">\n														</a>\n							<a href=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoe-6.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-f000d1c\" data-elementor-lightbox-title=\"Shoe 6\">\n														</a>','Auctions','','inherit','closed','closed','','1361-revision-v1','','','2021-08-17 08:54:40','2021-08-17 08:54:40','',1361,'https://thechrishaunfoundation.org/?p=1422',0,'revision','',0),(1424,1,'2021-08-17 08:57:35','2021-08-17 08:57:35',' ','','','publish','closed','closed','','1424','','','2021-08-17 08:57:35','2021-08-17 08:57:35','',0,'https://thechrishaunfoundation.org/?p=1424',7,'nav_menu_item','',0),(1425,1,'2021-08-17 08:57:35','2021-08-17 08:57:35',' ','','','publish','closed','closed','','1425','','','2021-08-17 08:57:35','2021-08-17 08:57:35','',0,'https://thechrishaunfoundation.org/?p=1425',6,'nav_menu_item','',0),(1507,0,'2021-10-13 15:25:24','2021-10-13 15:25:24','','12','','publish','closed','closed','','12','','','2021-10-13 15:25:25','2021-10-13 15:25:25','',0,'https://thechrishaunfoundation.org/?post_type=give_payment&#038;p=1507',0,'give_payment','',0),(1505,2,'2021-10-09 03:00:26','2021-10-09 03:00:26','','10','','publish','closed','closed','','10','','','2021-10-09 03:00:32','2021-10-09 03:00:32','',0,'https://thechrishaunfoundation.org/?post_type=give_payment&#038;p=1505',0,'give_payment','',0),(1437,1,'2021-08-17 13:40:15','2021-08-17 13:40:15','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Get in touch</h2>		\n					<ul>\n							<li>\n										info@thechrishaunfoundation.org\n									</li>\n								<li>\n										1-404-491-9311\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/TheChrishaunFoundation\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/TheChrishaunFdn\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://instagram.com/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a href=\"https://www.linkedin.com/company/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Linkedin\n											</a>\n					<a href=\"https://www.youtube.com/channel/UCmzlzjopXMpjtDYwwQ2qacg\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a href=\"https://thechrishaunfoundation.tumblr.com/\" target=\"_blank\" rel=\"noopener\">\n						Tumblr\n											</a>\n					<a href=\"https://vimeo.com/user108876918\" target=\"_blank\" rel=\"noopener\">\n						Vimeo\n											</a>\n			<h2>Message us</h2>		\n		Please use the contact form below, if you have any general questions or requests about our services.\nWe will try our best to respond back to you within 24 hours.\n[wpforms id=\"17\" title=\"false\" description=\"false\"]		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=Atlanta%2C%20Georgia&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>','Contact','','inherit','closed','closed','','351-revision-v1','','','2021-08-17 13:40:15','2021-08-17 13:40:15','',351,'https://thechrishaunfoundation.org/?p=1437',0,'revision','',0),(1438,1,'2021-08-17 13:40:15','2021-08-17 13:40:15','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Get in touch</h2>		\n					<ul>\n							<li>\n										info@thechrishaunfoundation.org\n									</li>\n								<li>\n										1-404-491-9311\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/TheChrishaunFoundation\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/TheChrishaunFdn\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://instagram.com/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a href=\"https://www.linkedin.com/company/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Linkedin\n											</a>\n					<a href=\"https://www.youtube.com/channel/UCmzlzjopXMpjtDYwwQ2qacg\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a href=\"https://thechrishaunfoundation.tumblr.com/\" target=\"_blank\" rel=\"noopener\">\n						Tumblr\n											</a>\n					<a href=\"https://vimeo.com/user108876918\" target=\"_blank\" rel=\"noopener\">\n						Vimeo\n											</a>\n			<h2>Message us</h2>		\n		Please use the contact form below, if you have any general questions or requests about our services.\nWe will try our best to respond back to you within 24 hours.\n[wpforms id=\"17\" title=\"false\" description=\"false\"]		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=Atlanta%2C%20Georgia&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>','Contact','','inherit','closed','closed','','351-revision-v1','','','2021-08-17 13:40:15','2021-08-17 13:40:15','',351,'https://thechrishaunfoundation.org/?p=1438',0,'revision','',0),(1439,1,'2021-08-17 13:40:16','2021-08-17 13:40:16','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Get in touch</h2>		\n					<ul>\n							<li>\n										384 Northyards Blvd NW, Suite 100 Atlanta, GA 30313\n									</li>\n								<li>\n										info@thechrishaunfoundation.org\n									</li>\n								<li>\n										1-404-491-9311\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/TheChrishaunFoundation\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/TheChrishaunFdn\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://instagram.com/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a href=\"https://www.linkedin.com/company/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Linkedin\n											</a>\n					<a href=\"https://www.youtube.com/channel/UCmzlzjopXMpjtDYwwQ2qacg\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a href=\"https://thechrishaunfoundation.tumblr.com/\" target=\"_blank\" rel=\"noopener\">\n						Tumblr\n											</a>\n					<a href=\"https://vimeo.com/user108876918\" target=\"_blank\" rel=\"noopener\">\n						Vimeo\n											</a>\n			<h2>Message us</h2>		\n		Please use the contact form below, if you have any general questions or requests about our services.\nWe will try our best to respond back to you within 24 hours.\n[wpforms id=\"17\" title=\"false\" description=\"false\"]		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=Atlanta%2C%20Georgia&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"Atlanta, Georgia\"\n					aria-label=\"Atlanta, Georgia\"\n			></iframe>','Contact','','inherit','closed','closed','','351-revision-v1','','','2021-08-17 13:40:16','2021-08-17 13:40:16','',351,'https://thechrishaunfoundation.org/?p=1439',0,'revision','',0),(1440,1,'2021-08-17 13:56:12','2021-08-17 13:56:12','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Get in touch</h2>		\n					<ul>\n							<li>\n										384 Northyards Blvd NW, Suite 100 Atlanta, GA 30313\n									</li>\n								<li>\n										info@thechrishaunfoundation.org\n									</li>\n								<li>\n										1-404-491-9311\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/TheChrishaunFoundation\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/TheChrishaunFdn\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://instagram.com/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a href=\"https://www.linkedin.com/company/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Linkedin\n											</a>\n					<a href=\"https://www.youtube.com/channel/UCmzlzjopXMpjtDYwwQ2qacg\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a href=\"https://thechrishaunfoundation.tumblr.com/\" target=\"_blank\" rel=\"noopener\">\n						Tumblr\n											</a>\n					<a href=\"https://vimeo.com/user108876918\" target=\"_blank\" rel=\"noopener\">\n						Vimeo\n											</a>\n			<h2>Message us</h2>		\n		Please use the contact form below, if you have any general questions or requests about our services.\nWe will try our best to respond back to you within 24 hours.\n[wpforms id=\"17\" title=\"false\" description=\"false\"]		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=Atlanta%2C%20Georgia&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"Atlanta, Georgia\"\n					aria-label=\"Atlanta, Georgia\"\n			></iframe>','Contact','','inherit','closed','closed','','351-revision-v1','','','2021-08-17 13:56:12','2021-08-17 13:56:12','',351,'https://thechrishaunfoundation.org/?p=1440',0,'revision','',0),(1441,1,'2021-08-17 13:56:13','2021-08-17 13:56:13','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Get in touch</h2>		\n					<ul>\n							<li>\n										384 Northyards Blvd NW, Suite 100 Atlanta, GA 30313\n									</li>\n								<li>\n										info@thechrishaunfoundation.org\n									</li>\n								<li>\n										1-404-491-9311\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/TheChrishaunFoundation\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/TheChrishaunFdn\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://instagram.com/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a href=\"https://www.linkedin.com/company/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Linkedin\n											</a>\n					<a href=\"https://www.youtube.com/channel/UCmzlzjopXMpjtDYwwQ2qacg\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a href=\"https://thechrishaunfoundation.tumblr.com/\" target=\"_blank\" rel=\"noopener\">\n						Tumblr\n											</a>\n					<a href=\"https://vimeo.com/user108876918\" target=\"_blank\" rel=\"noopener\">\n						Vimeo\n											</a>\n			<h2>Message us</h2>		\n		Please use the contact form below, if you have any general questions or requests about our services.\nWe will try our best to respond back to you within 24 hours.\n[wpforms id=\"17\" title=\"false\" description=\"false\"]		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=Atlanta%2C%20Georgia&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"Atlanta, Georgia\"\n					aria-label=\"Atlanta, Georgia\"\n			></iframe>','Contact','','inherit','closed','closed','','351-revision-v1','','','2021-08-17 13:56:13','2021-08-17 13:56:13','',351,'https://thechrishaunfoundation.org/?p=1441',0,'revision','',0),(1442,1,'2021-08-17 13:56:13','2021-08-17 13:56:13','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<h2>Get in touch</h2>		\n					<ul>\n							<li>\n										384 Northyards Blvd NW, Suite 100 Atlanta, GA 30313\n									</li>\n								<li>\n										info@thechrishaunfoundation.org\n									</li>\n								<li>\n										1-404-491-9311\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/TheChrishaunFoundation\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/TheChrishaunFdn\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://instagram.com/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a href=\"https://www.linkedin.com/company/thechrishaunfoundation\" target=\"_blank\" rel=\"noopener\">\n						Linkedin\n											</a>\n					<a href=\"https://www.youtube.com/channel/UCmzlzjopXMpjtDYwwQ2qacg\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a href=\"https://thechrishaunfoundation.tumblr.com/\" target=\"_blank\" rel=\"noopener\">\n						Tumblr\n											</a>\n					<a href=\"https://vimeo.com/user108876918\" target=\"_blank\" rel=\"noopener\">\n						Vimeo\n											</a>\n			<h2>Message us</h2>		\n		Please use the contact form below, if you have any general questions or requests about our services.\nWe will try our best to respond back to you within 24 hours.\n[wpforms id=\"17\" title=\"false\" description=\"false\"]		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=384%20Northyards%20Blvd%20NW%2C%20Suite%20100%20Atlanta%2C%20GA%2030313&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"384 Northyards Blvd NW, Suite 100 Atlanta, GA 30313\"\n					aria-label=\"384 Northyards Blvd NW, Suite 100 Atlanta, GA 30313\"\n			></iframe>','Contact','','inherit','closed','closed','','351-revision-v1','','','2021-08-17 13:56:13','2021-08-17 13:56:13','',351,'https://thechrishaunfoundation.org/?p=1442',0,'revision','',0),(1509,0,'2021-12-04 03:58:05','2021-12-04 03:58:05','','14','','publish','closed','closed','','14','','','2021-12-04 03:58:11','2021-12-04 03:58:11','',0,'https://thechrishaunfoundation.org/?post_type=give_payment&#038;p=1509',0,'give_payment','',0),(1514,0,'2022-09-09 18:05:11','2022-09-09 18:05:11','','16','','publish','closed','closed','','16','','','2022-09-09 18:05:12','2022-09-09 18:05:12','',0,'https://thechrishaunfoundation.org/?post_type=give_payment&#038;p=1514',0,'give_payment','',0),(1513,0,'2022-02-23 05:55:15','2022-02-23 05:55:15','','15','','publish','closed','closed','','15','','','2022-02-23 05:55:15','2022-02-23 05:55:15','',0,'https://thechrishaunfoundation.org/?post_type=give_payment&#038;p=1513',0,'give_payment','',0),(1503,1,'2021-10-08 22:50:06','2021-10-08 22:50:06','','TCF Life After logo','','inherit','open','closed','','tcf-life-after-logo','','','2021-10-08 22:50:06','2021-10-08 22:50:06','',1303,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/TCF-Life-After-logo.png',0,'attachment','image/png',0),(1446,1,'2021-08-17 14:37:02','2021-08-17 14:37:02','','3','','inherit','open','closed','','3','','','2021-08-17 14:37:02','2021-08-17 14:37:02','',347,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/3.jpg',0,'attachment','image/jpeg',0),(1447,1,'2021-08-17 14:37:07','2021-08-17 14:37:07','','4','','inherit','open','closed','','4','','','2021-08-17 14:37:07','2021-08-17 14:37:07','',347,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/4.jpg',0,'attachment','image/jpeg',0),(1448,1,'2021-08-17 14:37:14','2021-08-17 14:37:14','','5','','inherit','open','closed','','5','','','2021-08-17 14:37:14','2021-08-17 14:37:14','',347,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/5.jpg',0,'attachment','image/jpeg',0),(1449,1,'2021-08-17 14:37:17','2021-08-17 14:37:17','','6','','inherit','open','closed','','6','','','2021-08-17 14:37:17','2021-08-17 14:37:17','',347,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/6.jpg',0,'attachment','image/jpeg',0),(1450,1,'2021-08-17 14:37:20','2021-08-17 14:37:20','','7','','inherit','open','closed','','7','','','2021-08-17 14:37:20','2021-08-17 14:37:20','',347,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/7.jpg',0,'attachment','image/jpeg',0),(1451,1,'2021-08-17 14:37:22','2021-08-17 14:37:22','','8','','inherit','open','closed','','8','','','2021-08-17 14:37:22','2021-08-17 14:37:22','',347,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/8.jpg',0,'attachment','image/jpeg',0),(1452,1,'2021-08-17 14:37:26','2021-08-17 14:37:26','','9','','inherit','open','closed','','9','','','2021-08-17 14:37:26','2021-08-17 14:37:26','',347,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/9.jpg',0,'attachment','image/jpeg',0),(1453,1,'2021-08-17 14:37:32','2021-08-17 14:37:32','','10','','inherit','open','closed','','10','','','2021-08-17 14:37:32','2021-08-17 14:37:32','',347,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/10.jpg',0,'attachment','image/jpeg',0),(1454,1,'2021-08-17 14:37:43','2021-08-17 14:37:43','','1','','inherit','open','closed','','1','','','2021-08-17 14:37:43','2021-08-17 14:37:43','',347,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/1.jpg',0,'attachment','image/jpeg',0),(1455,1,'2021-08-17 14:37:52','2021-08-17 14:37:52','','2','','inherit','open','closed','','2','','','2021-08-17 14:37:52','2021-08-17 14:37:52','',347,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/2.jpg',0,'attachment','image/jpeg',0),(1456,1,'2021-08-17 14:40:28','2021-08-17 14:40:28','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-1024x1024.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-150x150.jpg 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\n			<h2>Our Programs</h2>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h5>Life After Loss\n</h5>		\n		Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h5>Life After Health crisis</h5>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h5>Life After Homelessness\n</h5>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				+\n							Members Worldwide\n				0\n				+\n							People Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 14:40:28','2021-08-17 14:40:28','',347,'https://thechrishaunfoundation.org/?p=1456',0,'revision','',0),(1457,1,'2021-08-17 14:40:28','2021-08-17 14:40:28','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAAHS Anti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-300x300.jpg 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-1024x1024.jpg 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-150x150.jpg 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\n			<h2>Our Programs</h2>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png 500w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<h5>Life After Loss\n</h5>		\n		Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h5>Life After Health crisis</h5>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png 1080w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-300x300.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-1024x1024.png 1024w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-150x150.png 150w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n			<h5>Life After Homelessness\n</h5>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				+\n							Members Worldwide\n				0\n				+\n							People Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-17 14:40:28','2021-08-17 14:40:28','',347,'https://thechrishaunfoundation.org/?p=1457',0,'revision','',0),(1459,1,'2021-08-17 15:17:53','2021-08-17 15:17:53','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h3>The Chrishaun Foundation</h3>		\n			<h4>A Non-Profit Helping Others Have Life After\n</h4>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n															<img width=\"820\" height=\"312\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png 820w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-300x114.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-768x292.png 768w\" sizes=\"(max-width: 820px) 100vw, 820px\" />															\n			<h2>Our Vision</h2>		\n		The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life’s challenges, traumas, and disaster.		\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-08-17 15:17:53','2021-08-17 15:17:53','',349,'https://thechrishaunfoundation.org/?p=1459',0,'revision','',0),(1460,1,'2021-08-17 15:17:53','2021-08-17 15:17:53','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h3>The Chrishaun Foundation</h3>		\n			<h4>A Non-Profit Helping Others Have Life After\n</h4>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n															<img width=\"820\" height=\"312\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png 820w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-300x114.png 300w, https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1-768x292.png 768w\" sizes=\"(max-width: 820px) 100vw, 820px\" />															\n			<h2>Our Vision</h2>		\n		The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life’s challenges, traumas, and disaster.		\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-08-17 15:17:53','2021-08-17 15:17:53','',349,'https://thechrishaunfoundation.org/?p=1460',0,'revision','',0),(1462,1,'2021-08-17 15:18:00','2021-08-17 15:18:00','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next','global-slider','','inherit','closed','closed','','722-revision-v1','','','2021-08-17 15:18:00','2021-08-17 15:18:00','',722,'https://thechrishaunfoundation.org/?p=1462',0,'revision','',0),(1463,1,'2021-08-17 15:18:32','2021-08-17 15:18:32','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h3>The Chrishaun Foundation</h3>		\n			<h4>A Non-Profit Helping Others Have Life After\n</h4>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n															<img width=\"820\" height=\"312\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png\" alt=\"\" loading=\"lazy\" />															\n			<h2>Our Vision</h2>		\n		The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life’s challenges, traumas, and disaster.		\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-08-17 15:18:32','2021-08-17 15:18:32','',349,'https://thechrishaunfoundation.org/?p=1463',0,'revision','',0),(1464,1,'2021-08-17 15:18:32','2021-08-17 15:18:32','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h3>The Chrishaun Foundation</h3>		\n			<h4>A Non-Profit Helping Others Have Life After\n</h4>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n															<img width=\"820\" height=\"312\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png\" alt=\"\" loading=\"lazy\" />															\n			<h2>Our Vision</h2>		\n		The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life’s challenges, traumas, and disaster.		\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-08-17 15:18:32','2021-08-17 15:18:32','',349,'https://thechrishaunfoundation.org/?p=1464',0,'revision','',0),(1465,1,'2021-08-17 15:18:33','2021-08-17 15:18:33','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next\n			<a href=\"#\" role=\"button\">\n						Find Shelter\n					</a>\n			<a href=\"#\" role=\"button\">\n						Volunteer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n			<a href=\"#\" role=\"button\">\n						Resources\n					</a>\n			<h3>The Chrishaun Foundation</h3>		\n			<h4>A Non-Profit Helping Others Have Life After\n</h4>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n															<img width=\"820\" height=\"312\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/facebook-cover2-1.png\" alt=\"\" loading=\"lazy\" />															\n			<h2>Our Vision</h2>		\n		The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life’s challenges, traumas, and disaster.		\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.','Our Story','','inherit','closed','closed','','349-revision-v1','','','2021-08-17 15:18:33','2021-08-17 15:18:33','',349,'https://thechrishaunfoundation.org/?p=1465',0,'revision','',0),(1466,1,'2021-08-17 15:18:39','2021-08-17 15:18:39','Support familiesLearn about our response during the COVID-19 crisis.\nJoin Our Work.Become a monthly Shelter Provider.\n							Previous\n							Next','global-slider','','inherit','closed','closed','','722-revision-v1','','','2021-08-17 15:18:39','2021-08-17 15:18:39','',722,'https://thechrishaunfoundation.org/?p=1466',0,'revision','',0),(1497,1,'2021-10-08 16:39:57','2021-10-08 16:39:57','','6','','abandoned','closed','closed','','give-donation-6','','','2021-10-19 04:16:04','2021-10-19 04:16:04','',0,'https://thechrishaunfoundation.org/?post_type=give_payment&#038;p=1497',0,'give_payment','',0),(1471,1,'2021-08-17 15:31:52','2021-08-17 15:31:52','https://thechrishaunfoundation.org/wp-content/uploads/2021/08/cropped-Logo-PNG.png','cropped-Logo-PNG.png','','inherit','open','closed','','cropped-logo-png-png','','','2021-08-17 15:31:52','2021-08-17 15:31:52','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/cropped-Logo-PNG.png',0,'attachment','image/png',0),(1508,0,'2021-10-13 22:57:07','2021-10-13 22:57:07','','13','','publish','closed','closed','','13','','','2021-10-13 22:57:08','2021-10-13 22:57:08','',0,'https://thechrishaunfoundation.org/?post_type=give_payment&#038;p=1508',0,'give_payment','',0),(1470,1,'2021-08-17 15:31:09','2021-08-17 15:31:09','','Logo PNG','','inherit','open','closed','','logo-png','','','2021-08-17 15:31:09','2021-08-17 15:31:09','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Logo-PNG.png',0,'attachment','image/png',0),(1493,0,'2021-10-08 13:01:36','0000-00-00 00:00:00','','4','','pending','closed','closed','','','','','2021-10-08 13:01:36','2021-10-08 13:01:36','',0,'https://thechrishaunfoundation.org/?post_type=give_payment&#038;p=1493',0,'give_payment','',0),(1495,0,'2021-10-08 14:14:49','0000-00-00 00:00:00','','5','','pending','closed','closed','','','','','2021-10-08 14:14:49','2021-10-08 14:14:49','',0,'https://thechrishaunfoundation.org/?post_type=give_payment&#038;p=1495',0,'give_payment','',0),(1477,1,'2021-08-18 01:21:13','2021-08-18 01:21:13','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAnti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" />															\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\n			<h2>Our Programs</h2>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" />															\n			<h5>Life After Loss\n</h5>		\n		Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" />															\n			<h5>Life After Health crisis</h5>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" />															\n			<h5>Life After Homelessness\n</h5>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				+\n							Members Worldwide\n				0\n				+\n							People Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-18 01:21:13','2021-08-18 01:21:13','',347,'https://thechrishaunfoundation.org/?p=1477',0,'revision','',0),(1478,1,'2021-08-18 01:21:13','2021-08-18 01:21:13','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAnti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" />															\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\n			<h2>Our Programs</h2>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" />															\n			<h5>Life After Loss\n</h5>		\n		Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" />															\n			<h5>Life After Health crisis</h5>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" />															\n			<h5>Life After Homelessness\n</h5>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				+\n							Members Worldwide\n				0\n				+\n							People Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-18 01:21:13','2021-08-18 01:21:13','',347,'https://thechrishaunfoundation.org/?p=1478',0,'revision','',0),(1479,1,'2021-08-18 01:21:14','2021-08-18 01:21:14','Volunteer with kidsJoin us on Saturdays and Tuesdays this summer.Sign up NowSupport familiesLearn about our response during the covid-19 crisisSign up NowBridge to homeLearn more about our newest program!\nSign up NowAnti-Racism planLearn more about our organization\'s efforts to listen, learn, and act here.Sign up NowJoin our workBecome a shelter provider today!Sign up Now				\n							Previous\n							Next\n			<h3>The Chrishaun Foundation</h3>		\n			<h5>A Non-Profit Helping Others Have Life After</h5>		\n		The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life’s challenges, trauma’s and crisis. Literally the Life After.		\n			<a href=\"/our-story\" role=\"button\">\n						Read more\n					</a>\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\" alt=\"\" loading=\"lazy\" />															\n			<h2>Our Mission</h2>		\n		The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life’s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\n			<h2>Our Programs</h2>		\n															<img width=\"500\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Loss-or-Death2.png\" alt=\"\" loading=\"lazy\" />															\n			<h5>Life After Loss\n</h5>		\n		Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/health-crisis-2.png\" alt=\"\" loading=\"lazy\" />															\n			<h5>Life After Health crisis</h5>		\n		Multiple hospital visits and/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.		\n															<img width=\"1080\" height=\"1080\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/life-after-1.png\" alt=\"\" loading=\"lazy\" />															\n			<h5>Life After Homelessness\n</h5>		\n		We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.		\n			<h2>Our numbers\nthat speak</h2>		\n		We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n				0\n				+\n							Members Worldwide\n				0\n				+\n							People Helped\n				$\n				0\n				M+\n							Funds Raised\n				0\n				T\n							Food Provided','Home','','inherit','closed','closed','','347-revision-v1','','','2021-08-18 01:21:14','2021-08-18 01:21:14','',347,'https://thechrishaunfoundation.org/?p=1479',0,'revision','',0),(1506,0,'2021-10-10 00:30:10','2021-10-10 00:30:10','','11','','publish','closed','closed','','11','','','2021-10-10 00:30:18','2021-10-10 00:30:18','',0,'https://thechrishaunfoundation.org/?post_type=give_payment&#038;p=1506',0,'give_payment','',0),(1492,0,'2021-10-08 12:56:50','0000-00-00 00:00:00','','3','','pending','closed','closed','','','','','2021-10-08 12:56:50','2021-10-08 12:56:50','',0,'https://thechrishaunfoundation.org/?post_type=give_payment&#038;p=1492',0,'give_payment','',0),(1482,1,'2021-09-11 05:15:19','2021-09-11 05:15:19','','woocommerce-placeholder','','inherit','open','closed','','woocommerce-placeholder','','','2021-09-11 05:15:19','2021-09-11 05:15:19','',0,'https://thechrishaunfoundation.org/wp-content/uploads/2021/09/woocommerce-placeholder.png',0,'attachment','image/png',0),(1483,1,'2021-09-11 05:15:20','2021-09-11 05:15:20','','Shop','','publish','closed','closed','','shop','','','2021-09-11 05:15:20','2021-09-11 05:15:20','',0,'https://thechrishaunfoundation.org/shop/',0,'page','',0),(1518,1,'2022-11-27 17:28:23','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2022-11-27 17:28:23','0000-00-00 00:00:00','',0,'https://thechrishaunfoundation.org/?p=1518',0,'post','',0),(1485,1,'2021-09-11 05:15:20','2021-09-11 05:15:20','<!-- wp:shortcode -->[woocommerce_checkout]<!-- /wp:shortcode -->','Checkout','','publish','closed','closed','','checkout','','','2021-09-11 05:15:20','2021-09-11 05:15:20','',0,'https://thechrishaunfoundation.org/checkout/',0,'page','',0),(1486,1,'2021-09-11 05:15:20','2021-09-11 05:15:20','<!-- wp:shortcode -->[woocommerce_my_account]<!-- /wp:shortcode -->','My account','','publish','closed','closed','','my-account','','','2021-09-11 05:15:20','2021-09-11 05:15:20','',0,'https://thechrishaunfoundation.org/my-account/',0,'page','',0),(1487,1,'2021-09-11 05:15:20','0000-00-00 00:00:00','<!-- wp:paragraph -->\n<p><b>This is a sample page.</b></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h3>Overview</h3>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our refund and returns policy lasts 30 days. If 30 days have passed since your purchase, we can’t offer you a full refund or exchange.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To be eligible for a return, your item must be unused and in the same condition that you received it. It must also be in the original packaging.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Several types of goods are exempt from being returned. Perishable goods such as food, flowers, newspapers or magazines cannot be returned. We also do not accept products that are intimate or sanitary goods, hazardous materials, or flammable liquids or gases.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Additional non-returnable items:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul>\n<li>Gift cards</li>\n<li>Downloadable software products</li>\n<li>Some health and personal care items</li>\n</ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>To complete your return, we require a receipt or proof of purchase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please do not send your purchase back to the manufacturer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are certain situations where only partial refunds are granted:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul>\n<li>Book with obvious signs of use</li>\n<li>CD, DVD, VHS tape, software, video game, cassette tape, or vinyl record that has been opened.</li>\n<li>Any item not in its original condition, is damaged or missing parts for reasons not due to our error.</li>\n<li>Any item that is returned more than 30 days after delivery</li>\n</ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<h2>Refunds</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Once your return is received and inspected, we will send you an email to notify you that we have received your returned item. We will also notify you of the approval or rejection of your refund.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are approved, then your refund will be processed, and a credit will automatically be applied to your credit card or original method of payment, within a certain amount of days.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<b>Late or missing refunds</b>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you haven’t received a refund yet, first check your bank account again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Then contact your credit card company, it may take some time before your refund is officially posted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Next contact your bank. There is often some processing time before a refund is posted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’ve done all of this and you still have not received your refund yet, please contact us at {email address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<b>Sale items</b>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Only regular priced items may be refunded. Sale items cannot be refunded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Exchanges</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We only replace items if they are defective or damaged. If you need to exchange it for the same item, send us an email at {email address} and send your item to: {physical address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Gifts</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If the item was marked as a gift when purchased and shipped directly to you, you’ll receive a gift credit for the value of your return. Once the returned item is received, a gift certificate will be mailed to you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If the item wasn’t marked as a gift when purchased, or the gift giver had the order shipped to themselves to give to you later, we will send a refund to the gift giver and they will find out about your return.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Shipping returns</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To return your product, you should mail your product to: {physical address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You will be responsible for paying for your own shipping costs for returning your item. Shipping costs are non-refundable. If you receive a refund, the cost of return shipping will be deducted from your refund.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Depending on where you live, the time it may take for your exchanged product to reach you may vary.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are returning more expensive items, you may consider using a trackable shipping service or purchasing shipping insurance. We don’t guarantee that we will receive your returned item.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Need help?</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Contact us at {email} for questions related to refunds and returns.</p>\n<!-- /wp:paragraph -->','Refund and Returns Policy','','draft','closed','closed','','refund_returns','','','2021-09-11 05:15:20','0000-00-00 00:00:00','',0,'https://thechrishaunfoundation.org/?page_id=1487',0,'page','',0),(1491,0,'2021-10-03 12:03:44','0000-00-00 00:00:00','','2','','pending','closed','closed','','','','','2021-10-03 12:03:44','2021-10-03 12:03:44','',0,'https://thechrishaunfoundation.org/?post_type=give_payment&#038;p=1491',0,'give_payment','',0),(1515,3,'2022-11-14 21:48:55','2022-11-14 21:48:55','','Auto Draft','','trash','open','open','','__trashed','','','2022-11-14 21:48:55','2022-11-14 21:48:55','',0,'https://thechrishaunfoundation.org/?p=1515',0,'post','',0),(1516,3,'2022-11-14 20:31:57','2022-11-14 20:31:57','{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','publish','closed','closed','','wp-global-styles-astra','','','2022-11-14 20:31:57','2022-11-14 20:31:57','',0,'https://thechrishaunfoundation.org/wp-global-styles-astra/',0,'wp_global_styles','',0),(1517,0,'2022-11-14 21:48:55','2022-11-14 21:48:55','','Auto Draft','','inherit','closed','closed','','1515-revision-v1','','','2022-11-14 21:48:55','2022-11-14 21:48:55','',1515,'https://thechrishaunfoundation.org/?p=1517',0,'revision','',0);
/*!40000 ALTER TABLE `wpxo_posts` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpxo_posts` with 1057 row(s)
--

--
-- Table structure for table `wpxo_woocommerce_order_itemmeta`
--

DROP TABLE IF EXISTS `wpxo_woocommerce_order_itemmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_woocommerce_order_itemmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_item_id` bigint(20) unsigned NOT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `order_item_id` (`order_item_id`),
  KEY `meta_key` (`meta_key`(32))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_woocommerce_order_itemmeta`
--

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

-- Dumped table `wpxo_woocommerce_order_itemmeta` with 0 row(s)
--

--
-- Table structure for table `wpxo_give_migrations`
--

DROP TABLE IF EXISTS `wpxo_give_migrations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_give_migrations`
--

LOCK TABLES `wpxo_give_migrations` WRITE;
/*!40000 ALTER TABLE `wpxo_give_migrations` DISABLE KEYS */;
INSERT INTO `wpxo_give_migrations` VALUES ('create_migrations_table','success','','2021-06-28 20:26:55'),('create_revenue_table','success','','2021-06-28 20:26:55'),('remove_revenue_foreign_keys','success','','2021-06-28 20:27:10'),('set_paypal_standard_id_to_paypal_from_paypal_standard','success','','2021-06-28 20:27:10'),('create_new_log_table','success','','2021-06-28 20:27:10'),('delete_old_log_tables','success','','2021-06-28 20:27:10'),('migrate_completed_migrations','success','','2021-06-28 20:27:10'),('set-form-donation-levels-to-strings','success','','2021-09-10 02:57:40'),('remove-paypal-ipn-verification-setting','success','','2022-01-30 17:38:28');
/*!40000 ALTER TABLE `wpxo_give_migrations` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpxo_give_migrations` with 9 row(s)
--

--
-- Table structure for table `wpxo_wc_tax_rate_classes`
--

DROP TABLE IF EXISTS `wpxo_wc_tax_rate_classes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_wc_tax_rate_classes` (
  `tax_rate_class_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  PRIMARY KEY (`tax_rate_class_id`),
  UNIQUE KEY `slug` (`slug`(191))
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_wc_tax_rate_classes`
--

LOCK TABLES `wpxo_wc_tax_rate_classes` WRITE;
/*!40000 ALTER TABLE `wpxo_wc_tax_rate_classes` DISABLE KEYS */;
INSERT INTO `wpxo_wc_tax_rate_classes` VALUES (1,'Reduced rate','reduced-rate'),(2,'Zero rate','zero-rate');
/*!40000 ALTER TABLE `wpxo_wc_tax_rate_classes` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpxo_wc_tax_rate_classes` with 2 row(s)
--

--
-- Table structure for table `wpxo_woocommerce_shipping_zone_methods`
--

DROP TABLE IF EXISTS `wpxo_woocommerce_shipping_zone_methods`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_woocommerce_shipping_zone_methods` (
  `zone_id` bigint(20) unsigned NOT NULL,
  `instance_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `method_id` varchar(200) NOT NULL,
  `method_order` bigint(20) unsigned NOT NULL,
  `is_enabled` tinyint(1) NOT NULL DEFAULT 1,
  PRIMARY KEY (`instance_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_woocommerce_shipping_zone_methods`
--

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

-- Dumped table `wpxo_woocommerce_shipping_zone_methods` with 0 row(s)
--

--
-- Table structure for table `wpxo_wc_category_lookup`
--

DROP TABLE IF EXISTS `wpxo_wc_category_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_wc_category_lookup` (
  `category_tree_id` bigint(20) unsigned NOT NULL,
  `category_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`category_tree_id`,`category_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_wc_category_lookup`
--

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

-- Dumped table `wpxo_wc_category_lookup` with 1 row(s)
--

--
-- Table structure for table `wpxo_woocommerce_downloadable_product_permissions`
--

DROP TABLE IF EXISTS `wpxo_woocommerce_downloadable_product_permissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_woocommerce_downloadable_product_permissions` (
  `permission_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `download_id` varchar(36) NOT NULL,
  `product_id` bigint(20) unsigned NOT NULL,
  `order_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `order_key` varchar(200) NOT NULL,
  `user_email` varchar(200) NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `downloads_remaining` varchar(9) DEFAULT NULL,
  `access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `access_expires` datetime DEFAULT NULL,
  `download_count` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`permission_id`),
  KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(16),`download_id`),
  KEY `download_order_product` (`download_id`,`order_id`,`product_id`),
  KEY `order_id` (`order_id`),
  KEY `user_order_remaining_expires` (`user_id`,`order_id`,`downloads_remaining`,`access_expires`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_woocommerce_downloadable_product_permissions`
--

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

-- Dumped table `wpxo_woocommerce_downloadable_product_permissions` with 0 row(s)
--

--
-- Table structure for table `wpxo_usermeta`
--

DROP TABLE IF EXISTS `wpxo_usermeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_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=MyISAM AUTO_INCREMENT=124 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_usermeta`
--

LOCK TABLES `wpxo_usermeta` WRITE;
/*!40000 ALTER TABLE `wpxo_usermeta` DISABLE KEYS */;
INSERT INTO `wpxo_usermeta` VALUES (1,1,'nickname','The Chrishaun Foundation Inc.'),(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','sunrise'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wpxo_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wpxo_user_level','10'),(14,1,'dismissed_wp_pointers','text_widget_custom_html'),(15,1,'default_password_nag',''),(16,1,'show_welcome_panel','1'),(17,1,'session_tokens','a:1:{s:64:\"b9c3460311359561aa7b3b9cce1f095f4cc76f7f9dbbb0da34909e79b0355abe\";a:4:{s:10:\"expiration\";i:1669742890;s:2:\"ip\";s:13:\"98.209.240.29\";s:2:\"ua\";s:80:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:106.0) Gecko/20100101 Firefox/106.0\";s:5:\"login\";i:1669570090;}}'),(18,1,'wpxo_user-settings','libraryContent=browse&ampampeditor=tinymce&ampampadvImgDetails=show&ampamphidetb=1&ampamppost_dfw=off&ampunfold=1&ampmfold=o&editor=html'),(19,1,'wpxo_user-settings-time','1633708157'),(20,1,'jetpack_tracks_anon_id','jetpack:5ljgrYBdJs72QDGFFGrqyZA6'),(21,1,'wpxo_dashboard_quick_press_last_post_id','1518'),(22,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"98.209.240.0\";}'),(23,1,'closedpostboxes_dashboard','a:2:{i:0;s:19:\"dashboard_right_now\";i:1;s:21:\"dashboard_quick_press\";}'),(24,1,'metaboxhidden_dashboard','a:6:{i:0;s:24:\"wc_admin_dashboard_setup\";i:1;s:22:\"boldgrid-notifications\";i:2;s:27:\"wpforms_reports_widget_lite\";i:3;s:20:\"e-dashboard-overview\";i:4;s:21:\"dashboard_site_health\";i:5;s:17:\"dashboard_primary\";}'),(71,2,'nickname','mssb2u2@gmail.com'),(25,1,'meta-box-order_dashboard','a:4:{s:6:\"normal\";s:175:\"wc_admin_dashboard_setup,boldgrid-notifications,dashboard_php_nag,wpforms_reports_widget_lite,e-dashboard-overview,dashboard_site_health,dashboard_right_now,dashboard_activity\";s:4:\"side\";s:82:\"boldgrid_news_widget,dashboard_quick_press,givewp_reports_widget,dashboard_primary\";s:7:\"column3\";s:22:\"jetpack_summary_widget\";s:7:\"column4\";s:0:\"\";}'),(44,1,'8a9e7c2b41d25572704df5f9c42a15f6','give_user_public_key'),(26,1,'nav_menu_recently_edited','2'),(27,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\";}'),(28,1,'metaboxhidden_nav-menus','a:3:{i:0;s:28:\"add-post-type-e-landing-page\";i:2;s:12:\"add-post_tag\";i:3;s:15:\"add-post_format\";}'),(29,1,'give_is_donation_forms_menu_updated','1'),(31,1,'sbi_ignore_new_user_sale_notice','always'),(32,1,'astra-sites-5-start-notice','notice-dismissed'),(30,1,'seen_more_plugins_page_1','true'),(33,1,'boldgrid_dismissed_admin_notices','a:2:{s:2:\"id\";s:13:\"bg-key-prompt\";s:9:\"timestamp\";i:1629084810;}'),(34,1,'bglibDashboardOrder','1'),(35,1,'marketing_optin','subscribed'),(36,1,'wdm_uwa_pro_ignore_notice','true'),(37,1,'wc_last_active','1669507200'),(38,1,'_woocommerce_tracks_anon_id','woo:1kkt41O42xB1fYVzTHA700SX'),(41,1,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(40,1,'_order_count','0'),(45,1,'6d6eeb2197efc35bdf89800a0a465050','give_user_secret_key'),(46,1,'_new_email','a:2:{s:4:\"hash\";s:32:\"d888954d5e0b65667df98663829d8acf\";s:8:\"newemail\";s:32:\"thechrishaunfoundation@gmail.com\";}'),(47,1,'billing_first_name','Shawn'),(48,1,'billing_last_name','Smash-Jett'),(49,1,'billing_company','The Chrishaun Foundation Inc.'),(50,1,'billing_address_1','384 Northyards Blvd NW'),(51,1,'billing_address_2','Building 100'),(52,1,'billing_city','Atlanta'),(53,1,'billing_postcode','30313'),(54,1,'billing_country','US'),(55,1,'billing_state','GA'),(56,1,'billing_phone','4044919311'),(57,1,'billing_email','shawn@thechrishaunfoundation.org'),(58,1,'shipping_first_name','Shawn'),(59,1,'shipping_last_name','Smash-Jett'),(60,1,'shipping_company','The Chrishaun Foundation Inc.'),(61,1,'shipping_address_1','384 Northyards Blvd NW'),(62,1,'shipping_address_2','Building 100'),(63,1,'shipping_city','Atlanta'),(64,1,'shipping_postcode','30313'),(65,1,'shipping_country','US'),(66,1,'shipping_state','GA'),(67,1,'shipping_phone','4044919311'),(68,1,'last_update','1633747127'),(72,2,'first_name','Sheila'),(73,2,'last_name','Bradley'),(74,2,'description',''),(75,2,'rich_editing','true'),(76,2,'syntax_highlighting','true'),(77,2,'comment_shortcuts','false'),(78,2,'admin_color','fresh'),(79,2,'use_ssl','0'),(80,2,'show_admin_bar_front','true'),(81,2,'locale',''),(82,2,'wpxo_capabilities','a:1:{s:10:\"give_donor\";b:1;}'),(83,2,'wpxo_user_level','0'),(84,2,'session_tokens','a:1:{s:64:\"599eb87a3afa204d5b3f8bddfeaf43b3813dfd624abf397aa0d49f124eb4f957\";a:4:{s:10:\"expiration\";i:1633921224;s:2:\"ip\";s:13:\"68.204.183.61\";s:2:\"ua\";s:139:\"Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1633748424;}}'),(85,2,'wc_last_active','1633737600'),(88,2,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(87,2,'last_update','1633748427');
/*!40000 ALTER TABLE `wpxo_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpxo_usermeta` with 82 row(s)
--

--
-- Table structure for table `wpxo_wc_order_product_lookup`
--

DROP TABLE IF EXISTS `wpxo_wc_order_product_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_wc_order_product_lookup` (
  `order_item_id` bigint(20) unsigned NOT NULL,
  `order_id` bigint(20) unsigned NOT NULL,
  `product_id` bigint(20) unsigned NOT NULL,
  `variation_id` bigint(20) unsigned NOT NULL,
  `customer_id` bigint(20) unsigned DEFAULT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `product_qty` int(11) NOT NULL,
  `product_net_revenue` double NOT NULL DEFAULT 0,
  `product_gross_revenue` double NOT NULL DEFAULT 0,
  `coupon_amount` double NOT NULL DEFAULT 0,
  `tax_amount` double NOT NULL DEFAULT 0,
  `shipping_amount` double NOT NULL DEFAULT 0,
  `shipping_tax_amount` double NOT NULL DEFAULT 0,
  PRIMARY KEY (`order_item_id`),
  KEY `order_id` (`order_id`),
  KEY `product_id` (`product_id`),
  KEY `customer_id` (`customer_id`),
  KEY `date_created` (`date_created`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_wc_order_product_lookup`
--

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

-- Dumped table `wpxo_wc_order_product_lookup` with 0 row(s)
--

--
-- Table structure for table `wpxo_wc_admin_notes`
--

DROP TABLE IF EXISTS `wpxo_wc_admin_notes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_wc_admin_notes` (
  `note_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `type` varchar(20) NOT NULL,
  `locale` varchar(20) NOT NULL,
  `title` longtext NOT NULL,
  `content` longtext NOT NULL,
  `content_data` longtext DEFAULT NULL,
  `status` varchar(200) NOT NULL,
  `source` varchar(200) NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_reminder` datetime DEFAULT NULL,
  `is_snoozable` tinyint(1) NOT NULL DEFAULT 0,
  `layout` varchar(20) NOT NULL DEFAULT '',
  `image` varchar(200) DEFAULT NULL,
  `is_deleted` tinyint(1) NOT NULL DEFAULT 0,
  `icon` varchar(200) NOT NULL DEFAULT 'info',
  `is_read` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`note_id`)
) ENGINE=MyISAM AUTO_INCREMENT=103 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_wc_admin_notes`
--

LOCK TABLES `wpxo_wc_admin_notes` WRITE;
/*!40000 ALTER TABLE `wpxo_wc_admin_notes` DISABLE KEYS */;
INSERT INTO `wpxo_wc_admin_notes` VALUES (1,'mercadopago_q3_2021_EN','marketing','en_US','Get paid with Mercado Pago Checkout','Latin America\'s leading payment processor is now available for WooCommerce stores. Securely accept debit and credit cards, cash, bank transfers, and installment payments – backed by exclusive fraud prevention tools.','{}','pending','woocommerce.com','2021-09-11 05:15:53',NULL,0,'plain','',0,'info',0),(2,'wayflyer_q3_2021','marketing','en_US','Grow your revenue with Wayflyer financing and analytics','Flexible financing tailored to your needs by <a href=\"https://woocommerce.com/products/wayflyer/\">Wayflyer</a> – one fee, no interest rates, penalties, equity, or personal guarantees. Based on your store\'s performance, Wayflyer can provide the financing you need to grow and the analytical insights to help you spend it.','{}','pending','woocommerce.com','2021-09-11 05:15:53',NULL,0,'plain','',0,'info',0),(3,'eu_vat_changes_2021','marketing','en_US','Get your business ready for the new EU tax regulations','On July 1, 2021, new taxation rules will come into play when the <a href=\"https://ec.europa.eu/taxation_customs/business/vat/modernising-vat-cross-border-ecommerce_en\">European Union (EU) Value-Added Tax (VAT) eCommerce package</a> takes effect.<br /><br />The new regulations will impact virtually every B2C business involved in cross-border eCommerce trade with the EU.<br /><br />We therefore recommend <a href=\"https://woocommerce.com/posts/new-eu-vat-regulations\">familiarizing yourself with the new updates</a>, and consult with a tax professional to ensure your business is following regulations and best practice.','{}','pending','woocommerce.com','2021-09-11 05:15:53',NULL,0,'plain','',0,'info',0),(4,'paypal_ppcp_gtm_2021','marketing','en_US','Offer more options with the new PayPal','Get the latest PayPal extension for a full suite of payment methods with extensive currency and country coverage.','{}','pending','woocommerce.com','2021-09-11 05:15:53',NULL,0,'plain','',0,'info',0),(5,'facebook_pixel_api_2021','marketing','en_US','Improve the performance of your Facebook ads','Enable Facebook Pixel and Conversions API through the latest version of Facebook for WooCommerce for improved measurement and ad targeting capabilities.','{}','pending','woocommerce.com','2021-09-11 05:15:53',NULL,0,'plain','',0,'info',0),(6,'facebook_ec_2021','marketing','en_US','Sync your product catalog with Facebook to help boost sales','A single click adds all products to your Facebook Business Page shop. Product changes are automatically synced, with the flexibility to control which products are listed.','{}','pending','woocommerce.com','2021-09-11 05:15:53',NULL,0,'plain','',0,'info',0),(7,'ecomm-need-help-setting-up-your-store','info','en_US','Need help setting up your Store?','Schedule a free 30-min <a href=\"https://wordpress.com/support/concierge-support/\">quick start session</a> and get help from our specialists. We’re happy to walk through setup steps, show you around the WordPress.com dashboard, troubleshoot any issues you may have, and help you the find the features you need to accomplish your goals for your site.','{}','pending','woocommerce.com','2021-09-11 05:15:53',NULL,0,'plain','',0,'info',0),(8,'woocommerce-services','info','en_US','WooCommerce Shipping & Tax','WooCommerce Shipping &amp; Tax helps get your store \"ready to sell\" as quickly as possible. You create your products. We take care of tax calculation, payment processing, and shipping label printing! Learn more about the extension that you just installed.','{}','pending','woocommerce.com','2021-09-11 05:15:53',NULL,0,'plain','',0,'info',0),(9,'ecomm-unique-shopping-experience','info','en_US','For a shopping experience as unique as your customers','Product Add-Ons allow your customers to personalize products while they\'re shopping on your online store. No more follow-up email requests—customers get what they want, before they\'re done checking out. Learn more about this extension that comes included in your plan.','{}','pending','woocommerce.com','2021-09-11 05:15:53',NULL,0,'plain','',0,'info',0),(10,'wc-admin-getting-started-in-ecommerce','info','en_US','Getting Started in eCommerce - webinar','We want to make eCommerce and this process of getting started as easy as possible for you. Watch this webinar to get tips on how to have our store up and running in a breeze.','{}','pending','woocommerce.com','2021-09-11 05:15:53',NULL,0,'plain','',0,'info',0),(11,'your-first-product','info','en_US','Your first product','That’s huge! You’re well on your way to building a successful online store — now it’s time to think about how you’ll fulfill your orders.<br /><br />Read our shipping guide to learn best practices and options for putting together your shipping strategy. And for WooCommerce stores in the United States, you can print discounted shipping labels via USPS with <a href=\"https://href.li/?https://woocommerce.com/shipping\" target=\"_blank\">WooCommerce Shipping</a>.','{}','pending','woocommerce.com','2021-09-11 05:15:53',NULL,0,'plain','',0,'info',0),(12,'wc-square-apple-pay-boost-sales','marketing','en_US','Boost sales with Apple Pay','Now that you accept Apple Pay® with Square you can increase conversion rates by letting your customers know that Apple Pay® is available. Here’s a marketing guide to help you get started.','{}','pending','woocommerce.com','2021-09-11 05:15:53',NULL,0,'plain','',0,'info',0),(13,'wc-square-apple-pay-grow-your-business','marketing','en_US','Grow your business with Square and Apple Pay ','Now more than ever, shoppers want a fast, simple, and secure online checkout experience. Increase conversion rates by letting your customers know that you now accept Apple Pay®.','{}','pending','woocommerce.com','2021-09-11 05:15:53',NULL,0,'plain','',0,'info',0),(14,'wcpay-apple-pay-is-now-available','marketing','en_US','Apple Pay is now available with WooCommerce Payments!','Increase your conversion rate by offering a fast and secure checkout with <a href=\"https://woocommerce.com/apple-pay/?utm_source=inbox&amp;utm_medium=product&amp;utm_campaign=wcpay_applepay\" target=\"_blank\">Apple Pay</a>®. It’s free to get started with <a href=\"https://woocommerce.com/payments/?utm_source=inbox&amp;utm_medium=product&amp;utm_campaign=wcpay_applepay\" target=\"_blank\">WooCommerce Payments</a>.','{}','pending','woocommerce.com','2021-09-11 05:15:53',NULL,0,'plain','',0,'info',0),(15,'wcpay-apple-pay-boost-sales','marketing','en_US','Boost sales with Apple Pay','Now that you accept Apple Pay® with WooCommerce Payments you can increase conversion rates by letting your customers know that Apple Pay® is available. Here’s a marketing guide to help you get started.','{}','pending','woocommerce.com','2021-09-11 05:15:53',NULL,0,'plain','',0,'info',0),(16,'wcpay-apple-pay-grow-your-business','marketing','en_US','Grow your business with WooCommerce Payments and Apple Pay','Now more than ever, shoppers want a fast, simple, and secure online checkout experience. Increase conversion rates by letting your customers know that you now accept Apple Pay®.','{}','pending','woocommerce.com','2021-09-11 05:15:54',NULL,0,'plain','',0,'info',0),(17,'wc-square-apple-pay-boost-sales','marketing','en_US','Boost sales with Apple Pay','Now that you accept Apple Pay® with Square you can increase conversion rates by letting your customers know that Apple Pay® is available. Here’s a marketing guide to help you get started.','{}','pending','woocommerce.com','2021-09-11 05:15:54',NULL,0,'plain','',0,'info',0),(18,'wc-admin-optimizing-the-checkout-flow','info','en_US','Optimizing the checkout flow','It’s crucial to get your store’s checkout as smooth as possible to avoid losing sales. Let’s take a look at how you can optimize the checkout experience for your shoppers.','{}','pending','woocommerce.com','2021-09-11 05:15:54',NULL,0,'plain','',0,'info',0),(19,'wc-admin-first-five-things-to-customize','info','en_US','The first 5 things to customize in your store','Deciding what to start with first is tricky. To help you properly prioritize, we’ve put together this short list of the first few things you should customize in WooCommerce.','{}','unactioned','woocommerce.com','2022-02-23 15:36:47',NULL,0,'plain','',0,'info',0),(20,'wc-payments-qualitative-feedback','info','en_US','WooCommerce Payments setup - let us know what you think','Congrats on enabling WooCommerce Payments for your store. Please share your feedback in this 2 minute survey to help us improve the setup process.','{}','pending','woocommerce.com','2021-09-11 05:15:54',NULL,0,'plain','',0,'info',0),(21,'share-your-feedback-on-paypal','info','en_US','Share your feedback on PayPal','Share your feedback in this 2 minute survey about how we can make the process of accepting payments more useful for your store.','{}','pending','woocommerce.com','2021-09-11 05:15:54',NULL,0,'plain','',0,'info',0),(22,'wcpay_instant_deposits_gtm_2021','marketing','en_US','Get paid within minutes – Instant Deposits for WooCommerce Payments','Stay flexible with immediate access to your funds when you need them – including nights, weekends, and holidays. With <a href=\"https://woocommerce.com/products/woocommerce-payments/?utm_source=inbox&amp;utm_medium=product&amp;utm_campaign=wcpay_instant_deposits\">WooCommerce Payments\'</a> new Instant Deposits feature, you’re able to transfer your earnings to a debit card within minutes.','{}','pending','woocommerce.com','2021-09-11 05:15:54',NULL,0,'plain','',0,'info',0),(23,'google_listings_and_ads_install','marketing','en_US','Drive traffic and sales with Google','Reach online shoppers to drive traffic and sales for your store by showcasing products across Google, for free or with ads.','{}','pending','woocommerce.com','2021-09-11 05:15:54',NULL,0,'plain','',0,'info',0),(24,'wc-subscriptions-security-update-3-0-15','info','en_US','WooCommerce Subscriptions security update!','We recently released an important security update to WooCommerce Subscriptions. To ensure your site’s data is protected, please upgrade <strong>WooCommerce Subscriptions to version 3.0.15</strong> or later.<br /><br />Click the button below to view and update to the latest Subscriptions version, or log in to <a href=\"https://woocommerce.com/my-dashboard\">WooCommerce.com Dashboard</a> and navigate to your <strong>Downloads</strong> page.<br /><br />We recommend always using the latest version of WooCommerce Subscriptions, and other software running on your site, to ensure maximum security.<br /><br />If you have any questions we are here to help — just <a href=\"https://woocommerce.com/my-account/create-a-ticket/\">open a ticket</a>.','{}','pending','woocommerce.com','2021-09-11 05:15:54',NULL,0,'plain','',0,'info',0),(25,'woocommerce-core-update-5-4-0','info','en_US','Update to WooCommerce 5.4.1 now','WooCommerce 5.4.1 addresses a checkout issue discovered in WooCommerce 5.4. We recommend upgrading to WooCommerce 5.4.1 as soon as possible.','{}','pending','woocommerce.com','2021-09-11 05:15:54',NULL,0,'plain','',0,'info',0),(26,'wcpay-promo-2020-11','marketing','en_US','wcpay-promo-2020-11','wcpay-promo-2020-11','{}','pending','woocommerce.com','2021-09-11 05:15:54',NULL,0,'plain','',0,'info',0),(27,'wcpay-promo-2020-12','marketing','en_US','wcpay-promo-2020-12','wcpay-promo-2020-12','{}','pending','woocommerce.com','2021-09-11 05:15:54',NULL,0,'plain','',0,'info',0),(28,'wcpay-promo-2021-6-incentive-1','marketing','en_US','Simplify the payments process for you and your customers with WooCommerce Payments','With <a href=\"https://woocommerce.com/payments/?utm_medium=notification&amp;utm_source=product&amp;utm_campaign=wcpay601\">WooCommerce Payments</a>, you can securely accept all major cards, Apple Pay®, and recurring revenue in over 100 currencies.\n				Built into your store’s WooCommerce dashboard, track cash flow and manage all of your transactions in one place – with no setup costs or monthly fees.\n				<br /><br />\n				By clicking \"Get WooCommerce Payments,\" you agree to the <a href=\"https://wordpress.com/tos/?utm_medium=notification&amp;utm_source=product&amp;utm_campaign=wcpay601\">Terms of Service</a>\n				and acknowledge you have read the <a href=\"https://automattic.com/privacy/\">Privacy Policy</a>.\n				','{}','pending','woocommerce.com','2021-09-11 05:15:54',NULL,0,'plain','',0,'info',0),(29,'wcpay-promo-2021-6-incentive-2','marketing','en_US','Simplify the payments process for you and your customers with WooCommerce Payments','With <a href=\"https://woocommerce.com/payments/?utm_medium=notification&amp;utm_source=product&amp;utm_campaign=wcpay601\">WooCommerce Payments</a>, you can securely accept all major cards, Apple Pay®, and recurring revenue in over 100 currencies.\n				Built into your store’s WooCommerce dashboard, track cash flow and manage all of your transactions in one place – with no setup costs or monthly fees.\n				<br /><br />\n				By clicking \"Get WooCommerce Payments,\" you agree to the <a href=\"https://wordpress.com/tos/?utm_medium=notification&amp;utm_source=product&amp;utm_campaign=wcpay601\">Terms of Service</a>\n				and acknowledge you have read the <a href=\"https://automattic.com/privacy/\">Privacy Policy</a>.\n				','{}','pending','woocommerce.com','2021-09-11 05:15:54',NULL,0,'plain','',0,'info',0),(30,'ppxo-pps-upgrade-paypal-payments-1','info','en_US','Get the latest PayPal extension for WooCommerce','Heads up! There’s a new PayPal on the block!<br /><br />Now is a great time to upgrade to our latest <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal extension</a> to continue to receive support and updates with PayPal.<br /><br />Get access to a full suite of PayPal payment methods, extensive currency and country coverage, and pay later options with the all-new PayPal extension for WooCommerce.','{}','pending','woocommerce.com','2021-09-11 05:15:54',NULL,0,'plain','',0,'info',0),(31,'ppxo-pps-upgrade-paypal-payments-2','info','en_US','Upgrade your PayPal experience!','Get access to a full suite of PayPal payment methods, extensive currency and country coverage, offer subscription and recurring payments, and the new PayPal pay later options.<br /><br />Start using our <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">latest PayPal today</a> to continue to receive support and updates.','{}','unactioned','woocommerce.com','2021-09-11 05:15:54',NULL,0,'plain','',0,'info',0),(32,'woocommerce-core-sqli-july-2021-need-to-update','update','en_US','Action required: Critical vulnerabilities in WooCommerce','In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br />Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br /><br />For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.','{}','pending','woocommerce.com','2021-09-11 05:15:54',NULL,0,'plain','',0,'info',0),(33,'woocommerce-blocks-sqli-july-2021-need-to-update','update','en_US','Action required: Critical vulnerabilities in WooCommerce Blocks','In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br />Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br /><br />For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.','{}','pending','woocommerce.com','2021-09-11 05:15:54',NULL,0,'plain','',0,'info',0),(34,'woocommerce-core-sqli-july-2021-store-patched','update','en_US','Solved: Critical vulnerabilities patched in WooCommerce','In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br /><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.','{}','pending','woocommerce.com','2021-09-11 05:15:54',NULL,0,'plain','',0,'info',0),(35,'woocommerce-blocks-sqli-july-2021-store-patched','update','en_US','Solved: Critical vulnerabilities patched in WooCommerce Blocks','In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br /><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.','{}','pending','woocommerce.com','2021-09-11 05:15:54',NULL,0,'plain','',0,'info',0),(36,'wc-refund-returns-page','info','en_US','Setup a Refund and Returns Policy page to boost your store\'s credibility.','We have created a sample draft Refund and Returns Policy page for you. Please have a look and update it to fit your store.','{}','unactioned','woocommerce-core','2021-09-11 05:15:56',NULL,0,'plain','',0,'info',0),(37,'wc-admin-wc-helper-connection','info','en_US','Connect to WooCommerce.com','Connect to get important product notifications and updates.','{}','unactioned','woocommerce-admin','2021-09-11 05:15:57',NULL,0,'plain','',0,'info',0),(38,'wc-admin-usage-tracking-opt-in','info','en_US','Help WooCommerce improve with usage tracking','Gathering usage data allows us to improve WooCommerce. Your store will be considered as we evaluate new features, judge the quality of an update, or determine if an improvement makes sense. You can always visit the <a href=\"https://thechrishaunfoundation.org/wp-admin/admin.php?page=wc-settings&#038;tab=advanced&#038;section=woocommerce_com\" target=\"_blank\">Settings</a> and choose to stop sharing data. <a href=\"https://woocommerce.com/usage-tracking?utm_medium=product\" target=\"_blank\">Read more</a> about what data we collect.','{}','unactioned','woocommerce-admin','2021-10-08 15:32:07',NULL,0,'plain','',0,'info',0),(39,'wc-admin-onboarding-email-marketing','info','en_US','Sign up for tips, product updates, and inspiration','We\'re here for you - get tips, product updates and inspiration straight to your email box','{}','unactioned','woocommerce-admin','2021-10-08 15:32:07',NULL,0,'plain','',0,'info',0),(40,'wc-admin-onboarding-payments-reminder','info','en_US','Start accepting payments on your store!','Take payments with the provider that’s right for you - choose from 100+ payment gateways for WooCommerce.','{}','unactioned','woocommerce-admin','2021-10-08 15:32:07',NULL,0,'plain','',0,'info',0),(41,'wc-admin-woocommerce-payments','marketing','en_US','Try the new way to get paid','Securely accept credit and debit cards on your site. Manage transactions without leaving your WordPress dashboard. Only with <strong>WooCommerce Payments</strong>.<br><br>By clicking \"Get started\", you agree to our <a href=\"https://wordpress.com/tos/\" target=\"_blank\">Terms of Service</a>','{}','unactioned','woocommerce-admin','2021-10-08 15:32:07',NULL,0,'plain','',0,'info',0),(66,'woocommerce-core-paypal-march-2022-updated','update','en_US','Security auto-update of WooCommerce','<strong>Your store has been updated to the latest secure version of WooCommerce</strong>. We worked with WordPress to deploy PayPal Standard security updates for stores running WooCommerce (version 3.5 to 6.3). It’s recommended to disable PayPal Standard, and use <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal Payments</a> to accept PayPal.','{}','pending','woocommerce.com','2022-03-11 15:43:13',NULL,0,'plain','',0,'info',0),(43,'wc-admin-marketing-jetpack-backup','marketing','en_US','Protect your WooCommerce Store with Jetpack Backup.','Store downtime means lost sales. One-click restores get you back online quickly if something goes wrong.','{}','unactioned','woocommerce-admin-notes','2021-10-08 15:32:07',NULL,0,'plain','',0,'info',0),(44,'wc-admin-insight-first-sale','survey','en_US','Did you know?','A WooCommerce powered store needs on average 31 days to get the first sale. You\'re on the right track! Do you find this type of insight useful?','{}','unactioned','woocommerce-admin','2021-10-08 15:32:07',NULL,0,'plain','',0,'info',0),(45,'bbpos-chipper-launch','marketing','en_US','Ready to grow your business beyond online?','Collect payment in person for orders placed online using WooCommerce In-Person Payments. The BBPOS Chipper card reader can process payments securely, and keep everything synced in your WooCommerce Payments dashboard – no matter where you are.','{}','pending','woocommerce.com','2021-10-15 15:34:44',NULL,0,'plain','',0,'info',0),(46,'habit-moment-survey','marketing','en_US','We’re all ears! Share your experience so far with WooCommerce','We’d love your input to shape the future of WooCommerce together. Feel free to share any feedback, ideas or suggestions that you have.','{}','pending','woocommerce.com','2021-11-05 15:41:23',NULL,0,'plain','',0,'info',0),(47,'new_in_app_marketplace_2021_1','info','en_US','Grow your business with extensions','Check out our NEW Extensions tab to see our favorite extensions for growing your business, and discover the most popular extensions in the WooCommerce Marketplace.','{}','unactioned','woocommerce.com','2021-11-08 15:38:47',NULL,0,'plain','',0,'info',0),(48,'new_in_app_marketplace_2021_2','info','en_US','Customize your store with extensions','Check out our NEW Extensions tab to see our favorite extensions for customizing your store, and discover the most popular extensions in the WooCommerce Marketplace.','{}','pending','woocommerce.com','2021-11-08 15:38:47',NULL,0,'plain','',0,'info',0),(49,'stripe_applepay_holiday2021','marketing','en_US','Boost sales this holiday season with Apple Pay!','Increase your conversion rate by letting your customers know that you accept Apple Pay. It’s seamless to <a href=\"https://docs.woocommerce.com/document/stripe/?_ga=2.90941597.642705274.1635776464-1391993999.1621950839#apple-pay\">enable Apple Pay with Stripe</a> and easy to communicate it with this <a href=\"https://developer.apple.com/apple-pay/marketing/\">marketing guide</a>.','{}','pending','woocommerce.com','2021-11-11 15:51:12',NULL,0,'plain','',0,'info',0),(50,'square_applepay_holiday2021','marketing','en_US','Boost sales this holiday season with Apple Pay!','Increase your conversion rate by letting your customers know that you accept Apple Pay. It’s seamless to <a href=\"https://docs.woocommerce.com/document/woocommerce-square/?_ga=2.90941597.642705274.1635776464-1391993999.1621950839#section-14\">enable Apple Pay with Square</a> and easy to communicate it with this <a href=\"https://developer.apple.com/apple-pay/marketing/\">marketing guide</a>.','{}','pending','woocommerce.com','2021-11-11 15:51:12',NULL,0,'plain','',0,'info',0),(51,'wcpay_applepay_holiday2021','marketing','en_US','Boost sales this holiday season with Apple Pay!','Increase your conversion rate by letting your customers know that you accept Apple Pay. It’s seamless to <a href=\"https://docs.woocommerce.com/document/payments/apple-pay/\">enable Apple Pay with WooCommerce Payments</a> and easy to communicate it with this <a href=\"https://developer.apple.com/apple-pay/marketing/\">marketing guide</a>.','{}','pending','woocommerce.com','2021-11-11 15:51:12',NULL,0,'plain','',0,'info',0),(52,'wayflyer_bnpl_q4_2021','marketing','en_US','Grow your business with funding through Wayflyer','Fast, flexible financing to boost cash flow and help your business grow – one fee, no interest rates, penalties, equity, or personal guarantees. Based on your store’s performance, Wayflyer provides funding and analytical insights to invest in your business.','{}','pending','woocommerce.com','2021-11-12 16:05:26',NULL,0,'plain','',0,'info',0),(53,'wc_shipping_mobile_app_usps_q4_2021','marketing','en_US','Print and manage your shipping labels with WooCommerce Shipping and the WooCommerce Mobile App','Save time by printing, purchasing, refunding, and tracking shipping labels generated by <a href=\"https://woocommerce.com/woocommerce-shipping/\">WooCommerce Shipping</a> – all directly from your mobile device!','{}','pending','woocommerce.com','2021-11-12 16:05:26',NULL,0,'plain','',0,'info',0),(54,'wc_shipping_mobile_app_q4_2021','marketing','en_US','Print and manage your shipping labels with the WooCommerce Mobile App','Save time by printing, purchasing, refunding, and tracking shipping labels generated by <a href=\"https://woocommerce.com/woocommerce-shipping/\">WooCommerce Shipping</a> – all directly from your mobile device!','{}','pending','woocommerce.com','2021-11-12 16:05:26',NULL,0,'plain','',0,'info',0),(55,'new_in_app_marketplace_2021','info','en_US','Customize your store with extensions','Check out our NEW Extensions tab to see our favorite extensions for customizing your store, and discover the most popular extensions in the WooCommerce Marketplace.','{}','unactioned','woocommerce.com','2021-11-23 15:33:06',NULL,0,'plain','',0,'info',0),(56,'wc-admin-real-time-order-alerts','info','en_US','Get real-time order alerts anywhere','Get notifications about store activity, including new orders and product reviews directly on your mobile devices with the Woo app.','{}','unactioned','woocommerce-admin','2021-12-10 15:45:49',NULL,0,'plain','',0,'info',0),(57,'ecomm-wc-navigation-survey','info','en_US','We’d like your feedback on the WooCommerce navigation','We’re making improvements to the WooCommerce navigation and would love your feedback. Share your experience in this 2 minute survey.','{}','pending','woocommerce.com','2022-01-05 15:55:07',NULL,0,'plain','',0,'info',0),(58,'wc-admin-update-store-details','info','en_US','Edit your store details if you need to','Nice work completing your store profile! You can always go back and edit the details you just shared, as needed.','{}','unactioned','woocommerce-admin','2022-01-31 15:33:02',NULL,0,'plain','',0,'info',0),(59,'wc_simple_payments_m2_reader_launch_q1_2022','marketing','en_US','Take quick and easy in-person payments','WooCommerce is continuing to power up your business with our new Simple Payments feature, built exclusively for WooCommerce In-Person Payments. Capture quick and simple payments anywhere else your customers are – or offer a local pickup option with payment taken in-person for orders placed online.','{}','unactioned','woocommerce.com','2022-02-04 15:40:18',NULL,0,'plain','',0,'info',0),(60,'wcpay_applepay_q1_2022','marketing','en_US','Increase conversions with Apple Pay – just like Diane does','See how Diane from <a href=\"https://woocommerce.com/posts/lady-dye-yarns-from-crafts-to-activism-with-woocommerce/?utm_source=product&amp;utm_medium=inboxnotification&amp;utm_campaign=apple-pay\" target=\"_blank\">Lady Dye Yarns</a> uses Apple Pay to provide customers with the fast, secure checkout experience they love. You can, too – Apple Pay is included in WooCommerce Payments. Here\'s how you can increase conversions by encouraging shoppers to pay with a single tap.','{}','pending','woocommerce.com','2022-02-07 15:58:28',NULL,0,'plain','',0,'info',0),(61,'stripe_applepay_q1_2022','marketing','en_US','Increase conversions with Apple Pay – just like Thomas does','Read the inspirational story of <a href=\"https://woocommerce.com/posts/incredible-story-of-thomas-trendy-socks-down-syndrome-entrepreneur/?utm_source=product&amp;utm_medium=inboxnotification&amp;utm_campaign=apple-pay\" target=\"_blank\">Thomas\'s Trendy Socks</a> and see how he’s using Apple Pay to provide customers with the fast, secure checkout experience they love. You can, too – ready to turn more visitors into buyers? Accept Apple Pay by selecting Enable express checkouts in Settings &gt; Payments &gt; Stripe.','{}','pending','woocommerce.com','2022-02-07 15:58:28',NULL,0,'plain','',0,'info',0),(62,'square_applepay_q1_2022','marketing','en_US','Increase conversions with a faster checkout experience','By enabling Apple Pay in Square, your customers can complete purchases quickly and securely with a single touch or a glance – no lengthy checkout forms necessary. Accept Apple Pay by enabling Digital Wallets within Settings &gt; Payments &gt; Square.','{}','pending','woocommerce.com','2022-02-07 15:58:28',NULL,0,'plain','',0,'info',0),(63,'lead_gen_existing_customers_1','marketing','en_US','Talk to a consultant','As your business grows, you want to optimize costs, streamline operations, and sell more. We can help. Talk to us about how you can get the most out of WooCommerce.','{}','unactioned','woocommerce.com','2022-02-11 15:44:31',NULL,0,'plain','',0,'info',0),(64,'wc-update-db-reminder','update','en_US','WooCommerce database update done','WooCommerce database update complete. Thank you for updating to the latest version!','{}','unactioned','woocommerce-core','2022-02-23 03:43:38',NULL,0,'plain','',0,'info',0),(65,'wc-admin-manage-orders-on-the-go','info','en_US','Manage your orders on the go','Look for orders, customer info, and process refunds in one click with the Woo app.','{}','unactioned','woocommerce-admin','2022-03-10 15:44:10',NULL,0,'plain','',0,'info',0),(67,'woocommerce-core-paypal-march-2022-updated-nopp','update','en_US','Security auto-update of WooCommerce','<strong>Your store has been updated to the latest secure version of WooCommerce</strong>. We worked with WordPress to deploy security updates related to PayPal Standard payment gateway for stores running WooCommerce (version 3.5 to 6.3).','{}','pending','woocommerce.com','2022-03-11 15:43:13',NULL,0,'plain','',0,'info',0),(68,'pinterest_03_2022_update','marketing','en_US','Your Pinterest for WooCommerce plugin is out of date!','Update to the latest version of Pinterest for WooCommerce to continue using this plugin and keep your store connected with Pinterest. To update, visit <strong>Plugins &gt; Installed Plugins</strong>, and click on “update now” under Pinterest for WooCommerce.','{}','pending','woocommerce.com','2022-03-23 15:40:19',NULL,0,'plain','',0,'info',0),(69,'pinterest_gtm_q2_2021','marketing','en_US','Get your products in front of a large, engaged audience','Did you know that shoppers on Pinterest spend twice as much as people on other social platforms? With the new, official Pinterest for WooCommerce, you can turn your product catalog into shoppable Pins and showcase them to 400+ million monthly users looking to buy.','{}','unactioned','woocommerce.com','2022-04-24 15:33:50',NULL,0,'plain','',0,'info',0),(70,'setup_task_initiative_survey_q2_2022','survey','en_US','We want to know what matters most to you','Take 2 minutes to give us your input on what is important for you while setting up your store and help shape the future of WooCommerce together.','{}','pending','woocommerce.com','2022-04-26 15:46:14',NULL,0,'plain','',0,'info',0),(71,'woocommerce_payments_subscriptions_nopayments_q2_2022','marketing','en_US','Sell subscriptions online – without a paid extension','Say hello to WooCommerce Payments – now with built-in subscriptions functionality. Get free access to the features you need to start earning recurring revenue online. Pay as you go, with no setup costs or monthly fees.','{}','unactioned','woocommerce.com','2022-04-27 16:14:38',NULL,0,'plain','',0,'info',0),(72,'woocommerce_payments_subscriptions_yespayments_q2_2022','marketing','en_US','Sell subscriptions online – no extra extension required','It\'s here! WooCommerce Payments now features built-in subscriptions functionality. No need to install an extra, paid extension – we\'ve made it simpler than ever to start earning recurring revenue. Ready to grow your business?','{}','pending','woocommerce.com','2022-04-27 16:14:38',NULL,0,'plain','',0,'info',0),(73,'setup_task_second_survey_q2_2022','survey','en_US','We want to know what matters most to you','Take 2 minutes to give us your input on what is important for you while setting up your store and help shape the future of WooCommerce together.','{}','unactioned','woocommerce.com','2022-05-10 15:37:33',NULL,0,'plain','',0,'info',0),(74,'store_setup_survey_survey_q2_2022','survey','en_US','How is your store setup going?','Our goal is to make sure you have all the right tools to start setting up your store in the smoothest way possible.\r\nWe’d love to know if we hit our mark and how we can improve. To collect your thoughts, we made a 2-minute survey.','{}','pending','woocommerce.com','2022-05-10 15:37:33',NULL,0,'plain','',0,'info',0),(75,'wc-admin-EU-consumer-protection','marketing','en_US','Important changes to EU consumer protection laws','New regulations to help modernize and strengthen consumer protection laws in the European Union (EU) take effect on May 28, 2022. These rules impact all merchants selling to the EU, regardless of where their business is located. Further detailed information is available on the European Commission\'s official website.','{}','unactioned','woocommerce.com','2022-05-14 15:57:07',NULL,0,'plain','',0,'info',0),(76,'affirm_q2_2022','marketing','en_US','Boost your business with flexible payments','Expand your customer base with smarter payment options for more shoppers. With Affirm,  you can offer the most relevant payment options at every price point – from four interest-free payments every two weeks to longer installments up to 36 months. Fast-track your revenue goals today!','{}','unactioned','woocommerce.com','2022-05-15 15:36:49',NULL,0,'plain','',0,'info',0),(77,'googlelistings_multicountrygtm_q22022','marketing','en_US','Expand your audience with Multi-Country Advertising','It\'s time to expand your audience with Multi-Country Advertising, an exciting new feature in Google Listings &amp; Ads. Reach more potential customers in as many regions as you like within a single campaign, all from the convenience of your WooCommerce dashboard.','{}','unactioned','woocommerce.com','2022-05-16 16:04:38',NULL,0,'plain','',0,'info',0),(78,'wc_ipp_order_creation_GTM_launch_q2_2022','marketing','en_US','Grow your business on the go with WooCommerce In-Person Payments','Quickly create new orders, manage transactions, and take secure payments no matter where your business takes you. With automatic inventory sync, WooCommerce In-Person Payments is the only fully integrated solution for taking your WooCommerce store offline.','{}','unactioned','woocommerce.com','2022-05-26 16:10:06',NULL,0,'plain','',0,'info',0),(79,'wc-admin-performance-on-mobile','info','en_US','Track your store performance on mobile','Monitor your sales and high performing products with the Woo app.','{}','unactioned','woocommerce-admin','2022-06-08 15:49:24',NULL,0,'plain','',0,'info',0),(80,'wc-admin-wisepad3','marketing','en_US','Take your business on the go in Canada with WooCommerce In-Person Payments','Quickly create new orders, accept payment in person for orders placed online, and automatically sync your inventory – no matter where your business takes you. With WooCommerce In-Person Payments and the WisePad 3 card reader, you can bring the power of your store anywhere.','{}','pending','woocommerce.com','2022-06-15 15:43:21',NULL,0,'plain','',0,'info',0),(81,'TikTok q2_2022','marketing','en_US','Give your store a stage on the world’s fastest-growing advertising channel','With TikTok for WooCommerce, you can sync your catalog, create videos, and track performance in front of TikTok’s one billion global users. Try the Smart Video Generator to make ads using your existing product images – no camera needed. Get $200 in ad credit from TikTok after a $20 spend (terms &amp; conditions apply).','{}','unactioned','woocommerce.com','2022-06-22 15:38:47',NULL,0,'plain','',0,'info',0),(82,'tiktok-webinar-promo-july2022','marketing','en_US','Free webinar: TikTok for WooCommerce','Join WooCommerce and TikTok live on July 14 to learn about ad types, trends, and the best ways to connect with an audience of one billion active users on the world’s fastest-growing social platform. Participants have a chance to score a free month of Vimeo Pro, and two winners will get a $5,000 ad credit and more.','{}','pending','woocommerce.com','2022-07-09 15:33:47',NULL,0,'plain','',0,'info',0),(83,'mercado_pago_q3_2022','marketing','en_US','Get paid with Mercado Pago Checkout','Give your customers a checkout they can trust with Latin America\'s leading payment processor. Securely accept debit and credit cards, cash, bank transfers, and installment payments – backed by exclusive fraud prevention tools.','{}','pending','woocommerce.com','2022-08-08 15:32:05',NULL,0,'plain','',0,'info',0),(84,'klarna_q3_2022','marketing','en_US','Meet Klarna – your ultimate growth partner','Increase conversions by offering secure, flexible payment solutions – including buy now, pay later – all through a one-click checkout experience. Plus, you’ll tap into a whole new market of the world’s most engaged shoppers.','{}','unactioned','woocommerce.com','2022-08-08 15:32:05',NULL,0,'plain','',0,'info',0),(85,'woocommerce-payments-august-2022-need-to-update','update','en_US','Action required: Please update WooCommerce Payments','An updated secure version of WooCommerce Payments is available – please ensure that you’re using the latest patch version. For more information on what action you need to take, please review the article below.','{}','pending','woocommerce.com','2022-08-09 15:32:34',NULL,0,'plain','',0,'info',0),(86,'woocommerce-payments-august-2022-store-patched','update','en_US','WooCommerce Payments has been automatically updated','You’re now running the latest secure version of WooCommerce Payments. We’ve worked with the WordPress Plugins team to deploy a security update to stores running WooCommerce Payments (version 3.9 to 4.5). For further information, please review the article below.','{}','pending','woocommerce.com','2022-08-09 15:32:34',NULL,0,'plain','',0,'info',0),(87,'mobile_app_order_management_q3_2022','marketing','en_US','Take order management on the go','The WooCommerce Mobile App continues to get better with added order management functionality! Add or remove products, edit fees, or change the shipping options in any existing order – all from within the app.','{}','unactioned','woocommerce.com','2022-08-17 15:45:47',NULL,0,'plain','',0,'info',0),(88,'product_creation_usability_test_3_months','survey','en_US','Have a say in the future of WooCommerce','Take an early look at the future of editing products in WooCommerce. Share your thoughts (~5 minutes) and help shape the experience for yourself and other merchants.','{}','pending','woocommerce.com','2022-08-25 15:47:38',NULL,0,'plain','',0,'info',0),(89,'product_creation_usability_test_6_months','survey','en_US','Try the new product edit form prototype','Take an early look at the future of editing products in WooCommerce. Share your thoughts (~5 minutes) and help shape the experience for yourself and other merchants.','{}','pending','woocommerce.com','2022-08-29 15:50:15',NULL,0,'plain','',0,'info',0),(90,'product_creation_usability_test_12_months','survey','en_US','Try the new product edit form prototype','Take an early look at the future of editing products in WooCommerce. Share your thoughts (~5 minutes) and help shape the experience for yourself and other merchants.','{}','pending','woocommerce.com','2022-09-06 15:33:39',NULL,0,'plain','',0,'info',0),(91,'wc-admin-edit-products-on-the-move','info','en_US','Edit products on the move','Edit and create new products from your mobile devices with the Woo app','{}','unactioned','woocommerce-admin','2022-09-11 15:37:17',NULL,0,'plain','',0,'info',0),(92,'custom_deposit_schedules_inbox','marketing','en_US','Customize your deposit schedule','Receive your funds according to your own business needs with custom deposit schedules from WooCommerce Payments. You’ll have the flexibility to deposit funds into your bank account daily, weekly, monthly, or even on-demand – you’ve done the work, now get paid on your terms.','{}','unactioned','woocommerce.com','2022-09-15 15:32:10',NULL,0,'plain','',0,'info',0),(93,'googlelistings_signals2022_hasGLA','marketing','en_US','Show off your products with Ads on Google','You’re ready to grow with ads. Google optimizes for performance across your products; you only pay for results. If you’re new to Google, you can earn up to $500 in ad credits (T&amp;Cs apply). <a href=\"https://woocommerce.com/my-account/create-a-ticket/\">Contact support</a> if you need guidance with Google Listings &amp; Ads.','{}','pending','woocommerce.com','2022-09-23 15:32:23',NULL,0,'plain','',0,'info',0),(94,'googlelistings_signals2022_noGLA','marketing','en_US','Show off your products with Ads on Google','You’re ready to grow with ads. Google optimizes for performance across your products; you only pay for results. If you’re new to Google, you can earn up to $500 in ad credits (T&amp;Cs apply). <a href=\"https://woocommerce.com/my-account/create-a-ticket/\">Contact support</a> if you need guidance with Google Listings &amp; Ads.','{}','pending','woocommerce.com','2022-09-23 15:32:23',NULL,0,'plain','',0,'info',0),(95,'pre-black-friday-sale-2022-announcement','marketing','en_US','Surprise! We’re offering 40% off everything at WooCommerce.com','Just in time to get your store Black Friday ready. Sale ends 7 October, 2pm UTC.','{}','unactioned','woocommerce.com','2022-10-04 15:42:59',NULL,0,'plain','',0,'info',0),(96,'shipping_category_q4_2022','marketing','en_US','Save time on shipping','Is your store all set to ship? Save valuable time (and money!) by automating your fulfillment process for the busiest shopping season. Explore our range of trusted shipping partners to get started.','{}','unactioned','woocommerce.com','2022-10-13 15:44:44',NULL,0,'plain','',0,'info',0),(97,'facebook_q4-2022_hasFB','marketing','en_US','Drive more demand this holiday season with Facebook for WooCommerce','Deliver a personalized and seamless shopping experience this holiday season with Facebook for WooCommerce. With more ad formats than ever, you can create engaging ads that meet customers across Facebook, Instagram, Messenger, and WhatsApp throughout the busy shopping season.','{}','pending','woocommerce.com','2022-10-20 15:49:01',NULL,0,'plain','',0,'info',0),(98,'facebook_q4-2022_noFB','marketing','en_US','Meet your customers where they are with Facebook for WooCommerce','Don’t wait for your customers to come to you – meet them where they’re browsing! Use the Facebook for WooCommerce extension to promote your products on Facebook, Instagram, Messenger, and WhatsApp. Create seamless shopping experiences – straight from your WooCommerce dashboard.','{}','unactioned','woocommerce.com','2022-10-22 15:36:48',NULL,0,'plain','',0,'info',0),(99,'tiktok-targeted-q4-2022','marketing','en_US','Get $200 in ad credit from TikTok after you spend $20 on your first campaign','Reach one billion shoppers with TikTok for WooCommerce this holiday season! Sync your product catalog, capture insights, and create ad campaigns right from your dashboard. Connect your store today to unlock this limited time offer! <a href=\"https://ads.tiktok.com/help/article?aid=10011326\">Terms &amp; conditions apply</a>.','{}','pending','woocommerce.com','2022-10-25 15:32:12',NULL,0,'plain','',0,'info',0),(100,'paypal_paylater_g3_q4_22','marketing','en_US','Turn browsers into buyers with Pay Later','Add PayPal at checkout, plus give customers a buy now, pay later option from the name they trust. With Pay in 4 &amp; Pay Monthly, available in PayPal Payments, you get paid up front while letting customers spread their payments over time. Boost your average order value and convert more sales – at no extra cost to you.','{}','unactioned','woocommerce.com','2022-11-01 15:33:38',NULL,0,'plain','',0,'info',0),(101,'paypal_paylater_g2_q4_22','marketing','en_US','Upgrade to PayPal Payments to offer Pay Later at checkout','PayPal Pay Later is included in PayPal Payments at no additional cost to you. Customers can spread their payments over time while you get paid up front. \r\nThere’s never been a better time to upgrade your PayPal plugin. Simply download it and connect with a PayPal Business account.','{}','pending','woocommerce.com','2022-11-03 15:35:18',NULL,0,'plain','',0,'info',0),(102,'woocommerce_admin_deprecation_q4_2022','info','en_US','WooCommerce Admin is part of WooCommerce!','To make sure your store continues to run smoothly, check that WooCommerce is up-to-date – at least version 6.5 – and then disable the WooCommerce Admin plugin.','{}','pending','woocommerce.com','2022-11-04 15:32:48',NULL,0,'plain','',0,'info',0);
/*!40000 ALTER TABLE `wpxo_wc_admin_notes` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpxo_wc_admin_notes` with 101 row(s)
--

--
-- Table structure for table `wpxo_e_submissions_actions_log`
--

DROP TABLE IF EXISTS `wpxo_e_submissions_actions_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_e_submissions_actions_log` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `submission_id` bigint(20) unsigned NOT NULL,
  `action_name` varchar(60) NOT NULL,
  `action_label` varchar(60) DEFAULT NULL,
  `status` varchar(20) NOT NULL,
  `log` text DEFAULT NULL,
  `created_at_gmt` datetime NOT NULL,
  `updated_at_gmt` datetime NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `submission_id_index` (`submission_id`),
  KEY `action_name_index` (`action_name`),
  KEY `status_index` (`status`),
  KEY `created_at_gmt_index` (`created_at_gmt`),
  KEY `updated_at_gmt_index` (`updated_at_gmt`),
  KEY `created_at_index` (`created_at`),
  KEY `updated_at_index` (`updated_at`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_e_submissions_actions_log`
--

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

-- Dumped table `wpxo_e_submissions_actions_log` with 0 row(s)
--

--
-- Table structure for table `wpxo_woocommerce_payment_tokenmeta`
--

DROP TABLE IF EXISTS `wpxo_woocommerce_payment_tokenmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_woocommerce_payment_tokenmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `payment_token_id` bigint(20) unsigned NOT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `payment_token_id` (`payment_token_id`),
  KEY `meta_key` (`meta_key`(32))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_woocommerce_payment_tokenmeta`
--

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

-- Dumped table `wpxo_woocommerce_payment_tokenmeta` with 0 row(s)
--

--
-- Table structure for table `wpxo_woocommerce_tax_rates`
--

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

--
-- Dumping data for table `wpxo_woocommerce_tax_rates`
--

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

-- Dumped table `wpxo_woocommerce_tax_rates` with 0 row(s)
--

--
-- Table structure for table `wpxo_give_donationmeta`
--

DROP TABLE IF EXISTS `wpxo_give_donationmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_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=MyISAM AUTO_INCREMENT=396 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_give_donationmeta`
--

LOCK TABLES `wpxo_give_donationmeta` WRITE;
/*!40000 ALTER TABLE `wpxo_give_donationmeta` DISABLE KEYS */;
INSERT INTO `wpxo_give_donationmeta` VALUES (307,1508,'_give_current_url','https://thechrishaunfoundation.org/donate/'),(306,1508,'_give_payment_donor_id','2'),(305,1508,'_give_payment_mode','live'),(304,1508,'_give_payment_purchase_key','a465a2d981f08f85364f3d5cc6d791d4'),(260,1506,'_give_completed_date','2021-10-10 00:30:18'),(259,1506,'_give_payment_transaction_id','pi_3JipvbAAVLLhuR7p0tCHogN7'),(258,1506,'_give_stripe_payment_intent_client_secret','pi_3JipvbAAVLLhuR7p0tCHogN7_secret_RaYwcXp3bQT5w9JwU7tGbKY0V'),(257,1506,'_give_stripe_donation_summary','Donation Form'),(256,1506,'_give_stripe_source_id','pm_1JipvXAAVLLhuR7pwaDUqaic'),(255,1506,'_give_stripe_customer_id','cus_KNb7MayDbhdRJ6'),(18,1491,'_give_payment_total','100.000000'),(19,1491,'_give_payment_currency','USD'),(20,1491,'_give_donor_billing_first_name','W'),(21,1491,'_give_donor_billing_last_name','Acosta'),(22,1491,'_give_donor_billing_address1','PO Box 5715'),(23,1491,'_give_donor_billing_address2',''),(24,1491,'_give_donor_billing_city','Tallahassee'),(25,1491,'_give_donor_billing_state','FL'),(26,1491,'_give_donor_billing_zip','32314'),(27,1491,'_give_donor_billing_country','US'),(28,1491,'_give_payment_gateway','offline'),(29,1491,'_give_payment_form_title','Donation Form'),(30,1491,'_give_payment_form_id','1303'),(31,1491,'_give_payment_price_id','3'),(32,1491,'_give_payment_donor_title_prefix',''),(33,1491,'_give_payment_donor_email','wlaesq@gmail.com'),(34,1491,'_give_payment_donor_ip','71.220.192.14'),(35,1491,'_give_payment_purchase_key','130df145d55c8913d09301ba1953bdd7'),(36,1491,'_give_payment_mode','live'),(37,1491,'_give_payment_donor_id','2'),(38,1491,'_give_current_url','https://thechrishaunfoundation.org/donate/'),(39,1491,'_give_current_page_id','1338'),(40,1491,'_give_anonymous_donation','0'),(41,1492,'_give_donation_company','Shawn Smash-Jett'),(42,1492,'_give_payment_total','10.000000'),(43,1492,'_give_payment_currency','USD'),(44,1492,'_give_donor_billing_first_name','Shawn'),(45,1492,'_give_donor_billing_last_name','Smash-Jett'),(46,1492,'_give_payment_gateway','offline'),(47,1492,'_give_payment_form_title','Donation Form'),(48,1492,'_give_payment_form_id','1303'),(49,1492,'_give_payment_price_id','0'),(50,1492,'_give_payment_donor_title_prefix',''),(51,1492,'_give_payment_donor_email','smashjett@gmail.com'),(52,1492,'_give_payment_donor_ip','108.225.196.116'),(53,1492,'_give_payment_purchase_key','4e68f702024fe21cf250bb90b254db97'),(54,1492,'_give_payment_mode','live'),(55,1492,'_give_payment_donor_id','3'),(56,1492,'_give_current_url','https://thechrishaunfoundation.org/donate/'),(57,1492,'_give_current_page_id','1338'),(58,1492,'_give_anonymous_donation','0'),(59,1493,'_give_payment_total','100.000000'),(60,1493,'_give_payment_currency','USD'),(61,1493,'_give_donor_billing_first_name','Jabari'),(62,1493,'_give_donor_billing_last_name','King'),(63,1493,'_give_payment_gateway','offline'),(64,1493,'_give_payment_form_title','Donation Form'),(65,1493,'_give_payment_form_id','1303'),(66,1493,'_give_payment_price_id','3'),(67,1493,'_give_payment_donor_title_prefix',''),(68,1493,'_give_payment_donor_email','iamwealth980@gmail.com'),(69,1493,'_give_payment_donor_ip','71.125.67.48'),(70,1493,'_give_payment_purchase_key','5c5d68c76ad72e6b6070b003ff37d374'),(71,1493,'_give_payment_mode','live'),(72,1493,'_give_payment_donor_id','4'),(73,1493,'_give_current_url','https://thechrishaunfoundation.org/donate/'),(74,1493,'_give_current_page_id','1338'),(75,1493,'_give_anonymous_donation','0'),(76,1495,'_give_payment_total','50.000000'),(77,1495,'_give_payment_currency','USD'),(78,1495,'_give_donor_billing_first_name','Curtis'),(79,1495,'_give_donor_billing_last_name','Grimsley'),(80,1495,'_give_payment_gateway','offline'),(81,1495,'_give_payment_form_title','Donation Form'),(82,1495,'_give_payment_form_id','1303'),(83,1495,'_give_payment_price_id','2'),(84,1495,'_give_payment_donor_title_prefix',''),(85,1495,'_give_payment_donor_email','curtis.d.grimsley@gmail.com'),(86,1495,'_give_payment_donor_ip','96.248.120.10'),(87,1495,'_give_payment_purchase_key','29f15d95ca01826430906fcbce4f6c88'),(88,1495,'_give_payment_mode','live'),(89,1495,'_give_payment_donor_id','5'),(90,1495,'_give_current_url','https://thechrishaunfoundation.org/donate/'),(91,1495,'_give_current_page_id','1338'),(92,1495,'_give_anonymous_donation','0'),(254,1506,'_give_stripe_account_slug','acct_1GHIctAAVLLhuR7p'),(253,1506,'_give_anonymous_donation','1'),(252,1506,'_give_current_page_id','1338'),(251,1506,'_give_current_url','https://thechrishaunfoundation.org/donate/'),(231,1506,'_give_payment_total','5.000000'),(232,1506,'_give_payment_currency','USD'),(233,1506,'_give_donor_billing_first_name','Stephanie'),(234,1506,'_give_donor_billing_last_name','Johnson'),(235,1506,'_give_donor_billing_address1','448 N. Cedar Bluff Rd'),(236,1506,'_give_donor_billing_address2','Suite 275'),(237,1506,'_give_donor_billing_city','Knoxville'),(238,1506,'_give_donor_billing_state','TN'),(239,1506,'_give_donor_billing_zip','37923'),(240,1506,'_give_donor_billing_country','US'),(241,1506,'_give_payment_gateway','stripe'),(242,1506,'_give_payment_form_title','Donation Form'),(243,1506,'_give_payment_form_id','1303'),(244,1506,'_give_payment_price_id','custom'),(245,1506,'_give_payment_donor_title_prefix',''),(246,1506,'_give_payment_donor_email','middleconnectllc@gmail.com'),(247,1506,'_give_payment_donor_ip','98.230.129.159'),(248,1506,'_give_payment_purchase_key','e631adcdfd5a42e20f2038d0272d91ef'),(249,1506,'_give_payment_mode','live'),(250,1506,'_give_payment_donor_id','8'),(230,1506,'_give_donation_company','MiddleConnect Inc'),(101,1497,'_give_donation_company','Shawn Smash-Jett'),(102,1497,'_give_payment_total','5.000000'),(103,1497,'_give_payment_currency','USD'),(104,1497,'_give_donor_billing_first_name','Shawn'),(105,1497,'_give_donor_billing_last_name','Smash-Jett'),(106,1497,'_give_donor_billing_address1','3522 ASHFORD DUNWOODY RD NE 278'),(107,1497,'_give_donor_billing_address2',''),(108,1497,'_give_donor_billing_city','ATLANTA'),(109,1497,'_give_donor_billing_state','GA'),(110,1497,'_give_donor_billing_zip','30319'),(111,1497,'_give_donor_billing_country','US'),(112,1497,'_give_payment_gateway','paypal-commerce'),(113,1497,'_give_payment_form_title','Donation Form'),(114,1497,'_give_payment_form_id','1303'),(115,1497,'_give_payment_price_id','custom'),(116,1497,'_give_payment_donor_title_prefix',''),(117,1497,'_give_payment_donor_email','smashjett@gmail.com'),(118,1497,'_give_payment_donor_ip','76.17.125.158'),(119,1497,'_give_payment_purchase_key','c84ceff891ffd9ab3721f63ce14c42c0'),(120,1497,'_give_payment_mode','live'),(121,1497,'_give_payment_donor_id','3'),(122,1497,'_give_current_url','https://thechrishaunfoundation.org/donate/'),(123,1497,'_give_current_page_id','1338'),(124,1497,'_give_anonymous_donation','1'),(319,1509,'_give_donor_billing_city','Chicago'),(318,1509,'_give_donor_billing_address2',''),(317,1509,'_give_donor_billing_address1','7753 s Eberhart Ave'),(316,1509,'_give_donor_billing_last_name','Bradley'),(315,1509,'_give_donor_billing_first_name','Valena'),(314,1509,'_give_payment_currency','USD'),(313,1509,'_give_payment_total','100.000000'),(312,1508,'_give_completed_date','2021-10-13 22:57:08'),(311,1508,'_give_order_id','62A59858B3829881L'),(310,1508,'_give_payment_transaction_id','16N938862A1630325'),(309,1508,'_give_anonymous_donation','0'),(308,1508,'_give_current_page_id','1338'),(303,1508,'_give_payment_donor_ip','174.212.1.232'),(302,1508,'_give_payment_donor_email','wlaesq@gmail.com'),(301,1508,'_give_payment_donor_title_prefix',''),(300,1508,'_give_payment_price_id','3'),(299,1508,'_give_payment_form_id','1303'),(298,1508,'_give_payment_form_title','Donation Form'),(297,1508,'_give_payment_gateway','paypal-commerce'),(296,1508,'_give_donor_billing_country','US'),(295,1508,'_give_donor_billing_zip','32314'),(294,1508,'_give_donor_billing_state','FL'),(293,1508,'_give_donor_billing_city','Tallahassee'),(292,1508,'_give_donor_billing_address2',''),(291,1508,'_give_donor_billing_address1','P.O. Box 5715'),(290,1508,'_give_donor_billing_last_name',''),(289,1508,'_give_donor_billing_first_name','Winifred'),(288,1508,'_give_payment_currency','USD'),(287,1508,'_give_payment_total','100.000000'),(286,1507,'_give_completed_date','2021-10-13 15:25:25'),(285,1507,'_give_order_id','0HF023319C333873M'),(284,1507,'_give_payment_transaction_id','92E79918DA113835B'),(283,1507,'_give_anonymous_donation','0'),(282,1507,'_give_current_page_id','1338'),(281,1507,'_give_current_url','https://thechrishaunfoundation.org/donate/'),(280,1507,'_give_payment_donor_id','9'),(279,1507,'_give_payment_mode','live'),(278,1507,'_give_payment_purchase_key','72ebe09511b82b12fe642d913cd5abf4'),(277,1507,'_give_payment_donor_ip','71.125.67.48'),(276,1507,'_give_payment_donor_email','number4kingson@gmail.com'),(275,1507,'_give_payment_donor_title_prefix',''),(274,1507,'_give_payment_price_id','3'),(273,1507,'_give_payment_form_id','1303'),(272,1507,'_give_payment_form_title','Donation Form'),(271,1507,'_give_payment_gateway','paypal-commerce'),(270,1507,'_give_donor_billing_country','US'),(269,1507,'_give_donor_billing_zip','08857'),(268,1507,'_give_donor_billing_state','NJ'),(267,1507,'_give_donor_billing_city','Old Bridge'),(266,1507,'_give_donor_billing_address2',''),(265,1507,'_give_donor_billing_address1','POB 36'),(264,1507,'_give_donor_billing_last_name','King'),(262,1507,'_give_payment_currency','USD'),(263,1507,'_give_donor_billing_first_name','Jabari'),(261,1507,'_give_payment_total','100.000000'),(200,1505,'_give_payment_total','50.000000'),(201,1505,'_give_payment_currency','USD'),(202,1505,'_give_donor_billing_first_name','Sheila'),(203,1505,'_give_donor_billing_last_name','Bradley'),(204,1505,'_give_donor_billing_address1','3138 Pershing Park Dr'),(205,1505,'_give_donor_billing_address2','Apt 152'),(206,1505,'_give_donor_billing_city','Orlando'),(207,1505,'_give_donor_billing_state','FL'),(208,1505,'_give_donor_billing_zip','32822'),(209,1505,'_give_donor_billing_country','US'),(210,1505,'_give_payment_gateway','stripe'),(211,1505,'_give_payment_form_title','Donation Form'),(212,1505,'_give_payment_form_id','1303'),(213,1505,'_give_payment_price_id','2'),(214,1505,'_give_payment_donor_title_prefix',''),(215,1505,'_give_payment_donor_email','mssb2u2@gmail.com'),(216,1505,'_give_payment_donor_ip','68.204.183.61'),(217,1505,'_give_payment_purchase_key','786b2e47df3c4b990584954f6cc2744f'),(218,1505,'_give_payment_mode','live'),(219,1505,'_give_payment_donor_id','7'),(220,1505,'_give_current_url','https://thechrishaunfoundation.org/donate/'),(221,1505,'_give_current_page_id','1338'),(222,1505,'_give_anonymous_donation','0'),(223,1505,'_give_stripe_account_slug','acct_1GHIctAAVLLhuR7p'),(224,1505,'_give_stripe_customer_id','cus_KNGKBMWoSfSghC'),(225,1505,'_give_stripe_source_id','pm_1JiVnOAAVLLhuR7preP58e8f'),(226,1505,'_give_stripe_donation_summary','Donation Form: $50.00'),(227,1505,'_give_stripe_payment_intent_client_secret','pi_3JiVnTAAVLLhuR7p1WNFGL1r_secret_gX2JHZ0sTWJGAjp31YRSl81rp'),(228,1505,'_give_payment_transaction_id','pi_3JiVnTAAVLLhuR7p1WNFGL1r'),(229,1505,'_give_completed_date','2021-10-09 03:00:32'),(320,1509,'_give_donor_billing_state','IL'),(321,1509,'_give_donor_billing_zip','60619'),(322,1509,'_give_donor_billing_country','US'),(323,1509,'_give_payment_gateway','stripe'),(324,1509,'_give_payment_form_title','Donation Form'),(325,1509,'_give_payment_form_id','1303'),(326,1509,'_give_payment_price_id','3'),(327,1509,'_give_payment_donor_title_prefix',''),(328,1509,'_give_payment_donor_email','vmbnmb13@gmail.com'),(329,1509,'_give_payment_donor_ip','73.209.152.6'),(330,1509,'_give_payment_purchase_key','66bb8b57b90f1b46bae9e2ecfa7d27cd'),(331,1509,'_give_payment_mode','live'),(332,1509,'_give_payment_donor_id','10'),(333,1509,'_give_current_url','https://thechrishaunfoundation.org/donate/'),(334,1509,'_give_current_page_id','1338'),(335,1509,'_give_anonymous_donation','0'),(336,1509,'_give_stripe_account_slug','acct_1GHIctAAVLLhuR7p'),(337,1509,'_give_stripe_customer_id','cus_KiFttlnJQBKl83'),(338,1509,'_give_stripe_source_id','pm_1K2pNuAAVLLhuR7pmF2ldUWx'),(339,1509,'_give_stripe_donation_summary','Donation Form: $100.00'),(340,1509,'_give_stripe_payment_intent_client_secret','pi_3K2pNyAAVLLhuR7p0H94aN1N_secret_PtmA5SbtIjuVs0gRls4or3By2'),(341,1509,'_give_payment_transaction_id','pi_3K2pNyAAVLLhuR7p0H94aN1N'),(342,1509,'_give_completed_date','2021-12-04 03:58:11'),(343,1513,'_give_payment_total','44.000000'),(344,1513,'_give_payment_currency','USD'),(345,1513,'_give_donor_billing_first_name','Samella'),(346,1513,'_give_donor_billing_last_name','Walker'),(347,1513,'_give_donor_billing_address1','2924 Clairmont Rd, Apt 318'),(348,1513,'_give_donor_billing_address2',''),(349,1513,'_give_donor_billing_city','Brookhaven'),(350,1513,'_give_donor_billing_state','GA'),(351,1513,'_give_donor_billing_zip','30329'),(352,1513,'_give_donor_billing_country','US'),(353,1513,'_give_payment_gateway','paypal-commerce'),(354,1513,'_give_payment_form_title','Donation Form'),(355,1513,'_give_payment_form_id','1303'),(356,1513,'_give_payment_price_id','custom'),(357,1513,'_give_payment_donor_title_prefix',''),(358,1513,'_give_payment_donor_email','sam_walker64@yahoo.com'),(359,1513,'_give_payment_donor_ip','71.199.163.36'),(360,1513,'_give_payment_purchase_key','2729640e9b7fdb6db66ec331ab25a366'),(361,1513,'_give_payment_mode','live'),(362,1513,'_give_payment_donor_id','11'),(363,1513,'_give_current_url','https://thechrishaunfoundation.org/donate/'),(364,1513,'_give_current_page_id','1338'),(365,1513,'_give_anonymous_donation','0'),(366,1513,'_give_payment_transaction_id','0PW46889EN642170L'),(367,1513,'_give_order_id','01B373785M2296348'),(368,1513,'_give_completed_date','2022-02-23 05:55:15'),(369,1514,'_give_donation_company','800LiNK, Inc.'),(370,1514,'_give_payment_total','1000.000000'),(371,1514,'_give_payment_currency','USD'),(372,1514,'_give_donor_billing_first_name','Scott'),(373,1514,'_give_donor_billing_last_name','Beil'),(374,1514,'_give_donor_billing_address1','614 E Hwy 50'),(375,1514,'_give_donor_billing_address2','Unit 301'),(376,1514,'_give_donor_billing_city','Clermont'),(377,1514,'_give_donor_billing_state','FL'),(378,1514,'_give_donor_billing_zip','34711'),(379,1514,'_give_donor_billing_country','US'),(380,1514,'_give_payment_gateway','paypal-commerce'),(381,1514,'_give_payment_form_title','Donation Form'),(382,1514,'_give_payment_form_id','1303'),(383,1514,'_give_payment_price_id','custom'),(384,1514,'_give_payment_donor_title_prefix',''),(385,1514,'_give_payment_donor_email','sbeil@800link.com'),(386,1514,'_give_payment_donor_ip','73.42.81.108'),(387,1514,'_give_payment_purchase_key','71870475cf70dbea7c4c43192dd1c37f'),(388,1514,'_give_payment_mode','live'),(389,1514,'_give_payment_donor_id','12'),(390,1514,'_give_current_url','https://thechrishaunfoundation.org/donate/'),(391,1514,'_give_current_page_id','1338'),(392,1514,'_give_anonymous_donation','1'),(393,1514,'_give_payment_transaction_id','1VR89436B0400894E'),(394,1514,'_give_order_id','52U48561BN201181B'),(395,1514,'_give_completed_date','2022-09-09 18:05:12');
/*!40000 ALTER TABLE `wpxo_give_donationmeta` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpxo_give_donationmeta` with 295 row(s)
--

--
-- Table structure for table `wpxo_give_donors`
--

DROP TABLE IF EXISTS `wpxo_give_donors`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_give_donors` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) NOT NULL,
  `email` varchar(255) NOT NULL,
  `name` mediumtext NOT NULL,
  `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=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_give_donors`
--

LOCK TABLES `wpxo_give_donors` WRITE;
/*!40000 ALTER TABLE `wpxo_give_donors` DISABLE KEYS */;
INSERT INTO `wpxo_give_donors` VALUES (1,0,'alexis.jett4@gmail.com','Alexis Jett','0.000000',0,'','2021-08-23 00:09:57','','','0000-00-00 00:00:00'),(2,0,'wlaesq@gmail.com','W Acosta','100.000000',1,'1491,1508','2021-10-03 12:03:44','','','0000-00-00 00:00:00'),(3,0,'smashjett@gmail.com','Shawn Smash-Jett','0.000000',0,'1492,1497','2021-10-08 12:56:50','','','0000-00-00 00:00:00'),(4,0,'iamwealth980@gmail.com','Jabari King','0.000000',0,'1493','2021-10-08 13:01:36','','','0000-00-00 00:00:00'),(5,0,'curtis.d.grimsley@gmail.com','Curtis Grimsley','0.000000',0,'1495','2021-10-08 14:14:49','','','0000-00-00 00:00:00'),(9,0,'number4kingson@gmail.com','Jabari King','100.000000',1,'1507','2021-10-13 15:25:24','','','0000-00-00 00:00:00'),(7,2,'mssb2u2@gmail.com','Sheila Bradley','50.000000',1,'1505','2021-10-09 03:00:26','','','0000-00-00 00:00:00'),(8,0,'middleconnectllc@gmail.com','Stephanie Johnson','5.000000',1,'1506','2021-10-10 00:30:10','','','0000-00-00 00:00:00'),(10,0,'vmbnmb13@gmail.com','Valena Bradley','100.000000',1,'1509','2021-12-04 03:58:05','','','0000-00-00 00:00:00'),(11,0,'sam_walker64@yahoo.com','Samella Walker','44.000000',1,'1513','2022-02-23 05:55:15','','','0000-00-00 00:00:00'),(12,0,'sbeil@800link.com','Scott Beil','1000.000000',1,'1514','2022-09-09 18:05:11','','','0000-00-00 00:00:00');
/*!40000 ALTER TABLE `wpxo_give_donors` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpxo_give_donors` with 11 row(s)
--

--
-- Table structure for table `wpxo_woocommerce_shipping_zone_locations`
--

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

--
-- Dumping data for table `wpxo_woocommerce_shipping_zone_locations`
--

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

-- Dumped table `wpxo_woocommerce_shipping_zone_locations` with 0 row(s)
--

--
-- Table structure for table `wpxo_woocommerce_api_keys`
--

DROP TABLE IF EXISTS `wpxo_woocommerce_api_keys`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_woocommerce_api_keys` (
  `key_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL,
  `description` varchar(200) DEFAULT NULL,
  `permissions` varchar(10) NOT NULL,
  `consumer_key` char(64) NOT NULL,
  `consumer_secret` char(43) NOT NULL,
  `nonces` longtext DEFAULT NULL,
  `truncated_key` char(7) NOT NULL,
  `last_access` datetime DEFAULT NULL,
  PRIMARY KEY (`key_id`),
  KEY `consumer_key` (`consumer_key`),
  KEY `consumer_secret` (`consumer_secret`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_woocommerce_api_keys`
--

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

-- Dumped table `wpxo_woocommerce_api_keys` with 0 row(s)
--

--
-- Table structure for table `wpxo_give_revenue`
--

DROP TABLE IF EXISTS `wpxo_give_revenue`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_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=MyISAM AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_give_revenue`
--

LOCK TABLES `wpxo_give_revenue` WRITE;
/*!40000 ALTER TABLE `wpxo_give_revenue` DISABLE KEYS */;
INSERT INTO `wpxo_give_revenue` VALUES (11,1506,1303,500),(2,1491,1303,10000),(3,1492,1303,1000),(4,1493,1303,10000),(5,1495,1303,5000),(6,1497,1303,500),(14,1509,1303,10000),(13,1508,1303,10000),(12,1507,1303,10000),(10,1505,1303,5000),(15,1513,1303,4400),(16,1514,1303,100000);
/*!40000 ALTER TABLE `wpxo_give_revenue` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpxo_give_revenue` with 12 row(s)
--

--
-- Table structure for table `wpxo_wc_admin_note_actions`
--

DROP TABLE IF EXISTS `wpxo_wc_admin_note_actions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_wc_admin_note_actions` (
  `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `note_id` bigint(20) unsigned NOT NULL,
  `name` varchar(255) NOT NULL,
  `label` varchar(255) NOT NULL,
  `query` longtext NOT NULL,
  `status` varchar(255) NOT NULL,
  `is_primary` tinyint(1) NOT NULL DEFAULT 0,
  `actioned_text` varchar(255) NOT NULL,
  `nonce_action` varchar(255) DEFAULT NULL,
  `nonce_name` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`action_id`),
  KEY `note_id` (`note_id`)
) ENGINE=MyISAM AUTO_INCREMENT=15676 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_wc_admin_note_actions`
--

LOCK TABLES `wpxo_wc_admin_note_actions` WRITE;
/*!40000 ALTER TABLE `wpxo_wc_admin_note_actions` DISABLE KEYS */;
INSERT INTO `wpxo_wc_admin_note_actions` VALUES (225,1,'mercadopago_q3_2021_EN','Free download','https://woocommerce.com/products/mercado-pago-checkout/?utm_source=inbox&utm_medium=product&utm_campaign=mercadopago_q3_2021_EN','actioned',1,'',NULL,NULL),(1575,2,'wayflyer_q3_2021','Get funded','https://woocommerce.com/products/wayflyer/','actioned',1,'',NULL,NULL),(1576,3,'eu_vat_changes_2021','Learn more about the EU tax regulations','https://woocommerce.com/posts/new-eu-vat-regulations','actioned',1,'',NULL,NULL),(1577,4,'open_wc_paypal_payments_product_page','Learn more','https://woocommerce.com/products/woocommerce-paypal-payments/','actioned',1,'',NULL,NULL),(1578,5,'upgrade_now_facebook_pixel_api','Upgrade now','plugin-install.php?tab=plugin-information&plugin=&section=changelog','actioned',1,'',NULL,NULL),(1579,6,'learn_more_facebook_ec','Learn more','https://woocommerce.com/products/facebook/','unactioned',1,'',NULL,NULL),(14394,7,'set-up-concierge','Schedule free session','https://wordpress.com/me/concierge','actioned',1,'',NULL,NULL),(15636,8,'learn-more','Learn more','https://docs.woocommerce.com/document/woocommerce-shipping-and-tax/?utm_source=inbox','unactioned',1,'',NULL,NULL),(14397,10,'watch-the-webinar','Watch the webinar','https://youtu.be/V_2XtCOyZ7o','actioned',1,'',NULL,NULL),(1704,12,'boost-sales-marketing-guide','See marketing guide','https://developer.apple.com/apple-pay/marketing/?utm_source=inbox&utm_campaign=square-boost-sales','actioned',1,'',NULL,NULL),(1705,13,'grow-your-business-marketing-guide','See marketing guide','https://developer.apple.com/apple-pay/marketing/?utm_source=inbox&utm_campaign=square-grow-your-business','actioned',1,'',NULL,NULL),(14396,9,'learn-more-ecomm-unique-shopping-experience','Learn more','https://docs.woocommerce.com/document/product-add-ons/?utm_source=inbox','actioned',1,'',NULL,NULL),(1706,14,'add-apple-pay','Add Apple Pay','/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments','actioned',1,'',NULL,NULL),(1708,15,'boost-sales-marketing-guide','See marketing guide','https://developer.apple.com/apple-pay/marketing/?utm_source=inbox&utm_campaign=wcpay-boost-sales','actioned',1,'',NULL,NULL),(1709,16,'grow-your-business-marketing-guide','See marketing guide','https://developer.apple.com/apple-pay/marketing/?utm_source=inbox&utm_campaign=wcpay-grow-your-business','actioned',1,'',NULL,NULL),(29,17,'boost-sales-marketing-guide','See marketing guide','https://developer.apple.com/apple-pay/marketing/?utm_source=inbox&utm_campaign=square-boost-sales','actioned',1,'',NULL,NULL),(1707,14,'learn-more','Learn more','https://docs.woocommerce.com/document/payments/apple-pay/?utm_source=inbox&utm_medium=product&utm_campaign=wcpay_applepay','actioned',1,'',NULL,NULL),(15639,20,'qualitative-feedback-from-new-users','Share feedback','https://automattic.survey.fm/wc-pay-new','actioned',1,'',NULL,NULL),(15640,21,'share-feedback','Share feedback','http://automattic.survey.fm/paypal-feedback','unactioned',1,'',NULL,NULL),(1595,22,'learn-more','Learn about Instant Deposits eligibility','https://docs.woocommerce.com/document/payments/instant-deposits/?utm_source=inbox&utm_medium=product&utm_campaign=wcpay_instant_deposits','actioned',1,'',NULL,NULL),(15642,24,'update-wc-subscriptions-3-0-15','View latest version','https://thechrishaunfoundation.org/wp-admin/admin.php?page=wc-admin&page=wc-addons&section=helper','actioned',1,'',NULL,NULL),(15643,25,'update-wc-core-5-4-0','How to update WooCommerce','https://docs.woocommerce.com/document/how-to-update-woocommerce/','actioned',1,'',NULL,NULL),(4755,28,'get-woo-commerce-payments','Get WooCommerce Payments','admin.php?page=wc-admin&action=setup-woocommerce-payments','actioned',1,'',NULL,NULL),(4756,29,'get-woocommerce-payments','Get WooCommerce Payments','admin.php?page=wc-admin&action=setup-woocommerce-payments','actioned',1,'',NULL,NULL),(15644,30,'ppxo-pps-install-paypal-payments-1','View upgrade guide','https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/','actioned',1,'',NULL,NULL),(15645,31,'ppxo-pps-install-paypal-payments-2','View upgrade guide','https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/','actioned',1,'',NULL,NULL),(15646,32,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned',1,'',NULL,NULL),(15647,32,'dismiss','Dismiss','','actioned',0,'',NULL,NULL),(15648,33,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned',1,'',NULL,NULL),(15649,33,'dismiss','Dismiss','','actioned',0,'',NULL,NULL),(15650,34,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned',1,'',NULL,NULL),(15651,34,'dismiss','Dismiss','','actioned',0,'',NULL,NULL),(15652,35,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned',1,'',NULL,NULL),(15653,35,'dismiss','Dismiss','','actioned',0,'',NULL,NULL),(75,36,'notify-refund-returns-page','Edit page','https://thechrishaunfoundation.org/wp-admin/post.php?post=1487&action=edit','actioned',0,'',NULL,NULL),(76,37,'connect','Connect','?page=wc-addons&section=helper','unactioned',0,'',NULL,NULL),(262,38,'tracking-opt-in','Activate usage tracking','','actioned',1,'',NULL,NULL),(263,39,'yes-please','Yes please!','https://woocommerce.us8.list-manage.com/subscribe/post?u=2c1434dc56f9506bf3c3ecd21&amp;id=13860df971&amp;SIGNUPPAGE=plugin','actioned',0,'',NULL,NULL),(264,40,'view-payment-gateways','Learn more','https://woocommerce.com/product-category/woocommerce-extensions/payment-gateways/?utm_medium=product','actioned',1,'',NULL,NULL),(265,41,'learn-more','Learn more','https://woocommerce.com/payments/?utm_medium=product','unactioned',0,'',NULL,NULL),(266,41,'get-started','Get started','https://thechrishaunfoundation.org/wp-admin/admin.php?page=wc-admin&action=setup-woocommerce-payments','actioned',1,'',NULL,NULL),(15675,64,'update-db_done','Thanks!','https://thechrishaunfoundation.org/wp-admin/plugins.php?wc-hide-notice=update','actioned',1,'woocommerce_hide_notices_nonce','woocommerce_hide_notices_nonce','_wc_notice_nonce'),(268,43,'jetpack-backup-woocommerce','Get backups','https://jetpack.com/upgrade/backup-woocommerce/?utm_source=inbox&#038;utm_medium=automattic_referred&#038;utm_campaign=jp_backup_to_woo','actioned',0,'',NULL,NULL),(269,44,'affirm-insight-first-sale','Yes','','actioned',0,'Thanks for your feedback',NULL,NULL),(270,44,'deny-insight-first-sale','No','','actioned',0,'Thanks for your feedback',NULL,NULL),(1611,45,'learn-more','Learn more','https://woocommerce.com/products/bbpos-chipper2xbt-card-reader?utm_source=inbox&utm_medium=product&utm_campaign=bbpos-chipper-launch','unactioned',1,'',NULL,NULL),(15654,46,'share-feedback','Share feedback','https://automattic.survey.fm/store-management','unactioned',1,'',NULL,NULL),(1964,47,'browse_extensions','Browse extensions','https://thechrishaunfoundation.org/wp-admin/admin.php?page=wc-admin&page=wc-addons','unactioned',1,'',NULL,NULL),(1965,48,'browse_extensions','Browse extensions','https://thechrishaunfoundation.org/wp-admin/admin.php?page=wc-admin&page=wc-addons','unactioned',1,'',NULL,NULL),(5326,49,'stripe_applepay_holiday2021','Accept Apple Pay','https://woocommerce.com/apple-pay/','actioned',1,'',NULL,NULL),(5327,50,'square_applepay_holiday2021','Accept Apple Pay','https://woocommerce.com/apple-pay/','actioned',1,'',NULL,NULL),(5328,51,'wcpay_applepay_holiday2021','Accept Apple Pay','https://woocommerce.com/apple-pay/','actioned',1,'',NULL,NULL),(2538,56,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_source=inbox&utm_medium=product','actioned',0,'',NULL,NULL),(15655,57,'share-navigation-survey-feedback','Share feedback','https://automattic.survey.fm/feedback-on-woocommerce-navigation','actioned',1,'',NULL,NULL),(4427,58,'update-store-details','Update store details','https://thechrishaunfoundation.org/wp-admin/admin.php?page=wc-admin&path=/setup-wizard','actioned',0,'',NULL,NULL),(5251,59,'wc_simple_payments_m2_reader_launch_q1_2022','Learn more','https://woocommerce.com/in-person-payments/','actioned',0,'',NULL,NULL),(6441,60,'wcpay_applepay_q1_2022','Let your customers know about Apple Pay','https://developer.apple.com/apple-pay/marketing/','actioned',0,'',NULL,NULL),(6442,61,'stripe_applepay_q1_2022','Add Apple Pay','https://thechrishaunfoundation.org/wp-admin/admin.php?page=wc-admin&page=wc-settings&tab=checkout&section=stripe','actioned',0,'',NULL,NULL),(6443,62,'square_applepay_q1_2022','Add Apple Pay','https://thechrishaunfoundation.org/wp-admin/admin.php?page=wc-admin&page=wc-settings&tab=square','actioned',0,'',NULL,NULL),(7480,63,'lead_gen_existing_customers_1','Yes, please','https://woocommerce.com/take-your-business-to-the-next-level/?utm_source=inbox_note&utm_medium=product&utm_campaign=lead_gen_existing_customers_1','actioned',0,'',NULL,NULL),(5671,65,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_source=inbox&utm_medium=product','actioned',0,'',NULL,NULL),(15657,66,'woocommerce-core-paypal-march-2022-dismiss','Dismiss','','actioned',0,'',NULL,NULL),(15658,67,'learn-more','Learn more','https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/','unactioned',1,'',NULL,NULL),(15659,67,'dismiss','Dismiss','','actioned',0,'',NULL,NULL),(15656,66,'learn-more','Learn more','https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/','unactioned',1,'',NULL,NULL),(15634,52,'wayflyer_bnpl_q4_2021','Level up with funding','https://woocommerce.com/products/wayflyer/?utm_source=inbox_note&utm_medium=product&utm_campaign=wayflyer_bnpl_q4_2021','actioned',1,'',NULL,NULL),(15635,53,'wc_shipping_mobile_app_usps_q4_2021','Get WooCommerce Shipping','https://woocommerce.com/woocommerce-shipping/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc_shipping_mobile_app_usps_q4_2021','actioned',1,'',NULL,NULL),(14393,54,'wc_shipping_mobile_app_q4_2021','Get the WooCommerce Mobile App','https://woocommerce.com/mobile/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc_shipping_mobile_app_q4_2021','actioned',1,'',NULL,NULL),(15637,11,'learn-more','Learn more','https://woocommerce.com/posts/ecommerce-shipping-solutions-guide/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','actioned',1,'',NULL,NULL),(15638,18,'optimizing-the-checkout-flow','Learn more','https://woocommerce.com/posts/optimizing-woocommerce-checkout?utm_source=inbox_note&utm_medium=product&utm_campaign=optimizing-the-checkout-flow','actioned',1,'',NULL,NULL),(14400,19,'learn-more','Learn more','https://woocommerce.com/posts/first-things-customize-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned',1,'',NULL,NULL),(15641,23,'get-started','Get started','https://woocommerce.com/products/google-listings-and-ads?utm_source=inbox_note&utm_medium=product&utm_campaign=get-started','actioned',1,'',NULL,NULL),(15660,68,'pinterest_03_2022_update','Update Instructions','https://woocommerce.com/document/pinterest-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=pinterest_03_2022_update#section-3','actioned',0,'',NULL,NULL),(7745,69,'pinterest_gtm_q2_2021','Get started for free','https://woocommerce.com/products/pinterest-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=pinterest_gtm_q2_2021','unactioned',1,'',NULL,NULL),(11073,70,'setup_task_initiative_survey_q2_2022_share_your_input','Share your input','https://t.maze.co/87390007','actioned',0,'',NULL,NULL),(7855,71,'woocommerce_payments_subscriptions_nopayments_q2_2022','Start selling subscriptions','https://woocommerce.com/products/woocommerce-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=woocommerce_payments_subscriptions_nopayments_q2_2022','actioned',0,'',NULL,NULL),(7856,72,'woocommerce_payments_subscriptions_yespayments_q2_2022','Get started','https://woocommerce.com/document/payments/subscriptions/?utm_source=inbox_note&utm_medium=product&utm_campaign=woocommerce_payments_subscriptions_yespayments_q2_2022#section-2','actioned',0,'',NULL,NULL),(8464,73,'setup_task_second_survey_q2_2022_share_your_input','Share your input','https://t.maze.co/87390007','actioned',0,'',NULL,NULL),(15661,74,'store_setup_survey_survey_q2_2022_share_your_thoughts','Tell us how it’s going','https://automattic.survey.fm/store-setup-survey-2022','actioned',0,'',NULL,NULL),(9804,75,'wc-admin-EU-consumer-protection','Learn more about these changes','https://ec.europa.eu/info/law/law-topic/consumer-protection-law/review-eu-consumer-law_en#guidance','actioned',1,'',NULL,NULL),(8540,76,'affirm_q2_2022','Get started for free','https://woocommerce.com/products/woocommerce-gateway-affirm/?utm_source=inbox_note&utm_medium=product&utm_campaign=affirm_q2_2022','unactioned',1,'',NULL,NULL),(8276,77,'googlelistings_multicountrygtm_q22022','Get Google Listings & Ads – free','https://woocommerce.com/products/google-listings-and-ads/?utm_source=inbox_note&utm_medium=product&utm_campaign=googlelistings_multicountrygtm_q22022','actioned',1,'',NULL,NULL),(8913,78,'wc_ipp_order_creation_GTM_launch_q2_2022','Grow my business on the go','https://woocommerce.com/in-person-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc_ipp_order_creation_GTM_launch_q2_2022','actioned',0,'',NULL,NULL),(8914,79,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_source=inbox&utm_medium=product','actioned',0,'',NULL,NULL),(15662,80,'wc-admin-wisepad3','Grow my business offline','https://woocommerce.com/products/wisepad3-card-reader/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wisepad3','actioned',0,'',NULL,NULL),(9954,81,'TikTok q2_2022','Promote my products on TikTok','https://woocommerce.com/products/tiktok-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=TikTok%20q2_2022','unactioned',1,'',NULL,NULL),(10247,82,'tiktok-webinar-promo-july2022-button','RSVP Now','https://gettingstartedwithtiktokforwoocommerce.splashthat.com/','actioned',1,'',NULL,NULL),(15633,55,'browse_extensions','Browse extensions','https://thechrishaunfoundation.org/wp-admin/admin.php?page=wc-adminadmin.php?page=wc-addons','unactioned',1,'',NULL,NULL),(12134,83,'mercado_pago_q3_2022','Free download','https://woocommerce.com/products/mercado-pago-checkout/?utm_source=inbox_note&utm_medium=product&utm_campaign=mercado_pago_q3_2022','unactioned',1,'',NULL,NULL),(11757,84,'klarna_q3_2022','Grow with Klarna','https://woocommerce.com/products/klarna-payments?utm_source=inbox_note&utm_medium=product&utm_campaign=klarna_q3_2022','unactioned',1,'',NULL,NULL),(15664,85,'dismiss','Dismiss','','actioned',0,'',NULL,NULL),(15666,86,'dismiss','Dismiss','','actioned',0,'',NULL,NULL),(15663,85,'learn-more','Find out more','https://developer.woocommerce.com/2022/08/09/woocommerce-payments-3-9-4-4-5-1-security-releases/','unactioned',1,'',NULL,NULL),(15665,86,'learn-more','Find out more','https://developer.woocommerce.com/2022/08/09/woocommerce-payments-3-9-4-4-5-1-security-releases/','unactioned',1,'',NULL,NULL),(12140,87,'mobile_app_order_management_q3_2022','Get the WooCommerce Mobile App','https://woocommerce.com/mobile/?utm_source=inbox_note&utm_medium=product&utm_campaign=mobile_app_order_management_q3_2022','actioned',0,'',NULL,NULL),(12725,88,'product_creation_usability_test_3_months_take_a_look','Try it now','https://t.maze.co/103446424','unactioned',1,'',NULL,NULL),(12723,89,'product_creation_usability_test_6_months_take_a_look','Try it now','https://t.maze.co/103446424','unactioned',1,'',NULL,NULL),(12724,90,'product_creation_usability_test_12_months_take_a_look','Try it now','https://t.maze.co/103446424','unactioned',1,'',NULL,NULL),(12557,91,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_source=inbox&utm_medium=product','actioned',0,'',NULL,NULL),(12844,92,'cta_customize_your_deposits','Customize your deposits','https://woocommerce.com/payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=cta_customize_your_deposits','actioned',1,'',NULL,NULL),(12845,92,'dismiss_customize_your_deposits','Dismiss','','actioned',1,'',NULL,NULL),(13863,93,'googlelistings_signals2022_hasGLA_click','Connect Google Listings & Ads','https://thechrishaunfoundation.org/wp-admin/admin.php?page=wc-adminadmin.php?page=wc-admin&path=marketing','unactioned',1,'',NULL,NULL),(13864,94,'googlelistings_signals2022_noGLA','Connect Google Listings & Ads','https://woocommerce.com/products/google-listings-and-ads/?utm_medium=product&utm_source=inbox_note&utm_campaign=googlelistings_signals2022_noGLA','unactioned',1,'',NULL,NULL),(13618,95,'pre-black-friday-sale-2022-announcement','Shop the sale','https://woocommerce.com/marketplace-sale/?utm_source=inbox_note&utm_medium=product&utm_campaign=pre-black-friday-sale-2022-announcement','actioned',0,'',NULL,NULL),(15667,96,'shipping_category_q4_2022_click','Automate my shipping','https://woocommerce.com/product-category/woocommerce-extensions/shipping-delivery-and-fulfillment/?categoryIds=28685&collections=product&page=1&utm_source=inbox_note&utm_medium=product&utm_campaign=shipping_category_q4_2022_click','unactioned',1,'',NULL,NULL),(14226,97,'facebook_q4-2022_hasFB-click','Drive more demand','https://thechrishaunfoundation.org/wp-admin/admin.php?page=wc-adminadmin.php?page=wc-facebook','unactioned',1,'',NULL,NULL),(14308,98,'facebook_q4-2022_noFB-click','Get started','https://woocommerce.com/products/facebook/?utm_source=inbox_note&utm_medium=product&utm_campaign=facebook_q4-2022_noFB-click','unactioned',1,'',NULL,NULL),(15669,99,'tiktok-targeted-q4-2022-click','Launch a campaign','https://woocommerce.com/products/tiktok-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=tiktok-targeted-q4-2022-click','unactioned',1,'',NULL,NULL),(15670,100,'paypal_paylater_g3_q4_22','Install PayPal Payments','https://woocommerce.com/products/woocommerce-paypal-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=paypal_paylater_g3_q4_22','unactioned',1,'',NULL,NULL),(15671,101,'paypal_paylater_g2_q4_22','Install PayPal Payments','https://woocommerce.com/products/woocommerce-paypal-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=paypal_paylater_g2_q4_22','unactioned',1,'',NULL,NULL),(15668,102,'woocommerce_admin_deprecation_q4_2022','Deactivate WooCommerce Admin','https://thechrishaunfoundation.org/wp-admin/admin.php?page=wc-adminplugins.php','actioned',0,'',NULL,NULL);
/*!40000 ALTER TABLE `wpxo_wc_admin_note_actions` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpxo_wc_admin_note_actions` with 111 row(s)
--

--
-- Table structure for table `wpxo_commentmeta`
--

DROP TABLE IF EXISTS `wpxo_commentmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_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=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_commentmeta`
--

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

-- Dumped table `wpxo_commentmeta` with 0 row(s)
--

--
-- Table structure for table `wpxo_give_sessions`
--

DROP TABLE IF EXISTS `wpxo_give_sessions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_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=MyISAM AUTO_INCREMENT=24 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_give_sessions`
--

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

-- Dumped table `wpxo_give_sessions` with 0 row(s)
--

--
-- Table structure for table `wpxo_wdm_bidders`
--

DROP TABLE IF EXISTS `wpxo_wdm_bidders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_wdm_bidders` (
  `id` mediumint(9) NOT NULL AUTO_INCREMENT,
  `name` varchar(45) DEFAULT NULL,
  `email` varchar(45) DEFAULT NULL,
  `auction_id` bigint(20) DEFAULT NULL,
  `bid` decimal(10,2) DEFAULT NULL,
  `date` datetime DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_wdm_bidders`
--

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

-- Dumped table `wpxo_wdm_bidders` with 0 row(s)
--

--
-- Table structure for table `wpxo_give_sequential_ordering`
--

DROP TABLE IF EXISTS `wpxo_give_sequential_ordering`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_give_sequential_ordering` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `payment_id` bigint(20) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_give_sequential_ordering`
--

LOCK TABLES `wpxo_give_sequential_ordering` WRITE;
/*!40000 ALTER TABLE `wpxo_give_sequential_ordering` DISABLE KEYS */;
INSERT INTO `wpxo_give_sequential_ordering` VALUES (11,1506),(2,1491),(3,1492),(4,1493),(5,1495),(6,1497),(14,1509),(13,1508),(12,1507),(10,1505),(15,1513),(16,1514);
/*!40000 ALTER TABLE `wpxo_give_sequential_ordering` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpxo_give_sequential_ordering` with 12 row(s)
--

--
-- Table structure for table `wpxo_postmeta`
--

DROP TABLE IF EXISTS `wpxo_postmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_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=MyISAM AUTO_INCREMENT=9052 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_postmeta`
--

LOCK TABLES `wpxo_postmeta` WRITE;
/*!40000 ALTER TABLE `wpxo_postmeta` DISABLE KEYS */;
INSERT INTO `wpxo_postmeta` VALUES (1,1,'_elementor_edit_mode','builder'),(2,1,'_elementor_template_type','kit'),(3,1,'_elementor_version','3.2.5'),(4,2,'_elementor_edit_mode','builder'),(5,2,'_elementor_template_type','kit'),(6,2,'_elementor_version','3.2.5'),(7,1,'_wp_page_template','default'),(8,1,'_elementor_page_settings','a:1:{s:9:\"site_name\";s:24:\"The Chrishaun Foundation\";}'),(9,2,'_wp_page_template','default'),(20,12,'_seedprod_page','1'),(21,12,'_seedprod_page_uuid','817e7204-1228-4f7c-b44f-599df8920123'),(23,17,'_astra_sites_imported_wp_forms','1'),(24,18,'_wp_attached_file','2021/06/logo-retina-free-img-1.png'),(25,18,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:312;s:6:\"height\";i:80;s:4:\"file\";s:34:\"2021/06/logo-retina-free-img-1.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"logo-retina-free-img-1-300x77.png\";s:5:\"width\";i:300;s:6:\"height\";i:77;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"logo-retina-free-img-1-150x80.png\";s:5:\"width\";i:150;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(26,18,'_astra_sites_image_hash','4a1cdf4f9a85cb9fc34f5cba7ed6058eff9ad0cb'),(27,18,'_astra_sites_imported_post','1'),(28,18,'_astra_sites_enable_for_batch','1'),(30,34,'_wp_attached_file','2021/05/about-01-free-img-1.jpg'),(31,34,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:571;s:6:\"height\";i:800;s:4:\"file\";s:31:\"2021/05/about-01-free-img-1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"about-01-free-img-1-214x300.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"about-01-free-img-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(34,34,'_astra_sites_imported_post','1'),(35,34,'_astra_sites_enable_for_batch','1'),(36,34,'_astra_sites_image_hash','3cb00fe4a170fd1cea333d51ae166e1ee92f3dc6'),(37,34,'_elementor_source_image_hash','3cb00fe4a170fd1cea333d51ae166e1ee92f3dc6'),(38,35,'_wp_attached_file','2021/05/gallery-01-free-img-1.jpg'),(39,35,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:959;s:6:\"height\";i:1080;s:4:\"file\";s:33:\"2021/05/gallery-01-free-img-1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"gallery-01-free-img-1-266x300.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"gallery-01-free-img-1-909x1024.jpg\";s:5:\"width\";i:909;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"gallery-01-free-img-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"gallery-01-free-img-1-768x865.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:865;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(42,35,'_astra_sites_imported_post','1'),(43,35,'_astra_sites_enable_for_batch','1'),(44,35,'_astra_sites_image_hash','7e5b1aaf23c386208cc7545f76594e52e8d98c71'),(45,35,'_elementor_source_image_hash','7e5b1aaf23c386208cc7545f76594e52e8d98c71'),(46,36,'_wp_attached_file','2021/05/gallery-02-free-img-1.jpg-1.jpg'),(47,36,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:961;s:6:\"height\";i:540;s:4:\"file\";s:39:\"2021/05/gallery-02-free-img-1.jpg-1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"gallery-02-free-img-1.jpg-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"gallery-02-free-img-1.jpg-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"gallery-02-free-img-1.jpg-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(50,36,'_astra_sites_imported_post','1'),(51,36,'_astra_sites_enable_for_batch','1'),(52,36,'_astra_sites_image_hash','f65a9ee0a707797e9378f90d377e282e10eada09'),(53,36,'_elementor_source_image_hash','f65a9ee0a707797e9378f90d377e282e10eada09'),(54,37,'_wp_attached_file','2021/05/gallery-03-free-img-1.jpg-1.jpg'),(55,37,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:961;s:6:\"height\";i:540;s:4:\"file\";s:39:\"2021/05/gallery-03-free-img-1.jpg-1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"gallery-03-free-img-1.jpg-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"gallery-03-free-img-1.jpg-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"gallery-03-free-img-1.jpg-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(58,37,'_astra_sites_imported_post','1'),(59,37,'_astra_sites_enable_for_batch','1'),(60,37,'_astra_sites_image_hash','8ec2e670a24b00f93df76970266d51f8dfe28e1e'),(61,37,'_elementor_source_image_hash','8ec2e670a24b00f93df76970266d51f8dfe28e1e'),(62,38,'_wp_attached_file','2021/05/hero-01-free-img-1.jpg'),(63,38,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:30:\"2021/05/hero-01-free-img-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"hero-01-free-img-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"hero-01-free-img-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"hero-01-free-img-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"hero-01-free-img-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"hero-01-free-img-1-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(66,38,'_astra_sites_imported_post','1'),(67,38,'_astra_sites_enable_for_batch','1'),(68,38,'_astra_sites_image_hash','c27617f1472b7bbb85cae8b8f675e57aed51ea6a'),(69,38,'_elementor_source_image_hash','c27617f1472b7bbb85cae8b8f675e57aed51ea6a'),(70,52,'_wp_attached_file','2021/05/logo-regular-free-img-1.png'),(71,52,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:156;s:6:\"height\";i:40;s:4:\"file\";s:35:\"2021/05/logo-regular-free-img-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"logo-regular-free-img-1-150x40.png\";s:5:\"width\";i:150;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(72,52,'_wxr_import_user_slug','alex'),(73,52,'_astra_sites_imported_post','1'),(74,52,'_astra_sites_enable_for_batch','1'),(75,52,'_astra_sites_image_hash','501148dd3d538d61353b0013f5b8e6511ee12a72'),(76,52,'_elementor_source_image_hash','501148dd3d538d61353b0013f5b8e6511ee12a72'),(77,53,'_wp_attached_file','2021/05/logo-retina-free-img-1.png'),(78,53,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:312;s:6:\"height\";i:80;s:4:\"file\";s:34:\"2021/05/logo-retina-free-img-1.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"logo-retina-free-img-1-300x77.png\";s:5:\"width\";i:300;s:6:\"height\";i:77;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"logo-retina-free-img-1-150x80.png\";s:5:\"width\";i:150;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(79,53,'_wxr_import_user_slug','alex'),(80,53,'_astra_sites_imported_post','1'),(81,53,'_astra_sites_enable_for_batch','1'),(82,53,'_astra_sites_image_hash','4a1cdf4f9a85cb9fc34f5cba7ed6058eff9ad0cb'),(83,53,'_elementor_source_image_hash','4a1cdf4f9a85cb9fc34f5cba7ed6058eff9ad0cb'),(5155,968,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:820;s:6:\"height\";i:312;s:4:\"file\";s:26:\"2021/08/ChrisFoundLogo.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"ChrisFoundLogo-300x114.png\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"ChrisFoundLogo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"ChrisFoundLogo-768x292.png\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5154,968,'_wp_attached_file','2021/08/ChrisFoundLogo.png'),(91,100,'_wp_attached_file','2021/05/logo-02-free-img-1.png'),(92,100,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:228;s:6:\"height\";i:130;s:4:\"file\";s:30:\"2021/05/logo-02-free-img-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"logo-02-free-img-1-150x130.png\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(93,100,'_wxr_import_user_slug','alex'),(94,100,'_astra_sites_imported_post','1'),(95,100,'_astra_sites_enable_for_batch','1'),(96,100,'_astra_sites_image_hash','b6fa0801c2f25297a6deaa94297b5e7d5fa32c70'),(97,100,'_elementor_source_image_hash','b6fa0801c2f25297a6deaa94297b5e7d5fa32c70'),(98,101,'_wp_attached_file','2021/05/logo-03-free-img-1.png'),(99,101,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:228;s:6:\"height\";i:130;s:4:\"file\";s:30:\"2021/05/logo-03-free-img-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"logo-03-free-img-1-150x130.png\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(100,101,'_wxr_import_user_slug','alex'),(101,101,'_astra_sites_imported_post','1'),(102,101,'_astra_sites_enable_for_batch','1'),(103,101,'_astra_sites_image_hash','5af1125991b191522cf2b6e2ab74c87ed0533dd1'),(104,101,'_elementor_source_image_hash','5af1125991b191522cf2b6e2ab74c87ed0533dd1'),(105,102,'_wp_attached_file','2021/05/logo-04-free-img-1.png'),(106,102,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:228;s:6:\"height\";i:130;s:4:\"file\";s:30:\"2021/05/logo-04-free-img-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"logo-04-free-img-1-150x130.png\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(107,102,'_wxr_import_user_slug','alex'),(108,102,'_astra_sites_imported_post','1'),(109,102,'_astra_sites_enable_for_batch','1'),(110,102,'_astra_sites_image_hash','cdd6bda45c44da260b05550f4d3e52283f01b3fb'),(111,102,'_elementor_source_image_hash','cdd6bda45c44da260b05550f4d3e52283f01b3fb'),(112,103,'_wp_attached_file','2021/05/logo-05-free-img-1.png'),(113,103,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:228;s:6:\"height\";i:130;s:4:\"file\";s:30:\"2021/05/logo-05-free-img-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"logo-05-free-img-1-150x130.png\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(114,103,'_wxr_import_user_slug','alex'),(115,103,'_astra_sites_imported_post','1'),(116,103,'_astra_sites_enable_for_batch','1'),(117,103,'_astra_sites_image_hash','e3cdd20c659c5b1035b87c62adf6d18e3d7a98a5'),(118,103,'_elementor_source_image_hash','e3cdd20c659c5b1035b87c62adf6d18e3d7a98a5'),(119,136,'_wp_attached_file','2021/05/gallery-001-free-img-1.jpg'),(120,136,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:380;s:6:\"height\";i:500;s:4:\"file\";s:34:\"2021/05/gallery-001-free-img-1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"gallery-001-free-img-1-228x300.jpg\";s:5:\"width\";i:228;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"gallery-001-free-img-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(121,136,'_wxr_import_user_slug','alex'),(122,136,'_astra_sites_imported_post','1'),(123,136,'_astra_sites_enable_for_batch','1'),(124,136,'_astra_sites_image_hash','2386a8e1d41103b5e9046d47e5d9f94a4816dc0b'),(125,136,'_elementor_source_image_hash','2386a8e1d41103b5e9046d47e5d9f94a4816dc0b'),(126,137,'_wp_attached_file','2021/05/gallery-002-free-img-1.jpg'),(127,137,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:380;s:6:\"height\";i:500;s:4:\"file\";s:34:\"2021/05/gallery-002-free-img-1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"gallery-002-free-img-1-228x300.jpg\";s:5:\"width\";i:228;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"gallery-002-free-img-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(128,137,'_wxr_import_user_slug','alex'),(129,137,'_astra_sites_imported_post','1'),(130,137,'_astra_sites_enable_for_batch','1'),(131,137,'_astra_sites_image_hash','fcb66b4963d37adfb519049a715e87980d367d09'),(132,137,'_elementor_source_image_hash','fcb66b4963d37adfb519049a715e87980d367d09'),(133,138,'_wp_attached_file','2021/05/gallery-003-free-img-1.jpg'),(134,138,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:380;s:6:\"height\";i:500;s:4:\"file\";s:34:\"2021/05/gallery-003-free-img-1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"gallery-003-free-img-1-228x300.jpg\";s:5:\"width\";i:228;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"gallery-003-free-img-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(135,138,'_wxr_import_user_slug','alex'),(136,138,'_astra_sites_imported_post','1'),(137,138,'_astra_sites_enable_for_batch','1'),(138,138,'_astra_sites_image_hash','52f3c714eca0c120f65e600d023cd3fa781a6de2'),(139,138,'_elementor_source_image_hash','52f3c714eca0c120f65e600d023cd3fa781a6de2'),(140,226,'_wp_attached_file','2021/05/bg-01-free-img-1.jpg'),(141,226,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:700;s:4:\"file\";s:28:\"2021/05/bg-01-free-img-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"bg-01-free-img-1-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"bg-01-free-img-1-1024x373.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"bg-01-free-img-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"bg-01-free-img-1-768x280.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"bg-01-free-img-1-1536x560.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(144,226,'_astra_sites_imported_post','1'),(145,226,'_astra_sites_enable_for_batch','1'),(146,226,'_astra_sites_image_hash','7b115435c81c08ffad4b63831a686bd9479da7b3'),(147,226,'_elementor_source_image_hash','7b115435c81c08ffad4b63831a686bd9479da7b3'),(148,227,'_wp_attached_file','2021/05/bg-02-free-img-1.jpg'),(149,227,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:700;s:4:\"file\";s:28:\"2021/05/bg-02-free-img-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"bg-02-free-img-1-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"bg-02-free-img-1-1024x373.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"bg-02-free-img-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"bg-02-free-img-1-768x280.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"bg-02-free-img-1-1536x560.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(152,227,'_astra_sites_imported_post','1'),(153,227,'_astra_sites_enable_for_batch','1'),(154,227,'_astra_sites_image_hash','ce21aaa8dd50b0205170e02db09c2911d766e495'),(155,227,'_elementor_source_image_hash','ce21aaa8dd50b0205170e02db09c2911d766e495'),(156,228,'_wp_attached_file','2021/05/bg-03-free-img-1.jpg'),(157,228,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:700;s:4:\"file\";s:28:\"2021/05/bg-03-free-img-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"bg-03-free-img-1-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"bg-03-free-img-1-1024x373.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"bg-03-free-img-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"bg-03-free-img-1-768x280.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"bg-03-free-img-1-1536x560.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(160,228,'_astra_sites_imported_post','1'),(161,228,'_astra_sites_enable_for_batch','1'),(162,228,'_astra_sites_image_hash','6c515cae4265340b05b47a08a9fc028a237a4f91'),(163,228,'_elementor_source_image_hash','6c515cae4265340b05b47a08a9fc028a237a4f91'),(164,345,'_wp_attached_file','2021/05/about-02-free-img-1.jpg'),(165,345,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:380;s:6:\"height\";i:500;s:4:\"file\";s:31:\"2021/05/about-02-free-img-1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"about-02-free-img-1-228x300.jpg\";s:5:\"width\";i:228;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"about-02-free-img-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(168,345,'_astra_sites_imported_post','1'),(169,345,'_astra_sites_enable_for_batch','1'),(170,345,'_astra_sites_image_hash','3299bbe9b6cfb930962715c23b310a45d8a2071c'),(171,345,'_elementor_source_image_hash','3299bbe9b6cfb930962715c23b310a45d8a2071c'),(172,346,'_wp_attached_file','2021/05/about-03-free-img-1.jpg'),(173,346,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:380;s:6:\"height\";i:500;s:4:\"file\";s:31:\"2021/05/about-03-free-img-1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"about-03-free-img-1-228x300.jpg\";s:5:\"width\";i:228;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"about-03-free-img-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(176,346,'_astra_sites_imported_post','1'),(177,346,'_astra_sites_enable_for_batch','1'),(178,346,'_astra_sites_image_hash','bc5f1f1c13e77585ee5b32501a557affd6a60e8e'),(179,346,'_elementor_source_image_hash','bc5f1f1c13e77585ee5b32501a557affd6a60e8e'),(180,347,'site-post-title','disabled'),(181,347,'site-sidebar-layout','no-sidebar'),(182,347,'site-content-layout','page-builder'),(183,347,'ast-featured-img','disabled'),(184,347,'ast-breadcrumbs-content','disabled'),(185,347,'_elementor_edit_mode','builder'),(186,347,'theme-transparent-header-meta','disabled'),(187,347,'_yoast_wpseo_estimated-reading-time-minutes','4'),(188,347,'_elementor_template_type','wp-page'),(189,347,'_elementor_version','3.4.0'),(190,347,'_astra_content_layout_flag','disabled'),(191,347,'ast-title-bar-display','disabled'),(192,347,'_wp_page_template','default'),(193,347,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/1.jpg\",\"id\":1454,\"alt\":\"\",\"source\":\"library\"},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/2.jpg\",\"id\":1455,\"alt\":\"\",\"source\":\"library\"},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/5.jpg\",\"id\":1448,\"alt\":\"\",\"source\":\"library\"},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\",\"_id\":\"e49c1dd\"},{\"heading\":\"Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/3.jpg\",\"id\":1446,\"alt\":\"\",\"source\":\"library\"},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/4.jpg\",\"id\":1447,\"alt\":\"\",\"source\":\"library\"},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":1245,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8af8159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\\n\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5ljbhof\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875},\"background_color\":\"#FAFAFA\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"71d672e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3904c8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Programs\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a10433\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":5},\"width\":{\"unit\":\"px\",\"size\":50},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":10},\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5817f5b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"extended\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f337b0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b15dc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d8e0125\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be9bcb7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"095646f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b736c30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c71706\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da3d19c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b6d143c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48db7ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d87a304\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb68b2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":95000,\"suffix\":\"+\",\"title\":\"People Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":40,\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":5000,\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7129,1232,'_elementor_edit_mode','builder'),(7130,1232,'_elementor_template_type','wp-page'),(7131,1232,'_elementor_version','3.2.5'),(7132,1232,'_wp_page_template','default'),(7133,1232,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5120,953,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5121,953,'_elementor_pro_version','3.2.1'),(7113,1230,'_elementor_edit_mode','builder'),(7114,1230,'_elementor_template_type','wp-page'),(7115,1230,'_elementor_version','3.2.5'),(7116,1230,'_wp_page_template','default'),(7117,1230,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"d2c29b7\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5c6e477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"83c4220\",\"elType\":\"widget\",\"settings\":{\"html\":\"[instagram-feed]\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false}]'),(5127,956,'_wp_attached_file','2021/08/Sex-Trafficking-2.png'),(5128,956,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:29:\"2021/08/Sex-Trafficking-2.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Sex-Trafficking-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Sex-Trafficking-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5129,957,'_wp_attached_file','2021/08/Loss-or-Death2.png'),(5130,957,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:26:\"2021/08/Loss-or-Death2.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Loss-or-Death2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Loss-or-Death2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5131,958,'_wp_attached_file','2021/08/Loss-or-Death-2.png'),(5132,958,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:27:\"2021/08/Loss-or-Death-2.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Loss-or-Death-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Loss-or-Death-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5133,959,'_wp_attached_file','2021/08/Divorce-2.png'),(5134,959,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:21:\"2021/08/Divorce-2.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Divorce-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Divorce-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5135,960,'_wp_attached_file','2021/08/health-crisis1.png'),(5136,960,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:940;s:6:\"height\";i:788;s:4:\"file\";s:26:\"2021/08/health-crisis1.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"health-crisis1-300x251.png\";s:5:\"width\";i:300;s:6:\"height\";i:251;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"health-crisis1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"health-crisis1-768x644.png\";s:5:\"width\";i:768;s:6:\"height\";i:644;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5137,961,'_wp_attached_file','2021/08/health-crisis-2.png'),(5138,961,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:27:\"2021/08/health-crisis-2.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"health-crisis-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"health-crisis-2-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"health-crisis-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"health-crisis-2-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5139,962,'_wp_attached_file','2021/08/homeless_jobless.png'),(5140,962,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:28:\"2021/08/homeless_jobless.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"homeless_jobless-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"homeless_jobless-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"homeless_jobless-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"homeless_jobless-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5141,963,'_wp_attached_file','2021/08/life-after-1.png'),(5142,963,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:24:\"2021/08/life-after-1.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"life-after-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"life-after-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"life-after-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"life-after-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5143,964,'_wp_attached_file','2021/08/domestic-violence-2.png'),(5144,964,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:31:\"2021/08/domestic-violence-2.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"domestic-violence-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"domestic-violence-2-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"domestic-violence-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"domestic-violence-2-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5145,965,'_wp_attached_file','2021/08/life-after.png'),(5146,965,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2021/08/life-after.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"life-after-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"life-after-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"life-after-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"life-after-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5147,966,'_wp_attached_file','2021/08/crisis-2.png'),(5148,966,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2021/08/crisis-2.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"crisis-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"crisis-2-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"crisis-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"crisis-2-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5149,967,'_wp_attached_file','2021/08/military.png'),(5150,967,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2021/08/military.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"military-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"military-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5180,981,'_wp_attached_file','2021/08/facebook-cover2.png'),(5181,981,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:820;s:6:\"height\";i:312;s:4:\"file\";s:27:\"2021/08/facebook-cover2.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"facebook-cover2-300x114.png\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"facebook-cover2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"facebook-cover2-768x292.png\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5182,982,'_wp_attached_file','2021/08/logo-128x128-1.png'),(5183,982,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:128;s:6:\"height\";i:128;s:4:\"file\";s:26:\"2021/08/logo-128x128-1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(194,347,'_yoast_wpseo_content_score','60'),(195,347,'astra-main-page-id','55337'),(196,347,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(357,374,'_elementor_edit_mode','builder'),(358,374,'_elementor_template_type','wp-page'),(359,374,'_elementor_version','3.2.3'),(360,374,'_wp_page_template','default'),(361,374,'_elementor_data','s:116129:\"a:7:{i:0;a:5:{s:2:\"id\";s:7:\"79c91db\";s:8:\"settings\";a:32:{s:3:\"gap\";s:2:\"no\";s:6:\"height\";s:10:\"min-height\";s:13:\"custom_height\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:21:\"background_background\";s:7:\"classic\";s:16:\"background_image\";a:2:{s:2:\"id\";s:2:\"38\";s:3:\"url\";s:84:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/hero-01-free-img-1.jpg\";}s:19:\"background_position\";s:13:\"bottom center\";s:21:\"background_attachment\";s:6:\"scroll\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:20:\"custom_height_tablet\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";s:2:\"80\";s:5:\"sizes\";a:0:{}}s:20:\"custom_height_mobile\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";i:92;s:5:\"sizes\";a:0:{}}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"0cea321\";s:8:\"settings\";a:24:{s:12:\"_column_size\";s:3:\"100\";s:7:\"padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:2:\"10\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:2:\"10\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"5\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:7:{s:2:\"id\";s:7:\"8bf7c9d\";s:8:\"settings\";a:14:{s:5:\"title\";s:16:\"Together, we can\";s:11:\"header_size\";s:2:\"h5\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:137:\"		<div class=\"elementor-widget-container\">\n			<h5 class=\"elementor-heading-title elementor-size-default\">Together, we can</h5>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"695c103\";s:8:\"settings\";a:16:{s:5:\"title\";s:38:\"Build a world where all youth are safe\";s:11:\"header_size\";s:2:\"h1\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:14:\"_margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:159:\"		<div class=\"elementor-widget-container\">\n			<h1 class=\"elementor-heading-title elementor-size-default\">Build a world where all youth are safe</h1>		</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"47faa94\";s:8:\"settings\";a:18:{s:4:\"text\";s:9:\"read more\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"40\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:0:\"\";s:7:\"library\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:337:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-button-wrapper\">\n			<a href=\"#\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\">\n						<span class=\"elementor-button-content-wrapper\">\n						<span class=\"elementor-button-text\">read more</span>\n		</span>\n					</a>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:1;a:5:{s:2:\"id\";s:7:\"0b1a41b\";s:8:\"settings\";a:35:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"20\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:4:{s:16:\"background_color\";s:0:\"\";s:18:\"background_color_b\";s:24:\"globals/colors?id=accent\";s:24:\"background_overlay_color\";s:0:\"\";s:26:\"background_overlay_color_b\";s:0:\"\";}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_color\";s:7:\"#833556\";s:18:\"background_color_b\";s:7:\"#833556\";s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";s:3:\"135\";s:5:\"sizes\";a:0:{}}s:29:\"background_overlay_background\";s:8:\"gradient\";s:24:\"background_overlay_color\";s:7:\"#FFD0B3\";s:26:\"background_overlay_color_b\";s:9:\"#FFD0B300\";s:31:\"background_overlay_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"40\";s:5:\"sizes\";a:0:{}}s:33:\"background_overlay_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";s:3:\"135\";s:5:\"sizes\";a:0:{}}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"80\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"2db5b36\";s:8:\"settings\";a:25:{s:12:\"_column_size\";s:2:\"50\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:3:\"150\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:28:\"space_between_widgets_tablet\";s:2:\"10\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"65\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:4:{i:0;a:7:{s:2:\"id\";s:7:\"e42959b\";s:8:\"settings\";a:13:{s:5:\"title\";s:5:\"About\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:126:\"		<div class=\"elementor-widget-container\">\n			<h2 class=\"elementor-heading-title elementor-size-default\">About</h2>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"933c951\";s:8:\"settings\";a:15:{s:5:\"title\";s:93:\"We care for the children all over the world, no matter tempor incididunt ut labore et dolore.\";s:11:\"header_size\";s:2:\"h5\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:214:\"		<div class=\"elementor-widget-container\">\n			<h5 class=\"elementor-heading-title elementor-size-default\">We care for the children all over the world, no matter tempor incididunt ut labore et dolore.</h5>		</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"901c3ff\";s:8:\"settings\";a:14:{s:11:\"__globals__\";a:1:{s:10:\"text_color\";s:0:\"\";}s:6:\"editor\";s:225:\"<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.</p>\";s:10:\"text_color\";s:9:\"#FFFFFFA3\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:291:\"		<div class=\"elementor-widget-container\">\n								<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.</p>						</div>\n		\";}i:3;a:7:{s:2:\"id\";s:7:\"e52fe09\";s:8:\"settings\";a:21:{s:4:\"text\";s:9:\"Read more\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:9:\"#00000000\";s:12:\"text_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:11:\"__globals__\";a:3:{s:17:\"button_text_color\";s:27:\"globals/colors?id=secondary\";s:16:\"background_color\";s:0:\"\";s:11:\"hover_color\";s:22:\"globals/colors?id=text\";}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:0:\"\";s:7:\"library\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:337:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-button-wrapper\">\n			<a href=\"#\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\">\n						<span class=\"elementor-button-content-wrapper\">\n						<span class=\"elementor-button-text\">Read more</span>\n		</span>\n					</a>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"c4be8bc\";s:8:\"settings\";a:21:{s:12:\"_column_size\";s:2:\"50\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"ff37682\";s:8:\"settings\";a:15:{s:10:\"image_size\";s:4:\"full\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:4:\"-100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:5:\"image\";a:2:{s:2:\"id\";s:2:\"34\";s:3:\"url\";s:85:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\";}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"-50\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:502:\"		<div class=\"elementor-widget-container\">\n															<img width=\"571\" height=\"800\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg 571w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1-214x300.jpg 214w\" sizes=\"(max-width: 571px) 100vw, 571px\" />															</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:2;a:5:{s:2:\"id\";s:7:\"4dbd69a\";s:8:\"settings\";a:25:{s:3:\"gap\";s:2:\"no\";s:13:\"custom_height\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"200\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"125\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"104\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"70\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"125\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"ef71edf\";s:8:\"settings\";a:22:{s:12:\"_column_size\";s:3:\"100\";s:28:\"space_between_widgets_tablet\";s:2:\"10\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:4:{i:0;a:7:{s:2:\"id\";s:7:\"c75db0c\";s:8:\"settings\";a:12:{s:5:\"title\";s:10:\"What we do\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:131:\"		<div class=\"elementor-widget-container\">\n			<h2 class=\"elementor-heading-title elementor-size-default\">What we do</h2>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"cf5e43c\";s:8:\"settings\";a:14:{s:4:\"text\";s:7:\"Divider\";s:11:\"__globals__\";a:1:{s:5:\"color\";s:25:\"globals/colors?id=367e41b\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"da461da\";s:8:\"settings\";a:19:{s:5:\"title\";s:140:\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\";s:11:\"header_size\";s:2:\"h5\";s:11:\"title_color\";s:9:\"#0000007D\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:0:\"\";}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"35\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:261:\"		<div class=\"elementor-widget-container\">\n			<h5 class=\"elementor-heading-title elementor-size-default\">We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>		</div>\n		\";}i:3;a:7:{s:2:\"id\";s:7:\"55aaa59\";s:8:\"settings\";a:24:{s:4:\"text\";s:9:\"Read more\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:9:\"#00000000\";s:12:\"text_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:4:\"49.6\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:3:{s:17:\"button_text_color\";s:24:\"globals/colors?id=accent\";s:16:\"background_color\";s:0:\"\";s:11:\"hover_color\";s:25:\"globals/colors?id=primary\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"3\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:4:\"34.5\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:0:\"\";s:7:\"library\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:337:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-button-wrapper\">\n			<a href=\"#\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\">\n						<span class=\"elementor-button-content-wrapper\">\n						<span class=\"elementor-button-text\">Read more</span>\n		</span>\n					</a>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:3;a:5:{s:2:\"id\";s:7:\"6b3244d\";s:8:\"settings\";a:25:{s:13:\"content_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:4:\"1300\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"40\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:4:{i:0;a:5:{s:2:\"id\";s:7:\"fe83902\";s:8:\"settings\";a:30:{s:12:\"_column_size\";s:2:\"25\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#B8616C\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:1:\"1\";}s:21:\"space_between_widgets\";s:2:\"30\";s:26:\"box_shadow_box_shadow_type\";s:3:\"yes\";s:21:\"box_shadow_box_shadow\";a:5:{s:10:\"horizontal\";s:1:\"0\";s:8:\"vertical\";s:2:\"40\";s:4:\"blur\";s:2:\"40\";s:6:\"spread\";s:1:\"0\";s:5:\"color\";s:68:\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\";}s:19:\"_inline_size_tablet\";s:2:\"50\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"45\";s:5:\"right\";s:2:\"45\";s:6:\"bottom\";s:2:\"45\";s:4:\"left\";s:2:\"45\";s:8:\"isLinked\";s:1:\"1\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:1:\"1\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:7:{s:2:\"id\";s:7:\"a16491e\";s:8:\"settings\";a:14:{s:5:\"title\";s:18:\"We Find &amp; Fund\";s:11:\"header_size\";s:2:\"h3\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:139:\"		<div class=\"elementor-widget-container\">\n			<h3 class=\"elementor-heading-title elementor-size-default\">We Find &amp; Fund</h3>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"c3eed13\";s:8:\"settings\";a:16:{s:6:\"editor\";s:117:\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>\";s:11:\"__globals__\";a:1:{s:10:\"text_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:183:\"		<div class=\"elementor-widget-container\">\n								<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>						</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"592d627\";s:8:\"settings\";a:17:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"6\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:27:\"globals/colors?id=secondary\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"6581c5d\";s:8:\"settings\";a:30:{s:12:\"_column_size\";s:2:\"25\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#AB5666\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:1:\"1\";}s:21:\"space_between_widgets\";s:2:\"30\";s:26:\"box_shadow_box_shadow_type\";s:3:\"yes\";s:21:\"box_shadow_box_shadow\";a:5:{s:10:\"horizontal\";s:1:\"0\";s:8:\"vertical\";s:2:\"40\";s:4:\"blur\";s:2:\"40\";s:6:\"spread\";s:1:\"0\";s:5:\"color\";s:68:\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\";}s:19:\"_inline_size_tablet\";s:2:\"50\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"45\";s:5:\"right\";s:2:\"45\";s:6:\"bottom\";s:2:\"45\";s:4:\"left\";s:2:\"45\";s:8:\"isLinked\";s:1:\"1\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:1:\"1\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:7:{s:2:\"id\";s:7:\"d9fec07\";s:8:\"settings\";a:15:{s:5:\"title\";s:11:\"We Educate\n\";s:11:\"header_size\";s:2:\"h3\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:132:\"		<div class=\"elementor-widget-container\">\n			<h3 class=\"elementor-heading-title elementor-size-default\">We Educate\n</h3>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"242d3b3\";s:8:\"settings\";a:16:{s:6:\"editor\";s:117:\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>\";s:11:\"__globals__\";a:1:{s:10:\"text_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:183:\"		<div class=\"elementor-widget-container\">\n								<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>						</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"6009173\";s:8:\"settings\";a:17:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"6\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:27:\"globals/colors?id=secondary\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"5efb625\";s:8:\"settings\";a:30:{s:12:\"_column_size\";s:2:\"25\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#9D4B61\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:1:\"1\";}s:21:\"space_between_widgets\";s:2:\"30\";s:26:\"box_shadow_box_shadow_type\";s:3:\"yes\";s:21:\"box_shadow_box_shadow\";a:5:{s:10:\"horizontal\";s:1:\"0\";s:8:\"vertical\";s:2:\"40\";s:4:\"blur\";s:2:\"40\";s:6:\"spread\";s:1:\"0\";s:5:\"color\";s:68:\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\";}s:19:\"_inline_size_tablet\";s:2:\"50\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"45\";s:5:\"right\";s:2:\"45\";s:6:\"bottom\";s:2:\"45\";s:4:\"left\";s:2:\"45\";s:8:\"isLinked\";s:1:\"1\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:1:\"1\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:7:{s:2:\"id\";s:7:\"9ce59da\";s:8:\"settings\";a:15:{s:5:\"title\";s:16:\"We Provide Care\n\";s:11:\"header_size\";s:2:\"h3\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:137:\"		<div class=\"elementor-widget-container\">\n			<h3 class=\"elementor-heading-title elementor-size-default\">We Provide Care\n</h3>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"bf980cf\";s:8:\"settings\";a:16:{s:6:\"editor\";s:117:\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>\";s:11:\"__globals__\";a:1:{s:10:\"text_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:183:\"		<div class=\"elementor-widget-container\">\n								<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>						</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"418fa6c\";s:8:\"settings\";a:17:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"6\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:27:\"globals/colors?id=secondary\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}i:3;a:5:{s:2:\"id\";s:7:\"d4464e5\";s:8:\"settings\";a:30:{s:12:\"_column_size\";s:2:\"25\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#90405C\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:1:\"1\";}s:21:\"space_between_widgets\";s:2:\"30\";s:26:\"box_shadow_box_shadow_type\";s:3:\"yes\";s:21:\"box_shadow_box_shadow\";a:5:{s:10:\"horizontal\";s:1:\"0\";s:8:\"vertical\";s:2:\"40\";s:4:\"blur\";s:2:\"40\";s:6:\"spread\";s:1:\"0\";s:5:\"color\";s:68:\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\";}s:19:\"_inline_size_tablet\";s:2:\"50\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"45\";s:5:\"right\";s:2:\"45\";s:6:\"bottom\";s:2:\"45\";s:4:\"left\";s:2:\"45\";s:8:\"isLinked\";s:1:\"1\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:1:\"1\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:7:{s:2:\"id\";s:7:\"378558b\";s:8:\"settings\";a:15:{s:5:\"title\";s:11:\"We Consult\n\";s:11:\"header_size\";s:2:\"h3\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"12\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:132:\"		<div class=\"elementor-widget-container\">\n			<h3 class=\"elementor-heading-title elementor-size-default\">We Consult\n</h3>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"a29a388\";s:8:\"settings\";a:16:{s:6:\"editor\";s:117:\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>\";s:11:\"__globals__\";a:1:{s:10:\"text_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:183:\"		<div class=\"elementor-widget-container\">\n								<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>						</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"eea12af\";s:8:\"settings\";a:17:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"6\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:27:\"globals/colors?id=secondary\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:4;a:5:{s:2:\"id\";s:7:\"c283f0b\";s:8:\"settings\";a:27:{s:3:\"gap\";s:2:\"no\";s:13:\"custom_height\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:15:\"column_position\";s:3:\"top\";s:9:\"structure\";s:2:\"20\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"175\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"101\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"a847f46\";s:8:\"settings\";a:27:{s:12:\"_column_size\";s:2:\"50\";s:21:\"space_between_widgets\";s:2:\"10\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"150\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:19:\"_inline_size_tablet\";s:2:\"40\";s:28:\"space_between_widgets_tablet\";s:2:\"25\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"e68b0b3\";s:8:\"settings\";a:12:{s:5:\"title\";s:21:\"What we have\nachieved\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:142:\"		<div class=\"elementor-widget-container\">\n			<h2 class=\"elementor-heading-title elementor-size-default\">What we have\nachieved</h2>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"37bbf35\";s:8:\"settings\";a:13:{s:6:\"editor\";s:97:\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>\";s:11:\"__globals__\";a:1:{s:10:\"text_color\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:163:\"		<div class=\"elementor-widget-container\">\n								<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>						</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"7c2f974\";s:8:\"settings\";a:22:{s:12:\"_column_size\";s:2:\"50\";s:19:\"_inline_size_tablet\";s:2:\"60\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"6cdb06c\";s:8:\"settings\";a:24:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"20\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"5148c93\";s:8:\"settings\";a:25:{s:12:\"_column_size\";s:2:\"50\";s:21:\"space_between_widgets\";s:2:\"20\";s:19:\"_inline_size_tablet\";s:2:\"50\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:28:\"space_between_widgets_mobile\";s:2:\"10\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"a84f6af\";s:8:\"settings\";a:31:{s:13:\"ending_number\";s:4:\"1000\";s:6:\"suffix\";s:2:\"K+\";s:5:\"title\";s:17:\"Members Worldwide\";s:12:\"number_color\";s:7:\"#833556\";s:28:\"typography_number_typography\";s:6:\"custom\";s:29:\"typography_number_font_family\";s:7:\"Poppins\";s:27:\"typography_number_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:29:\"typography_number_font_weight\";s:4:\"bold\";s:11:\"title_color\";s:9:\"#00000059\";s:27:\"typography_title_typography\";s:6:\"custom\";s:28:\"typography_title_font_family\";s:7:\"Poppins\";s:26:\"typography_title_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"20\";s:5:\"sizes\";a:0:{}}s:28:\"typography_title_font_weight\";s:4:\"bold\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"65\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:3:{s:28:\"typography_number_typography\";s:0:\"\";s:12:\"number_color\";s:0:\"\";s:11:\"title_color\";s:0:\"\";}s:34:\"typography_number_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"40\";s:5:\"sizes\";a:0:{}}s:33:\"typography_title_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"15\";s:5:\"sizes\";a:0:{}}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"54\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:34:\"typography_number_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;s:5:\"sizes\";a:0:{}}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"120\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"counter\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:484:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-counter\">\n			<div class=\"elementor-counter-number-wrapper\">\n				<span class=\"elementor-counter-number-prefix\"></span>\n				<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"1000\" data-from-value=\"0\" data-delimiter=\",\">0</span>\n				<span class=\"elementor-counter-number-suffix\">K+</span>\n			</div>\n							<div class=\"elementor-counter-title\">Members Worldwide</div>\n					</div>\n				</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"aed18c2\";s:8:\"settings\";a:18:{s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"95\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"2\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:25:\"globals/colors?id=367e41b\";}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"5fa5f28\";s:8:\"settings\";a:25:{s:12:\"_column_size\";s:2:\"50\";s:21:\"space_between_widgets\";s:2:\"20\";s:19:\"_inline_size_tablet\";s:2:\"50\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:28:\"space_between_widgets_mobile\";s:2:\"10\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"4219d87\";s:8:\"settings\";a:31:{s:13:\"ending_number\";s:6:\"950000\";s:6:\"suffix\";s:1:\"+\";s:5:\"title\";s:15:\"Children Helped\";s:12:\"number_color\";s:7:\"#833556\";s:28:\"typography_number_typography\";s:6:\"custom\";s:29:\"typography_number_font_family\";s:7:\"Poppins\";s:27:\"typography_number_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:29:\"typography_number_font_weight\";s:4:\"bold\";s:11:\"title_color\";s:9:\"#00000059\";s:27:\"typography_title_typography\";s:6:\"custom\";s:28:\"typography_title_font_family\";s:7:\"Poppins\";s:26:\"typography_title_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"20\";s:5:\"sizes\";a:0:{}}s:28:\"typography_title_font_weight\";s:4:\"bold\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"115\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:3:{s:28:\"typography_number_typography\";s:0:\"\";s:12:\"number_color\";s:24:\"globals/colors?id=accent\";s:11:\"title_color\";s:0:\"\";}s:34:\"typography_number_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"40\";s:5:\"sizes\";a:0:{}}s:33:\"typography_title_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"15\";s:5:\"sizes\";a:0:{}}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"88\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:34:\"typography_number_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;s:5:\"sizes\";a:0:{}}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"150\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"counter\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:483:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-counter\">\n			<div class=\"elementor-counter-number-wrapper\">\n				<span class=\"elementor-counter-number-prefix\"></span>\n				<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"950000\" data-from-value=\"0\" data-delimiter=\",\">0</span>\n				<span class=\"elementor-counter-number-suffix\">+</span>\n			</div>\n							<div class=\"elementor-counter-title\">Children Helped</div>\n					</div>\n				</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"7fcf1ac\";s:8:\"settings\";a:18:{s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"95\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"2\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:25:\"globals/colors?id=367e41b\";}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:7:\"section\";}i:1;a:5:{s:2:\"id\";s:7:\"50ac5af\";s:8:\"settings\";a:24:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"20\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"5edb927\";s:8:\"settings\";a:25:{s:12:\"_column_size\";s:2:\"50\";s:21:\"space_between_widgets\";s:2:\"20\";s:19:\"_inline_size_tablet\";s:2:\"50\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:28:\"space_between_widgets_mobile\";s:2:\"10\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"f5fabdf\";s:8:\"settings\";a:32:{s:13:\"ending_number\";s:3:\"300\";s:6:\"prefix\";s:1:\"$\";s:6:\"suffix\";s:2:\"M+\";s:5:\"title\";s:12:\"Funds Raised\";s:12:\"number_color\";s:7:\"#833556\";s:28:\"typography_number_typography\";s:6:\"custom\";s:29:\"typography_number_font_family\";s:7:\"Poppins\";s:27:\"typography_number_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:29:\"typography_number_font_weight\";s:4:\"bold\";s:11:\"title_color\";s:9:\"#00000059\";s:27:\"typography_title_typography\";s:6:\"custom\";s:28:\"typography_title_font_family\";s:7:\"Poppins\";s:26:\"typography_title_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"20\";s:5:\"sizes\";a:0:{}}s:28:\"typography_title_font_weight\";s:4:\"bold\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"147\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:3:{s:28:\"typography_number_typography\";s:0:\"\";s:12:\"number_color\";s:24:\"globals/colors?id=accent\";s:11:\"title_color\";s:0:\"\";}s:34:\"typography_number_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"40\";s:5:\"sizes\";a:0:{}}s:33:\"typography_title_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"15\";s:5:\"sizes\";a:0:{}}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"110\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:34:\"typography_number_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;s:5:\"sizes\";a:0:{}}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"175\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"counter\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:479:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-counter\">\n			<div class=\"elementor-counter-number-wrapper\">\n				<span class=\"elementor-counter-number-prefix\">$</span>\n				<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"300\" data-from-value=\"0\" data-delimiter=\",\">0</span>\n				<span class=\"elementor-counter-number-suffix\">M+</span>\n			</div>\n							<div class=\"elementor-counter-title\">Funds Raised</div>\n					</div>\n				</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"4e922fc\";s:8:\"settings\";a:18:{s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"95\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"2\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:25:\"globals/colors?id=367e41b\";}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"274dcb3\";s:8:\"settings\";a:25:{s:12:\"_column_size\";s:2:\"50\";s:21:\"space_between_widgets\";s:2:\"20\";s:19:\"_inline_size_tablet\";s:2:\"50\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:28:\"space_between_widgets_mobile\";s:2:\"10\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"d284bd7\";s:8:\"settings\";a:31:{s:13:\"ending_number\";s:5:\"50000\";s:6:\"suffix\";s:1:\"T\";s:5:\"title\";s:13:\"Food Provided\";s:12:\"number_color\";s:7:\"#833556\";s:28:\"typography_number_typography\";s:6:\"custom\";s:29:\"typography_number_font_family\";s:7:\"Poppins\";s:27:\"typography_number_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:29:\"typography_number_font_weight\";s:4:\"bold\";s:11:\"title_color\";s:9:\"#00000059\";s:27:\"typography_title_typography\";s:6:\"custom\";s:28:\"typography_title_font_family\";s:7:\"Poppins\";s:26:\"typography_title_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"20\";s:5:\"sizes\";a:0:{}}s:28:\"typography_title_font_weight\";s:4:\"bold\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"132\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:3:{s:28:\"typography_number_typography\";s:0:\"\";s:12:\"number_color\";s:24:\"globals/colors?id=accent\";s:11:\"title_color\";s:0:\"\";}s:34:\"typography_number_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"40\";s:5:\"sizes\";a:0:{}}s:33:\"typography_title_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"15\";s:5:\"sizes\";a:0:{}}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"95\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:34:\"typography_number_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;s:5:\"sizes\";a:0:{}}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"165\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"counter\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:480:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-counter\">\n			<div class=\"elementor-counter-number-wrapper\">\n				<span class=\"elementor-counter-number-prefix\"></span>\n				<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"50000\" data-from-value=\"0\" data-delimiter=\",\">0</span>\n				<span class=\"elementor-counter-number-suffix\">T</span>\n			</div>\n							<div class=\"elementor-counter-title\">Food Provided</div>\n					</div>\n				</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"aac446c\";s:8:\"settings\";a:18:{s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"95\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"2\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:25:\"globals/colors?id=367e41b\";}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:7:\"section\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:5;a:5:{s:2:\"id\";s:7:\"b72822a\";s:8:\"settings\";a:29:{s:3:\"gap\";s:2:\"no\";s:29:\"background_overlay_background\";s:8:\"gradient\";s:24:\"background_overlay_color\";s:9:\"#F8F8F800\";s:29:\"background_overlay_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:26:\"background_overlay_color_b\";s:7:\"#F8F8F8\";s:31:\"background_overlay_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:26:\"background_overlay_opacity\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"1\";s:5:\"sizes\";a:0:{}}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"7b261eb\";s:8:\"settings\";a:21:{s:12:\"_column_size\";s:3:\"100\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"727955d\";s:8:\"settings\";a:18:{s:10:\"wp_gallery\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"136\";s:3:\"url\";s:88:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\";}i:1;a:2:{s:2:\"id\";s:3:\"137\";s:3:\"url\";s:88:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\";}i:2;a:2:{s:2:\"id\";s:3:\"138\";s:3:\"url\";s:88:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\";}}s:14:\"thumbnail_size\";s:4:\"full\";s:15:\"gallery_columns\";s:1:\"3\";s:13:\"open_lightbox\";s:3:\"yes\";s:13:\"image_spacing\";s:6:\"custom\";s:20:\"image_spacing_custom\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"0\";s:5:\"sizes\";a:0:{}}s:12:\"gallery_link\";s:4:\"none\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:13:\"image-gallery\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:1768:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-image-gallery\">\n			<div id=\'gallery-2\' class=\'gallery galleryid-0 gallery-columns-3 gallery-size-full\'><figure class=\'gallery-item\'>\n			<div class=\'gallery-icon portrait\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</div></figure><figure class=\'gallery-item\'>\n			<div class=\'gallery-icon portrait\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</div></figure><figure class=\'gallery-item\'>\n			<div class=\'gallery-icon portrait\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</div></figure>\n		</div>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:6;a:5:{s:2:\"id\";s:7:\"0904f95\";s:8:\"settings\";a:26:{s:3:\"gap\";s:2:\"no\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#F8F8F8\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"c50fb9f\";s:8:\"settings\";a:22:{s:12:\"_column_size\";s:3:\"100\";s:10:\"text_align\";s:6:\"center\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"d9b6c02\";s:8:\"settings\";a:15:{s:5:\"title\";s:8:\"Partners\";s:11:\"header_size\";s:2:\"h6\";s:21:\"typography_typography\";s:6:\"custom\";s:25:\"typography_text_transform\";s:9:\"uppercase\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:129:\"		<div class=\"elementor-widget-container\">\n			<h6 class=\"elementor-heading-title elementor-size-default\">Partners</h6>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"37f09e4\";s:8:\"settings\";a:22:{s:8:\"carousel\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"103\";s:3:\"url\";s:84:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\";}i:1;a:2:{s:2:\"id\";s:3:\"102\";s:3:\"url\";s:84:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\";}i:2;a:2:{s:2:\"id\";s:3:\"101\";s:3:\"url\";s:84:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\";}i:3;a:2:{s:2:\"id\";s:3:\"100\";s:3:\"url\";s:84:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\";}i:4;a:2:{s:2:\"id\";s:2:\"99\";s:3:\"url\";s:84:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\";}}s:14:\"thumbnail_size\";s:4:\"full\";s:14:\"slides_to_show\";s:1:\"5\";s:16:\"slides_to_scroll\";s:1:\"1\";s:10:\"navigation\";s:4:\"none\";s:19:\"image_border_border\";s:5:\"solid\";s:18:\"image_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";s:1:\"1\";}s:11:\"__globals__\";a:1:{s:18:\"image_border_color\";s:25:\"globals/colors?id=367e41b\";}s:21:\"slides_to_show_tablet\";s:1:\"4\";s:20:\"image_spacing_custom\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"0\";s:5:\"sizes\";a:0:{}}s:21:\"slides_to_show_mobile\";s:1:\"2\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:14:\"image-carousel\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:1349:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-image-carousel-wrapper swiper-container\" dir=\"ltr\">\n			<div class=\"elementor-image-carousel swiper-wrapper\">\n				<div class=\"swiper-slide\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure></div><div class=\"swiper-slide\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure></div><div class=\"swiper-slide\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure></div><div class=\"swiper-slide\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure></div><div class=\"swiper-slide\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure></div>			</div>\n																</div>\n				</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}}\";'),(198,347,'_wxr_import_user_slug','alex'),(199,347,'_astra_sites_imported_post','1'),(200,347,'_astra_sites_enable_for_batch','1'),(201,348,'_elementor_edit_mode','builder'),(202,348,'_elementor_template_type','kit'),(203,348,'_elementor_version','3.2.3'),(204,348,'_wp_page_template','default'),(205,348,'_elementor_page_settings','a:11:{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:\"#000000\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#FFFFFF\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#FFD0B3\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#833556\";}}s:13:\"custom_colors\";a:2:{i:0;a:3:{s:3:\"_id\";s:7:\"367e41b\";s:5:\"title\";s:7:\"Divider\";s:5:\"color\";s:7:\"#E5E5E5\";}i:1;a:3:{s:3:\"_id\";s:7:\"dfa4654\";s:5:\"title\";s:16:\"New Global Color\";s:5:\"color\";s:7:\"#F344CB\";}}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:24:\"The Chrishaun Foundation\";s:16:\"site_description\";s:27:\"Ensuing There is Life After\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";s:1:\"1\";s:11:\"viewport_md\";s:3:\"768\";s:11:\"viewport_lg\";s:4:\"1025\";}'),(206,348,'_elementor_data','a:0:{}'),(207,348,'_wxr_import_user_slug','alex'),(208,348,'_astra_sites_imported_post','1'),(209,348,'_astra_sites_enable_for_batch','1'),(210,349,'site-post-title','disabled'),(211,349,'site-sidebar-layout','no-sidebar'),(212,349,'site-content-layout','page-builder'),(213,349,'ast-featured-img','disabled'),(214,349,'ast-breadcrumbs-content','disabled'),(215,349,'theme-transparent-header-meta','enabled'),(216,349,'_yoast_wpseo_estimated-reading-time-minutes','4'),(217,349,'_elementor_edit_mode','builder'),(218,349,'_elementor_template_type','wp-page'),(219,349,'_elementor_version','3.4.0'),(220,349,'_astra_content_layout_flag','disabled'),(221,349,'ast-title-bar-display','disabled'),(222,349,'_wp_page_template','default'),(223,349,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"736c3be\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":722}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\\n\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c483045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/facebook-cover2-1.png\",\"id\":980,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Vision\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size\":null},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life\\u2019s challenges, traumas, and disaster.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"f675fc5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"5843e57\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"b38fca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3a8663\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f1fff16\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"564278a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size\":null},\"elements\":[{\"id\":\"e47b068\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(786,431,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"navigation\":\"dots\",\"transition\":\"fade\",\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"title_color\":\"#833556\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(224,349,'_yoast_wpseo_content_score','60'),(225,349,'astra-main-page-id','55335'),(226,349,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(723,423,'_elementor_edit_mode','builder'),(724,423,'_elementor_template_type','wp-page'),(725,423,'_elementor_version','3.2.3'),(726,423,'_wp_page_template','default'),(727,423,'_elementor_data','s:103181:\"a:7:{i:0;a:5:{s:2:\"id\";s:7:\"9e2aff0\";s:8:\"settings\";a:36:{s:3:\"gap\";s:2:\"no\";s:6:\"height\";s:10:\"min-height\";s:13:\"custom_height\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";s:2:\"75\";s:5:\"sizes\";a:0:{}}s:21:\"background_background\";s:7:\"classic\";s:16:\"background_image\";a:2:{s:2:\"id\";s:3:\"226\";s:3:\"url\";s:82:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-01-free-img-1.jpg\";}s:19:\"background_position\";s:13:\"bottom center\";s:21:\"background_attachment\";s:6:\"scroll\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:20:\"custom_height_tablet\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";s:2:\"45\";s:5:\"sizes\";a:0:{}}s:20:\"custom_height_mobile\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:29:\"background_overlay_background\";s:7:\"classic\";s:26:\"background_overlay_opacity\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:3:\"0.3\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:24:\"background_overlay_color\";s:0:\"\";}s:24:\"background_overlay_color\";s:7:\"#000000\";s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"3f67593\";s:8:\"settings\";a:24:{s:12:\"_column_size\";s:3:\"100\";s:7:\"padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:2:\"10\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:2:\"10\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"5\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"dc4e498\";s:8:\"settings\";a:15:{s:5:\"title\";s:8:\"About us\";s:11:\"header_size\";s:2:\"h1\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:12:\"align_mobile\";s:6:\"center\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:129:\"		<div class=\"elementor-widget-container\">\n			<h1 class=\"elementor-heading-title elementor-size-default\">About us</h1>		</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:1;a:5:{s:2:\"id\";s:7:\"a1fbe58\";s:8:\"settings\";a:25:{s:3:\"gap\";s:2:\"no\";s:13:\"custom_height\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"60\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"60\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"527f5ce\";s:8:\"settings\";a:22:{s:12:\"_column_size\";s:3:\"100\";s:28:\"space_between_widgets_tablet\";s:2:\"10\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:7:{s:2:\"id\";s:7:\"efc4863\";s:8:\"settings\";a:12:{s:5:\"title\";s:10:\"Who we are\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:131:\"		<div class=\"elementor-widget-container\">\n			<h2 class=\"elementor-heading-title elementor-size-default\">Who we are</h2>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"95703c5\";s:8:\"settings\";a:14:{s:4:\"text\";s:7:\"Divider\";s:11:\"__globals__\";a:1:{s:5:\"color\";s:25:\"globals/colors?id=367e41b\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}i:2;a:5:{s:2:\"id\";s:7:\"78ef0b7\";s:8:\"settings\";a:22:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"20\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"afb5dee\";s:8:\"settings\";a:23:{s:12:\"_column_size\";s:2:\"50\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"100\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"4fea4b7\";s:8:\"settings\";a:19:{s:5:\"title\";s:116:\"Partnering to build a world where all children are lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do.\";s:11:\"header_size\";s:2:\"h5\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:0:\"\";}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:11:\"title_color\";s:7:\"#833556\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:237:\"		<div class=\"elementor-widget-container\">\n			<h5 class=\"elementor-heading-title elementor-size-default\">Partnering to build a world where all children are lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do.</h5>		</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"286d7bf\";s:8:\"settings\";a:21:{s:12:\"_column_size\";s:2:\"50\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"9f7cca1\";s:8:\"settings\";a:12:{s:6:\"editor\";s:453:\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:519:\"		<div class=\"elementor-widget-container\">\n								<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>						</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"40b8d4f\";s:8:\"settings\";a:12:{s:6:\"editor\";s:217:\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:283:\"		<div class=\"elementor-widget-container\">\n								<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>						</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:7:\"section\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:2;a:5:{s:2:\"id\";s:7:\"e97b045\";s:8:\"settings\";a:29:{s:3:\"gap\";s:2:\"no\";s:29:\"background_overlay_background\";s:8:\"gradient\";s:24:\"background_overlay_color\";s:9:\"#F8F8F800\";s:29:\"background_overlay_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:26:\"background_overlay_color_b\";s:7:\"#F8F8F8\";s:31:\"background_overlay_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:26:\"background_overlay_opacity\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"1\";s:5:\"sizes\";a:0:{}}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"c98635a\";s:8:\"settings\";a:21:{s:12:\"_column_size\";s:3:\"100\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"f087e9a\";s:8:\"settings\";a:17:{s:10:\"wp_gallery\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"346\";s:3:\"url\";s:85:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\";}i:1;a:2:{s:2:\"id\";s:3:\"345\";s:3:\"url\";s:85:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\";}i:2;a:2:{s:2:\"id\";s:3:\"353\";s:3:\"url\";s:85:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\";}}s:14:\"thumbnail_size\";s:4:\"full\";s:15:\"gallery_columns\";s:1:\"3\";s:13:\"open_lightbox\";s:3:\"yes\";s:13:\"image_spacing\";s:6:\"custom\";s:20:\"image_spacing_custom\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"0\";s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:13:\"image-gallery\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:1687:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-image-gallery\">\n			<div id=\'gallery-1\' class=\'gallery galleryid-0 gallery-columns-3 gallery-size-full\'><figure class=\'gallery-item\'>\n			<div class=\'gallery-icon portrait\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</div></figure><figure class=\'gallery-item\'>\n			<div class=\'gallery-icon portrait\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</div></figure>\n		</div>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:3;a:5:{s:2:\"id\";s:7:\"572f6ff\";s:8:\"settings\";a:27:{s:3:\"gap\";s:2:\"no\";s:13:\"custom_height\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#F8F8F8\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"e5743e3\";s:8:\"settings\";a:22:{s:12:\"_column_size\";s:3:\"100\";s:28:\"space_between_widgets_tablet\";s:2:\"10\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:7:{s:2:\"id\";s:7:\"94d1784\";s:8:\"settings\";a:12:{s:5:\"title\";s:12:\"Our approach\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:133:\"		<div class=\"elementor-widget-container\">\n			<h2 class=\"elementor-heading-title elementor-size-default\">Our approach</h2>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"e042a92\";s:8:\"settings\";a:15:{s:4:\"text\";s:7:\"Divider\";s:11:\"__globals__\";a:1:{s:5:\"color\";s:25:\"globals/colors?id=367e41b\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}i:2;a:5:{s:2:\"id\";s:7:\"bf4af99\";s:8:\"settings\";a:30:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"20\";s:13:\"border_border\";s:5:\"solid\";s:12:\"border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"125\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:12:\"border_color\";s:25:\"globals/colors?id=367e41b\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"6a9fd7f\";s:8:\"settings\";a:24:{s:12:\"_column_size\";s:2:\"50\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"100\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:7:{s:2:\"id\";s:7:\"9a90475\";s:8:\"settings\";a:18:{s:5:\"title\";s:11:\"Our Mission\";s:11:\"header_size\";s:2:\"h6\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:24:\"globals/colors?id=accent\";}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:132:\"		<div class=\"elementor-widget-container\">\n			<h6 class=\"elementor-heading-title elementor-size-default\">Our Mission</h6>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"b74443e\";s:8:\"settings\";a:18:{s:5:\"title\";s:115:\"We facilitate safe learning spaces lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\";s:11:\"header_size\";s:2:\"h5\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:0:\"\";}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:236:\"		<div class=\"elementor-widget-container\">\n			<h5 class=\"elementor-heading-title elementor-size-default\">We facilitate safe learning spaces lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>		</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"6366e32\";s:8:\"settings\";a:12:{s:6:\"editor\";s:310:\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum.</p>\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:376:\"		<div class=\"elementor-widget-container\">\n								<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum.</p>						</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"17fd042\";s:8:\"settings\";a:24:{s:12:\"_column_size\";s:2:\"50\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"100\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:7:{s:2:\"id\";s:7:\"316e22e\";s:8:\"settings\";a:18:{s:5:\"title\";s:10:\"Our Vision\";s:11:\"header_size\";s:2:\"h6\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:24:\"globals/colors?id=accent\";}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:131:\"		<div class=\"elementor-widget-container\">\n			<h6 class=\"elementor-heading-title elementor-size-default\">Our Vision</h6>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"1bb1087\";s:8:\"settings\";a:18:{s:5:\"title\";s:117:\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit.\";s:11:\"header_size\";s:2:\"h5\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:0:\"\";}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:238:\"		<div class=\"elementor-widget-container\">\n			<h5 class=\"elementor-heading-title elementor-size-default\">We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit.</h5>		</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"6b9d434\";s:8:\"settings\";a:12:{s:6:\"editor\";s:310:\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum.</p>\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:376:\"		<div class=\"elementor-widget-container\">\n								<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum.</p>						</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:7:\"section\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:4;a:5:{s:2:\"id\";s:7:\"89e69e8\";s:8:\"settings\";a:26:{s:3:\"gap\";s:2:\"no\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#F8F8F8\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"60\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"c7c9cdc\";s:8:\"settings\";a:22:{s:12:\"_column_size\";s:3:\"100\";s:10:\"text_align\";s:6:\"center\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"6caa784\";s:8:\"settings\";a:15:{s:5:\"title\";s:8:\"Partners\";s:11:\"header_size\";s:2:\"h6\";s:21:\"typography_typography\";s:6:\"custom\";s:25:\"typography_text_transform\";s:9:\"uppercase\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:129:\"		<div class=\"elementor-widget-container\">\n			<h6 class=\"elementor-heading-title elementor-size-default\">Partners</h6>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"f48fa2b\";s:8:\"settings\";a:22:{s:8:\"carousel\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"103\";s:3:\"url\";s:84:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\";}i:1;a:2:{s:2:\"id\";s:3:\"102\";s:3:\"url\";s:84:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\";}i:2;a:2:{s:2:\"id\";s:3:\"101\";s:3:\"url\";s:84:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\";}i:3;a:2:{s:2:\"id\";s:3:\"100\";s:3:\"url\";s:84:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\";}i:4;a:2:{s:2:\"id\";s:2:\"99\";s:3:\"url\";s:84:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\";}}s:14:\"thumbnail_size\";s:4:\"full\";s:14:\"slides_to_show\";s:1:\"5\";s:16:\"slides_to_scroll\";s:1:\"1\";s:10:\"navigation\";s:4:\"none\";s:19:\"image_border_border\";s:5:\"solid\";s:18:\"image_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";s:1:\"1\";}s:11:\"__globals__\";a:1:{s:18:\"image_border_color\";s:25:\"globals/colors?id=367e41b\";}s:21:\"slides_to_show_tablet\";s:1:\"4\";s:20:\"image_spacing_custom\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"0\";s:5:\"sizes\";a:0:{}}s:21:\"slides_to_show_mobile\";s:1:\"2\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:14:\"image-carousel\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:1349:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-image-carousel-wrapper swiper-container\" dir=\"ltr\">\n			<div class=\"elementor-image-carousel swiper-wrapper\">\n				<div class=\"swiper-slide\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure></div><div class=\"swiper-slide\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure></div><div class=\"swiper-slide\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure></div><div class=\"swiper-slide\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure></div><div class=\"swiper-slide\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure></div>			</div>\n																</div>\n				</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:5;a:5:{s:2:\"id\";s:7:\"1e2701a\";s:8:\"settings\";a:29:{s:3:\"gap\";s:2:\"no\";s:13:\"custom_height\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";i:48;s:5:\"sizes\";a:0:{}}s:20:\"custom_height_mobile\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:13:\"center center\";s:21:\"background_attachment\";s:6:\"scroll\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";s:6:\"layout\";s:10:\"full_width\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"d00f84b\";s:8:\"settings\";a:21:{s:12:\"_column_size\";s:3:\"100\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"f6334a5\";s:8:\"settings\";a:13:{s:5:\"image\";a:2:{s:2:\"id\";s:3:\"354\";s:3:\"url\";s:82:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\";}s:10:\"image_size\";s:4:\"full\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:202:\"		<div class=\"elementor-widget-container\">\n															<img src=\"https://thechrishaunfoundation.org/wp-content/uploads/sites/853/2021/05/bg-04-free-img.jpg\" title=\"\" alt=\"\" />															</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:6;a:5:{s:2:\"id\";s:7:\"59b145f\";s:8:\"settings\";a:27:{s:3:\"gap\";s:2:\"no\";s:13:\"custom_height\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:15:\"column_position\";s:3:\"top\";s:9:\"structure\";s:2:\"20\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"125\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"80\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"60\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"29d3394\";s:8:\"settings\";a:27:{s:12:\"_column_size\";s:2:\"50\";s:21:\"space_between_widgets\";s:2:\"10\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"150\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:19:\"_inline_size_tablet\";s:2:\"40\";s:28:\"space_between_widgets_tablet\";s:2:\"25\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"2c14deb\";s:8:\"settings\";a:12:{s:5:\"title\";s:21:\"What we have\nachieved\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:142:\"		<div class=\"elementor-widget-container\">\n			<h2 class=\"elementor-heading-title elementor-size-default\">What we have\nachieved</h2>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"f75fe1e\";s:8:\"settings\";a:13:{s:6:\"editor\";s:97:\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>\";s:11:\"__globals__\";a:1:{s:10:\"text_color\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:163:\"		<div class=\"elementor-widget-container\">\n								<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>						</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"7793415\";s:8:\"settings\";a:22:{s:12:\"_column_size\";s:2:\"50\";s:19:\"_inline_size_tablet\";s:2:\"60\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"a225ee4\";s:8:\"settings\";a:25:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"20\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"b8735ed\";s:8:\"settings\";a:25:{s:12:\"_column_size\";s:2:\"50\";s:21:\"space_between_widgets\";s:2:\"20\";s:19:\"_inline_size_tablet\";s:2:\"50\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:28:\"space_between_widgets_mobile\";s:2:\"10\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"8267a53\";s:8:\"settings\";a:31:{s:13:\"ending_number\";s:4:\"1000\";s:6:\"suffix\";s:2:\"K+\";s:5:\"title\";s:17:\"Members Worldwide\";s:12:\"number_color\";s:7:\"#833556\";s:28:\"typography_number_typography\";s:6:\"custom\";s:29:\"typography_number_font_family\";s:7:\"Poppins\";s:27:\"typography_number_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:29:\"typography_number_font_weight\";s:4:\"bold\";s:11:\"title_color\";s:9:\"#00000059\";s:27:\"typography_title_typography\";s:6:\"custom\";s:28:\"typography_title_font_family\";s:7:\"Poppins\";s:26:\"typography_title_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"20\";s:5:\"sizes\";a:0:{}}s:28:\"typography_title_font_weight\";s:4:\"bold\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"65\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:3:{s:28:\"typography_number_typography\";s:0:\"\";s:12:\"number_color\";s:24:\"globals/colors?id=accent\";s:11:\"title_color\";s:0:\"\";}s:34:\"typography_number_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"40\";s:5:\"sizes\";a:0:{}}s:33:\"typography_title_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"15\";s:5:\"sizes\";a:0:{}}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"54\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:34:\"typography_number_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;s:5:\"sizes\";a:0:{}}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"120\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"counter\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:484:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-counter\">\n			<div class=\"elementor-counter-number-wrapper\">\n				<span class=\"elementor-counter-number-prefix\"></span>\n				<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"1000\" data-from-value=\"0\" data-delimiter=\",\">0</span>\n				<span class=\"elementor-counter-number-suffix\">K+</span>\n			</div>\n							<div class=\"elementor-counter-title\">Members Worldwide</div>\n					</div>\n				</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"e65f21b\";s:8:\"settings\";a:18:{s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"95\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"2\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:25:\"globals/colors?id=367e41b\";}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"677fe60\";s:8:\"settings\";a:25:{s:12:\"_column_size\";s:2:\"50\";s:21:\"space_between_widgets\";s:2:\"20\";s:19:\"_inline_size_tablet\";s:2:\"50\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:28:\"space_between_widgets_mobile\";s:2:\"10\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"6332a1c\";s:8:\"settings\";a:31:{s:13:\"ending_number\";s:6:\"950000\";s:6:\"suffix\";s:1:\"+\";s:5:\"title\";s:15:\"Children Helped\";s:12:\"number_color\";s:7:\"#833556\";s:28:\"typography_number_typography\";s:6:\"custom\";s:29:\"typography_number_font_family\";s:7:\"Poppins\";s:27:\"typography_number_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:29:\"typography_number_font_weight\";s:4:\"bold\";s:11:\"title_color\";s:9:\"#00000059\";s:27:\"typography_title_typography\";s:6:\"custom\";s:28:\"typography_title_font_family\";s:7:\"Poppins\";s:26:\"typography_title_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"20\";s:5:\"sizes\";a:0:{}}s:28:\"typography_title_font_weight\";s:4:\"bold\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"115\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:3:{s:28:\"typography_number_typography\";s:0:\"\";s:12:\"number_color\";s:24:\"globals/colors?id=accent\";s:11:\"title_color\";s:0:\"\";}s:34:\"typography_number_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"40\";s:5:\"sizes\";a:0:{}}s:33:\"typography_title_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"15\";s:5:\"sizes\";a:0:{}}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"88\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:34:\"typography_number_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;s:5:\"sizes\";a:0:{}}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"150\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"counter\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:483:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-counter\">\n			<div class=\"elementor-counter-number-wrapper\">\n				<span class=\"elementor-counter-number-prefix\"></span>\n				<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"950000\" data-from-value=\"0\" data-delimiter=\",\">0</span>\n				<span class=\"elementor-counter-number-suffix\">+</span>\n			</div>\n							<div class=\"elementor-counter-title\">Children Helped</div>\n					</div>\n				</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"52f158a\";s:8:\"settings\";a:18:{s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"95\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"2\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:25:\"globals/colors?id=367e41b\";}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:7:\"section\";}i:1;a:5:{s:2:\"id\";s:7:\"260f162\";s:8:\"settings\";a:24:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"20\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"963c41c\";s:8:\"settings\";a:25:{s:12:\"_column_size\";s:2:\"50\";s:21:\"space_between_widgets\";s:2:\"20\";s:19:\"_inline_size_tablet\";s:2:\"50\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:28:\"space_between_widgets_mobile\";s:2:\"10\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"c4e4b0e\";s:8:\"settings\";a:32:{s:13:\"ending_number\";s:3:\"300\";s:6:\"prefix\";s:1:\"$\";s:6:\"suffix\";s:2:\"M+\";s:5:\"title\";s:12:\"Funds Raised\";s:12:\"number_color\";s:7:\"#833556\";s:28:\"typography_number_typography\";s:6:\"custom\";s:29:\"typography_number_font_family\";s:7:\"Poppins\";s:27:\"typography_number_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:29:\"typography_number_font_weight\";s:4:\"bold\";s:11:\"title_color\";s:9:\"#00000059\";s:27:\"typography_title_typography\";s:6:\"custom\";s:28:\"typography_title_font_family\";s:7:\"Poppins\";s:26:\"typography_title_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"20\";s:5:\"sizes\";a:0:{}}s:28:\"typography_title_font_weight\";s:4:\"bold\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"147\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:3:{s:28:\"typography_number_typography\";s:0:\"\";s:12:\"number_color\";s:24:\"globals/colors?id=accent\";s:11:\"title_color\";s:0:\"\";}s:34:\"typography_number_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"40\";s:5:\"sizes\";a:0:{}}s:33:\"typography_title_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"15\";s:5:\"sizes\";a:0:{}}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"110\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:34:\"typography_number_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;s:5:\"sizes\";a:0:{}}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"175\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"counter\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:479:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-counter\">\n			<div class=\"elementor-counter-number-wrapper\">\n				<span class=\"elementor-counter-number-prefix\">$</span>\n				<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"300\" data-from-value=\"0\" data-delimiter=\",\">0</span>\n				<span class=\"elementor-counter-number-suffix\">M+</span>\n			</div>\n							<div class=\"elementor-counter-title\">Funds Raised</div>\n					</div>\n				</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"4c0e183\";s:8:\"settings\";a:18:{s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"95\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"2\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:25:\"globals/colors?id=367e41b\";}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"a55b7c5\";s:8:\"settings\";a:25:{s:12:\"_column_size\";s:2:\"50\";s:21:\"space_between_widgets\";s:2:\"20\";s:19:\"_inline_size_tablet\";s:2:\"50\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:28:\"space_between_widgets_mobile\";s:2:\"10\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"ae89568\";s:8:\"settings\";a:31:{s:13:\"ending_number\";s:5:\"50000\";s:6:\"suffix\";s:1:\"T\";s:5:\"title\";s:13:\"Food Provided\";s:12:\"number_color\";s:7:\"#833556\";s:28:\"typography_number_typography\";s:6:\"custom\";s:29:\"typography_number_font_family\";s:7:\"Poppins\";s:27:\"typography_number_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:29:\"typography_number_font_weight\";s:4:\"bold\";s:11:\"title_color\";s:9:\"#00000059\";s:27:\"typography_title_typography\";s:6:\"custom\";s:28:\"typography_title_font_family\";s:7:\"Poppins\";s:26:\"typography_title_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"20\";s:5:\"sizes\";a:0:{}}s:28:\"typography_title_font_weight\";s:4:\"bold\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"132\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:3:{s:28:\"typography_number_typography\";s:0:\"\";s:12:\"number_color\";s:24:\"globals/colors?id=accent\";s:11:\"title_color\";s:0:\"\";}s:34:\"typography_number_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"40\";s:5:\"sizes\";a:0:{}}s:33:\"typography_title_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"15\";s:5:\"sizes\";a:0:{}}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"95\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:34:\"typography_number_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;s:5:\"sizes\";a:0:{}}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"165\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"counter\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:480:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-counter\">\n			<div class=\"elementor-counter-number-wrapper\">\n				<span class=\"elementor-counter-number-prefix\"></span>\n				<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"50000\" data-from-value=\"0\" data-delimiter=\",\">0</span>\n				<span class=\"elementor-counter-number-suffix\">T</span>\n			</div>\n							<div class=\"elementor-counter-title\">Food Provided</div>\n					</div>\n				</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"640e96d\";s:8:\"settings\";a:18:{s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"95\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"2\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:25:\"globals/colors?id=367e41b\";}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:7:\"section\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}}\";'),(228,349,'_wxr_import_user_slug','alex'),(229,349,'_astra_sites_imported_post','1'),(230,349,'_astra_sites_enable_for_batch','1'),(231,350,'site-post-title','disabled'),(232,350,'site-sidebar-layout','no-sidebar'),(233,350,'site-content-layout','page-builder'),(234,350,'ast-featured-img','disabled'),(235,350,'ast-breadcrumbs-content','disabled'),(236,350,'theme-transparent-header-meta','enabled'),(237,350,'_yoast_wpseo_estimated-reading-time-minutes','2'),(238,350,'_elementor_edit_mode','builder'),(239,350,'_elementor_template_type','wp-page'),(240,350,'_elementor_version','3.2.5'),(241,350,'_astra_content_layout_flag','disabled'),(242,350,'ast-title-bar-display','disabled'),(243,350,'_wp_page_template','default'),(244,350,'_elementor_data','[{\"id\":\"53a2f2b\",\"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}},\"elements\":[{\"id\":\"3e66444\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d959ed\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4325ca8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d610e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"2897b26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Racial Justice Commitment\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"52a3a24\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b8bb444\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"6b66732\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size\":null},\"elements\":[{\"id\":\"e8e18c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Athens Area Homeless Shelter believes that every child deserves safe and stable housing. We cannot remain silent while Black families in our community lack safety and stability due to systemic racism that is especially apparent in the housing industry. Black children in Georgia are twice as likely as white children to experience homelessness and we stand against the practices creating this disparity (source). We acknowledge that as a community organization, led by majority white people in a town with a wide racial divide, we must listen, learn, and act. We are committed to advocating for just and liberated housing practices and educational opportunities for our Black community members. We believe Black lives matter. \\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5d8f4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We recognize that words must be backed by action. Below are specific steps we are taking as an organization, and the resources we are learning from in our commitment to racial justice. \",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8988334\",\"elType\":\"widget\",\"settings\":{\"title\":\"Action Plan\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60beb9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Increasing professional development opportunities for staff and board, focused on recognizing and rectifying racial injustice in housing and related institutions. Opportunities will be offered via a spectrum of resources, discussion and trainings from a variety of antiracism\\u00a0educators.<\\/li><li>Adapting\\u00a0the AAHS social media plan to dedicate at least one monthly post focused on awareness and resources addressing racial injustice in housing and related institutions.<\\/li><li>Updating our Board Member welcome binders to include:<ol><li>Our AAHS Racial Justice Commitment<\\/li><li>A fact sheet on inequities within the Housing institution.<\\/li><li>A\\u00a0resource list of supportive literature compiled by staff and current board members.<\\/li><\\/ol><\\/li><li>Updating our Employee Manual, our Organizational Policies, and our Volunteer Agreement\\u00a0to include the AAHS Racial Justice Commitment.<\\/li><li>Broadening our intern partnerships for more Black students\' involvement.<\\/li><li>Advertising future job openings at AAHS with Black-led networks and publications\\u00a0in our community.<\\/li><li>Increasing efforts to further diversify the AAHS Board of Directors to more accurately reflect our diverse community.<\\/li><li>Establishing June 19, Juneteenth, as a day of reflection and action for racial justice for AAHS Staff.<ul><li>To learn more about Juneteenth, check out local leaders at the\\u00a0<u><a href=\\\"https:\\/\\/www.negabusinessalliance.org\\/juneteenth\\\">Northeast Georgia Business Alliance<\\/a><\\/u>or visit the\\u00a0<u><a href=\\\"https:\\/\\/nmaahc.si.edu\\/blog-post\\/historical-legacy-juneteenth\\\">National Museum of African American History and Culture<\\/a><\\/u>.<\\/li><\\/ul><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1766076\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"3bd1f3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"c717a3b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c359fa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc1c726\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"933b2ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"ebc3194\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95f247d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"346c2c9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"af4b581\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b522951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aee9a7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bb3037d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"ee9a59b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"0de0911\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9d4b32\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b75308c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b30ec9b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"00e0110\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"15a5d5f\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Build Schools\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d8b72f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e116465\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"0c770c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"8ad7dec\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Strengthen\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c137448\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4219c01\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c4fba2a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eec22e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4390b08\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we care for\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bb8843\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ca09e32\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"e188386\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\"},\"elements\":[{\"id\":\"6b2bea8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"360\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/what-we-do-003-free-img-1.jpg\"},\"image_size\":\"full\",\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"656513d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"380a646\",\"elType\":\"widget\",\"settings\":{\"title\":\"New life for children, in a new land\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f758c95\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"\"},\"color\":\"#FFD0B3\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"afc932c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5e5d240\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"0c128b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"42a26b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c9d5e39\",\"elType\":\"widget\",\"settings\":{\"title\":\"A new future for exploited children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4697cf9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"415e4b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4328108\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"bb6d7ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\"},\"elements\":[{\"id\":\"42437de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"359\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/what-we-do-002-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"731700c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"70fb19a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\"},\"elements\":[{\"id\":\"a82d695\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"358\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/what-we-do-001-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"c2f5d43\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7a86842\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bringing dreams within reach for children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d5de94d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"7e5059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"471d7dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(245,350,'_yoast_wpseo_content_score','60'),(246,350,'astra-main-page-id','55338'),(247,350,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(936,449,'_elementor_edit_mode','builder'),(937,449,'_elementor_template_type','wp-page'),(938,449,'_elementor_version','3.2.3'),(939,449,'_wp_page_template','default'),(940,449,'_elementor_data','s:108352:\"a:5:{i:0;a:5:{s:2:\"id\";s:7:\"b06c141\";s:8:\"settings\";a:36:{s:3:\"gap\";s:2:\"no\";s:6:\"height\";s:10:\"min-height\";s:13:\"custom_height\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";s:2:\"75\";s:5:\"sizes\";a:0:{}}s:21:\"background_background\";s:7:\"classic\";s:16:\"background_image\";a:2:{s:2:\"id\";s:3:\"227\";s:3:\"url\";s:82:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-02-free-img-1.jpg\";}s:19:\"background_position\";s:13:\"bottom center\";s:21:\"background_attachment\";s:6:\"scroll\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:20:\"custom_height_tablet\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";s:2:\"45\";s:5:\"sizes\";a:0:{}}s:20:\"custom_height_mobile\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:29:\"background_overlay_background\";s:7:\"classic\";s:26:\"background_overlay_opacity\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:3:\"0.3\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:24:\"background_overlay_color\";s:0:\"\";}s:24:\"background_overlay_color\";s:7:\"#000000\";s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"bc1ec6b\";s:8:\"settings\";a:24:{s:12:\"_column_size\";s:3:\"100\";s:7:\"padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:2:\"10\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:2:\"10\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"5\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"25bf865\";s:8:\"settings\";a:15:{s:5:\"title\";s:10:\"What we do\";s:11:\"header_size\";s:2:\"h1\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:12:\"align_mobile\";s:6:\"center\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:131:\"		<div class=\"elementor-widget-container\">\n			<h1 class=\"elementor-heading-title elementor-size-default\">What we do</h1>		</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:1;a:5:{s:2:\"id\";s:7:\"4325ca8\";s:8:\"settings\";a:25:{s:3:\"gap\";s:2:\"no\";s:13:\"custom_height\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"75\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"60\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"5d610e1\";s:8:\"settings\";a:22:{s:12:\"_column_size\";s:3:\"100\";s:28:\"space_between_widgets_tablet\";s:2:\"10\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:7:{s:2:\"id\";s:7:\"2897b26\";s:8:\"settings\";a:15:{s:5:\"title\";s:60:\"We support children and youth to reach their full potential!\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:181:\"		<div class=\"elementor-widget-container\">\n			<h2 class=\"elementor-heading-title elementor-size-default\">We support children and youth to reach their full potential!</h2>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"52a3a24\";s:8:\"settings\";a:14:{s:4:\"text\";s:7:\"Divider\";s:11:\"__globals__\";a:1:{s:5:\"color\";s:25:\"globals/colors?id=367e41b\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"fcae4f0\";s:8:\"settings\";a:19:{s:5:\"title\";s:138:\"Dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat duis aute.\";s:11:\"header_size\";s:2:\"h5\";s:11:\"title_color\";s:9:\"#0000007D\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:0:\"\";}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"37\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:259:\"		<div class=\"elementor-widget-container\">\n			<h5 class=\"elementor-heading-title elementor-size-default\">Dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat duis aute.</h5>		</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:2;a:5:{s:2:\"id\";s:7:\"1766076\";s:8:\"settings\";a:26:{s:13:\"content_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:4:\"1240\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"30\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:5:{s:2:\"id\";s:7:\"3bd1f3d\";s:8:\"settings\";a:29:{s:12:\"_column_size\";s:2:\"33\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#AB5666\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:1:\"1\";}s:21:\"space_between_widgets\";s:2:\"30\";s:26:\"box_shadow_box_shadow_type\";s:3:\"yes\";s:21:\"box_shadow_box_shadow\";a:5:{s:10:\"horizontal\";s:1:\"0\";s:8:\"vertical\";s:2:\"40\";s:4:\"blur\";s:2:\"40\";s:6:\"spread\";s:1:\"0\";s:5:\"color\";s:68:\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"28\";s:5:\"right\";s:2:\"28\";s:6:\"bottom\";s:2:\"28\";s:4:\"left\";s:2:\"28\";s:8:\"isLinked\";s:1:\"1\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:1:\"1\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:7:{s:2:\"id\";s:7:\"c717a3b\";s:8:\"settings\";a:15:{s:5:\"title\";s:18:\"We Find &amp; Fund\";s:11:\"header_size\";s:2:\"h3\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:139:\"		<div class=\"elementor-widget-container\">\n			<h3 class=\"elementor-heading-title elementor-size-default\">We Find &amp; Fund</h3>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"2c359fa\";s:8:\"settings\";a:16:{s:6:\"editor\";s:117:\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>\";s:11:\"__globals__\";a:1:{s:10:\"text_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:183:\"		<div class=\"elementor-widget-container\">\n								<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>						</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"dc1c726\";s:8:\"settings\";a:17:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"6\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:27:\"globals/colors?id=secondary\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"933b2ac\";s:8:\"settings\";a:29:{s:12:\"_column_size\";s:2:\"33\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#9D4B61\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:1:\"1\";}s:21:\"space_between_widgets\";s:2:\"30\";s:26:\"box_shadow_box_shadow_type\";s:3:\"yes\";s:21:\"box_shadow_box_shadow\";a:5:{s:10:\"horizontal\";s:1:\"0\";s:8:\"vertical\";s:2:\"40\";s:4:\"blur\";s:2:\"40\";s:6:\"spread\";s:1:\"0\";s:5:\"color\";s:68:\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"28\";s:5:\"right\";s:2:\"28\";s:6:\"bottom\";s:2:\"28\";s:4:\"left\";s:2:\"28\";s:8:\"isLinked\";s:1:\"1\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:1:\"1\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:7:{s:2:\"id\";s:7:\"ebc3194\";s:8:\"settings\";a:16:{s:5:\"title\";s:11:\"We Educate\n\";s:11:\"header_size\";s:2:\"h3\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"3\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:132:\"		<div class=\"elementor-widget-container\">\n			<h3 class=\"elementor-heading-title elementor-size-default\">We Educate\n</h3>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"95f247d\";s:8:\"settings\";a:16:{s:6:\"editor\";s:117:\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>\";s:11:\"__globals__\";a:1:{s:10:\"text_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:183:\"		<div class=\"elementor-widget-container\">\n								<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>						</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"346c2c9\";s:8:\"settings\";a:17:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"6\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:27:\"globals/colors?id=secondary\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"af4b581\";s:8:\"settings\";a:29:{s:12:\"_column_size\";s:2:\"33\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#90405C\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:1:\"1\";}s:21:\"space_between_widgets\";s:2:\"30\";s:26:\"box_shadow_box_shadow_type\";s:3:\"yes\";s:21:\"box_shadow_box_shadow\";a:5:{s:10:\"horizontal\";s:1:\"0\";s:8:\"vertical\";s:2:\"40\";s:4:\"blur\";s:2:\"40\";s:6:\"spread\";s:1:\"0\";s:5:\"color\";s:68:\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"28\";s:5:\"right\";s:2:\"28\";s:6:\"bottom\";s:2:\"28\";s:4:\"left\";s:2:\"28\";s:8:\"isLinked\";s:1:\"1\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:1:\"1\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:7:{s:2:\"id\";s:7:\"b522951\";s:8:\"settings\";a:15:{s:5:\"title\";s:16:\"We Provide Care\n\";s:11:\"header_size\";s:2:\"h3\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:137:\"		<div class=\"elementor-widget-container\">\n			<h3 class=\"elementor-heading-title elementor-size-default\">We Provide Care\n</h3>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"aee9a7f\";s:8:\"settings\";a:16:{s:6:\"editor\";s:117:\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>\";s:11:\"__globals__\";a:1:{s:10:\"text_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:183:\"		<div class=\"elementor-widget-container\">\n								<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>						</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"bb3037d\";s:8:\"settings\";a:17:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"6\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:27:\"globals/colors?id=secondary\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:3;a:5:{s:2:\"id\";s:7:\"ee9a59b\";s:8:\"settings\";a:27:{s:13:\"content_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:4:\"1240\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"30\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:20:\"reverse_order_mobile\";s:14:\"reverse-mobile\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:5:{s:2:\"id\";s:7:\"0de0911\";s:8:\"settings\";a:29:{s:12:\"_column_size\";s:2:\"33\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#90405C\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:1:\"1\";}s:21:\"space_between_widgets\";s:2:\"30\";s:26:\"box_shadow_box_shadow_type\";s:3:\"yes\";s:21:\"box_shadow_box_shadow\";a:5:{s:10:\"horizontal\";s:1:\"0\";s:8:\"vertical\";s:2:\"40\";s:4:\"blur\";s:2:\"40\";s:6:\"spread\";s:1:\"0\";s:5:\"color\";s:68:\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"28\";s:5:\"right\";s:2:\"28\";s:6:\"bottom\";s:2:\"28\";s:4:\"left\";s:2:\"28\";s:8:\"isLinked\";s:1:\"1\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:1:\"1\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:7:{s:2:\"id\";s:7:\"d9d4b32\";s:8:\"settings\";a:16:{s:5:\"title\";s:10:\"We Consult\";s:11:\"header_size\";s:2:\"h3\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"10\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:131:\"		<div class=\"elementor-widget-container\">\n			<h3 class=\"elementor-heading-title elementor-size-default\">We Consult</h3>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"b75308c\";s:8:\"settings\";a:16:{s:6:\"editor\";s:117:\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>\";s:11:\"__globals__\";a:1:{s:10:\"text_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:183:\"		<div class=\"elementor-widget-container\">\n								<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>						</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"b30ec9b\";s:8:\"settings\";a:17:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"6\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:27:\"globals/colors?id=secondary\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"00e0110\";s:8:\"settings\";a:29:{s:12:\"_column_size\";s:2:\"33\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#AB5666\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:1:\"1\";}s:21:\"space_between_widgets\";s:2:\"30\";s:26:\"box_shadow_box_shadow_type\";s:3:\"yes\";s:21:\"box_shadow_box_shadow\";a:5:{s:10:\"horizontal\";s:1:\"0\";s:8:\"vertical\";s:2:\"40\";s:4:\"blur\";s:2:\"40\";s:6:\"spread\";s:1:\"0\";s:5:\"color\";s:68:\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"28\";s:5:\"right\";s:2:\"28\";s:6:\"bottom\";s:2:\"28\";s:4:\"left\";s:2:\"28\";s:8:\"isLinked\";s:1:\"1\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:1:\"1\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:7:{s:2:\"id\";s:7:\"15a5d5f\";s:8:\"settings\";a:15:{s:5:\"title\";s:16:\"We Build Schools\";s:11:\"header_size\";s:2:\"h3\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:137:\"		<div class=\"elementor-widget-container\">\n			<h3 class=\"elementor-heading-title elementor-size-default\">We Build Schools</h3>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"d8b72f9\";s:8:\"settings\";a:16:{s:6:\"editor\";s:117:\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>\";s:11:\"__globals__\";a:1:{s:10:\"text_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:183:\"		<div class=\"elementor-widget-container\">\n								<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>						</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"e116465\";s:8:\"settings\";a:17:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"6\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:27:\"globals/colors?id=secondary\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"0c770c6\";s:8:\"settings\";a:29:{s:12:\"_column_size\";s:2:\"33\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#9D4B61\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:1:\"1\";}s:21:\"space_between_widgets\";s:2:\"30\";s:26:\"box_shadow_box_shadow_type\";s:3:\"yes\";s:21:\"box_shadow_box_shadow\";a:5:{s:10:\"horizontal\";s:1:\"0\";s:8:\"vertical\";s:2:\"40\";s:4:\"blur\";s:2:\"40\";s:6:\"spread\";s:1:\"0\";s:5:\"color\";s:68:\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"28\";s:5:\"right\";s:2:\"28\";s:6:\"bottom\";s:2:\"28\";s:4:\"left\";s:2:\"28\";s:8:\"isLinked\";s:1:\"1\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:1:\"1\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:7:{s:2:\"id\";s:7:\"8ad7dec\";s:8:\"settings\";a:15:{s:5:\"title\";s:14:\"We Strengthen\n\";s:11:\"header_size\";s:2:\"h3\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:135:\"		<div class=\"elementor-widget-container\">\n			<h3 class=\"elementor-heading-title elementor-size-default\">We Strengthen\n</h3>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"c137448\";s:8:\"settings\";a:16:{s:6:\"editor\";s:117:\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>\";s:11:\"__globals__\";a:1:{s:10:\"text_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:183:\"		<div class=\"elementor-widget-container\">\n								<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>						</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"4219c01\";s:8:\"settings\";a:17:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"6\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:27:\"globals/colors?id=secondary\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:4;a:5:{s:2:\"id\";s:7:\"c4fba2a\";s:8:\"settings\";a:25:{s:13:\"content_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:4:\"1240\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";s:2:\"no\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"175\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"80\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"70\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"4eec22e\";s:8:\"settings\";a:21:{s:12:\"_column_size\";s:3:\"100\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:5:{i:0;a:7:{s:2:\"id\";s:7:\"4390b08\";s:8:\"settings\";a:14:{s:5:\"title\";s:16:\"What we care for\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:137:\"		<div class=\"elementor-widget-container\">\n			<h2 class=\"elementor-heading-title elementor-size-default\">What we care for</h2>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"1bb8843\";s:8:\"settings\";a:17:{s:4:\"text\";s:7:\"Divider\";s:11:\"__globals__\";a:1:{s:5:\"color\";s:25:\"globals/colors?id=367e41b\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}i:2;a:5:{s:2:\"id\";s:7:\"ca09e32\";s:8:\"settings\";a:28:{s:13:\"content_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:4:\"1240\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"30\";s:13:\"border_border\";s:5:\"solid\";s:12:\"border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"60\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:12:\"border_color\";s:25:\"globals/colors?id=367e41b\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:5:{s:2:\"id\";s:7:\"e188386\";s:8:\"settings\";a:21:{s:12:\"_column_size\";s:2:\"33\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"6b2bea8\";s:8:\"settings\";a:14:{s:5:\"image\";a:2:{s:2:\"id\";s:3:\"360\";s:3:\"url\";s:91:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1.jpg\";}s:10:\"image_size\";s:4:\"full\";s:5:\"align\";s:5:\"right\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:520:\"		<div class=\"elementor-widget-container\">\n															<img width=\"413\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1.jpg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1.jpg 413w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1-248x300.jpg 248w\" sizes=\"(max-width: 413px) 100vw, 413px\" />															</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"656513d\";s:8:\"settings\";a:24:{s:12:\"_column_size\";s:2:\"33\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"380a646\";s:8:\"settings\";a:14:{s:5:\"title\";s:36:\"New life for children, in a new land\";s:11:\"header_size\";s:2:\"h3\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:157:\"		<div class=\"elementor-widget-container\">\n			<h3 class=\"elementor-heading-title elementor-size-default\">New life for children, in a new land</h3>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"f758c95\";s:8:\"settings\";a:18:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"6\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:0:\"\";}s:5:\"color\";s:7:\"#FFD0B3\";s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"afc932c\";s:8:\"settings\";a:24:{s:12:\"_column_size\";s:2:\"33\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"5e5d240\";s:8:\"settings\";a:12:{s:6:\"editor\";s:265:\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:331:\"		<div class=\"elementor-widget-container\">\n								<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>						</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:7:\"section\";}i:3;a:5:{s:2:\"id\";s:7:\"0c128b3\";s:8:\"settings\";a:30:{s:13:\"content_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:4:\"1240\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"30\";s:13:\"border_border\";s:5:\"solid\";s:12:\"border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"60\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:12:\"border_color\";s:25:\"globals/colors?id=367e41b\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:20:\"reverse_order_mobile\";s:14:\"reverse-mobile\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:5:{s:2:\"id\";s:7:\"42a26b7\";s:8:\"settings\";a:24:{s:12:\"_column_size\";s:2:\"33\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"c9d5e39\";s:8:\"settings\";a:14:{s:5:\"title\";s:35:\"A new future for exploited children\";s:11:\"header_size\";s:2:\"h3\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:156:\"		<div class=\"elementor-widget-container\">\n			<h3 class=\"elementor-heading-title elementor-size-default\">A new future for exploited children</h3>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"4697cf9\";s:8:\"settings\";a:17:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"6\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:22:\"globals/colors?id=text\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"415e4b9\";s:8:\"settings\";a:24:{s:12:\"_column_size\";s:2:\"33\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"4328108\";s:8:\"settings\";a:12:{s:6:\"editor\";s:265:\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:331:\"		<div class=\"elementor-widget-container\">\n								<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>						</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"bb6d7ac\";s:8:\"settings\";a:21:{s:12:\"_column_size\";s:2:\"33\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"42437de\";s:8:\"settings\";a:13:{s:5:\"image\";a:2:{s:2:\"id\";s:3:\"359\";s:3:\"url\";s:91:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1.jpg\";}s:10:\"image_size\";s:4:\"full\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:520:\"		<div class=\"elementor-widget-container\">\n															<img width=\"413\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1.jpg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1.jpg 413w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1-248x300.jpg 248w\" sizes=\"(max-width: 413px) 100vw, 413px\" />															</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:7:\"section\";}i:4;a:5:{s:2:\"id\";s:7:\"731700c\";s:8:\"settings\";a:28:{s:13:\"content_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:4:\"1240\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"30\";s:13:\"border_border\";s:5:\"solid\";s:12:\"border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"60\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:12:\"border_color\";s:25:\"globals/colors?id=367e41b\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:5:{s:2:\"id\";s:7:\"70fb19a\";s:8:\"settings\";a:21:{s:12:\"_column_size\";s:2:\"33\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"a82d695\";s:8:\"settings\";a:13:{s:5:\"image\";a:2:{s:2:\"id\";s:3:\"358\";s:3:\"url\";s:91:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1.jpg\";}s:10:\"image_size\";s:4:\"full\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:520:\"		<div class=\"elementor-widget-container\">\n															<img width=\"413\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1.jpg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1.jpg 413w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1-248x300.jpg 248w\" sizes=\"(max-width: 413px) 100vw, 413px\" />															</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"c2f5d43\";s:8:\"settings\";a:24:{s:12:\"_column_size\";s:2:\"33\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"7a86842\";s:8:\"settings\";a:14:{s:5:\"title\";s:41:\"Bringing dreams within reach for children\";s:11:\"header_size\";s:2:\"h3\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n			<h3 class=\"elementor-heading-title elementor-size-default\">Bringing dreams within reach for children</h3>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"d5de94d\";s:8:\"settings\";a:17:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"6\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:22:\"globals/colors?id=text\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"7e5059a\";s:8:\"settings\";a:24:{s:12:\"_column_size\";s:2:\"33\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"471d7dd\";s:8:\"settings\";a:12:{s:6:\"editor\";s:265:\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:331:\"		<div class=\"elementor-widget-container\">\n								<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>						</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:7:\"section\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}}\";'),(249,350,'_wxr_import_user_slug','alex'),(250,350,'_astra_sites_imported_post','1'),(251,350,'_astra_sites_enable_for_batch','1'),(252,351,'site-post-title','disabled'),(253,351,'site-sidebar-layout','no-sidebar'),(254,351,'site-content-layout','page-builder'),(255,351,'ast-featured-img','disabled'),(256,351,'ast-breadcrumbs-content','disabled'),(257,351,'theme-transparent-header-meta','enabled'),(258,351,'_yoast_wpseo_estimated-reading-time-minutes','1'),(259,351,'_elementor_edit_mode','builder'),(260,351,'_elementor_template_type','wp-page'),(261,351,'_elementor_version','3.4.0'),(262,351,'_astra_content_layout_flag','disabled'),(263,351,'ast-title-bar-display','disabled'),(264,351,'_wp_page_template','default'),(265,351,'_elementor_data','[{\"id\":\"c8b716c\",\"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}},\"elements\":[{\"id\":\"1e7e5b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"affdce9\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"2b082bf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"reverse_order_mobile\":\"reverse-mobile\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"d0c22b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"5\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9502734\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in touch\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd30d0b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"384 Northyards Blvd NW, Suite 100 Atlanta, GA 30313\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"ff72309\"},{\"text\":\"info@thechrishaunfoundation.org\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"0f163df\"},{\"text\":\"1-404-491-9311\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"e7fdb8e\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"divider_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"__globals__\":{\"divider_color\":\"globals\\/colors?id=367e41b\",\"icon_color\":\"globals\\/colors?id=accent\"},\"text_indent\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"8e9a797\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"20fd175\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheChrishaunFoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"b986dc2\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/TheChrishaunFdn\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"844a283\",\"link\":{\"url\":\"https:\\/\\/instagram.com\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/company\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9c6f2fa\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCmzlzjopXMpjtDYwwQ2qacg\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"4624ff3\"},{\"social_icon\":{\"value\":\"fab fa-tumblr\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/thechrishaunfoundation.tumblr.com\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1c734ed\"},{\"social_icon\":{\"value\":\"fab fa-vimeo\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/vimeo.com\\/user108876918\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f797cf\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"\"},{\"id\":\"3a22498\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"d2c9317\",\"elType\":\"widget\",\"settings\":{\"title\":\"Message us\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29a8053\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please use the contact form below, if you have any general questions or requests about our services.\\n\\nWe will try our best to respond back to you within 24 hours.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dd59da9\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"17\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5674771\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f092d2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"c34f4cc\",\"elType\":\"widget\",\"settings\":{\"address\":\"384 Northyards Blvd NW, Suite 100 Atlanta, GA 30313\",\"height\":{\"unit\":\"px\",\"size\":\"500\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(266,351,'_yoast_wpseo_content_score','90'),(267,351,'astra-main-page-id','55336'),(268,351,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1044,462,'_elementor_edit_mode','builder'),(1045,462,'_elementor_template_type','wp-page'),(1046,462,'_elementor_version','3.2.3'),(1047,462,'_wp_page_template','default'),(1048,462,'_elementor_data','s:23424:\"a:3:{i:0;a:5:{s:2:\"id\";s:7:\"867f29f\";s:8:\"settings\";a:35:{s:3:\"gap\";s:2:\"no\";s:6:\"height\";s:10:\"min-height\";s:13:\"custom_height\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";i:65;s:5:\"sizes\";a:0:{}}s:21:\"background_background\";s:7:\"classic\";s:16:\"background_image\";a:2:{s:2:\"id\";s:3:\"228\";s:3:\"url\";s:82:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-03-free-img-1.jpg\";}s:19:\"background_position\";s:13:\"bottom center\";s:21:\"background_attachment\";s:6:\"scroll\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:20:\"custom_height_tablet\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";s:2:\"45\";s:5:\"sizes\";a:0:{}}s:20:\"custom_height_mobile\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:29:\"background_overlay_background\";s:7:\"classic\";s:26:\"background_overlay_opacity\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:3:\"0.3\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:24:\"background_overlay_color\";s:25:\"globals/colors?id=primary\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"7b70448\";s:8:\"settings\";a:24:{s:12:\"_column_size\";s:3:\"100\";s:7:\"padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:2:\"10\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:2:\"10\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"5\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"c585c87\";s:8:\"settings\";a:15:{s:5:\"title\";s:7:\"Contact\";s:11:\"header_size\";s:2:\"h1\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:12:\"align_mobile\";s:6:\"center\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:128:\"		<div class=\"elementor-widget-container\">\n			<h1 class=\"elementor-heading-title elementor-size-default\">Contact</h1>		</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:1;a:5:{s:2:\"id\";s:7:\"2b082bf\";s:8:\"settings\";a:31:{s:3:\"gap\";s:2:\"no\";s:13:\"custom_height\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:15:\"column_position\";s:3:\"top\";s:9:\"structure\";s:2:\"20\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"125\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"75\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"80\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"80\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#F8F8F8\";s:20:\"reverse_order_mobile\";s:14:\"reverse-mobile\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"d0c22b6\";s:8:\"settings\";a:26:{s:12:\"_column_size\";s:2:\"50\";s:21:\"space_between_widgets\";s:1:\"5\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"100\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:28:\"space_between_widgets_mobile\";s:2:\"20\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"35\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"65\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"9502734\";s:8:\"settings\";a:14:{s:5:\"title\";s:12:\"Get in touch\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:133:\"		<div class=\"elementor-widget-container\">\n			<h2 class=\"elementor-heading-title elementor-size-default\">Get in touch</h2>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"dd30d0b\";s:8:\"settings\";a:20:{s:9:\"icon_list\";a:3:{i:0;a:4:{s:4:\"text\";s:36:\"123 Fifth Avenue, New York, NY 10160\";s:13:\"selected_icon\";a:2:{s:5:\"value\";s:21:\"fas fa-map-marker-alt\";s:7:\"library\";s:8:\"fa-solid\";}s:3:\"_id\";s:7:\"6f88154\";s:4:\"link\";a:4:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}}i:1;a:4:{s:4:\"text\";s:16:\"contact@info.com\";s:13:\"selected_icon\";a:2:{s:5:\"value\";s:15:\"fas fa-envelope\";s:7:\"library\";s:8:\"fa-solid\";}s:3:\"_id\";s:7:\"ff72309\";s:4:\"link\";a:4:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}}i:2;a:4:{s:4:\"text\";s:12:\"929-242-6868\";s:13:\"selected_icon\";a:2:{s:5:\"value\";s:16:\"fas fa-phone-alt\";s:7:\"library\";s:8:\"fa-solid\";}s:3:\"_id\";s:7:\"e7fdb8e\";s:4:\"link\";a:4:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}}}s:13:\"space_between\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"10\";s:5:\"sizes\";a:0:{}}s:13:\"divider_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:2:{s:13:\"divider_color\";s:25:\"globals/colors?id=367e41b\";s:10:\"icon_color\";s:24:\"globals/colors?id=accent\";}s:11:\"text_indent\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"15\";s:5:\"sizes\";a:0:{}}s:26:\"icon_typography_typography\";s:6:\"custom\";s:25:\"icon_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"20\";s:5:\"sizes\";a:0:{}}s:32:\"icon_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"18\";s:5:\"sizes\";a:0:{}}s:32:\"icon_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"16\";s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"icon-list\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:902:\"		<div class=\"elementor-widget-container\">\n					<ul class=\"elementor-icon-list-items\">\n							<li class=\"elementor-icon-list-item\">\n											<span class=\"elementor-icon-list-icon\">\n							<i aria-hidden=\"true\" class=\"fas fa-map-marker-alt\"></i>						</span>\n										<span class=\"elementor-icon-list-text\">123 Fifth Avenue, New York, NY 10160</span>\n									</li>\n								<li class=\"elementor-icon-list-item\">\n											<span class=\"elementor-icon-list-icon\">\n							<i aria-hidden=\"true\" class=\"fas fa-envelope\"></i>						</span>\n										<span class=\"elementor-icon-list-text\">contact@info.com</span>\n									</li>\n								<li class=\"elementor-icon-list-item\">\n											<span class=\"elementor-icon-list-icon\">\n							<i aria-hidden=\"true\" class=\"fas fa-phone-alt\"></i>						</span>\n										<span class=\"elementor-icon-list-text\">929-242-6868</span>\n									</li>\n						</ul>\n				</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"3a22498\";s:8:\"settings\";a:21:{s:12:\"_column_size\";s:2:\"50\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"d2c9317\";s:8:\"settings\";a:12:{s:5:\"title\";s:10:\"Message us\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:131:\"		<div class=\"elementor-widget-container\">\n			<h2 class=\"elementor-heading-title elementor-size-default\">Message us</h2>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"0de74bc\";s:8:\"settings\";a:12:{s:2:\"wp\";a:2:{s:5:\"title\";s:0:\"\";s:7:\"form_id\";s:1:\"5\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:24:\"wp-widget-wpforms-widget\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:97:\"		<div class=\"elementor-widget-container\">\n			<!-- WPForms: no fields, form hidden -->		</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:2;a:5:{s:2:\"id\";s:7:\"5674771\";s:8:\"settings\";a:22:{s:6:\"layout\";s:10:\"full_width\";s:3:\"gap\";s:2:\"no\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"f092d2c\";s:8:\"settings\";a:21:{s:12:\"_column_size\";s:3:\"100\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"c34f4cc\";s:8:\"settings\";a:14:{s:7:\"address\";s:34:\"London Eye, London, United Kingdom\";s:6:\"height\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:3:\"500\";s:5:\"sizes\";a:0:{}}s:13:\"height_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:3:\"400\";s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"google_maps\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:356:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-custom-embed\">\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}}\";'),(270,351,'_wxr_import_user_slug','alex'),(271,351,'_astra_sites_imported_post','1'),(272,351,'_astra_sites_enable_for_batch','1'),(273,352,'_menu_item_type','post_type'),(274,352,'_menu_item_object_id','351'),(275,352,'_menu_item_object','page'),(276,352,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(277,352,'_wxr_import_user_slug','alex'),(278,352,'_astra_sites_imported_post','1'),(279,352,'_astra_sites_enable_for_batch','1'),(280,22,'_menu_item_type','post_type'),(281,22,'_menu_item_object_id','350'),(282,22,'_menu_item_object','page'),(283,22,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(284,22,'_wxr_import_user_slug','alex'),(285,22,'_astra_sites_imported_post','1'),(286,22,'_astra_sites_enable_for_batch','1'),(287,23,'_menu_item_type','post_type'),(288,23,'_menu_item_object_id','349'),(289,23,'_menu_item_object','page'),(290,23,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(291,23,'_wxr_import_user_slug','alex'),(292,23,'_astra_sites_imported_post','1'),(293,23,'_astra_sites_enable_for_batch','1'),(294,24,'_menu_item_type','post_type'),(295,24,'_menu_item_object_id','347'),(296,24,'_menu_item_object','page'),(297,24,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(298,24,'_wxr_import_user_slug','alex'),(299,24,'_astra_sites_imported_post','1'),(300,24,'_astra_sites_enable_for_batch','1'),(301,353,'_wp_attached_file','2021/05/about-04-free-img-1.jpg'),(302,353,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:380;s:6:\"height\";i:500;s:4:\"file\";s:31:\"2021/05/about-04-free-img-1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"about-04-free-img-1-228x300.jpg\";s:5:\"width\";i:228;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"about-04-free-img-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(303,353,'_wxr_import_user_slug','alex'),(304,353,'_astra_sites_imported_post','1'),(305,353,'_astra_sites_enable_for_batch','1'),(306,353,'_astra_sites_image_hash','a7d753b7cf2b57fddc679080a22b88f0ac874926'),(307,353,'_elementor_source_image_hash','a7d753b7cf2b57fddc679080a22b88f0ac874926'),(308,354,'_wp_attached_file','2021/05/bg-04-free-img-1.jpg'),(309,354,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:700;s:4:\"file\";s:28:\"2021/05/bg-04-free-img-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"bg-04-free-img-1-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"bg-04-free-img-1-1024x373.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"bg-04-free-img-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"bg-04-free-img-1-768x280.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"bg-04-free-img-1-1536x560.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(310,354,'_wxr_import_user_slug','alex'),(311,354,'_astra_sites_imported_post','1'),(312,354,'_astra_sites_enable_for_batch','1'),(313,354,'_astra_sites_image_hash','446dee3b2e1a8b1d13f22825b269c5fd2c0183da'),(314,354,'_elementor_source_image_hash','446dee3b2e1a8b1d13f22825b269c5fd2c0183da'),(315,358,'_wp_attached_file','2021/05/what-we-do-001-free-img-1.jpg'),(316,358,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:413;s:6:\"height\";i:500;s:4:\"file\";s:37:\"2021/05/what-we-do-001-free-img-1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"what-we-do-001-free-img-1-248x300.jpg\";s:5:\"width\";i:248;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"what-we-do-001-free-img-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(317,358,'_wxr_import_user_slug','alex'),(318,358,'_astra_sites_imported_post','1'),(319,358,'_astra_sites_enable_for_batch','1'),(320,358,'_astra_sites_image_hash','f7678b242526f71100cbc6e66a8fe0f70c56a116'),(321,358,'_elementor_source_image_hash','f7678b242526f71100cbc6e66a8fe0f70c56a116'),(322,359,'_wp_attached_file','2021/05/what-we-do-002-free-img-1.jpg'),(323,359,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:413;s:6:\"height\";i:500;s:4:\"file\";s:37:\"2021/05/what-we-do-002-free-img-1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"what-we-do-002-free-img-1-248x300.jpg\";s:5:\"width\";i:248;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"what-we-do-002-free-img-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(324,359,'_wxr_import_user_slug','alex'),(325,359,'_astra_sites_imported_post','1'),(326,359,'_astra_sites_enable_for_batch','1'),(327,359,'_astra_sites_image_hash','40392682db56dd8ac1ffec82762f4aeeffc1fbee'),(328,359,'_elementor_source_image_hash','40392682db56dd8ac1ffec82762f4aeeffc1fbee'),(329,360,'_wp_attached_file','2021/05/what-we-do-003-free-img-1.jpg'),(330,360,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:413;s:6:\"height\";i:500;s:4:\"file\";s:37:\"2021/05/what-we-do-003-free-img-1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"what-we-do-003-free-img-1-248x300.jpg\";s:5:\"width\";i:248;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"what-we-do-003-free-img-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(331,360,'_wxr_import_user_slug','alex'),(332,360,'_astra_sites_imported_post','1'),(333,360,'_astra_sites_enable_for_batch','1'),(334,360,'_astra_sites_image_hash','c7afbc82c62269afdbb46fcc119ca2ab1b1294ff'),(335,360,'_elementor_source_image_hash','c7afbc82c62269afdbb46fcc119ca2ab1b1294ff'),(336,370,'_wp_attached_file','2021/05/charity-social-image-1.jpg'),(337,370,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:34:\"2021/05/charity-social-image-1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"charity-social-image-1-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"charity-social-image-1-1024x538.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"charity-social-image-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"charity-social-image-1-768x403.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(338,370,'_wxr_import_user_slug','sonalib'),(339,370,'_astra_sites_imported_post','1'),(340,370,'_astra_sites_enable_for_batch','1'),(341,370,'_astra_sites_image_hash','b8a1a6f21382ca8e02b14a8b13610c13f4f46aee'),(342,370,'_elementor_source_image_hash','b8a1a6f21382ca8e02b14a8b13610c13f4f46aee'),(1058,464,'_elementor_edit_mode','builder'),(1059,464,'_elementor_template_type','wp-page'),(1060,464,'_elementor_version','3.2.3'),(1061,464,'_wp_page_template','default'),(1062,464,'_elementor_data','[{\"id\":\"867f29f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":65,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"228\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-03-free-img-1.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"45\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.3\",\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"7b70448\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c585c87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"2b082bf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"reverse_order_mobile\":\"reverse-mobile\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"d0c22b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"5\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9502734\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in touch\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd30d0b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"123 Fifth Avenue, New York, NY 10160\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"6f88154\"},{\"text\":\"contact@info.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"ff72309\"},{\"text\":\"929-242-6868\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"e7fdb8e\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"divider_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"__globals__\":{\"divider_color\":\"globals\\/colors?id=367e41b\",\"icon_color\":\"globals\\/colors?id=accent\"},\"text_indent\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"3a22498\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"d2c9317\",\"elType\":\"widget\",\"settings\":{\"title\":\"Message us\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29a8053\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please use the contact form below, if you have any general questions or requests about our services.\\n\\nWe will try our best to respond back to you within 24 hours.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0de74bc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"form_id\":\"5\"}},\"elements\":[],\"widgetType\":\"wp-widget-wpforms-widget\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5674771\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f092d2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"c34f4cc\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":\"500\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1063,464,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1065,351,'_elementor_pro_version','3.2.1'),(1067,465,'_elementor_edit_mode','builder'),(1068,465,'_elementor_template_type','wp-page'),(1069,465,'_elementor_version','3.2.5'),(1070,465,'_wp_page_template','default'),(1071,465,'_elementor_data','[{\"id\":\"867f29f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":65,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"228\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-03-free-img-1.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"45\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.3\",\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"7b70448\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c585c87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"2b082bf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"reverse_order_mobile\":\"reverse-mobile\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"d0c22b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"5\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9502734\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in touch\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd30d0b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"123 Fifth Avenue, New York, NY 10160\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"6f88154\"},{\"text\":\"contact@info.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"ff72309\"},{\"text\":\"929-242-6868\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"e7fdb8e\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"divider_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"__globals__\":{\"divider_color\":\"globals\\/colors?id=367e41b\",\"icon_color\":\"globals\\/colors?id=accent\"},\"text_indent\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"3a22498\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"d2c9317\",\"elType\":\"widget\",\"settings\":{\"title\":\"Message us\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29a8053\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please use the contact form below, if you have any general questions or requests about our services.\\n\\nWe will try our best to respond back to you within 24 hours.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0de74bc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"form_id\":\"5\"}},\"elements\":[],\"widgetType\":\"wp-widget-wpforms-widget\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5674771\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f092d2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"c34f4cc\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":\"500\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1072,465,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1073,465,'_elementor_pro_version','3.2.1'),(1074,466,'_elementor_edit_mode','builder'),(1075,466,'_elementor_template_type','wp-page'),(1076,466,'_elementor_version','3.2.5'),(1077,466,'_wp_page_template','default'),(1078,466,'_elementor_data','[{\"id\":\"867f29f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":65,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"228\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-03-free-img-1.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"45\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.3\",\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"7b70448\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c585c87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"2b082bf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"reverse_order_mobile\":\"reverse-mobile\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"d0c22b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"5\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9502734\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in touch\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd30d0b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"123 Fifth Avenue, New York, NY 10160\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"6f88154\"},{\"text\":\"contact@info.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"ff72309\"},{\"text\":\"929-242-6868\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"e7fdb8e\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"divider_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"__globals__\":{\"divider_color\":\"globals\\/colors?id=367e41b\",\"icon_color\":\"globals\\/colors?id=accent\"},\"text_indent\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"3a22498\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"d2c9317\",\"elType\":\"widget\",\"settings\":{\"title\":\"Message us\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29a8053\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please use the contact form below, if you have any general questions or requests about our services.\\n\\nWe will try our best to respond back to you within 24 hours.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0de74bc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"form_id\":\"5\"}},\"elements\":[],\"widgetType\":\"wp-widget-wpforms-widget\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5674771\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f092d2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"c34f4cc\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":\"500\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(343,351,'_astra_sites_hotlink_imported','1'),(950,451,'_elementor_edit_mode','builder'),(951,451,'_elementor_template_type','wp-page'),(952,451,'_elementor_version','3.2.3'),(953,451,'_wp_page_template','default'),(954,451,'_elementor_data','[{\"id\":\"53a2f2b\",\"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}},\"elements\":[{\"id\":\"3e66444\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"df1c2d6\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4325ca8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d610e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"2897b26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Racial Justice Commitment\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"52a3a24\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b8bb444\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"6b66732\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size\":null},\"elements\":[{\"id\":\"e8e18c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Athens Area Homeless Shelter believes that every child deserves safe and stable housing. We cannot remain silent while Black families in our community lack safety and stability due to systemic racism that is especially apparent in the housing industry. Black children in Georgia are twice as likely as white children to experience homelessness and we stand against the practices creating this disparity (source). We acknowledge that as a community organization, led by majority white people in a town with a wide racial divide, we must listen, learn, and act. We are committed to advocating for just and liberated housing practices and educational opportunities for our Black community members. We believe Black lives matter. \\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5d8f4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We recognize that words must be backed by action. Below are specific steps we are taking as an organization, and the resources we are learning from in our commitment to racial justice. \",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60beb9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Athens Area Homeless Shelter believes that every child deserves safe and stable housing. We cannot remain silent while Black families in our community lack safety and stability due to systemic racism that is especially apparent in the housing industry. Black children in Georgia are twice as likely as white children to experience homelessness and we stand against the practices creating this disparity (source). We acknowledge that as a community organization, led by majority white people in a town with a wide racial divide, we must listen, learn, and act. We are committed to advocating for just and liberated housing practices and educational opportunities for our Black community members. We believe Black lives matter. \\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1766076\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"3bd1f3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"c717a3b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c359fa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc1c726\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"933b2ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"ebc3194\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95f247d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"346c2c9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"af4b581\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b522951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aee9a7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bb3037d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"ee9a59b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"0de0911\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9d4b32\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b75308c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b30ec9b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"00e0110\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"15a5d5f\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Build Schools\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d8b72f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e116465\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"0c770c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"8ad7dec\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Strengthen\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c137448\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4219c01\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c4fba2a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eec22e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4390b08\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we care for\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bb8843\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ca09e32\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"e188386\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\"},\"elements\":[{\"id\":\"6b2bea8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"360\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/what-we-do-003-free-img-1.jpg\"},\"image_size\":\"full\",\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"656513d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"380a646\",\"elType\":\"widget\",\"settings\":{\"title\":\"New life for children, in a new land\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f758c95\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"\"},\"color\":\"#FFD0B3\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"afc932c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5e5d240\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"0c128b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"42a26b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c9d5e39\",\"elType\":\"widget\",\"settings\":{\"title\":\"A new future for exploited children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4697cf9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"415e4b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4328108\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"bb6d7ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\"},\"elements\":[{\"id\":\"42437de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"359\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/what-we-do-002-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"731700c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"70fb19a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\"},\"elements\":[{\"id\":\"a82d695\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"358\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/what-we-do-001-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"c2f5d43\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7a86842\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bringing dreams within reach for children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d5de94d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"7e5059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"471d7dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(955,451,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(957,350,'_elementor_pro_version','3.2.1'),(967,453,'_elementor_edit_mode','builder'),(968,453,'_elementor_template_type','wp-page'),(969,453,'_elementor_version','3.2.5'),(970,453,'_wp_page_template','default'),(971,453,'_elementor_data','[{\"id\":\"53a2f2b\",\"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}},\"elements\":[{\"id\":\"3e66444\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"df1c2d6\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4325ca8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d610e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"2897b26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Racial Justice Commitment\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"52a3a24\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b8bb444\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"6b66732\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size\":null},\"elements\":[{\"id\":\"e8e18c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Athens Area Homeless Shelter believes that every child deserves safe and stable housing. We cannot remain silent while Black families in our community lack safety and stability due to systemic racism that is especially apparent in the housing industry. Black children in Georgia are twice as likely as white children to experience homelessness and we stand against the practices creating this disparity (source). We acknowledge that as a community organization, led by majority white people in a town with a wide racial divide, we must listen, learn, and act. We are committed to advocating for just and liberated housing practices and educational opportunities for our Black community members. We believe Black lives matter. \\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5d8f4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We recognize that words must be backed by action. Below are specific steps we are taking as an organization, and the resources we are learning from in our commitment to racial justice. \",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60beb9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Athens Area Homeless Shelter believes that every child deserves safe and stable housing. We cannot remain silent while Black families in our community lack safety and stability due to systemic racism that is especially apparent in the housing industry. Black children in Georgia are twice as likely as white children to experience homelessness and we stand against the practices creating this disparity (source). We acknowledge that as a community organization, led by majority white people in a town with a wide racial divide, we must listen, learn, and act. We are committed to advocating for just and liberated housing practices and educational opportunities for our Black community members. We believe Black lives matter. \\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1766076\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"3bd1f3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"c717a3b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c359fa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc1c726\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"933b2ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"ebc3194\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95f247d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"346c2c9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"af4b581\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b522951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aee9a7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bb3037d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"ee9a59b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"0de0911\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9d4b32\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b75308c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b30ec9b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"00e0110\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"15a5d5f\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Build Schools\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d8b72f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e116465\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"0c770c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"8ad7dec\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Strengthen\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c137448\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4219c01\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c4fba2a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eec22e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4390b08\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we care for\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bb8843\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ca09e32\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"e188386\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\"},\"elements\":[{\"id\":\"6b2bea8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"360\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/what-we-do-003-free-img-1.jpg\"},\"image_size\":\"full\",\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"656513d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"380a646\",\"elType\":\"widget\",\"settings\":{\"title\":\"New life for children, in a new land\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f758c95\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"\"},\"color\":\"#FFD0B3\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"afc932c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5e5d240\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"0c128b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"42a26b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c9d5e39\",\"elType\":\"widget\",\"settings\":{\"title\":\"A new future for exploited children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4697cf9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"415e4b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4328108\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"bb6d7ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\"},\"elements\":[{\"id\":\"42437de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"359\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/what-we-do-002-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"731700c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"70fb19a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\"},\"elements\":[{\"id\":\"a82d695\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"358\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/what-we-do-001-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"c2f5d43\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7a86842\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bringing dreams within reach for children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d5de94d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"7e5059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"471d7dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(986,455,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(987,455,'_elementor_pro_version','3.2.1'),(3285,732,'_elementor_edit_mode','builder'),(3286,732,'_elementor_template_type','wp-page'),(3287,732,'_elementor_version','3.2.5'),(3288,732,'_wp_page_template','default'),(3289,732,'_elementor_data','[{\"id\":\"53a2f2b\",\"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}},\"elements\":[{\"id\":\"3e66444\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d959ed\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4325ca8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d610e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"2897b26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Racial Justice Commitment\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"52a3a24\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b8bb444\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"6b66732\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size\":null},\"elements\":[{\"id\":\"e8e18c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Athens Area Homeless Shelter believes that every child deserves safe and stable housing. We cannot remain silent while Black families in our community lack safety and stability due to systemic racism that is especially apparent in the housing industry. Black children in Georgia are twice as likely as white children to experience homelessness and we stand against the practices creating this disparity (source). We acknowledge that as a community organization, led by majority white people in a town with a wide racial divide, we must listen, learn, and act. We are committed to advocating for just and liberated housing practices and educational opportunities for our Black community members. We believe Black lives matter. \\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5d8f4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We recognize that words must be backed by action. Below are specific steps we are taking as an organization, and the resources we are learning from in our commitment to racial justice. \",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8988334\",\"elType\":\"widget\",\"settings\":{\"title\":\"Action Plan\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60beb9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Increasing professional development opportunities for staff and board, focused on recognizing and rectifying racial injustice in housing and related institutions. Opportunities will be offered via a spectrum of resources, discussion and trainings from a variety of antiracism\\u00a0educators.<\\/li><li>Adapting\\u00a0the AAHS social media plan to dedicate at least one monthly post focused on awareness and resources addressing racial injustice in housing and related institutions.<\\/li><li>Updating our Board Member welcome binders to include:<ol><li>Our AAHS Racial Justice Commitment<\\/li><li>A fact sheet on inequities within the Housing institution.<\\/li><li>A\\u00a0resource list of supportive literature compiled by staff and current board members.<\\/li><\\/ol><\\/li><li>Updating our Employee Manual, our Organizational Policies, and our Volunteer Agreement\\u00a0to include the AAHS Racial Justice Commitment.<\\/li><li>Broadening our intern partnerships for more Black students\' involvement.<\\/li><li>Advertising future job openings at AAHS with Black-led networks and publications\\u00a0in our community.<\\/li><li>Increasing efforts to further diversify the AAHS Board of Directors to more accurately reflect our diverse community.<\\/li><li>Establishing June 19, Juneteenth, as a day of reflection and action for racial justice for AAHS Staff.<ul><li>To learn more about Juneteenth, check out local leaders at the\\u00a0<u><a href=\\\"https:\\/\\/www.negabusinessalliance.org\\/juneteenth\\\">Northeast Georgia Business Alliance<\\/a><\\/u>or visit the\\u00a0<u><a href=\\\"https:\\/\\/nmaahc.si.edu\\/blog-post\\/historical-legacy-juneteenth\\\">National Museum of African American History and Culture<\\/a><\\/u>.<\\/li><\\/ul><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1766076\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"3bd1f3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"c717a3b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c359fa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc1c726\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"933b2ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"ebc3194\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95f247d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"346c2c9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"af4b581\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b522951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aee9a7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bb3037d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"ee9a59b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"0de0911\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9d4b32\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b75308c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b30ec9b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"00e0110\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"15a5d5f\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Build Schools\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d8b72f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e116465\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"0c770c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"8ad7dec\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Strengthen\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c137448\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4219c01\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c4fba2a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eec22e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4390b08\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we care for\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bb8843\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ca09e32\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"e188386\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\"},\"elements\":[{\"id\":\"6b2bea8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"360\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/what-we-do-003-free-img-1.jpg\"},\"image_size\":\"full\",\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"656513d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"380a646\",\"elType\":\"widget\",\"settings\":{\"title\":\"New life for children, in a new land\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f758c95\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"\"},\"color\":\"#FFD0B3\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"afc932c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5e5d240\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"0c128b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"42a26b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c9d5e39\",\"elType\":\"widget\",\"settings\":{\"title\":\"A new future for exploited children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4697cf9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"415e4b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4328108\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"bb6d7ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\"},\"elements\":[{\"id\":\"42437de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"359\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/what-we-do-002-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"731700c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"70fb19a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\"},\"elements\":[{\"id\":\"a82d695\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"358\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/what-we-do-001-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"c2f5d43\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7a86842\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bringing dreams within reach for children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d5de94d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"7e5059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"471d7dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1006,458,'_elementor_edit_mode','builder'),(981,455,'_elementor_edit_mode','builder'),(982,455,'_elementor_template_type','wp-page'),(983,455,'_elementor_version','3.2.5'),(984,455,'_wp_page_template','default'),(985,455,'_elementor_data','[{\"id\":\"53a2f2b\",\"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}},\"elements\":[{\"id\":\"3e66444\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"df1c2d6\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4325ca8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d610e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"2897b26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Racial Justice Commitment\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"52a3a24\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b8bb444\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"6b66732\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size\":null},\"elements\":[{\"id\":\"e8e18c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Athens Area Homeless Shelter believes that every child deserves safe and stable housing. We cannot remain silent while Black families in our community lack safety and stability due to systemic racism that is especially apparent in the housing industry. Black children in Georgia are twice as likely as white children to experience homelessness and we stand against the practices creating this disparity (source). We acknowledge that as a community organization, led by majority white people in a town with a wide racial divide, we must listen, learn, and act. We are committed to advocating for just and liberated housing practices and educational opportunities for our Black community members. We believe Black lives matter. \\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5d8f4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We recognize that words must be backed by action. Below are specific steps we are taking as an organization, and the resources we are learning from in our commitment to racial justice. \",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8988334\",\"elType\":\"widget\",\"settings\":{\"title\":\"Action Plan\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60beb9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Increasing professional development opportunities for staff and board, focused on recognizing and rectifying racial injustice in housing and related institutions. Opportunities will be offered via a spectrum of resources, discussion and trainings from a variety of antiracism\\u00a0educators.\\u00a0<\\/li><li>Adapting\\u00a0the AAHS social media plan to dedicate at least one monthly post focused on awareness and resources addressing racial injustice in housing and related institutions.\\u00a0<\\/li><li>Updating our Board Member welcome binders to include:<ol><li>Our AAHS Racial Justice Commitment<\\/li><li>A fact sheet on inequities within the Housing institution.<\\/li><li>A\\u00a0resource list of supportive literature compiled by staff and current board members.\\u00a0<\\/li><\\/ol><\\/li><li>Updating our Employee Manual, our Organizational Policies, and our Volunteer Agreement\\u00a0to include the AAHS Racial Justice Commitment.\\u00a0<\\/li><li>Broadening our intern partnerships for more Black students\' involvement.<\\/li><li>Advertising future job openings at AAHS with Black-led networks and publications\\u00a0in our community.<\\/li><li>Increasing efforts to further diversify the AAHS Board of Directors to more accurately reflect our diverse community.\\u00a0<\\/li><li>Establishing June 19, Juneteenth, as a day of reflection and action for racial justice for AAHS Staff.<ul><li>To learn more about Juneteenth, check out local leaders at the\\u00a0<u><a href=\\\"https:\\/\\/www.negabusinessalliance.org\\/juneteenth\\\">Northeast Georgia Business Alliance<\\/a><\\/u>or visit the\\u00a0<u><a href=\\\"https:\\/\\/nmaahc.si.edu\\/blog-post\\/historical-legacy-juneteenth\\\">National Museum of African American History and Culture<\\/a><\\/u>.<\\/li><\\/ul><\\/li><\\/ul><p>\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1766076\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"3bd1f3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"c717a3b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c359fa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc1c726\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"933b2ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"ebc3194\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95f247d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"346c2c9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"af4b581\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b522951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aee9a7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bb3037d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"ee9a59b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"0de0911\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9d4b32\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b75308c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b30ec9b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"00e0110\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"15a5d5f\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Build Schools\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d8b72f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e116465\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"0c770c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"8ad7dec\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Strengthen\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c137448\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4219c01\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c4fba2a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eec22e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4390b08\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we care for\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bb8843\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ca09e32\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"e188386\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\"},\"elements\":[{\"id\":\"6b2bea8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"360\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/what-we-do-003-free-img-1.jpg\"},\"image_size\":\"full\",\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"656513d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"380a646\",\"elType\":\"widget\",\"settings\":{\"title\":\"New life for children, in a new land\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f758c95\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"\"},\"color\":\"#FFD0B3\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"afc932c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5e5d240\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"0c128b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"42a26b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c9d5e39\",\"elType\":\"widget\",\"settings\":{\"title\":\"A new future for exploited children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4697cf9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"415e4b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4328108\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"bb6d7ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\"},\"elements\":[{\"id\":\"42437de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"359\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/what-we-do-002-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"731700c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"70fb19a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\"},\"elements\":[{\"id\":\"a82d695\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"358\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/what-we-do-001-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"c2f5d43\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7a86842\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bringing dreams within reach for children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d5de94d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"7e5059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"471d7dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(344,350,'_astra_sites_hotlink_imported','1'),(782,431,'_elementor_edit_mode','builder'),(783,431,'_elementor_template_type','wp-page'),(784,431,'_elementor_version','3.2.5'),(785,431,'_wp_page_template','default'),(760,428,'_elementor_edit_mode','builder'),(761,428,'_elementor_template_type','wp-page'),(762,428,'_elementor_version','3.2.5'),(763,428,'_wp_page_template','default'),(764,428,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"navigation\":\"dots\",\"transition\":\"fade\",\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"title_color\":\"#833556\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our approach\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9a90475\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We facilitate safe learning spaces lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"316e22e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Vision\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bb1087\",\"elType\":\"widget\",\"settings\":{\"title\":\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit.\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(737,425,'_elementor_edit_mode','builder'),(738,425,'_elementor_template_type','wp-page'),(739,425,'_elementor_version','3.2.3'),(740,425,'_wp_page_template','default'),(741,425,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"navigation\":\"dots\",\"transition\":\"fade\",\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who we are\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partnering to build a world where all children are lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do.\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"title_color\":\"#833556\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"40b8d4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our approach\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9a90475\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We facilitate safe learning spaces lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"316e22e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Vision\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bb1087\",\"elType\":\"widget\",\"settings\":{\"title\":\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit.\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(742,425,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(744,349,'_elementor_pro_version','3.2.1'),(746,426,'_elementor_edit_mode','builder'),(747,426,'_elementor_template_type','wp-page'),(748,426,'_elementor_version','3.2.5'),(749,426,'_wp_page_template','default'),(750,426,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"navigation\":\"dots\",\"transition\":\"fade\",\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who we are\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partnering to build a world where all children are lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do.\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"title_color\":\"#833556\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"40b8d4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our approach\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9a90475\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We facilitate safe learning spaces lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"316e22e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Vision\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bb1087\",\"elType\":\"widget\",\"settings\":{\"title\":\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit.\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(751,426,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(752,426,'_elementor_pro_version','3.2.1'),(753,427,'_elementor_edit_mode','builder'),(754,427,'_elementor_template_type','wp-page'),(755,427,'_elementor_version','3.2.5'),(756,427,'_wp_page_template','default'),(757,427,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"navigation\":\"dots\",\"transition\":\"fade\",\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who we are\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partnering to build a world where all children are lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do.\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"title_color\":\"#833556\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"40b8d4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our approach\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9a90475\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We facilitate safe learning spaces lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"316e22e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Vision\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bb1087\",\"elType\":\"widget\",\"settings\":{\"title\":\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit.\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(758,427,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(345,349,'_astra_sites_hotlink_imported','1'),(346,348,'_astra_sites_hotlink_imported','1'),(371,376,'_elementor_edit_mode','builder'),(372,376,'_elementor_template_type','wp-page'),(373,376,'_elementor_version','3.2.3'),(374,376,'_wp_page_template','default'),(375,376,'_elementor_data','[{\"id\":\"79c91db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"dd6e5e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"38\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/hero-01-free-img-1.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"80\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":92,\"sizes\":[]}},\"elements\":[{\"id\":\"edcf7c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef3e29\",\"elType\":\"widget\",\"settings\":{\"title\":\"Together, we can\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fa8a9ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Build a world where all youth are safe\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e966fd\",\"elType\":\"widget\",\"settings\":{\"text\":\"read more\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0b1a41b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color\":\"#833556\",\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFD0B3\",\"background_overlay_color_b\":\"#FFD0B300\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We care for the children all over the world, no matter tempor incididunt ut labore et dolore.\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.<\\/p>\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-01-free-img-1.jpg\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4dbd69a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"header_size\":\"h5\",\"title_color\":\"#0000007D\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6b3244d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#B8616C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c283f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"b72822a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0904f95\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c50fb9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"d9b6c02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f09e4\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(376,376,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(378,347,'_elementor_pro_version','3.2.1'),(396,381,'_elementor_edit_mode','builder'),(397,381,'_elementor_template_type','wp-page'),(398,381,'_elementor_version','3.2.5'),(399,381,'_wp_page_template','default'),(400,381,'_elementor_data','[{\"id\":\"79c91db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"dd6e5e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"38\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/hero-01-free-img-1.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"80\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":92,\"sizes\":[]}},\"elements\":[{\"id\":\"edcf7c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef3e29\",\"elType\":\"widget\",\"settings\":{\"title\":\"Together, we can\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fa8a9ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Build a world where all youth are safe\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e966fd\",\"elType\":\"widget\",\"settings\":{\"text\":\"read more\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0b1a41b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color\":\"#833556\",\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFD0B3\",\"background_overlay_color_b\":\"#FFD0B300\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We care for the children all over the world, no matter tempor incididunt ut labore et dolore.\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.<\\/p>\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-01-free-img-1.jpg\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4dbd69a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"header_size\":\"h5\",\"title_color\":\"#0000007D\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6b3244d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#B8616C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c283f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"b72822a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0904f95\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c50fb9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"d9b6c02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f09e4\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(415,383,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(416,383,'_elementor_pro_version','3.3.1'),(410,383,'_elementor_edit_mode','builder'),(411,383,'_elementor_template_type','wp-page'),(412,383,'_elementor_version','3.2.5'),(413,383,'_wp_page_template','default'),(414,383,'_elementor_data','[{\"id\":\"79c91db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Slide 1 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"}],\"slides_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"dd6e5e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"38\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/hero-01-free-img-1.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"80\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":92,\"sizes\":[]}},\"elements\":[{\"id\":\"edcf7c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef3e29\",\"elType\":\"widget\",\"settings\":{\"title\":\"Together, we can\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fa8a9ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Build a world where all youth are safe\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e966fd\",\"elType\":\"widget\",\"settings\":{\"text\":\"read more\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0b1a41b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color\":\"#833556\",\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFD0B3\",\"background_overlay_color_b\":\"#FFD0B300\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We care for the children all over the world, no matter tempor incididunt ut labore et dolore.\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.<\\/p>\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-01-free-img-1.jpg\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4dbd69a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"header_size\":\"h5\",\"title_color\":\"#0000007D\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6b3244d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#B8616C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c283f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"b72822a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0904f95\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c50fb9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"d9b6c02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f09e4\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(394,380,'_wp_attached_file','2021/06/slide-1-1.jpg'),(395,380,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1895;s:6:\"height\";i:450;s:4:\"file\";s:21:\"2021/06/slide-1-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"slide-1-1-300x71.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"slide-1-1-1024x243.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slide-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"slide-1-1-768x182.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"slide-1-1-1536x365.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:365;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(347,347,'_astra_sites_hotlink_imported','1'),(356,347,'_edit_lock','1634000129:1'),(362,374,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(364,375,'_elementor_edit_mode','builder'),(365,375,'_elementor_template_type','wp-page'),(366,375,'_elementor_version','3.2.3'),(367,375,'_wp_page_template','default'),(368,375,'_elementor_data','s:116129:\"a:7:{i:0;a:5:{s:2:\"id\";s:7:\"79c91db\";s:8:\"settings\";a:32:{s:3:\"gap\";s:2:\"no\";s:6:\"height\";s:10:\"min-height\";s:13:\"custom_height\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:21:\"background_background\";s:7:\"classic\";s:16:\"background_image\";a:2:{s:2:\"id\";s:2:\"38\";s:3:\"url\";s:84:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/hero-01-free-img-1.jpg\";}s:19:\"background_position\";s:13:\"bottom center\";s:21:\"background_attachment\";s:6:\"scroll\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:20:\"custom_height_tablet\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";s:2:\"80\";s:5:\"sizes\";a:0:{}}s:20:\"custom_height_mobile\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";i:92;s:5:\"sizes\";a:0:{}}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"0cea321\";s:8:\"settings\";a:24:{s:12:\"_column_size\";s:3:\"100\";s:7:\"padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:2:\"10\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:2:\"10\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"5\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:7:{s:2:\"id\";s:7:\"8bf7c9d\";s:8:\"settings\";a:14:{s:5:\"title\";s:16:\"Together, we can\";s:11:\"header_size\";s:2:\"h5\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:137:\"		<div class=\"elementor-widget-container\">\n			<h5 class=\"elementor-heading-title elementor-size-default\">Together, we can</h5>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"695c103\";s:8:\"settings\";a:16:{s:5:\"title\";s:38:\"Build a world where all youth are safe\";s:11:\"header_size\";s:2:\"h1\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:14:\"_margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:159:\"		<div class=\"elementor-widget-container\">\n			<h1 class=\"elementor-heading-title elementor-size-default\">Build a world where all youth are safe</h1>		</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"47faa94\";s:8:\"settings\";a:18:{s:4:\"text\";s:9:\"read more\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"40\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:0:\"\";s:7:\"library\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:337:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-button-wrapper\">\n			<a href=\"#\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\">\n						<span class=\"elementor-button-content-wrapper\">\n						<span class=\"elementor-button-text\">read more</span>\n		</span>\n					</a>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:1;a:5:{s:2:\"id\";s:7:\"0b1a41b\";s:8:\"settings\";a:35:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"20\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:4:{s:16:\"background_color\";s:0:\"\";s:18:\"background_color_b\";s:24:\"globals/colors?id=accent\";s:24:\"background_overlay_color\";s:0:\"\";s:26:\"background_overlay_color_b\";s:0:\"\";}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_color\";s:7:\"#833556\";s:18:\"background_color_b\";s:7:\"#833556\";s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";s:3:\"135\";s:5:\"sizes\";a:0:{}}s:29:\"background_overlay_background\";s:8:\"gradient\";s:24:\"background_overlay_color\";s:7:\"#FFD0B3\";s:26:\"background_overlay_color_b\";s:9:\"#FFD0B300\";s:31:\"background_overlay_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"40\";s:5:\"sizes\";a:0:{}}s:33:\"background_overlay_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";s:3:\"135\";s:5:\"sizes\";a:0:{}}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"80\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"2db5b36\";s:8:\"settings\";a:25:{s:12:\"_column_size\";s:2:\"50\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:3:\"150\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:28:\"space_between_widgets_tablet\";s:2:\"10\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"65\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:4:{i:0;a:7:{s:2:\"id\";s:7:\"e42959b\";s:8:\"settings\";a:13:{s:5:\"title\";s:5:\"About\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:126:\"		<div class=\"elementor-widget-container\">\n			<h2 class=\"elementor-heading-title elementor-size-default\">About</h2>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"933c951\";s:8:\"settings\";a:15:{s:5:\"title\";s:93:\"We care for the children all over the world, no matter tempor incididunt ut labore et dolore.\";s:11:\"header_size\";s:2:\"h5\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:214:\"		<div class=\"elementor-widget-container\">\n			<h5 class=\"elementor-heading-title elementor-size-default\">We care for the children all over the world, no matter tempor incididunt ut labore et dolore.</h5>		</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"901c3ff\";s:8:\"settings\";a:14:{s:11:\"__globals__\";a:1:{s:10:\"text_color\";s:0:\"\";}s:6:\"editor\";s:225:\"<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.</p>\";s:10:\"text_color\";s:9:\"#FFFFFFA3\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:291:\"		<div class=\"elementor-widget-container\">\n								<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.</p>						</div>\n		\";}i:3;a:7:{s:2:\"id\";s:7:\"e52fe09\";s:8:\"settings\";a:21:{s:4:\"text\";s:9:\"Read more\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:9:\"#00000000\";s:12:\"text_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:11:\"__globals__\";a:3:{s:17:\"button_text_color\";s:27:\"globals/colors?id=secondary\";s:16:\"background_color\";s:0:\"\";s:11:\"hover_color\";s:22:\"globals/colors?id=text\";}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:0:\"\";s:7:\"library\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:337:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-button-wrapper\">\n			<a href=\"#\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\">\n						<span class=\"elementor-button-content-wrapper\">\n						<span class=\"elementor-button-text\">Read more</span>\n		</span>\n					</a>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"c4be8bc\";s:8:\"settings\";a:21:{s:12:\"_column_size\";s:2:\"50\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"ff37682\";s:8:\"settings\";a:15:{s:10:\"image_size\";s:4:\"full\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:4:\"-100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:5:\"image\";a:2:{s:2:\"id\";s:2:\"34\";s:3:\"url\";s:85:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\";}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"-50\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:502:\"		<div class=\"elementor-widget-container\">\n															<img width=\"571\" height=\"800\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg 571w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1-214x300.jpg 214w\" sizes=\"(max-width: 571px) 100vw, 571px\" />															</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:2;a:5:{s:2:\"id\";s:7:\"4dbd69a\";s:8:\"settings\";a:25:{s:3:\"gap\";s:2:\"no\";s:13:\"custom_height\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"200\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"125\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"104\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"70\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"125\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"ef71edf\";s:8:\"settings\";a:22:{s:12:\"_column_size\";s:3:\"100\";s:28:\"space_between_widgets_tablet\";s:2:\"10\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:4:{i:0;a:7:{s:2:\"id\";s:7:\"c75db0c\";s:8:\"settings\";a:12:{s:5:\"title\";s:10:\"What we do\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:131:\"		<div class=\"elementor-widget-container\">\n			<h2 class=\"elementor-heading-title elementor-size-default\">What we do</h2>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"cf5e43c\";s:8:\"settings\";a:14:{s:4:\"text\";s:7:\"Divider\";s:11:\"__globals__\";a:1:{s:5:\"color\";s:25:\"globals/colors?id=367e41b\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"da461da\";s:8:\"settings\";a:19:{s:5:\"title\";s:140:\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\";s:11:\"header_size\";s:2:\"h5\";s:11:\"title_color\";s:9:\"#0000007D\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:0:\"\";}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"35\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:261:\"		<div class=\"elementor-widget-container\">\n			<h5 class=\"elementor-heading-title elementor-size-default\">We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>		</div>\n		\";}i:3;a:7:{s:2:\"id\";s:7:\"55aaa59\";s:8:\"settings\";a:24:{s:4:\"text\";s:9:\"Read more\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:9:\"#00000000\";s:12:\"text_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:4:\"49.6\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:3:{s:17:\"button_text_color\";s:24:\"globals/colors?id=accent\";s:16:\"background_color\";s:0:\"\";s:11:\"hover_color\";s:25:\"globals/colors?id=primary\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"3\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:4:\"34.5\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:0:\"\";s:7:\"library\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:337:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-button-wrapper\">\n			<a href=\"#\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\">\n						<span class=\"elementor-button-content-wrapper\">\n						<span class=\"elementor-button-text\">Read more</span>\n		</span>\n					</a>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:3;a:5:{s:2:\"id\";s:7:\"6b3244d\";s:8:\"settings\";a:25:{s:13:\"content_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:4:\"1300\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"40\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:4:{i:0;a:5:{s:2:\"id\";s:7:\"fe83902\";s:8:\"settings\";a:30:{s:12:\"_column_size\";s:2:\"25\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#B8616C\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:1:\"1\";}s:21:\"space_between_widgets\";s:2:\"30\";s:26:\"box_shadow_box_shadow_type\";s:3:\"yes\";s:21:\"box_shadow_box_shadow\";a:5:{s:10:\"horizontal\";s:1:\"0\";s:8:\"vertical\";s:2:\"40\";s:4:\"blur\";s:2:\"40\";s:6:\"spread\";s:1:\"0\";s:5:\"color\";s:68:\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\";}s:19:\"_inline_size_tablet\";s:2:\"50\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"45\";s:5:\"right\";s:2:\"45\";s:6:\"bottom\";s:2:\"45\";s:4:\"left\";s:2:\"45\";s:8:\"isLinked\";s:1:\"1\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:1:\"1\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:7:{s:2:\"id\";s:7:\"a16491e\";s:8:\"settings\";a:14:{s:5:\"title\";s:18:\"We Find &amp; Fund\";s:11:\"header_size\";s:2:\"h3\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:139:\"		<div class=\"elementor-widget-container\">\n			<h3 class=\"elementor-heading-title elementor-size-default\">We Find &amp; Fund</h3>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"c3eed13\";s:8:\"settings\";a:16:{s:6:\"editor\";s:117:\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>\";s:11:\"__globals__\";a:1:{s:10:\"text_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:183:\"		<div class=\"elementor-widget-container\">\n								<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>						</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"592d627\";s:8:\"settings\";a:17:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"6\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:27:\"globals/colors?id=secondary\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"6581c5d\";s:8:\"settings\";a:30:{s:12:\"_column_size\";s:2:\"25\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#AB5666\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:1:\"1\";}s:21:\"space_between_widgets\";s:2:\"30\";s:26:\"box_shadow_box_shadow_type\";s:3:\"yes\";s:21:\"box_shadow_box_shadow\";a:5:{s:10:\"horizontal\";s:1:\"0\";s:8:\"vertical\";s:2:\"40\";s:4:\"blur\";s:2:\"40\";s:6:\"spread\";s:1:\"0\";s:5:\"color\";s:68:\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\";}s:19:\"_inline_size_tablet\";s:2:\"50\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"45\";s:5:\"right\";s:2:\"45\";s:6:\"bottom\";s:2:\"45\";s:4:\"left\";s:2:\"45\";s:8:\"isLinked\";s:1:\"1\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:1:\"1\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:7:{s:2:\"id\";s:7:\"d9fec07\";s:8:\"settings\";a:15:{s:5:\"title\";s:11:\"We Educate\n\";s:11:\"header_size\";s:2:\"h3\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:132:\"		<div class=\"elementor-widget-container\">\n			<h3 class=\"elementor-heading-title elementor-size-default\">We Educate\n</h3>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"242d3b3\";s:8:\"settings\";a:16:{s:6:\"editor\";s:117:\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>\";s:11:\"__globals__\";a:1:{s:10:\"text_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:183:\"		<div class=\"elementor-widget-container\">\n								<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>						</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"6009173\";s:8:\"settings\";a:17:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"6\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:27:\"globals/colors?id=secondary\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"5efb625\";s:8:\"settings\";a:30:{s:12:\"_column_size\";s:2:\"25\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#9D4B61\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:1:\"1\";}s:21:\"space_between_widgets\";s:2:\"30\";s:26:\"box_shadow_box_shadow_type\";s:3:\"yes\";s:21:\"box_shadow_box_shadow\";a:5:{s:10:\"horizontal\";s:1:\"0\";s:8:\"vertical\";s:2:\"40\";s:4:\"blur\";s:2:\"40\";s:6:\"spread\";s:1:\"0\";s:5:\"color\";s:68:\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\";}s:19:\"_inline_size_tablet\";s:2:\"50\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"45\";s:5:\"right\";s:2:\"45\";s:6:\"bottom\";s:2:\"45\";s:4:\"left\";s:2:\"45\";s:8:\"isLinked\";s:1:\"1\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:1:\"1\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:7:{s:2:\"id\";s:7:\"9ce59da\";s:8:\"settings\";a:15:{s:5:\"title\";s:16:\"We Provide Care\n\";s:11:\"header_size\";s:2:\"h3\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:137:\"		<div class=\"elementor-widget-container\">\n			<h3 class=\"elementor-heading-title elementor-size-default\">We Provide Care\n</h3>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"bf980cf\";s:8:\"settings\";a:16:{s:6:\"editor\";s:117:\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>\";s:11:\"__globals__\";a:1:{s:10:\"text_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:183:\"		<div class=\"elementor-widget-container\">\n								<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>						</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"418fa6c\";s:8:\"settings\";a:17:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"6\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:27:\"globals/colors?id=secondary\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}i:3;a:5:{s:2:\"id\";s:7:\"d4464e5\";s:8:\"settings\";a:30:{s:12:\"_column_size\";s:2:\"25\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#90405C\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:1:\"1\";}s:21:\"space_between_widgets\";s:2:\"30\";s:26:\"box_shadow_box_shadow_type\";s:3:\"yes\";s:21:\"box_shadow_box_shadow\";a:5:{s:10:\"horizontal\";s:1:\"0\";s:8:\"vertical\";s:2:\"40\";s:4:\"blur\";s:2:\"40\";s:6:\"spread\";s:1:\"0\";s:5:\"color\";s:68:\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\";}s:19:\"_inline_size_tablet\";s:2:\"50\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"45\";s:5:\"right\";s:2:\"45\";s:6:\"bottom\";s:2:\"45\";s:4:\"left\";s:2:\"45\";s:8:\"isLinked\";s:1:\"1\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:1:\"1\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:7:{s:2:\"id\";s:7:\"378558b\";s:8:\"settings\";a:15:{s:5:\"title\";s:11:\"We Consult\n\";s:11:\"header_size\";s:2:\"h3\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"12\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:132:\"		<div class=\"elementor-widget-container\">\n			<h3 class=\"elementor-heading-title elementor-size-default\">We Consult\n</h3>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"a29a388\";s:8:\"settings\";a:16:{s:6:\"editor\";s:117:\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>\";s:11:\"__globals__\";a:1:{s:10:\"text_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:183:\"		<div class=\"elementor-widget-container\">\n								<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>						</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"eea12af\";s:8:\"settings\";a:17:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"6\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:27:\"globals/colors?id=secondary\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:4;a:5:{s:2:\"id\";s:7:\"c283f0b\";s:8:\"settings\";a:27:{s:3:\"gap\";s:2:\"no\";s:13:\"custom_height\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:15:\"column_position\";s:3:\"top\";s:9:\"structure\";s:2:\"20\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"175\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"101\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"a847f46\";s:8:\"settings\";a:27:{s:12:\"_column_size\";s:2:\"50\";s:21:\"space_between_widgets\";s:2:\"10\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"150\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:19:\"_inline_size_tablet\";s:2:\"40\";s:28:\"space_between_widgets_tablet\";s:2:\"25\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"e68b0b3\";s:8:\"settings\";a:12:{s:5:\"title\";s:21:\"What we have\nachieved\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:142:\"		<div class=\"elementor-widget-container\">\n			<h2 class=\"elementor-heading-title elementor-size-default\">What we have\nachieved</h2>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"37bbf35\";s:8:\"settings\";a:13:{s:6:\"editor\";s:97:\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>\";s:11:\"__globals__\";a:1:{s:10:\"text_color\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:163:\"		<div class=\"elementor-widget-container\">\n								<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>						</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"7c2f974\";s:8:\"settings\";a:22:{s:12:\"_column_size\";s:2:\"50\";s:19:\"_inline_size_tablet\";s:2:\"60\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"6cdb06c\";s:8:\"settings\";a:24:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"20\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"5148c93\";s:8:\"settings\";a:25:{s:12:\"_column_size\";s:2:\"50\";s:21:\"space_between_widgets\";s:2:\"20\";s:19:\"_inline_size_tablet\";s:2:\"50\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:28:\"space_between_widgets_mobile\";s:2:\"10\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"a84f6af\";s:8:\"settings\";a:31:{s:13:\"ending_number\";s:4:\"1000\";s:6:\"suffix\";s:2:\"K+\";s:5:\"title\";s:17:\"Members Worldwide\";s:12:\"number_color\";s:7:\"#833556\";s:28:\"typography_number_typography\";s:6:\"custom\";s:29:\"typography_number_font_family\";s:7:\"Poppins\";s:27:\"typography_number_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:29:\"typography_number_font_weight\";s:4:\"bold\";s:11:\"title_color\";s:9:\"#00000059\";s:27:\"typography_title_typography\";s:6:\"custom\";s:28:\"typography_title_font_family\";s:7:\"Poppins\";s:26:\"typography_title_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"20\";s:5:\"sizes\";a:0:{}}s:28:\"typography_title_font_weight\";s:4:\"bold\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"65\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:3:{s:28:\"typography_number_typography\";s:0:\"\";s:12:\"number_color\";s:0:\"\";s:11:\"title_color\";s:0:\"\";}s:34:\"typography_number_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"40\";s:5:\"sizes\";a:0:{}}s:33:\"typography_title_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"15\";s:5:\"sizes\";a:0:{}}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"54\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:34:\"typography_number_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;s:5:\"sizes\";a:0:{}}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"120\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"counter\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:484:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-counter\">\n			<div class=\"elementor-counter-number-wrapper\">\n				<span class=\"elementor-counter-number-prefix\"></span>\n				<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"1000\" data-from-value=\"0\" data-delimiter=\",\">0</span>\n				<span class=\"elementor-counter-number-suffix\">K+</span>\n			</div>\n							<div class=\"elementor-counter-title\">Members Worldwide</div>\n					</div>\n				</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"aed18c2\";s:8:\"settings\";a:18:{s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"95\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"2\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:25:\"globals/colors?id=367e41b\";}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"5fa5f28\";s:8:\"settings\";a:25:{s:12:\"_column_size\";s:2:\"50\";s:21:\"space_between_widgets\";s:2:\"20\";s:19:\"_inline_size_tablet\";s:2:\"50\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:28:\"space_between_widgets_mobile\";s:2:\"10\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"4219d87\";s:8:\"settings\";a:31:{s:13:\"ending_number\";s:6:\"950000\";s:6:\"suffix\";s:1:\"+\";s:5:\"title\";s:15:\"Children Helped\";s:12:\"number_color\";s:7:\"#833556\";s:28:\"typography_number_typography\";s:6:\"custom\";s:29:\"typography_number_font_family\";s:7:\"Poppins\";s:27:\"typography_number_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:29:\"typography_number_font_weight\";s:4:\"bold\";s:11:\"title_color\";s:9:\"#00000059\";s:27:\"typography_title_typography\";s:6:\"custom\";s:28:\"typography_title_font_family\";s:7:\"Poppins\";s:26:\"typography_title_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"20\";s:5:\"sizes\";a:0:{}}s:28:\"typography_title_font_weight\";s:4:\"bold\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"115\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:3:{s:28:\"typography_number_typography\";s:0:\"\";s:12:\"number_color\";s:24:\"globals/colors?id=accent\";s:11:\"title_color\";s:0:\"\";}s:34:\"typography_number_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"40\";s:5:\"sizes\";a:0:{}}s:33:\"typography_title_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"15\";s:5:\"sizes\";a:0:{}}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"88\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:34:\"typography_number_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;s:5:\"sizes\";a:0:{}}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"150\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"counter\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:483:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-counter\">\n			<div class=\"elementor-counter-number-wrapper\">\n				<span class=\"elementor-counter-number-prefix\"></span>\n				<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"950000\" data-from-value=\"0\" data-delimiter=\",\">0</span>\n				<span class=\"elementor-counter-number-suffix\">+</span>\n			</div>\n							<div class=\"elementor-counter-title\">Children Helped</div>\n					</div>\n				</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"7fcf1ac\";s:8:\"settings\";a:18:{s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"95\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"2\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:25:\"globals/colors?id=367e41b\";}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:7:\"section\";}i:1;a:5:{s:2:\"id\";s:7:\"50ac5af\";s:8:\"settings\";a:24:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"20\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"5edb927\";s:8:\"settings\";a:25:{s:12:\"_column_size\";s:2:\"50\";s:21:\"space_between_widgets\";s:2:\"20\";s:19:\"_inline_size_tablet\";s:2:\"50\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:28:\"space_between_widgets_mobile\";s:2:\"10\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"f5fabdf\";s:8:\"settings\";a:32:{s:13:\"ending_number\";s:3:\"300\";s:6:\"prefix\";s:1:\"$\";s:6:\"suffix\";s:2:\"M+\";s:5:\"title\";s:12:\"Funds Raised\";s:12:\"number_color\";s:7:\"#833556\";s:28:\"typography_number_typography\";s:6:\"custom\";s:29:\"typography_number_font_family\";s:7:\"Poppins\";s:27:\"typography_number_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:29:\"typography_number_font_weight\";s:4:\"bold\";s:11:\"title_color\";s:9:\"#00000059\";s:27:\"typography_title_typography\";s:6:\"custom\";s:28:\"typography_title_font_family\";s:7:\"Poppins\";s:26:\"typography_title_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"20\";s:5:\"sizes\";a:0:{}}s:28:\"typography_title_font_weight\";s:4:\"bold\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"147\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:3:{s:28:\"typography_number_typography\";s:0:\"\";s:12:\"number_color\";s:24:\"globals/colors?id=accent\";s:11:\"title_color\";s:0:\"\";}s:34:\"typography_number_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"40\";s:5:\"sizes\";a:0:{}}s:33:\"typography_title_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"15\";s:5:\"sizes\";a:0:{}}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"110\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:34:\"typography_number_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;s:5:\"sizes\";a:0:{}}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"175\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"counter\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:479:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-counter\">\n			<div class=\"elementor-counter-number-wrapper\">\n				<span class=\"elementor-counter-number-prefix\">$</span>\n				<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"300\" data-from-value=\"0\" data-delimiter=\",\">0</span>\n				<span class=\"elementor-counter-number-suffix\">M+</span>\n			</div>\n							<div class=\"elementor-counter-title\">Funds Raised</div>\n					</div>\n				</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"4e922fc\";s:8:\"settings\";a:18:{s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"95\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"2\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:25:\"globals/colors?id=367e41b\";}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"274dcb3\";s:8:\"settings\";a:25:{s:12:\"_column_size\";s:2:\"50\";s:21:\"space_between_widgets\";s:2:\"20\";s:19:\"_inline_size_tablet\";s:2:\"50\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:28:\"space_between_widgets_mobile\";s:2:\"10\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"d284bd7\";s:8:\"settings\";a:31:{s:13:\"ending_number\";s:5:\"50000\";s:6:\"suffix\";s:1:\"T\";s:5:\"title\";s:13:\"Food Provided\";s:12:\"number_color\";s:7:\"#833556\";s:28:\"typography_number_typography\";s:6:\"custom\";s:29:\"typography_number_font_family\";s:7:\"Poppins\";s:27:\"typography_number_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:29:\"typography_number_font_weight\";s:4:\"bold\";s:11:\"title_color\";s:9:\"#00000059\";s:27:\"typography_title_typography\";s:6:\"custom\";s:28:\"typography_title_font_family\";s:7:\"Poppins\";s:26:\"typography_title_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"20\";s:5:\"sizes\";a:0:{}}s:28:\"typography_title_font_weight\";s:4:\"bold\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"132\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:3:{s:28:\"typography_number_typography\";s:0:\"\";s:12:\"number_color\";s:24:\"globals/colors?id=accent\";s:11:\"title_color\";s:0:\"\";}s:34:\"typography_number_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"40\";s:5:\"sizes\";a:0:{}}s:33:\"typography_title_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"15\";s:5:\"sizes\";a:0:{}}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"95\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:34:\"typography_number_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;s:5:\"sizes\";a:0:{}}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"165\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"counter\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:480:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-counter\">\n			<div class=\"elementor-counter-number-wrapper\">\n				<span class=\"elementor-counter-number-prefix\"></span>\n				<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"50000\" data-from-value=\"0\" data-delimiter=\",\">0</span>\n				<span class=\"elementor-counter-number-suffix\">T</span>\n			</div>\n							<div class=\"elementor-counter-title\">Food Provided</div>\n					</div>\n				</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"aac446c\";s:8:\"settings\";a:18:{s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"95\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"2\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:25:\"globals/colors?id=367e41b\";}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:7:\"section\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:5;a:5:{s:2:\"id\";s:7:\"b72822a\";s:8:\"settings\";a:29:{s:3:\"gap\";s:2:\"no\";s:29:\"background_overlay_background\";s:8:\"gradient\";s:24:\"background_overlay_color\";s:9:\"#F8F8F800\";s:29:\"background_overlay_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:26:\"background_overlay_color_b\";s:7:\"#F8F8F8\";s:31:\"background_overlay_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:26:\"background_overlay_opacity\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"1\";s:5:\"sizes\";a:0:{}}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"7b261eb\";s:8:\"settings\";a:21:{s:12:\"_column_size\";s:3:\"100\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"727955d\";s:8:\"settings\";a:18:{s:10:\"wp_gallery\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"136\";s:3:\"url\";s:88:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\";}i:1;a:2:{s:2:\"id\";s:3:\"137\";s:3:\"url\";s:88:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\";}i:2;a:2:{s:2:\"id\";s:3:\"138\";s:3:\"url\";s:88:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\";}}s:14:\"thumbnail_size\";s:4:\"full\";s:15:\"gallery_columns\";s:1:\"3\";s:13:\"open_lightbox\";s:3:\"yes\";s:13:\"image_spacing\";s:6:\"custom\";s:20:\"image_spacing_custom\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"0\";s:5:\"sizes\";a:0:{}}s:12:\"gallery_link\";s:4:\"none\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:13:\"image-gallery\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:1768:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-image-gallery\">\n			<div id=\'gallery-2\' class=\'gallery galleryid-0 gallery-columns-3 gallery-size-full\'><figure class=\'gallery-item\'>\n			<div class=\'gallery-icon portrait\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</div></figure><figure class=\'gallery-item\'>\n			<div class=\'gallery-icon portrait\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</div></figure><figure class=\'gallery-item\'>\n			<div class=\'gallery-icon portrait\'>\n				<img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" />\n			</div></figure>\n		</div>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:6;a:5:{s:2:\"id\";s:7:\"0904f95\";s:8:\"settings\";a:26:{s:3:\"gap\";s:2:\"no\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#F8F8F8\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"c50fb9f\";s:8:\"settings\";a:22:{s:12:\"_column_size\";s:3:\"100\";s:10:\"text_align\";s:6:\"center\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"d9b6c02\";s:8:\"settings\";a:15:{s:5:\"title\";s:8:\"Partners\";s:11:\"header_size\";s:2:\"h6\";s:21:\"typography_typography\";s:6:\"custom\";s:25:\"typography_text_transform\";s:9:\"uppercase\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:129:\"		<div class=\"elementor-widget-container\">\n			<h6 class=\"elementor-heading-title elementor-size-default\">Partners</h6>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"37f09e4\";s:8:\"settings\";a:22:{s:8:\"carousel\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"103\";s:3:\"url\";s:84:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\";}i:1;a:2:{s:2:\"id\";s:3:\"102\";s:3:\"url\";s:84:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\";}i:2;a:2:{s:2:\"id\";s:3:\"101\";s:3:\"url\";s:84:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\";}i:3;a:2:{s:2:\"id\";s:3:\"100\";s:3:\"url\";s:84:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\";}i:4;a:2:{s:2:\"id\";s:2:\"99\";s:3:\"url\";s:84:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\";}}s:14:\"thumbnail_size\";s:4:\"full\";s:14:\"slides_to_show\";s:1:\"5\";s:16:\"slides_to_scroll\";s:1:\"1\";s:10:\"navigation\";s:4:\"none\";s:19:\"image_border_border\";s:5:\"solid\";s:18:\"image_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";s:1:\"1\";}s:11:\"__globals__\";a:1:{s:18:\"image_border_color\";s:25:\"globals/colors?id=367e41b\";}s:21:\"slides_to_show_tablet\";s:1:\"4\";s:20:\"image_spacing_custom\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"0\";s:5:\"sizes\";a:0:{}}s:21:\"slides_to_show_mobile\";s:1:\"2\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:14:\"image-carousel\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:1349:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-image-carousel-wrapper swiper-container\" dir=\"ltr\">\n			<div class=\"elementor-image-carousel swiper-wrapper\">\n				<div class=\"swiper-slide\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure></div><div class=\"swiper-slide\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure></div><div class=\"swiper-slide\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure></div><div class=\"swiper-slide\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure></div><div class=\"swiper-slide\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure></div>			</div>\n																</div>\n				</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}}\";');
INSERT INTO `wpxo_postmeta` VALUES (369,375,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(401,381,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(402,381,'_elementor_pro_version','3.3.1'),(403,382,'_elementor_edit_mode','builder'),(404,382,'_elementor_template_type','wp-page'),(405,382,'_elementor_version','3.2.5'),(406,382,'_wp_page_template','default'),(407,382,'_elementor_data','[{\"id\":\"79c91db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"dd6e5e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"38\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/hero-01-free-img-1.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"80\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":92,\"sizes\":[]}},\"elements\":[{\"id\":\"edcf7c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef3e29\",\"elType\":\"widget\",\"settings\":{\"title\":\"Together, we can\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fa8a9ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Build a world where all youth are safe\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e966fd\",\"elType\":\"widget\",\"settings\":{\"text\":\"read more\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0b1a41b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color\":\"#833556\",\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFD0B3\",\"background_overlay_color_b\":\"#FFD0B300\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We care for the children all over the world, no matter tempor incididunt ut labore et dolore.\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.<\\/p>\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-01-free-img-1.jpg\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4dbd69a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"header_size\":\"h5\",\"title_color\":\"#0000007D\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6b3244d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#B8616C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c283f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"b72822a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0904f95\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c50fb9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"d9b6c02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f09e4\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(408,382,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(409,382,'_elementor_pro_version','3.3.1'),(427,385,'_elementor_edit_mode','builder'),(428,385,'_elementor_template_type','wp-page'),(429,385,'_elementor_version','3.2.5'),(430,385,'_wp_page_template','default'),(431,385,'_elementor_data','[{\"id\":\"79c91db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Slide 1 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"}],\"slides_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"dd6e5e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"38\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/hero-01-free-img-1.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"80\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":92,\"sizes\":[]}},\"elements\":[{\"id\":\"edcf7c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef3e29\",\"elType\":\"widget\",\"settings\":{\"title\":\"Together, we can\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fa8a9ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Build a world where all youth are safe\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e966fd\",\"elType\":\"widget\",\"settings\":{\"text\":\"read more\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0b1a41b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color\":\"#833556\",\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFD0B3\",\"background_overlay_color_b\":\"#FFD0B300\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We care for the children all over the world, no matter tempor incididunt ut labore et dolore.\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.<\\/p>\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-01-free-img-1.jpg\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4dbd69a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"header_size\":\"h5\",\"title_color\":\"#0000007D\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6b3244d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#B8616C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c283f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"b72822a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0904f95\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c50fb9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"d9b6c02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f09e4\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(448,387,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(449,387,'_elementor_pro_version','3.2.1'),(443,387,'_elementor_edit_mode','builder'),(444,387,'_elementor_template_type','wp-page'),(445,387,'_elementor_version','3.2.5'),(446,387,'_wp_page_template','default'),(447,387,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Slide 1 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"}],\"slides_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"dd6e5e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"38\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/hero-01-free-img-1.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"80\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":92,\"sizes\":[]}},\"elements\":[{\"id\":\"edcf7c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef3e29\",\"elType\":\"widget\",\"settings\":{\"title\":\"Together, we can\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fa8a9ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Build a world where all youth are safe\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e966fd\",\"elType\":\"widget\",\"settings\":{\"text\":\"read more\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0b1a41b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color\":\"#833556\",\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFD0B3\",\"background_overlay_color_b\":\"#FFD0B300\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We care for the children all over the world, no matter tempor incididunt ut labore et dolore.\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.<\\/p>\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-01-free-img-1.jpg\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4dbd69a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"header_size\":\"h5\",\"title_color\":\"#0000007D\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6b3244d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#B8616C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c283f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"b72822a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0904f95\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c50fb9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"d9b6c02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f09e4\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(432,385,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(433,385,'_elementor_pro_version','3.2.1'),(435,386,'_elementor_edit_mode','builder'),(436,386,'_elementor_template_type','wp-page'),(437,386,'_elementor_version','3.2.5'),(438,386,'_wp_page_template','default'),(439,386,'_elementor_data','[{\"id\":\"79c91db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Slide 1 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"}],\"slides_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"dd6e5e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"38\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/hero-01-free-img-1.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"80\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":92,\"sizes\":[]}},\"elements\":[{\"id\":\"edcf7c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef3e29\",\"elType\":\"widget\",\"settings\":{\"title\":\"Together, we can\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fa8a9ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Build a world where all youth are safe\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e966fd\",\"elType\":\"widget\",\"settings\":{\"text\":\"read more\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0b1a41b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color\":\"#833556\",\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFD0B3\",\"background_overlay_color_b\":\"#FFD0B300\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We care for the children all over the world, no matter tempor incididunt ut labore et dolore.\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.<\\/p>\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-01-free-img-1.jpg\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4dbd69a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"header_size\":\"h5\",\"title_color\":\"#0000007D\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6b3244d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#B8616C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c283f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"b72822a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0904f95\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c50fb9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"d9b6c02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f09e4\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(440,386,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(441,386,'_elementor_pro_version','3.2.1'),(453,388,'_elementor_edit_mode','builder'),(454,388,'_elementor_template_type','wp-page'),(455,388,'_elementor_version','3.2.5'),(456,388,'_wp_page_template','default'),(457,388,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Slide 1 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"}],\"slides_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"dd6e5e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"38\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/hero-01-free-img-1.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"80\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":92,\"sizes\":[]}},\"elements\":[{\"id\":\"edcf7c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef3e29\",\"elType\":\"widget\",\"settings\":{\"title\":\"Together, we can\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fa8a9ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Build a world where all youth are safe\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e966fd\",\"elType\":\"widget\",\"settings\":{\"text\":\"read more\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0b1a41b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color\":\"#833556\",\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFD0B3\",\"background_overlay_color_b\":\"#FFD0B300\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We care for the children all over the world, no matter tempor incididunt ut labore et dolore.\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.<\\/p>\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-01-free-img-1.jpg\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4dbd69a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"header_size\":\"h5\",\"title_color\":\"#0000007D\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6b3244d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#B8616C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c283f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"b72822a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0904f95\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c50fb9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"d9b6c02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f09e4\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(458,388,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(459,388,'_elementor_pro_version','3.2.1'),(461,389,'_elementor_edit_mode','builder'),(462,389,'_elementor_template_type','wp-page'),(463,389,'_elementor_version','3.2.5'),(464,389,'_wp_page_template','default'),(465,389,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Slide 1 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"}],\"slides_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"dd6e5e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"38\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/hero-01-free-img-1.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"80\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":92,\"sizes\":[]}},\"elements\":[{\"id\":\"edcf7c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef3e29\",\"elType\":\"widget\",\"settings\":{\"title\":\"Together, we can\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fa8a9ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Build a world where all youth are safe\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e966fd\",\"elType\":\"widget\",\"settings\":{\"text\":\"read more\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0b1a41b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color\":\"#833556\",\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFD0B3\",\"background_overlay_color_b\":\"#FFD0B300\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We care for the children all over the world, no matter tempor incididunt ut labore et dolore.\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.<\\/p>\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-01-free-img-1.jpg\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4dbd69a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"header_size\":\"h5\",\"title_color\":\"#0000007D\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6b3244d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#B8616C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c283f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"b72822a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0904f95\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c50fb9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"d9b6c02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f09e4\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(466,389,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(467,389,'_elementor_pro_version','3.2.1'),(469,390,'_elementor_edit_mode','builder'),(470,390,'_elementor_template_type','wp-page'),(471,390,'_elementor_version','3.2.5'),(472,390,'_wp_page_template','default'),(473,390,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Slide 1 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"}],\"slides_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"dd6e5e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"38\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/hero-01-free-img-1.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"80\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":92,\"sizes\":[]}},\"elements\":[{\"id\":\"edcf7c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef3e29\",\"elType\":\"widget\",\"settings\":{\"title\":\"Together, we can\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fa8a9ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Build a world where all youth are safe\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e966fd\",\"elType\":\"widget\",\"settings\":{\"text\":\"read more\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0b1a41b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color\":\"#833556\",\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFD0B3\",\"background_overlay_color_b\":\"#FFD0B300\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We care for the children all over the world, no matter tempor incididunt ut labore et dolore.\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.<\\/p>\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-01-free-img-1.jpg\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4dbd69a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"header_size\":\"h5\",\"title_color\":\"#0000007D\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6b3244d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#B8616C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c283f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"b72822a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0904f95\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c50fb9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"d9b6c02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f09e4\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(474,390,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(475,390,'_elementor_pro_version','3.2.1'),(479,391,'_elementor_edit_mode','builder'),(480,391,'_elementor_template_type','wp-page'),(481,391,'_elementor_version','3.2.5'),(482,391,'_wp_page_template','default'),(483,391,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Slide 1 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"}],\"slides_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"dd6e5e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"38\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/hero-01-free-img-1.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"80\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":92,\"sizes\":[]}},\"elements\":[{\"id\":\"edcf7c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef3e29\",\"elType\":\"widget\",\"settings\":{\"title\":\"Together, we can\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fa8a9ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Build a world where all youth are safe\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e966fd\",\"elType\":\"widget\",\"settings\":{\"text\":\"read more\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0b1a41b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color\":\"#833556\",\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFD0B3\",\"background_overlay_color_b\":\"#FFD0B300\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We care for the children all over the world, no matter tempor incididunt ut labore et dolore.\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.<\\/p>\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-01-free-img-1.jpg\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4dbd69a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"header_size\":\"h5\",\"title_color\":\"#0000007D\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6b3244d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#B8616C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c283f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"b72822a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0904f95\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c50fb9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"d9b6c02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f09e4\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(484,391,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(485,391,'_elementor_pro_version','3.2.1'),(487,392,'_elementor_edit_mode','builder'),(488,392,'_elementor_template_type','wp-page'),(489,392,'_elementor_version','3.2.5'),(490,392,'_wp_page_template','default'),(491,392,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Slide 1 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"}],\"slides_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"dd6e5e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"38\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/hero-01-free-img-1.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"80\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":92,\"sizes\":[]}},\"elements\":[{\"id\":\"edcf7c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef3e29\",\"elType\":\"widget\",\"settings\":{\"title\":\"Together, we can\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fa8a9ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Build a world where all youth are safe\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e966fd\",\"elType\":\"widget\",\"settings\":{\"text\":\"read more\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0b1a41b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color\":\"#833556\",\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFD0B3\",\"background_overlay_color_b\":\"#FFD0B300\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We care for the children all over the world, no matter tempor incididunt ut labore et dolore.\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.<\\/p>\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-01-free-img-1.jpg\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4dbd69a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"header_size\":\"h5\",\"title_color\":\"#0000007D\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6b3244d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#B8616C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c283f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"b72822a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0904f95\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c50fb9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"d9b6c02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f09e4\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(492,392,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(493,392,'_elementor_pro_version','3.2.1'),(495,393,'_elementor_edit_mode','builder'),(496,393,'_elementor_template_type','wp-page'),(497,393,'_elementor_version','3.2.5'),(498,393,'_wp_page_template','default'),(499,393,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Slide 1 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"}],\"slides_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"dd6e5e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"38\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/hero-01-free-img-1.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"80\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":92,\"sizes\":[]}},\"elements\":[{\"id\":\"edcf7c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef3e29\",\"elType\":\"widget\",\"settings\":{\"title\":\"Together, we can\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fa8a9ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Build a world where all youth are safe\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e966fd\",\"elType\":\"widget\",\"settings\":{\"text\":\"read more\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0b1a41b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color\":\"#833556\",\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFD0B3\",\"background_overlay_color_b\":\"#FFD0B300\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We care for the children all over the world, no matter tempor incididunt ut labore et dolore.\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.<\\/p>\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-01-free-img-1.jpg\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4dbd69a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"header_size\":\"h5\",\"title_color\":\"#0000007D\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6b3244d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#B8616C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c283f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"b72822a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0904f95\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c50fb9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"d9b6c02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f09e4\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(500,393,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(501,393,'_elementor_pro_version','3.2.1'),(515,395,'_elementor_edit_mode','builder'),(516,395,'_elementor_template_type','wp-page'),(517,395,'_elementor_version','3.2.5'),(518,395,'_wp_page_template','default'),(519,395,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Slide 1 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"}],\"slides_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"dd6e5e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"38\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/hero-01-free-img-1.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"80\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":92,\"sizes\":[]}},\"elements\":[{\"id\":\"edcf7c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef3e29\",\"elType\":\"widget\",\"settings\":{\"title\":\"Together, we can\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fa8a9ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Build a world where all youth are safe\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e966fd\",\"elType\":\"widget\",\"settings\":{\"text\":\"read more\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0b1a41b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color\":\"#833556\",\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFD0B3\",\"background_overlay_color_b\":\"#FFD0B300\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We care for the children all over the world, no matter tempor incididunt ut labore et dolore.\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.<\\/p>\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-01-free-img-1.jpg\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4dbd69a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"header_size\":\"h5\",\"title_color\":\"#0000007D\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6b3244d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#B8616C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c283f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"b72822a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0904f95\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c50fb9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"d9b6c02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f09e4\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(505,394,'_elementor_edit_mode','builder'),(506,394,'_elementor_template_type','wp-page'),(507,394,'_elementor_version','3.2.5'),(508,394,'_wp_page_template','default'),(509,394,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Slide 1 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"}],\"slides_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"dd6e5e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"38\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/hero-01-free-img-1.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"80\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":92,\"sizes\":[]}},\"elements\":[{\"id\":\"edcf7c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef3e29\",\"elType\":\"widget\",\"settings\":{\"title\":\"Together, we can\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fa8a9ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Build a world where all youth are safe\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e966fd\",\"elType\":\"widget\",\"settings\":{\"text\":\"read more\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0b1a41b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color\":\"#833556\",\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFD0B3\",\"background_overlay_color_b\":\"#FFD0B300\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We care for the children all over the world, no matter tempor incididunt ut labore et dolore.\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.<\\/p>\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-01-free-img-1.jpg\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4dbd69a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"header_size\":\"h5\",\"title_color\":\"#0000007D\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6b3244d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#B8616C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c283f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"b72822a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0904f95\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c50fb9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"d9b6c02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f09e4\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(510,394,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(511,394,'_elementor_pro_version','3.2.1'),(512,394,'_elementor_controls_usage','a:11:{s:6:\"slides\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_slides\";a:2:{s:6:\"slides\";i:1;s:13:\"slides_height\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:17;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:8;s:14:\"padding_tablet\";i:12;s:14:\"padding_mobile\";i:8;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:28:\"space_between_widgets_tablet\";i:3;s:21:\"space_between_widgets\";i:9;s:19:\"_inline_size_tablet\";i:10;s:28:\"space_between_widgets_mobile\";i:4;}}s:5:\"style\";a:3:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:4;}s:14:\"section_border\";a:2:{s:26:\"box_shadow_box_shadow_type\";i:4;s:21:\"box_shadow_box_shadow\";i:4;}s:12:\"section_typo\";a:1:{s:10:\"text_align\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:8:{s:6:\"layout\";i:1;s:3:\"gap\";i:10;s:6:\"height\";i:1;s:13:\"custom_height\";i:3;s:20:\"custom_height_tablet\";i:1;s:20:\"custom_height_mobile\";i:1;s:13:\"content_width\";i:1;s:15:\"column_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:1;s:7:\"padding\";i:8;s:14:\"padding_tablet\";i:9;s:14:\"padding_mobile\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:10:{s:21:\"background_background\";i:3;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:2;s:18:\"background_color_b\";i:1;s:23:\"background_color_b_stop\";i:1;s:25:\"background_gradient_angle\";i:1;}s:26:\"section_background_overlay\";a:7:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:2;s:26:\"background_overlay_color_b\";i:2;s:31:\"background_overlay_color_b_stop\";i:2;s:33:\"background_overlay_gradient_angle\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:12;s:11:\"header_size\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:3;s:8:\"_padding\";i:4;s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:25:\"typography_text_transform\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:1:{s:4:\"text\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:2;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:17:\"button_text_color\";i:2;s:16:\"background_color\";i:2;s:12:\"text_padding\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:4;s:15:\"_padding_tablet\";i:4;s:15:\"_padding_mobile\";i:4;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:10:\"image_size\";i:1;s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:8;s:12:\"width_mobile\";i:4;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:8;s:3:\"gap\";i:8;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:4:{s:13:\"ending_number\";i:4;s:6:\"suffix\";i:4;s:5:\"title\";i:4;s:6:\"prefix\";i:1;}}s:5:\"style\";a:2:{s:14:\"section_number\";a:7:{s:12:\"number_color\";i:4;s:28:\"typography_number_typography\";i:4;s:29:\"typography_number_font_family\";i:4;s:27:\"typography_number_font_size\";i:4;s:29:\"typography_number_font_weight\";i:4;s:34:\"typography_number_font_size_tablet\";i:4;s:34:\"typography_number_font_size_mobile\";i:4;}s:13:\"section_title\";a:6:{s:11:\"title_color\";i:4;s:27:\"typography_title_typography\";i:4;s:28:\"typography_title_font_family\";i:4;s:26:\"typography_title_font_size\";i:4;s:28:\"typography_title_font_weight\";i:4;s:33:\"typography_title_font_size_tablet\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:4;s:15:\"_padding_tablet\";i:4;s:15:\"_padding_mobile\";i:4;}}}}s:13:\"image-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_gallery\";a:5:{s:10:\"wp_gallery\";i:1;s:14:\"thumbnail_size\";i:1;s:15:\"gallery_columns\";i:1;s:13:\"open_lightbox\";i:1;s:12:\"gallery_link\";i:1;}}s:5:\"style\";a:1:{s:22:\"section_gallery_images\";a:2:{s:13:\"image_spacing\";i:1;s:20:\"image_spacing_custom\";i:1;}}}}s:14:\"image-carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:22:\"section_image_carousel\";a:7:{s:8:\"carousel\";i:1;s:14:\"thumbnail_size\";i:1;s:14:\"slides_to_show\";i:1;s:16:\"slides_to_scroll\";i:1;s:10:\"navigation\";i:1;s:21:\"slides_to_show_tablet\";i:1;s:21:\"slides_to_show_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:19:\"image_border_border\";i:1;s:18:\"image_border_width\";i:1;s:20:\"image_spacing_custom\";i:1;}}}}}'),(514,347,'_edit_last','1'),(520,395,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(521,395,'_elementor_pro_version','3.2.1'),(523,396,'_elementor_edit_mode','builder'),(524,396,'_elementor_template_type','wp-page'),(525,396,'_elementor_version','3.2.5'),(526,396,'_wp_page_template','default'),(527,396,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Slide 1 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"}],\"slides_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"dd6e5e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"38\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/hero-01-free-img-1.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"80\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":92,\"sizes\":[]}},\"elements\":[{\"id\":\"edcf7c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef3e29\",\"elType\":\"widget\",\"settings\":{\"title\":\"Together, we can\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fa8a9ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Build a world where all youth are safe\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e966fd\",\"elType\":\"widget\",\"settings\":{\"text\":\"read more\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0b1a41b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color\":\"#833556\",\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFD0B3\",\"background_overlay_color_b\":\"#FFD0B300\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We care for the children all over the world, no matter tempor incididunt ut labore et dolore.\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.<\\/p>\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-01-free-img-1.jpg\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4dbd69a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"header_size\":\"h5\",\"title_color\":\"#0000007D\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6b3244d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#B8616C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c283f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"b72822a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0904f95\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c50fb9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"d9b6c02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f09e4\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(528,396,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(529,396,'_elementor_pro_version','3.2.1'),(531,397,'_elementor_edit_mode','builder'),(532,397,'_elementor_template_type','wp-page'),(533,397,'_elementor_version','3.2.5'),(534,397,'_wp_page_template','default'),(535,397,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Slide 1 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"dd6e5e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"38\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/hero-01-free-img-1.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"80\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":92,\"sizes\":[]}},\"elements\":[{\"id\":\"edcf7c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef3e29\",\"elType\":\"widget\",\"settings\":{\"title\":\"Together, we can\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fa8a9ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Build a world where all youth are safe\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e966fd\",\"elType\":\"widget\",\"settings\":{\"text\":\"read more\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0b1a41b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color\":\"#833556\",\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFD0B3\",\"background_overlay_color_b\":\"#FFD0B300\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We care for the children all over the world, no matter tempor incididunt ut labore et dolore.\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.<\\/p>\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-01-free-img-1.jpg\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4dbd69a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"header_size\":\"h5\",\"title_color\":\"#0000007D\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6b3244d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#B8616C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c283f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"b72822a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0904f95\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c50fb9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"d9b6c02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f09e4\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(536,397,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(537,397,'_elementor_pro_version','3.2.1'),(552,400,'_elementor_edit_mode','builder'),(553,400,'_elementor_template_type','wp-page'),(554,400,'_elementor_version','3.2.5'),(555,400,'_wp_page_template','default'),(556,400,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Slide 1 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"dd6e5e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"38\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/hero-01-free-img-1.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"80\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":92,\"sizes\":[]}},\"elements\":[{\"id\":\"edcf7c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef3e29\",\"elType\":\"widget\",\"settings\":{\"title\":\"Together, we can\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fa8a9ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Build a world where all youth are safe\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e966fd\",\"elType\":\"widget\",\"settings\":{\"text\":\"read more\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0b1a41b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color\":\"#833556\",\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFD0B3\",\"background_overlay_color_b\":\"#FFD0B300\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We care for the children all over the world, no matter tempor incididunt ut labore et dolore.\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.<\\/p>\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-01-free-img-1.jpg\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4dbd69a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"header_size\":\"h5\",\"title_color\":\"#0000007D\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6b3244d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#B8616C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c283f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"b72822a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0904f95\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c50fb9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"d9b6c02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f09e4\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(541,398,'_elementor_edit_mode','builder'),(542,398,'_elementor_template_type','wp-page'),(543,398,'_elementor_version','3.2.5'),(544,398,'_wp_page_template','default'),(545,398,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Slide 1 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"dd6e5e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"38\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/hero-01-free-img-1.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"80\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":92,\"sizes\":[]}},\"elements\":[{\"id\":\"edcf7c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef3e29\",\"elType\":\"widget\",\"settings\":{\"title\":\"Together, we can\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fa8a9ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Build a world where all youth are safe\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e966fd\",\"elType\":\"widget\",\"settings\":{\"text\":\"read more\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0b1a41b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color\":\"#833556\",\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFD0B3\",\"background_overlay_color_b\":\"#FFD0B300\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We care for the children all over the world, no matter tempor incididunt ut labore et dolore.\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.<\\/p>\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-01-free-img-1.jpg\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4dbd69a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"header_size\":\"h5\",\"title_color\":\"#0000007D\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6b3244d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#B8616C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c283f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"b72822a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0904f95\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c50fb9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"d9b6c02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f09e4\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(546,398,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(547,398,'_elementor_pro_version','3.2.1'),(548,398,'_elementor_controls_usage','a:11:{s:6:\"slides\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_slides\";a:2:{s:6:\"slides\";i:1;s:13:\"slides_height\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:17;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:8;s:14:\"padding_tablet\";i:12;s:14:\"padding_mobile\";i:8;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:28:\"space_between_widgets_tablet\";i:3;s:21:\"space_between_widgets\";i:9;s:19:\"_inline_size_tablet\";i:10;s:28:\"space_between_widgets_mobile\";i:4;}}s:5:\"style\";a:3:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:4;}s:14:\"section_border\";a:2:{s:26:\"box_shadow_box_shadow_type\";i:4;s:21:\"box_shadow_box_shadow\";i:4;}s:12:\"section_typo\";a:1:{s:10:\"text_align\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:8:{s:6:\"layout\";i:1;s:3:\"gap\";i:10;s:6:\"height\";i:1;s:13:\"custom_height\";i:3;s:20:\"custom_height_tablet\";i:1;s:20:\"custom_height_mobile\";i:1;s:13:\"content_width\";i:1;s:15:\"column_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:1;s:7:\"padding\";i:8;s:14:\"padding_tablet\";i:9;s:14:\"padding_mobile\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:10:{s:21:\"background_background\";i:3;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:2;s:18:\"background_color_b\";i:1;s:23:\"background_color_b_stop\";i:1;s:25:\"background_gradient_angle\";i:1;}s:26:\"section_background_overlay\";a:7:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:2;s:26:\"background_overlay_color_b\";i:2;s:31:\"background_overlay_color_b_stop\";i:2;s:33:\"background_overlay_gradient_angle\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:12;s:11:\"header_size\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:3;s:8:\"_padding\";i:4;s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:25:\"typography_text_transform\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:1:{s:4:\"text\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:2;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:17:\"button_text_color\";i:2;s:16:\"background_color\";i:2;s:12:\"text_padding\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:4;s:15:\"_padding_tablet\";i:4;s:15:\"_padding_mobile\";i:4;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:10:\"image_size\";i:1;s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:8;s:12:\"width_mobile\";i:4;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:8;s:3:\"gap\";i:8;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:4:{s:13:\"ending_number\";i:4;s:6:\"suffix\";i:4;s:5:\"title\";i:4;s:6:\"prefix\";i:1;}}s:5:\"style\";a:2:{s:14:\"section_number\";a:7:{s:12:\"number_color\";i:4;s:28:\"typography_number_typography\";i:4;s:29:\"typography_number_font_family\";i:4;s:27:\"typography_number_font_size\";i:4;s:29:\"typography_number_font_weight\";i:4;s:34:\"typography_number_font_size_tablet\";i:4;s:34:\"typography_number_font_size_mobile\";i:4;}s:13:\"section_title\";a:6:{s:11:\"title_color\";i:4;s:27:\"typography_title_typography\";i:4;s:28:\"typography_title_font_family\";i:4;s:26:\"typography_title_font_size\";i:4;s:28:\"typography_title_font_weight\";i:4;s:33:\"typography_title_font_size_tablet\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:4;s:15:\"_padding_tablet\";i:4;s:15:\"_padding_mobile\";i:4;}}}}s:13:\"image-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_gallery\";a:5:{s:10:\"wp_gallery\";i:1;s:14:\"thumbnail_size\";i:1;s:15:\"gallery_columns\";i:1;s:13:\"open_lightbox\";i:1;s:12:\"gallery_link\";i:1;}}s:5:\"style\";a:1:{s:22:\"section_gallery_images\";a:2:{s:13:\"image_spacing\";i:1;s:20:\"image_spacing_custom\";i:1;}}}}s:14:\"image-carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:22:\"section_image_carousel\";a:7:{s:8:\"carousel\";i:1;s:14:\"thumbnail_size\";i:1;s:14:\"slides_to_show\";i:1;s:16:\"slides_to_scroll\";i:1;s:10:\"navigation\";i:1;s:21:\"slides_to_show_tablet\";i:1;s:21:\"slides_to_show_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:19:\"image_border_border\";i:1;s:18:\"image_border_width\";i:1;s:20:\"image_spacing_custom\";i:1;}}}}}'),(557,400,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(558,400,'_elementor_pro_version','3.2.1'),(560,401,'_elementor_edit_mode','builder'),(561,401,'_elementor_template_type','wp-page'),(562,401,'_elementor_version','3.2.5'),(563,401,'_wp_page_template','default'),(564,401,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Slide 1 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"dd6e5e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"38\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/hero-01-free-img-1.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"80\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":92,\"sizes\":[]}},\"elements\":[{\"id\":\"edcf7c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef3e29\",\"elType\":\"widget\",\"settings\":{\"title\":\"Together, we can\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fa8a9ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Build a world where all youth are safe\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e966fd\",\"elType\":\"widget\",\"settings\":{\"text\":\"read more\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0b1a41b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color\":\"#833556\",\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFD0B3\",\"background_overlay_color_b\":\"#FFD0B300\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We care for the children all over the world, no matter tempor incididunt ut labore et dolore.\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.<\\/p>\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-01-free-img-1.jpg\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4dbd69a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"header_size\":\"h5\",\"title_color\":\"#0000007D\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6b3244d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#B8616C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c283f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"b72822a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0904f95\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c50fb9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"d9b6c02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f09e4\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(565,401,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(566,401,'_elementor_pro_version','3.2.1'),(591,405,'_elementor_edit_mode','builder'),(592,405,'_elementor_template_type','wp-page'),(593,405,'_elementor_version','3.2.5'),(594,405,'_wp_page_template','default'),(595,405,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0b1a41b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color\":\"#833556\",\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFD0B3\",\"background_overlay_color_b\":\"#FFD0B300\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We care for the children all over the world, no matter tempor incididunt ut labore et dolore.\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.<\\/p>\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-01-free-img-1.jpg\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4dbd69a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"header_size\":\"h5\",\"title_color\":\"#0000007D\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6b3244d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#B8616C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c283f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"b72822a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(568,402,'_elementor_edit_mode','builder'),(569,402,'_elementor_template_type','wp-page'),(570,402,'_elementor_version','3.2.5'),(571,402,'_wp_page_template','default'),(572,402,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"dd6e5e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"38\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/hero-01-free-img-1.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"80\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":92,\"sizes\":[]}},\"elements\":[{\"id\":\"edcf7c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef3e29\",\"elType\":\"widget\",\"settings\":{\"title\":\"Together, we can\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fa8a9ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Build a world where all youth are safe\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e966fd\",\"elType\":\"widget\",\"settings\":{\"text\":\"read more\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0b1a41b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color\":\"#833556\",\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFD0B3\",\"background_overlay_color_b\":\"#FFD0B300\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We care for the children all over the world, no matter tempor incididunt ut labore et dolore.\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.<\\/p>\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-01-free-img-1.jpg\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4dbd69a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"header_size\":\"h5\",\"title_color\":\"#0000007D\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6b3244d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#B8616C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c283f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"b72822a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0904f95\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c50fb9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"d9b6c02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f09e4\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(573,402,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(574,402,'_elementor_pro_version','3.2.1'),(577,403,'_elementor_edit_mode','builder'),(578,403,'_elementor_template_type','wp-page'),(579,403,'_elementor_version','3.2.5'),(580,403,'_wp_page_template','default'),(581,403,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"dd6e5e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"38\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/hero-01-free-img-1.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"80\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":92,\"sizes\":[]}},\"elements\":[{\"id\":\"edcf7c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef3e29\",\"elType\":\"widget\",\"settings\":{\"title\":\"Together, we can\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fa8a9ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Build a world where all youth are safe\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e966fd\",\"elType\":\"widget\",\"settings\":{\"text\":\"read more\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0b1a41b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color\":\"#833556\",\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFD0B3\",\"background_overlay_color_b\":\"#FFD0B300\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We care for the children all over the world, no matter tempor incididunt ut labore et dolore.\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.<\\/p>\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-01-free-img-1.jpg\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4dbd69a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"header_size\":\"h5\",\"title_color\":\"#0000007D\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6b3244d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#B8616C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c283f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"b72822a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0904f95\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c50fb9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"d9b6c02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f09e4\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(582,403,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(583,403,'_elementor_pro_version','3.2.1'),(584,404,'_elementor_edit_mode','builder'),(585,404,'_elementor_template_type','wp-page'),(586,404,'_elementor_version','3.2.5'),(587,404,'_wp_page_template','default'),(588,404,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"dd6e5e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"38\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/hero-01-free-img-1.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"80\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":92,\"sizes\":[]}},\"elements\":[{\"id\":\"edcf7c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef3e29\",\"elType\":\"widget\",\"settings\":{\"title\":\"Together, we can\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fa8a9ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Build a world where all youth are safe\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e966fd\",\"elType\":\"widget\",\"settings\":{\"text\":\"read more\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0b1a41b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color\":\"#833556\",\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFD0B3\",\"background_overlay_color_b\":\"#FFD0B300\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We care for the children all over the world, no matter tempor incididunt ut labore et dolore.\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.<\\/p>\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-01-free-img-1.jpg\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4dbd69a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"header_size\":\"h5\",\"title_color\":\"#0000007D\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6b3244d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#B8616C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c283f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"b72822a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0904f95\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c50fb9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"d9b6c02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f09e4\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(589,404,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(590,404,'_elementor_pro_version','3.2.1'),(596,405,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(597,405,'_elementor_pro_version','3.2.1'),(600,406,'_elementor_edit_mode','builder'),(601,406,'_elementor_template_type','wp-page'),(602,406,'_elementor_version','3.2.5'),(603,406,'_wp_page_template','default'),(604,406,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0b1a41b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color\":\"#833556\",\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFD0B3\",\"background_overlay_color_b\":\"#FFD0B300\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We care for the children all over the world, no matter tempor incididunt ut labore et dolore.\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.<\\/p>\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-01-free-img-1.jpg\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4dbd69a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"header_size\":\"h5\",\"title_color\":\"#0000007D\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6b3244d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#B8616C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c283f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"b72822a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(605,406,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(606,406,'_elementor_pro_version','3.2.1'),(608,407,'_elementor_edit_mode','builder'),(609,407,'_elementor_template_type','wp-page'),(610,407,'_elementor_version','3.2.5'),(611,407,'_wp_page_template','default'),(612,407,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0b1a41b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color\":\"#833556\",\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFD0B3\",\"background_overlay_color_b\":\"#FFD0B300\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We care for the children all over the world, no matter tempor incididunt ut labore et dolore.\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.<\\/p>\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-01-free-img-1.jpg\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4dbd69a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"header_size\":\"h5\",\"title_color\":\"#0000007D\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6b3244d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#B8616C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c283f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"b72822a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(613,407,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(614,407,'_elementor_pro_version','3.2.1'),(616,408,'_elementor_edit_mode','builder'),(617,408,'_elementor_template_type','wp-page'),(618,408,'_elementor_version','3.2.5'),(619,408,'_wp_page_template','default'),(620,408,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0b1a41b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color\":\"#833556\",\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFD0B3\",\"background_overlay_color_b\":\"#FFD0B300\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We care for the children all over the world, no matter tempor incididunt ut labore et dolore.\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.<\\/p>\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-01-free-img-1.jpg\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4dbd69a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"header_size\":\"h5\",\"title_color\":\"#0000007D\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6b3244d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#B8616C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c283f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"b72822a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(621,408,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(622,408,'_elementor_pro_version','3.2.1'),(626,409,'_elementor_edit_mode','builder'),(627,409,'_elementor_template_type','wp-page'),(628,409,'_elementor_version','3.2.5'),(629,409,'_wp_page_template','default'),(630,409,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0b1a41b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color\":\"#833556\",\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFD0B3\",\"background_overlay_color_b\":\"#FFD0B300\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We care for the children all over the world, no matter tempor incididunt ut labore et dolore.\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.<\\/p>\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-01-free-img-1.jpg\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4dbd69a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"header_size\":\"h5\",\"title_color\":\"#0000007D\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6b3244d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#B8616C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c283f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"b72822a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(631,409,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(632,409,'_elementor_pro_version','3.2.1'),(634,410,'_elementor_edit_mode','builder'),(635,410,'_elementor_template_type','wp-page'),(636,410,'_elementor_version','3.2.5'),(637,410,'_wp_page_template','default'),(638,410,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0b1a41b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color\":\"#833556\",\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFD0B3\",\"background_overlay_color_b\":\"#FFD0B300\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We care for the children all over the world, no matter tempor incididunt ut labore et dolore.\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.<\\/p>\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-01-free-img-1.jpg\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4dbd69a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"header_size\":\"h5\",\"title_color\":\"#0000007D\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6b3244d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#B8616C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c283f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"b72822a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(639,410,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(640,410,'_elementor_pro_version','3.2.1'),(642,411,'_elementor_edit_mode','builder'),(643,411,'_elementor_template_type','wp-page'),(644,411,'_elementor_version','3.2.5'),(645,411,'_wp_page_template','default'),(646,411,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0b1a41b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color\":\"#833556\",\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFD0B3\",\"background_overlay_color_b\":\"#FFD0B300\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We care for the children all over the world, no matter tempor incididunt ut labore et dolore.\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.<\\/p>\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-01-free-img-1.jpg\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4dbd69a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"header_size\":\"h5\",\"title_color\":\"#0000007D\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6b3244d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#B8616C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c283f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"b72822a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]');
INSERT INTO `wpxo_postmeta` VALUES (647,411,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(648,411,'_elementor_pro_version','3.2.1'),(652,412,'_elementor_edit_mode','builder'),(653,412,'_elementor_template_type','wp-page'),(654,412,'_elementor_version','3.2.5'),(655,412,'_wp_page_template','default'),(656,412,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0b1a41b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color\":\"#833556\",\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFD0B3\",\"background_overlay_color_b\":\"#FFD0B300\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We care for the children all over the world, no matter tempor incididunt ut labore et dolore.\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.<\\/p>\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-01-free-img-1.jpg\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4dbd69a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"header_size\":\"h5\",\"title_color\":\"#0000007D\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6b3244d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#B8616C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c283f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"b72822a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(657,412,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(658,412,'_elementor_pro_version','3.2.1'),(660,413,'_elementor_edit_mode','builder'),(661,413,'_elementor_template_type','wp-page'),(662,413,'_elementor_version','3.2.5'),(663,413,'_wp_page_template','default'),(664,413,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0b1a41b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color\":\"#833556\",\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFD0B3\",\"background_overlay_color_b\":\"#FFD0B300\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We care for the children all over the world, no matter tempor incididunt ut labore et dolore.\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.<\\/p>\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-01-free-img-1.jpg\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4dbd69a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"header_size\":\"h5\",\"title_color\":\"#0000007D\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6b3244d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#B8616C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c283f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"b72822a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(665,413,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(666,413,'_elementor_pro_version','3.2.1'),(668,414,'_elementor_edit_mode','builder'),(669,414,'_elementor_template_type','wp-page'),(670,414,'_elementor_version','3.2.5'),(671,414,'_wp_page_template','default'),(672,414,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0b1a41b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color\":\"#833556\",\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFD0B3\",\"background_overlay_color_b\":\"#FFD0B300\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We care for the children all over the world, no matter tempor incididunt ut labore et dolore.\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.<\\/p>\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-01-free-img-1.jpg\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4dbd69a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"header_size\":\"h5\",\"title_color\":\"#0000007D\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6b3244d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#B8616C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c283f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"b72822a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(673,414,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(674,414,'_elementor_pro_version','3.2.1'),(686,419,'_elementor_edit_mode','builder'),(687,419,'_elementor_template_type','wp-page'),(688,419,'_elementor_version','3.2.5'),(689,419,'_wp_page_template','default'),(690,419,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0b1a41b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color\":\"#833556\",\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFD0B3\",\"background_overlay_color_b\":\"#FFD0B300\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We care for the children all over the world, no matter tempor incididunt ut labore et dolore.\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.<\\/p>\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-01-free-img-1.jpg\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4dbd69a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"header_size\":\"h5\",\"title_color\":\"#0000007D\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6b3244d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#B8616C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c283f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"b72822a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(678,415,'_wp_attached_file','2021/06/slide-5.jpg'),(679,415,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1895;s:6:\"height\";i:450;s:4:\"file\";s:19:\"2021/06/slide-5.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"slide-5-300x71.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"slide-5-1024x243.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"slide-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"slide-5-768x182.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:20:\"slide-5-1536x365.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:365;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(680,416,'_wp_attached_file','2021/06/slide-2.jpg'),(681,416,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:321;s:4:\"file\";s:19:\"2021/06/slide-2.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"slide-2-300x71.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"slide-2-1024x243.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"slide-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"slide-2-768x183.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(682,417,'_wp_attached_file','2021/06/slide-3.jpg'),(683,417,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1895;s:6:\"height\";i:450;s:4:\"file\";s:19:\"2021/06/slide-3.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"slide-3-300x71.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"slide-3-1024x243.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"slide-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"slide-3-768x182.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:20:\"slide-3-1536x365.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:365;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(684,418,'_wp_attached_file','2021/06/slide-4.jpg'),(685,418,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1895;s:6:\"height\";i:450;s:4:\"file\";s:19:\"2021/06/slide-4.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"slide-4-300x71.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"slide-4-1024x243.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"slide-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"slide-4-768x182.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:20:\"slide-4-1536x365.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:365;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(691,419,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(692,419,'_elementor_pro_version','3.2.1'),(694,420,'_elementor_edit_mode','builder'),(695,420,'_elementor_template_type','wp-page'),(696,420,'_elementor_version','3.2.5'),(697,420,'_wp_page_template','default'),(698,420,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0b1a41b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color\":\"#833556\",\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFD0B3\",\"background_overlay_color_b\":\"#FFD0B300\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We care for the children all over the world, no matter tempor incididunt ut labore et dolore.\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.<\\/p>\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-01-free-img-1.jpg\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4dbd69a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"header_size\":\"h5\",\"title_color\":\"#0000007D\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6b3244d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#B8616C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c283f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"b72822a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(699,420,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(700,420,'_elementor_pro_version','3.2.1'),(702,421,'_elementor_edit_mode','builder'),(703,421,'_elementor_template_type','wp-page'),(704,421,'_elementor_version','3.2.5'),(705,421,'_wp_page_template','default'),(706,421,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0b1a41b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color\":\"#833556\",\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFD0B3\",\"background_overlay_color_b\":\"#FFD0B300\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We care for the children all over the world, no matter tempor incididunt ut labore et dolore.\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.<\\/p>\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-01-free-img-1.jpg\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4dbd69a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"header_size\":\"h5\",\"title_color\":\"#0000007D\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6b3244d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#B8616C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c283f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"b72822a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(707,421,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(708,421,'_elementor_pro_version','3.2.1'),(5053,945,'_elementor_edit_mode','builder'),(5054,945,'_elementor_template_type','wp-page'),(5055,945,'_elementor_version','3.2.5'),(5056,945,'_wp_page_template','default'),(5057,945,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0b1a41b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color\":\"#833556\",\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFD0B3\",\"background_overlay_color_b\":\"#FFD0B300\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We care for the children all over the world, no matter tempor incididunt ut labore et dolore.\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.<\\/p>\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-01-free-img-1.jpg\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4dbd69a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"header_size\":\"h5\",\"title_color\":\"#0000007D\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6b3244d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#B8616C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c283f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"b72822a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(713,349,'_edit_lock','1629213865:1'),(714,422,'_elementor_edit_mode','builder'),(715,422,'_elementor_template_type','wp-page'),(716,422,'_elementor_version','3.2.3'),(717,422,'_wp_page_template','default'),(718,422,'_elementor_data','s:103181:\"a:7:{i:0;a:5:{s:2:\"id\";s:7:\"9e2aff0\";s:8:\"settings\";a:36:{s:3:\"gap\";s:2:\"no\";s:6:\"height\";s:10:\"min-height\";s:13:\"custom_height\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";s:2:\"75\";s:5:\"sizes\";a:0:{}}s:21:\"background_background\";s:7:\"classic\";s:16:\"background_image\";a:2:{s:2:\"id\";s:3:\"226\";s:3:\"url\";s:82:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-01-free-img-1.jpg\";}s:19:\"background_position\";s:13:\"bottom center\";s:21:\"background_attachment\";s:6:\"scroll\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:20:\"custom_height_tablet\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";s:2:\"45\";s:5:\"sizes\";a:0:{}}s:20:\"custom_height_mobile\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:29:\"background_overlay_background\";s:7:\"classic\";s:26:\"background_overlay_opacity\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:3:\"0.3\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:24:\"background_overlay_color\";s:0:\"\";}s:24:\"background_overlay_color\";s:7:\"#000000\";s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"3f67593\";s:8:\"settings\";a:24:{s:12:\"_column_size\";s:3:\"100\";s:7:\"padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:2:\"10\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:2:\"10\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"5\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"dc4e498\";s:8:\"settings\";a:15:{s:5:\"title\";s:8:\"About us\";s:11:\"header_size\";s:2:\"h1\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:12:\"align_mobile\";s:6:\"center\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:129:\"		<div class=\"elementor-widget-container\">\n			<h1 class=\"elementor-heading-title elementor-size-default\">About us</h1>		</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:1;a:5:{s:2:\"id\";s:7:\"a1fbe58\";s:8:\"settings\";a:25:{s:3:\"gap\";s:2:\"no\";s:13:\"custom_height\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"60\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"60\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"527f5ce\";s:8:\"settings\";a:22:{s:12:\"_column_size\";s:3:\"100\";s:28:\"space_between_widgets_tablet\";s:2:\"10\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:7:{s:2:\"id\";s:7:\"efc4863\";s:8:\"settings\";a:12:{s:5:\"title\";s:10:\"Who we are\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:131:\"		<div class=\"elementor-widget-container\">\n			<h2 class=\"elementor-heading-title elementor-size-default\">Who we are</h2>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"95703c5\";s:8:\"settings\";a:14:{s:4:\"text\";s:7:\"Divider\";s:11:\"__globals__\";a:1:{s:5:\"color\";s:25:\"globals/colors?id=367e41b\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}i:2;a:5:{s:2:\"id\";s:7:\"78ef0b7\";s:8:\"settings\";a:22:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"20\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"afb5dee\";s:8:\"settings\";a:23:{s:12:\"_column_size\";s:2:\"50\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"100\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"4fea4b7\";s:8:\"settings\";a:19:{s:5:\"title\";s:116:\"Partnering to build a world where all children are lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do.\";s:11:\"header_size\";s:2:\"h5\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:0:\"\";}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:11:\"title_color\";s:7:\"#833556\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:237:\"		<div class=\"elementor-widget-container\">\n			<h5 class=\"elementor-heading-title elementor-size-default\">Partnering to build a world where all children are lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do.</h5>		</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"286d7bf\";s:8:\"settings\";a:21:{s:12:\"_column_size\";s:2:\"50\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"9f7cca1\";s:8:\"settings\";a:12:{s:6:\"editor\";s:453:\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:519:\"		<div class=\"elementor-widget-container\">\n								<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>						</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"40b8d4f\";s:8:\"settings\";a:12:{s:6:\"editor\";s:217:\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:283:\"		<div class=\"elementor-widget-container\">\n								<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>						</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:7:\"section\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:2;a:5:{s:2:\"id\";s:7:\"e97b045\";s:8:\"settings\";a:29:{s:3:\"gap\";s:2:\"no\";s:29:\"background_overlay_background\";s:8:\"gradient\";s:24:\"background_overlay_color\";s:9:\"#F8F8F800\";s:29:\"background_overlay_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:26:\"background_overlay_color_b\";s:7:\"#F8F8F8\";s:31:\"background_overlay_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:26:\"background_overlay_opacity\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"1\";s:5:\"sizes\";a:0:{}}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"c98635a\";s:8:\"settings\";a:21:{s:12:\"_column_size\";s:3:\"100\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"f087e9a\";s:8:\"settings\";a:17:{s:10:\"wp_gallery\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"346\";s:3:\"url\";s:85:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\";}i:1;a:2:{s:2:\"id\";s:3:\"345\";s:3:\"url\";s:85:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\";}i:2;a:2:{s:2:\"id\";s:3:\"353\";s:3:\"url\";s:85:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\";}}s:14:\"thumbnail_size\";s:4:\"full\";s:15:\"gallery_columns\";s:1:\"3\";s:13:\"open_lightbox\";s:3:\"yes\";s:13:\"image_spacing\";s:6:\"custom\";s:20:\"image_spacing_custom\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"0\";s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:13:\"image-gallery\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:1687:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-image-gallery\">\n			<div id=\'gallery-1\' class=\'gallery galleryid-0 gallery-columns-3 gallery-size-full\'><figure class=\'gallery-item\'>\n			<div class=\'gallery-icon portrait\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</div></figure><figure class=\'gallery-item\'>\n			<div class=\'gallery-icon portrait\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</div></figure>\n		</div>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:3;a:5:{s:2:\"id\";s:7:\"572f6ff\";s:8:\"settings\";a:27:{s:3:\"gap\";s:2:\"no\";s:13:\"custom_height\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#F8F8F8\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"e5743e3\";s:8:\"settings\";a:22:{s:12:\"_column_size\";s:3:\"100\";s:28:\"space_between_widgets_tablet\";s:2:\"10\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:7:{s:2:\"id\";s:7:\"94d1784\";s:8:\"settings\";a:12:{s:5:\"title\";s:12:\"Our approach\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:133:\"		<div class=\"elementor-widget-container\">\n			<h2 class=\"elementor-heading-title elementor-size-default\">Our approach</h2>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"e042a92\";s:8:\"settings\";a:15:{s:4:\"text\";s:7:\"Divider\";s:11:\"__globals__\";a:1:{s:5:\"color\";s:25:\"globals/colors?id=367e41b\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}i:2;a:5:{s:2:\"id\";s:7:\"bf4af99\";s:8:\"settings\";a:30:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"20\";s:13:\"border_border\";s:5:\"solid\";s:12:\"border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"125\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:12:\"border_color\";s:25:\"globals/colors?id=367e41b\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"6a9fd7f\";s:8:\"settings\";a:24:{s:12:\"_column_size\";s:2:\"50\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"100\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:7:{s:2:\"id\";s:7:\"9a90475\";s:8:\"settings\";a:18:{s:5:\"title\";s:11:\"Our Mission\";s:11:\"header_size\";s:2:\"h6\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:24:\"globals/colors?id=accent\";}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:132:\"		<div class=\"elementor-widget-container\">\n			<h6 class=\"elementor-heading-title elementor-size-default\">Our Mission</h6>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"b74443e\";s:8:\"settings\";a:18:{s:5:\"title\";s:115:\"We facilitate safe learning spaces lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\";s:11:\"header_size\";s:2:\"h5\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:0:\"\";}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:236:\"		<div class=\"elementor-widget-container\">\n			<h5 class=\"elementor-heading-title elementor-size-default\">We facilitate safe learning spaces lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>		</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"6366e32\";s:8:\"settings\";a:12:{s:6:\"editor\";s:310:\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum.</p>\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:376:\"		<div class=\"elementor-widget-container\">\n								<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum.</p>						</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"17fd042\";s:8:\"settings\";a:24:{s:12:\"_column_size\";s:2:\"50\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"100\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:7:{s:2:\"id\";s:7:\"316e22e\";s:8:\"settings\";a:18:{s:5:\"title\";s:10:\"Our Vision\";s:11:\"header_size\";s:2:\"h6\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:24:\"globals/colors?id=accent\";}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:131:\"		<div class=\"elementor-widget-container\">\n			<h6 class=\"elementor-heading-title elementor-size-default\">Our Vision</h6>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"1bb1087\";s:8:\"settings\";a:18:{s:5:\"title\";s:117:\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit.\";s:11:\"header_size\";s:2:\"h5\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:0:\"\";}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:238:\"		<div class=\"elementor-widget-container\">\n			<h5 class=\"elementor-heading-title elementor-size-default\">We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit.</h5>		</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"6b9d434\";s:8:\"settings\";a:12:{s:6:\"editor\";s:310:\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum.</p>\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:376:\"		<div class=\"elementor-widget-container\">\n								<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum.</p>						</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:7:\"section\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:4;a:5:{s:2:\"id\";s:7:\"89e69e8\";s:8:\"settings\";a:26:{s:3:\"gap\";s:2:\"no\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#F8F8F8\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"60\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"c7c9cdc\";s:8:\"settings\";a:22:{s:12:\"_column_size\";s:3:\"100\";s:10:\"text_align\";s:6:\"center\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"6caa784\";s:8:\"settings\";a:15:{s:5:\"title\";s:8:\"Partners\";s:11:\"header_size\";s:2:\"h6\";s:21:\"typography_typography\";s:6:\"custom\";s:25:\"typography_text_transform\";s:9:\"uppercase\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:129:\"		<div class=\"elementor-widget-container\">\n			<h6 class=\"elementor-heading-title elementor-size-default\">Partners</h6>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"f48fa2b\";s:8:\"settings\";a:22:{s:8:\"carousel\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"103\";s:3:\"url\";s:84:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\";}i:1;a:2:{s:2:\"id\";s:3:\"102\";s:3:\"url\";s:84:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\";}i:2;a:2:{s:2:\"id\";s:3:\"101\";s:3:\"url\";s:84:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\";}i:3;a:2:{s:2:\"id\";s:3:\"100\";s:3:\"url\";s:84:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\";}i:4;a:2:{s:2:\"id\";s:2:\"99\";s:3:\"url\";s:84:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\";}}s:14:\"thumbnail_size\";s:4:\"full\";s:14:\"slides_to_show\";s:1:\"5\";s:16:\"slides_to_scroll\";s:1:\"1\";s:10:\"navigation\";s:4:\"none\";s:19:\"image_border_border\";s:5:\"solid\";s:18:\"image_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";s:1:\"1\";}s:11:\"__globals__\";a:1:{s:18:\"image_border_color\";s:25:\"globals/colors?id=367e41b\";}s:21:\"slides_to_show_tablet\";s:1:\"4\";s:20:\"image_spacing_custom\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"0\";s:5:\"sizes\";a:0:{}}s:21:\"slides_to_show_mobile\";s:1:\"2\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:14:\"image-carousel\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:1349:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-image-carousel-wrapper swiper-container\" dir=\"ltr\">\n			<div class=\"elementor-image-carousel swiper-wrapper\">\n				<div class=\"swiper-slide\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure></div><div class=\"swiper-slide\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure></div><div class=\"swiper-slide\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure></div><div class=\"swiper-slide\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure></div><div class=\"swiper-slide\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure></div>			</div>\n																</div>\n				</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:5;a:5:{s:2:\"id\";s:7:\"1e2701a\";s:8:\"settings\";a:29:{s:3:\"gap\";s:2:\"no\";s:13:\"custom_height\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";i:48;s:5:\"sizes\";a:0:{}}s:20:\"custom_height_mobile\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:13:\"center center\";s:21:\"background_attachment\";s:6:\"scroll\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";s:6:\"layout\";s:10:\"full_width\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"d00f84b\";s:8:\"settings\";a:21:{s:12:\"_column_size\";s:3:\"100\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"f6334a5\";s:8:\"settings\";a:13:{s:5:\"image\";a:2:{s:2:\"id\";s:3:\"354\";s:3:\"url\";s:82:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\";}s:10:\"image_size\";s:4:\"full\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:202:\"		<div class=\"elementor-widget-container\">\n															<img src=\"https://thechrishaunfoundation.org/wp-content/uploads/sites/853/2021/05/bg-04-free-img.jpg\" title=\"\" alt=\"\" />															</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:6;a:5:{s:2:\"id\";s:7:\"59b145f\";s:8:\"settings\";a:27:{s:3:\"gap\";s:2:\"no\";s:13:\"custom_height\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:15:\"column_position\";s:3:\"top\";s:9:\"structure\";s:2:\"20\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"125\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"80\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"60\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"29d3394\";s:8:\"settings\";a:27:{s:12:\"_column_size\";s:2:\"50\";s:21:\"space_between_widgets\";s:2:\"10\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"150\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:19:\"_inline_size_tablet\";s:2:\"40\";s:28:\"space_between_widgets_tablet\";s:2:\"25\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"2c14deb\";s:8:\"settings\";a:12:{s:5:\"title\";s:21:\"What we have\nachieved\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:142:\"		<div class=\"elementor-widget-container\">\n			<h2 class=\"elementor-heading-title elementor-size-default\">What we have\nachieved</h2>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"f75fe1e\";s:8:\"settings\";a:13:{s:6:\"editor\";s:97:\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>\";s:11:\"__globals__\";a:1:{s:10:\"text_color\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:163:\"		<div class=\"elementor-widget-container\">\n								<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>						</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"7793415\";s:8:\"settings\";a:22:{s:12:\"_column_size\";s:2:\"50\";s:19:\"_inline_size_tablet\";s:2:\"60\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"a225ee4\";s:8:\"settings\";a:25:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"20\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"b8735ed\";s:8:\"settings\";a:25:{s:12:\"_column_size\";s:2:\"50\";s:21:\"space_between_widgets\";s:2:\"20\";s:19:\"_inline_size_tablet\";s:2:\"50\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:28:\"space_between_widgets_mobile\";s:2:\"10\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"8267a53\";s:8:\"settings\";a:31:{s:13:\"ending_number\";s:4:\"1000\";s:6:\"suffix\";s:2:\"K+\";s:5:\"title\";s:17:\"Members Worldwide\";s:12:\"number_color\";s:7:\"#833556\";s:28:\"typography_number_typography\";s:6:\"custom\";s:29:\"typography_number_font_family\";s:7:\"Poppins\";s:27:\"typography_number_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:29:\"typography_number_font_weight\";s:4:\"bold\";s:11:\"title_color\";s:9:\"#00000059\";s:27:\"typography_title_typography\";s:6:\"custom\";s:28:\"typography_title_font_family\";s:7:\"Poppins\";s:26:\"typography_title_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"20\";s:5:\"sizes\";a:0:{}}s:28:\"typography_title_font_weight\";s:4:\"bold\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"65\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:3:{s:28:\"typography_number_typography\";s:0:\"\";s:12:\"number_color\";s:24:\"globals/colors?id=accent\";s:11:\"title_color\";s:0:\"\";}s:34:\"typography_number_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"40\";s:5:\"sizes\";a:0:{}}s:33:\"typography_title_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"15\";s:5:\"sizes\";a:0:{}}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"54\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:34:\"typography_number_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;s:5:\"sizes\";a:0:{}}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"120\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"counter\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:484:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-counter\">\n			<div class=\"elementor-counter-number-wrapper\">\n				<span class=\"elementor-counter-number-prefix\"></span>\n				<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"1000\" data-from-value=\"0\" data-delimiter=\",\">0</span>\n				<span class=\"elementor-counter-number-suffix\">K+</span>\n			</div>\n							<div class=\"elementor-counter-title\">Members Worldwide</div>\n					</div>\n				</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"e65f21b\";s:8:\"settings\";a:18:{s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"95\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"2\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:25:\"globals/colors?id=367e41b\";}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"677fe60\";s:8:\"settings\";a:25:{s:12:\"_column_size\";s:2:\"50\";s:21:\"space_between_widgets\";s:2:\"20\";s:19:\"_inline_size_tablet\";s:2:\"50\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:28:\"space_between_widgets_mobile\";s:2:\"10\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"6332a1c\";s:8:\"settings\";a:31:{s:13:\"ending_number\";s:6:\"950000\";s:6:\"suffix\";s:1:\"+\";s:5:\"title\";s:15:\"Children Helped\";s:12:\"number_color\";s:7:\"#833556\";s:28:\"typography_number_typography\";s:6:\"custom\";s:29:\"typography_number_font_family\";s:7:\"Poppins\";s:27:\"typography_number_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:29:\"typography_number_font_weight\";s:4:\"bold\";s:11:\"title_color\";s:9:\"#00000059\";s:27:\"typography_title_typography\";s:6:\"custom\";s:28:\"typography_title_font_family\";s:7:\"Poppins\";s:26:\"typography_title_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"20\";s:5:\"sizes\";a:0:{}}s:28:\"typography_title_font_weight\";s:4:\"bold\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"115\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:3:{s:28:\"typography_number_typography\";s:0:\"\";s:12:\"number_color\";s:24:\"globals/colors?id=accent\";s:11:\"title_color\";s:0:\"\";}s:34:\"typography_number_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"40\";s:5:\"sizes\";a:0:{}}s:33:\"typography_title_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"15\";s:5:\"sizes\";a:0:{}}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"88\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:34:\"typography_number_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;s:5:\"sizes\";a:0:{}}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"150\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"counter\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:483:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-counter\">\n			<div class=\"elementor-counter-number-wrapper\">\n				<span class=\"elementor-counter-number-prefix\"></span>\n				<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"950000\" data-from-value=\"0\" data-delimiter=\",\">0</span>\n				<span class=\"elementor-counter-number-suffix\">+</span>\n			</div>\n							<div class=\"elementor-counter-title\">Children Helped</div>\n					</div>\n				</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"52f158a\";s:8:\"settings\";a:18:{s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"95\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"2\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:25:\"globals/colors?id=367e41b\";}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:7:\"section\";}i:1;a:5:{s:2:\"id\";s:7:\"260f162\";s:8:\"settings\";a:24:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"20\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"963c41c\";s:8:\"settings\";a:25:{s:12:\"_column_size\";s:2:\"50\";s:21:\"space_between_widgets\";s:2:\"20\";s:19:\"_inline_size_tablet\";s:2:\"50\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:28:\"space_between_widgets_mobile\";s:2:\"10\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"c4e4b0e\";s:8:\"settings\";a:32:{s:13:\"ending_number\";s:3:\"300\";s:6:\"prefix\";s:1:\"$\";s:6:\"suffix\";s:2:\"M+\";s:5:\"title\";s:12:\"Funds Raised\";s:12:\"number_color\";s:7:\"#833556\";s:28:\"typography_number_typography\";s:6:\"custom\";s:29:\"typography_number_font_family\";s:7:\"Poppins\";s:27:\"typography_number_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:29:\"typography_number_font_weight\";s:4:\"bold\";s:11:\"title_color\";s:9:\"#00000059\";s:27:\"typography_title_typography\";s:6:\"custom\";s:28:\"typography_title_font_family\";s:7:\"Poppins\";s:26:\"typography_title_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"20\";s:5:\"sizes\";a:0:{}}s:28:\"typography_title_font_weight\";s:4:\"bold\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"147\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:3:{s:28:\"typography_number_typography\";s:0:\"\";s:12:\"number_color\";s:24:\"globals/colors?id=accent\";s:11:\"title_color\";s:0:\"\";}s:34:\"typography_number_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"40\";s:5:\"sizes\";a:0:{}}s:33:\"typography_title_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"15\";s:5:\"sizes\";a:0:{}}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"110\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:34:\"typography_number_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;s:5:\"sizes\";a:0:{}}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"175\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"counter\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:479:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-counter\">\n			<div class=\"elementor-counter-number-wrapper\">\n				<span class=\"elementor-counter-number-prefix\">$</span>\n				<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"300\" data-from-value=\"0\" data-delimiter=\",\">0</span>\n				<span class=\"elementor-counter-number-suffix\">M+</span>\n			</div>\n							<div class=\"elementor-counter-title\">Funds Raised</div>\n					</div>\n				</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"4c0e183\";s:8:\"settings\";a:18:{s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"95\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"2\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:25:\"globals/colors?id=367e41b\";}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"a55b7c5\";s:8:\"settings\";a:25:{s:12:\"_column_size\";s:2:\"50\";s:21:\"space_between_widgets\";s:2:\"20\";s:19:\"_inline_size_tablet\";s:2:\"50\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:28:\"space_between_widgets_mobile\";s:2:\"10\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"ae89568\";s:8:\"settings\";a:31:{s:13:\"ending_number\";s:5:\"50000\";s:6:\"suffix\";s:1:\"T\";s:5:\"title\";s:13:\"Food Provided\";s:12:\"number_color\";s:7:\"#833556\";s:28:\"typography_number_typography\";s:6:\"custom\";s:29:\"typography_number_font_family\";s:7:\"Poppins\";s:27:\"typography_number_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:29:\"typography_number_font_weight\";s:4:\"bold\";s:11:\"title_color\";s:9:\"#00000059\";s:27:\"typography_title_typography\";s:6:\"custom\";s:28:\"typography_title_font_family\";s:7:\"Poppins\";s:26:\"typography_title_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"20\";s:5:\"sizes\";a:0:{}}s:28:\"typography_title_font_weight\";s:4:\"bold\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"132\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:3:{s:28:\"typography_number_typography\";s:0:\"\";s:12:\"number_color\";s:24:\"globals/colors?id=accent\";s:11:\"title_color\";s:0:\"\";}s:34:\"typography_number_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"40\";s:5:\"sizes\";a:0:{}}s:33:\"typography_title_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"15\";s:5:\"sizes\";a:0:{}}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"95\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:34:\"typography_number_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;s:5:\"sizes\";a:0:{}}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"165\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"counter\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:480:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-counter\">\n			<div class=\"elementor-counter-number-wrapper\">\n				<span class=\"elementor-counter-number-prefix\"></span>\n				<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"50000\" data-from-value=\"0\" data-delimiter=\",\">0</span>\n				<span class=\"elementor-counter-number-suffix\">T</span>\n			</div>\n							<div class=\"elementor-counter-title\">Food Provided</div>\n					</div>\n				</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"640e96d\";s:8:\"settings\";a:18:{s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"95\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"2\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:25:\"globals/colors?id=367e41b\";}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:7:\"section\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}}\";'),(719,422,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(720,422,'_elementor_controls_usage','a:9:{s:7:\"heading\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:10;s:11:\"header_size\";i:7;s:12:\"align_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:8:\"_padding\";i:5;s:14:\"_margin_tablet\";i:5;s:15:\"_padding_tablet\";i:5;s:15:\"_padding_mobile\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:25:\"typography_text_transform\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:5;s:14:\"padding_tablet\";i:8;s:14:\"padding_mobile\";i:5;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:28:\"space_between_widgets_tablet\";i:3;s:21:\"space_between_widgets\";i:5;s:19:\"_inline_size_tablet\";i:6;s:28:\"space_between_widgets_mobile\";i:4;}}s:5:\"style\";a:1:{s:12:\"section_typo\";a:1:{s:10:\"text_align\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:7:{s:3:\"gap\";i:11;s:6:\"height\";i:1;s:13:\"custom_height\";i:5;s:20:\"custom_height_tablet\";i:1;s:20:\"custom_height_mobile\";i:2;s:6:\"layout\";i:1;s:15:\"column_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_image\";i:1;s:19:\"background_position\";i:2;s:21:\"background_attachment\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_color\";i:2;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:2;s:26:\"background_overlay_opacity\";i:2;s:24:\"background_overlay_color\";i:2;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:31:\"background_overlay_color_b_stop\";i:1;}s:14:\"section_border\";a:2:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:14:\"padding_tablet\";i:9;s:14:\"padding_mobile\";i:6;s:7:\"padding\";i:8;s:6:\"margin\";i:1;s:13:\"margin_mobile\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:4;s:12:\"width_mobile\";i:4;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:4;s:3:\"gap\";i:4;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:5;}}}}s:13:\"image-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_gallery\";a:4:{s:10:\"wp_gallery\";i:1;s:14:\"thumbnail_size\";i:1;s:15:\"gallery_columns\";i:1;s:13:\"open_lightbox\";i:1;}}s:5:\"style\";a:1:{s:22:\"section_gallery_images\";a:2:{s:13:\"image_spacing\";i:1;s:20:\"image_spacing_custom\";i:1;}}}}s:14:\"image-carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:22:\"section_image_carousel\";a:7:{s:8:\"carousel\";i:1;s:14:\"thumbnail_size\";i:1;s:14:\"slides_to_show\";i:1;s:16:\"slides_to_scroll\";i:1;s:10:\"navigation\";i:1;s:21:\"slides_to_show_tablet\";i:1;s:21:\"slides_to_show_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:19:\"image_border_border\";i:1;s:18:\"image_border_width\";i:1;s:20:\"image_spacing_custom\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:4:{s:13:\"ending_number\";i:4;s:6:\"suffix\";i:4;s:5:\"title\";i:4;s:6:\"prefix\";i:1;}}s:5:\"style\";a:2:{s:14:\"section_number\";a:7:{s:12:\"number_color\";i:4;s:28:\"typography_number_typography\";i:4;s:29:\"typography_number_font_family\";i:4;s:27:\"typography_number_font_size\";i:4;s:29:\"typography_number_font_weight\";i:4;s:34:\"typography_number_font_size_tablet\";i:4;s:34:\"typography_number_font_size_mobile\";i:4;}s:13:\"section_title\";a:6:{s:11:\"title_color\";i:4;s:27:\"typography_title_typography\";i:4;s:28:\"typography_title_font_family\";i:4;s:26:\"typography_title_font_size\";i:4;s:28:\"typography_title_font_weight\";i:4;s:33:\"typography_title_font_size_tablet\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:4;s:15:\"_padding_tablet\";i:4;s:15:\"_padding_mobile\";i:4;}}}}}'),(722,349,'_edit_last','1'),(728,423,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(730,424,'_elementor_edit_mode','builder'),(731,424,'_elementor_template_type','wp-page'),(732,424,'_elementor_version','3.2.3'),(733,424,'_wp_page_template','default'),(734,424,'_elementor_data','s:103181:\"a:7:{i:0;a:5:{s:2:\"id\";s:7:\"9e2aff0\";s:8:\"settings\";a:36:{s:3:\"gap\";s:2:\"no\";s:6:\"height\";s:10:\"min-height\";s:13:\"custom_height\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";s:2:\"75\";s:5:\"sizes\";a:0:{}}s:21:\"background_background\";s:7:\"classic\";s:16:\"background_image\";a:2:{s:2:\"id\";s:3:\"226\";s:3:\"url\";s:82:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-01-free-img-1.jpg\";}s:19:\"background_position\";s:13:\"bottom center\";s:21:\"background_attachment\";s:6:\"scroll\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:20:\"custom_height_tablet\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";s:2:\"45\";s:5:\"sizes\";a:0:{}}s:20:\"custom_height_mobile\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:29:\"background_overlay_background\";s:7:\"classic\";s:26:\"background_overlay_opacity\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:3:\"0.3\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:24:\"background_overlay_color\";s:0:\"\";}s:24:\"background_overlay_color\";s:7:\"#000000\";s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"3f67593\";s:8:\"settings\";a:24:{s:12:\"_column_size\";s:3:\"100\";s:7:\"padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:2:\"10\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:2:\"10\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"5\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"dc4e498\";s:8:\"settings\";a:15:{s:5:\"title\";s:8:\"About us\";s:11:\"header_size\";s:2:\"h1\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:12:\"align_mobile\";s:6:\"center\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:129:\"		<div class=\"elementor-widget-container\">\n			<h1 class=\"elementor-heading-title elementor-size-default\">About us</h1>		</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:1;a:5:{s:2:\"id\";s:7:\"a1fbe58\";s:8:\"settings\";a:25:{s:3:\"gap\";s:2:\"no\";s:13:\"custom_height\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"60\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"60\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"527f5ce\";s:8:\"settings\";a:22:{s:12:\"_column_size\";s:3:\"100\";s:28:\"space_between_widgets_tablet\";s:2:\"10\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:7:{s:2:\"id\";s:7:\"efc4863\";s:8:\"settings\";a:12:{s:5:\"title\";s:10:\"Who we are\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:131:\"		<div class=\"elementor-widget-container\">\n			<h2 class=\"elementor-heading-title elementor-size-default\">Who we are</h2>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"95703c5\";s:8:\"settings\";a:14:{s:4:\"text\";s:7:\"Divider\";s:11:\"__globals__\";a:1:{s:5:\"color\";s:25:\"globals/colors?id=367e41b\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}i:2;a:5:{s:2:\"id\";s:7:\"78ef0b7\";s:8:\"settings\";a:22:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"20\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"afb5dee\";s:8:\"settings\";a:23:{s:12:\"_column_size\";s:2:\"50\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"100\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"4fea4b7\";s:8:\"settings\";a:19:{s:5:\"title\";s:116:\"Partnering to build a world where all children are lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do.\";s:11:\"header_size\";s:2:\"h5\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:0:\"\";}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:11:\"title_color\";s:7:\"#833556\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:237:\"		<div class=\"elementor-widget-container\">\n			<h5 class=\"elementor-heading-title elementor-size-default\">Partnering to build a world where all children are lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do.</h5>		</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"286d7bf\";s:8:\"settings\";a:21:{s:12:\"_column_size\";s:2:\"50\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"9f7cca1\";s:8:\"settings\";a:12:{s:6:\"editor\";s:453:\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:519:\"		<div class=\"elementor-widget-container\">\n								<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>						</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"40b8d4f\";s:8:\"settings\";a:12:{s:6:\"editor\";s:217:\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:283:\"		<div class=\"elementor-widget-container\">\n								<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>						</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:7:\"section\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:2;a:5:{s:2:\"id\";s:7:\"e97b045\";s:8:\"settings\";a:29:{s:3:\"gap\";s:2:\"no\";s:29:\"background_overlay_background\";s:8:\"gradient\";s:24:\"background_overlay_color\";s:9:\"#F8F8F800\";s:29:\"background_overlay_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:26:\"background_overlay_color_b\";s:7:\"#F8F8F8\";s:31:\"background_overlay_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:26:\"background_overlay_opacity\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"1\";s:5:\"sizes\";a:0:{}}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"c98635a\";s:8:\"settings\";a:21:{s:12:\"_column_size\";s:3:\"100\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"f087e9a\";s:8:\"settings\";a:17:{s:10:\"wp_gallery\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"346\";s:3:\"url\";s:85:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\";}i:1;a:2:{s:2:\"id\";s:3:\"345\";s:3:\"url\";s:85:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\";}i:2;a:2:{s:2:\"id\";s:3:\"353\";s:3:\"url\";s:85:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-04-free-img-1.jpg\";}}s:14:\"thumbnail_size\";s:4:\"full\";s:15:\"gallery_columns\";s:1:\"3\";s:13:\"open_lightbox\";s:3:\"yes\";s:13:\"image_spacing\";s:6:\"custom\";s:20:\"image_spacing_custom\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"0\";s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:13:\"image-gallery\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:1687:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-image-gallery\">\n			<div id=\'gallery-1\' class=\'gallery galleryid-0 gallery-columns-3 gallery-size-full\'><figure class=\'gallery-item\'>\n			<div class=\'gallery-icon portrait\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-03-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-03-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</div></figure><figure class=\'gallery-item\'>\n			<div class=\'gallery-icon portrait\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f087e9a\" data-elementor-lightbox-title=\"about-02-free-img\" href=\'https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\'><img width=\"380\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1.jpg 380w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-02-free-img-1-228x300.jpg 228w\" sizes=\"(max-width: 380px) 100vw, 380px\" /></a>\n			</div></figure>\n		</div>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:3;a:5:{s:2:\"id\";s:7:\"572f6ff\";s:8:\"settings\";a:27:{s:3:\"gap\";s:2:\"no\";s:13:\"custom_height\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#F8F8F8\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"e5743e3\";s:8:\"settings\";a:22:{s:12:\"_column_size\";s:3:\"100\";s:28:\"space_between_widgets_tablet\";s:2:\"10\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:7:{s:2:\"id\";s:7:\"94d1784\";s:8:\"settings\";a:12:{s:5:\"title\";s:12:\"Our approach\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:133:\"		<div class=\"elementor-widget-container\">\n			<h2 class=\"elementor-heading-title elementor-size-default\">Our approach</h2>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"e042a92\";s:8:\"settings\";a:15:{s:4:\"text\";s:7:\"Divider\";s:11:\"__globals__\";a:1:{s:5:\"color\";s:25:\"globals/colors?id=367e41b\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}i:2;a:5:{s:2:\"id\";s:7:\"bf4af99\";s:8:\"settings\";a:30:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"20\";s:13:\"border_border\";s:5:\"solid\";s:12:\"border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"125\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:12:\"border_color\";s:25:\"globals/colors?id=367e41b\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"6a9fd7f\";s:8:\"settings\";a:24:{s:12:\"_column_size\";s:2:\"50\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"100\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:7:{s:2:\"id\";s:7:\"9a90475\";s:8:\"settings\";a:18:{s:5:\"title\";s:11:\"Our Mission\";s:11:\"header_size\";s:2:\"h6\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:24:\"globals/colors?id=accent\";}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:132:\"		<div class=\"elementor-widget-container\">\n			<h6 class=\"elementor-heading-title elementor-size-default\">Our Mission</h6>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"b74443e\";s:8:\"settings\";a:18:{s:5:\"title\";s:115:\"We facilitate safe learning spaces lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\";s:11:\"header_size\";s:2:\"h5\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:0:\"\";}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:236:\"		<div class=\"elementor-widget-container\">\n			<h5 class=\"elementor-heading-title elementor-size-default\">We facilitate safe learning spaces lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</h5>		</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"6366e32\";s:8:\"settings\";a:12:{s:6:\"editor\";s:310:\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum.</p>\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:376:\"		<div class=\"elementor-widget-container\">\n								<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum.</p>						</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"17fd042\";s:8:\"settings\";a:24:{s:12:\"_column_size\";s:2:\"50\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"100\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:7:{s:2:\"id\";s:7:\"316e22e\";s:8:\"settings\";a:18:{s:5:\"title\";s:10:\"Our Vision\";s:11:\"header_size\";s:2:\"h6\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:24:\"globals/colors?id=accent\";}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:131:\"		<div class=\"elementor-widget-container\">\n			<h6 class=\"elementor-heading-title elementor-size-default\">Our Vision</h6>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"1bb1087\";s:8:\"settings\";a:18:{s:5:\"title\";s:117:\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit.\";s:11:\"header_size\";s:2:\"h5\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:0:\"\";}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:238:\"		<div class=\"elementor-widget-container\">\n			<h5 class=\"elementor-heading-title elementor-size-default\">We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit.</h5>		</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"6b9d434\";s:8:\"settings\";a:12:{s:6:\"editor\";s:310:\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum.</p>\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:376:\"		<div class=\"elementor-widget-container\">\n								<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum.</p>						</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:7:\"section\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:4;a:5:{s:2:\"id\";s:7:\"89e69e8\";s:8:\"settings\";a:26:{s:3:\"gap\";s:2:\"no\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#F8F8F8\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"60\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"c7c9cdc\";s:8:\"settings\";a:22:{s:12:\"_column_size\";s:3:\"100\";s:10:\"text_align\";s:6:\"center\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"6caa784\";s:8:\"settings\";a:15:{s:5:\"title\";s:8:\"Partners\";s:11:\"header_size\";s:2:\"h6\";s:21:\"typography_typography\";s:6:\"custom\";s:25:\"typography_text_transform\";s:9:\"uppercase\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:129:\"		<div class=\"elementor-widget-container\">\n			<h6 class=\"elementor-heading-title elementor-size-default\">Partners</h6>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"f48fa2b\";s:8:\"settings\";a:22:{s:8:\"carousel\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"103\";s:3:\"url\";s:84:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\";}i:1;a:2:{s:2:\"id\";s:3:\"102\";s:3:\"url\";s:84:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\";}i:2;a:2:{s:2:\"id\";s:3:\"101\";s:3:\"url\";s:84:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\";}i:3;a:2:{s:2:\"id\";s:3:\"100\";s:3:\"url\";s:84:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\";}i:4;a:2:{s:2:\"id\";s:2:\"99\";s:3:\"url\";s:84:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\";}}s:14:\"thumbnail_size\";s:4:\"full\";s:14:\"slides_to_show\";s:1:\"5\";s:16:\"slides_to_scroll\";s:1:\"1\";s:10:\"navigation\";s:4:\"none\";s:19:\"image_border_border\";s:5:\"solid\";s:18:\"image_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";s:1:\"1\";}s:11:\"__globals__\";a:1:{s:18:\"image_border_color\";s:25:\"globals/colors?id=367e41b\";}s:21:\"slides_to_show_tablet\";s:1:\"4\";s:20:\"image_spacing_custom\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"0\";s:5:\"sizes\";a:0:{}}s:21:\"slides_to_show_mobile\";s:1:\"2\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:14:\"image-carousel\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:1349:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-image-carousel-wrapper swiper-container\" dir=\"ltr\">\n			<div class=\"elementor-image-carousel swiper-wrapper\">\n				<div class=\"swiper-slide\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\" alt=\"logo-05-free-img\" /></figure></div><div class=\"swiper-slide\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\" alt=\"logo-04-free-img\" /></figure></div><div class=\"swiper-slide\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\" alt=\"logo-03-free-img\" /></figure></div><div class=\"swiper-slide\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\" alt=\"logo-02-free-img\" /></figure></div><div class=\"swiper-slide\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-01-free-img-1.png\" alt=\"logo-01-free-img\" /></figure></div>			</div>\n																</div>\n				</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:5;a:5:{s:2:\"id\";s:7:\"1e2701a\";s:8:\"settings\";a:29:{s:3:\"gap\";s:2:\"no\";s:13:\"custom_height\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";i:48;s:5:\"sizes\";a:0:{}}s:20:\"custom_height_mobile\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:13:\"center center\";s:21:\"background_attachment\";s:6:\"scroll\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";s:6:\"layout\";s:10:\"full_width\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"d00f84b\";s:8:\"settings\";a:21:{s:12:\"_column_size\";s:3:\"100\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"f6334a5\";s:8:\"settings\";a:13:{s:5:\"image\";a:2:{s:2:\"id\";s:3:\"354\";s:3:\"url\";s:82:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-04-free-img-1.jpg\";}s:10:\"image_size\";s:4:\"full\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:202:\"		<div class=\"elementor-widget-container\">\n															<img src=\"https://thechrishaunfoundation.org/wp-content/uploads/sites/853/2021/05/bg-04-free-img.jpg\" title=\"\" alt=\"\" />															</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:6;a:5:{s:2:\"id\";s:7:\"59b145f\";s:8:\"settings\";a:27:{s:3:\"gap\";s:2:\"no\";s:13:\"custom_height\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:15:\"column_position\";s:3:\"top\";s:9:\"structure\";s:2:\"20\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"125\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"80\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"60\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"29d3394\";s:8:\"settings\";a:27:{s:12:\"_column_size\";s:2:\"50\";s:21:\"space_between_widgets\";s:2:\"10\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"150\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:19:\"_inline_size_tablet\";s:2:\"40\";s:28:\"space_between_widgets_tablet\";s:2:\"25\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"2c14deb\";s:8:\"settings\";a:12:{s:5:\"title\";s:21:\"What we have\nachieved\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:142:\"		<div class=\"elementor-widget-container\">\n			<h2 class=\"elementor-heading-title elementor-size-default\">What we have\nachieved</h2>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"f75fe1e\";s:8:\"settings\";a:13:{s:6:\"editor\";s:97:\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>\";s:11:\"__globals__\";a:1:{s:10:\"text_color\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:163:\"		<div class=\"elementor-widget-container\">\n								<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>						</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"7793415\";s:8:\"settings\";a:22:{s:12:\"_column_size\";s:2:\"50\";s:19:\"_inline_size_tablet\";s:2:\"60\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"a225ee4\";s:8:\"settings\";a:25:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"20\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"b8735ed\";s:8:\"settings\";a:25:{s:12:\"_column_size\";s:2:\"50\";s:21:\"space_between_widgets\";s:2:\"20\";s:19:\"_inline_size_tablet\";s:2:\"50\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:28:\"space_between_widgets_mobile\";s:2:\"10\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"8267a53\";s:8:\"settings\";a:31:{s:13:\"ending_number\";s:4:\"1000\";s:6:\"suffix\";s:2:\"K+\";s:5:\"title\";s:17:\"Members Worldwide\";s:12:\"number_color\";s:7:\"#833556\";s:28:\"typography_number_typography\";s:6:\"custom\";s:29:\"typography_number_font_family\";s:7:\"Poppins\";s:27:\"typography_number_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:29:\"typography_number_font_weight\";s:4:\"bold\";s:11:\"title_color\";s:9:\"#00000059\";s:27:\"typography_title_typography\";s:6:\"custom\";s:28:\"typography_title_font_family\";s:7:\"Poppins\";s:26:\"typography_title_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"20\";s:5:\"sizes\";a:0:{}}s:28:\"typography_title_font_weight\";s:4:\"bold\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"65\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:3:{s:28:\"typography_number_typography\";s:0:\"\";s:12:\"number_color\";s:24:\"globals/colors?id=accent\";s:11:\"title_color\";s:0:\"\";}s:34:\"typography_number_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"40\";s:5:\"sizes\";a:0:{}}s:33:\"typography_title_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"15\";s:5:\"sizes\";a:0:{}}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"54\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:34:\"typography_number_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;s:5:\"sizes\";a:0:{}}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"120\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"counter\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:484:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-counter\">\n			<div class=\"elementor-counter-number-wrapper\">\n				<span class=\"elementor-counter-number-prefix\"></span>\n				<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"1000\" data-from-value=\"0\" data-delimiter=\",\">0</span>\n				<span class=\"elementor-counter-number-suffix\">K+</span>\n			</div>\n							<div class=\"elementor-counter-title\">Members Worldwide</div>\n					</div>\n				</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"e65f21b\";s:8:\"settings\";a:18:{s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"95\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"2\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:25:\"globals/colors?id=367e41b\";}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"677fe60\";s:8:\"settings\";a:25:{s:12:\"_column_size\";s:2:\"50\";s:21:\"space_between_widgets\";s:2:\"20\";s:19:\"_inline_size_tablet\";s:2:\"50\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:28:\"space_between_widgets_mobile\";s:2:\"10\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"6332a1c\";s:8:\"settings\";a:31:{s:13:\"ending_number\";s:6:\"950000\";s:6:\"suffix\";s:1:\"+\";s:5:\"title\";s:15:\"Children Helped\";s:12:\"number_color\";s:7:\"#833556\";s:28:\"typography_number_typography\";s:6:\"custom\";s:29:\"typography_number_font_family\";s:7:\"Poppins\";s:27:\"typography_number_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:29:\"typography_number_font_weight\";s:4:\"bold\";s:11:\"title_color\";s:9:\"#00000059\";s:27:\"typography_title_typography\";s:6:\"custom\";s:28:\"typography_title_font_family\";s:7:\"Poppins\";s:26:\"typography_title_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"20\";s:5:\"sizes\";a:0:{}}s:28:\"typography_title_font_weight\";s:4:\"bold\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"115\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:3:{s:28:\"typography_number_typography\";s:0:\"\";s:12:\"number_color\";s:24:\"globals/colors?id=accent\";s:11:\"title_color\";s:0:\"\";}s:34:\"typography_number_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"40\";s:5:\"sizes\";a:0:{}}s:33:\"typography_title_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"15\";s:5:\"sizes\";a:0:{}}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"88\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:34:\"typography_number_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;s:5:\"sizes\";a:0:{}}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"150\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"counter\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:483:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-counter\">\n			<div class=\"elementor-counter-number-wrapper\">\n				<span class=\"elementor-counter-number-prefix\"></span>\n				<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"950000\" data-from-value=\"0\" data-delimiter=\",\">0</span>\n				<span class=\"elementor-counter-number-suffix\">+</span>\n			</div>\n							<div class=\"elementor-counter-title\">Children Helped</div>\n					</div>\n				</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"52f158a\";s:8:\"settings\";a:18:{s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"95\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"2\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:25:\"globals/colors?id=367e41b\";}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:7:\"section\";}i:1;a:5:{s:2:\"id\";s:7:\"260f162\";s:8:\"settings\";a:24:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"20\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"963c41c\";s:8:\"settings\";a:25:{s:12:\"_column_size\";s:2:\"50\";s:21:\"space_between_widgets\";s:2:\"20\";s:19:\"_inline_size_tablet\";s:2:\"50\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:28:\"space_between_widgets_mobile\";s:2:\"10\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"c4e4b0e\";s:8:\"settings\";a:32:{s:13:\"ending_number\";s:3:\"300\";s:6:\"prefix\";s:1:\"$\";s:6:\"suffix\";s:2:\"M+\";s:5:\"title\";s:12:\"Funds Raised\";s:12:\"number_color\";s:7:\"#833556\";s:28:\"typography_number_typography\";s:6:\"custom\";s:29:\"typography_number_font_family\";s:7:\"Poppins\";s:27:\"typography_number_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:29:\"typography_number_font_weight\";s:4:\"bold\";s:11:\"title_color\";s:9:\"#00000059\";s:27:\"typography_title_typography\";s:6:\"custom\";s:28:\"typography_title_font_family\";s:7:\"Poppins\";s:26:\"typography_title_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"20\";s:5:\"sizes\";a:0:{}}s:28:\"typography_title_font_weight\";s:4:\"bold\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"147\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:3:{s:28:\"typography_number_typography\";s:0:\"\";s:12:\"number_color\";s:24:\"globals/colors?id=accent\";s:11:\"title_color\";s:0:\"\";}s:34:\"typography_number_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"40\";s:5:\"sizes\";a:0:{}}s:33:\"typography_title_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"15\";s:5:\"sizes\";a:0:{}}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"110\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:34:\"typography_number_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;s:5:\"sizes\";a:0:{}}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"175\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"counter\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:479:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-counter\">\n			<div class=\"elementor-counter-number-wrapper\">\n				<span class=\"elementor-counter-number-prefix\">$</span>\n				<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"300\" data-from-value=\"0\" data-delimiter=\",\">0</span>\n				<span class=\"elementor-counter-number-suffix\">M+</span>\n			</div>\n							<div class=\"elementor-counter-title\">Funds Raised</div>\n					</div>\n				</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"4c0e183\";s:8:\"settings\";a:18:{s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"95\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"2\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:25:\"globals/colors?id=367e41b\";}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"a55b7c5\";s:8:\"settings\";a:25:{s:12:\"_column_size\";s:2:\"50\";s:21:\"space_between_widgets\";s:2:\"20\";s:19:\"_inline_size_tablet\";s:2:\"50\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:28:\"space_between_widgets_mobile\";s:2:\"10\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"ae89568\";s:8:\"settings\";a:31:{s:13:\"ending_number\";s:5:\"50000\";s:6:\"suffix\";s:1:\"T\";s:5:\"title\";s:13:\"Food Provided\";s:12:\"number_color\";s:7:\"#833556\";s:28:\"typography_number_typography\";s:6:\"custom\";s:29:\"typography_number_font_family\";s:7:\"Poppins\";s:27:\"typography_number_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:29:\"typography_number_font_weight\";s:4:\"bold\";s:11:\"title_color\";s:9:\"#00000059\";s:27:\"typography_title_typography\";s:6:\"custom\";s:28:\"typography_title_font_family\";s:7:\"Poppins\";s:26:\"typography_title_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"20\";s:5:\"sizes\";a:0:{}}s:28:\"typography_title_font_weight\";s:4:\"bold\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"132\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:3:{s:28:\"typography_number_typography\";s:0:\"\";s:12:\"number_color\";s:24:\"globals/colors?id=accent\";s:11:\"title_color\";s:0:\"\";}s:34:\"typography_number_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"40\";s:5:\"sizes\";a:0:{}}s:33:\"typography_title_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"15\";s:5:\"sizes\";a:0:{}}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"95\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:34:\"typography_number_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;s:5:\"sizes\";a:0:{}}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"165\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"counter\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:480:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-counter\">\n			<div class=\"elementor-counter-number-wrapper\">\n				<span class=\"elementor-counter-number-prefix\"></span>\n				<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"50000\" data-from-value=\"0\" data-delimiter=\",\">0</span>\n				<span class=\"elementor-counter-number-suffix\">T</span>\n			</div>\n							<div class=\"elementor-counter-title\">Food Provided</div>\n					</div>\n				</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"640e96d\";s:8:\"settings\";a:18:{s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"95\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"2\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:25:\"globals/colors?id=367e41b\";}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:7:\"section\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}}\";'),(735,424,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(759,427,'_elementor_pro_version','3.2.1'),(765,428,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(766,428,'_elementor_pro_version','3.2.1'),(768,429,'_elementor_edit_mode','builder'),(769,429,'_elementor_template_type','wp-page'),(770,429,'_elementor_version','3.2.5'),(771,429,'_wp_page_template','default'),(772,429,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"navigation\":\"dots\",\"transition\":\"fade\",\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"title_color\":\"#833556\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our approach\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9a90475\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We facilitate safe learning spaces lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"316e22e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Vision\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bb1087\",\"elType\":\"widget\",\"settings\":{\"title\":\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit.\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(773,429,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(774,429,'_elementor_pro_version','3.2.1'),(775,430,'_elementor_edit_mode','builder'),(776,430,'_elementor_template_type','wp-page'),(777,430,'_elementor_version','3.2.5'),(778,430,'_wp_page_template','default'),(779,430,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"navigation\":\"dots\",\"transition\":\"fade\",\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"title_color\":\"#833556\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our approach\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9a90475\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We facilitate safe learning spaces lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"316e22e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Vision\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bb1087\",\"elType\":\"widget\",\"settings\":{\"title\":\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit.\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(780,430,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(781,430,'_elementor_pro_version','3.2.1'),(787,431,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(788,431,'_elementor_pro_version','3.2.1'),(790,432,'_elementor_edit_mode','builder'),(791,432,'_elementor_template_type','wp-page'),(792,432,'_elementor_version','3.2.5'),(793,432,'_wp_page_template','default'),(794,432,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"navigation\":\"dots\",\"transition\":\"fade\",\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"title_color\":\"#833556\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(795,432,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(796,432,'_elementor_pro_version','3.2.1'),(797,433,'_elementor_edit_mode','builder'),(798,433,'_elementor_template_type','wp-page'),(799,433,'_elementor_version','3.2.5'),(800,433,'_wp_page_template','default'),(801,433,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"navigation\":\"dots\",\"transition\":\"fade\",\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"title_color\":\"#833556\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(802,433,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(803,433,'_elementor_pro_version','3.2.1'),(804,434,'_elementor_edit_mode','builder'),(805,434,'_elementor_template_type','wp-page'),(806,434,'_elementor_version','3.2.5'),(807,434,'_wp_page_template','default'),(808,434,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"navigation\":\"dots\",\"transition\":\"fade\",\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"title_color\":\"#833556\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(809,434,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(810,434,'_elementor_pro_version','3.2.1'),(813,435,'_elementor_edit_mode','builder'),(814,435,'_elementor_template_type','wp-page'),(815,435,'_elementor_version','3.2.5'),(816,435,'_wp_page_template','default'),(817,435,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"navigation\":\"dots\",\"transition\":\"fade\",\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"title_color\":\"#833556\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(818,435,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(819,435,'_elementor_pro_version','3.2.1'),(821,436,'_elementor_edit_mode','builder'),(822,436,'_elementor_template_type','wp-page'),(823,436,'_elementor_version','3.2.5'),(824,436,'_wp_page_template','default'),(825,436,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"navigation\":\"dots\",\"transition\":\"fade\",\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"title_color\":\"#833556\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(826,436,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(827,436,'_elementor_pro_version','3.2.1'),(907,446,'_elementor_edit_mode','builder'),(829,437,'_elementor_edit_mode','builder'),(830,437,'_elementor_template_type','wp-page'),(831,437,'_elementor_version','3.2.5'),(832,437,'_wp_page_template','default'),(833,437,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"navigation\":\"dots\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"title_color\":\"#833556\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(834,437,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(835,437,'_elementor_pro_version','3.2.1'),(839,438,'_elementor_edit_mode','builder'),(840,438,'_elementor_template_type','wp-page'),(841,438,'_elementor_version','3.2.5'),(842,438,'_wp_page_template','default'),(843,438,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"navigation\":\"dots\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"title_color\":\"#833556\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(844,438,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(845,438,'_elementor_pro_version','3.2.1'),(847,439,'_elementor_edit_mode','builder'),(848,439,'_elementor_template_type','wp-page'),(849,439,'_elementor_version','3.2.5'),(850,439,'_wp_page_template','default'),(851,439,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"navigation\":\"dots\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"title_color\":\"#833556\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(852,439,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(853,439,'_elementor_pro_version','3.2.1'),(855,440,'_elementor_edit_mode','builder'),(856,440,'_elementor_template_type','wp-page'),(857,440,'_elementor_version','3.2.5'),(858,440,'_wp_page_template','default'),(859,440,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"navigation\":\"dots\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"title_color\":\"#833556\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(860,440,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(861,440,'_elementor_pro_version','3.2.1'),(865,441,'_elementor_edit_mode','builder'),(866,441,'_elementor_template_type','wp-page'),(867,441,'_elementor_version','3.2.5'),(868,441,'_wp_page_template','default'),(869,441,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"navigation\":\"dots\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"title_color\":\"#833556\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(870,441,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(871,441,'_elementor_pro_version','3.2.1'),(873,442,'_elementor_edit_mode','builder'),(874,442,'_elementor_template_type','wp-page'),(875,442,'_elementor_version','3.2.5'),(876,442,'_wp_page_template','default'),(877,442,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"navigation\":\"dots\",\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"title_color\":\"#833556\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(878,442,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(879,442,'_elementor_pro_version','3.2.1'),(881,443,'_elementor_edit_mode','builder'),(882,443,'_elementor_template_type','wp-page'),(883,443,'_elementor_version','3.2.5'),(884,443,'_wp_page_template','default'),(885,443,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"title_color\":\"#833556\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(886,443,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(887,443,'_elementor_pro_version','3.2.1'),(891,444,'_elementor_edit_mode','builder'),(892,444,'_elementor_template_type','wp-page'),(893,444,'_elementor_version','3.2.5'),(894,444,'_wp_page_template','default'),(895,444,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"title_color\":\"#833556\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(896,444,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(897,444,'_elementor_pro_version','3.2.1'),(899,445,'_elementor_edit_mode','builder'),(900,445,'_elementor_template_type','wp-page'),(901,445,'_elementor_version','3.2.5'),(902,445,'_wp_page_template','default'),(903,445,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"title_color\":\"#833556\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(904,445,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(905,445,'_elementor_pro_version','3.2.1'),(908,446,'_elementor_template_type','wp-page'),(909,446,'_elementor_version','3.2.5'),(910,446,'_wp_page_template','default'),(911,446,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]');
INSERT INTO `wpxo_postmeta` VALUES (912,446,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(913,446,'_elementor_pro_version','3.2.1'),(2878,685,'_elementor_edit_mode','builder'),(2879,685,'_elementor_template_type','wp-page'),(2880,685,'_elementor_version','3.2.5'),(2881,685,'_wp_page_template','default'),(2882,685,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(918,350,'_edit_lock','1625119720:1'),(941,449,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(943,450,'_elementor_edit_mode','builder'),(944,450,'_elementor_template_type','wp-page'),(945,450,'_elementor_version','3.2.3'),(946,450,'_wp_page_template','default'),(947,450,'_elementor_data','s:108352:\"a:5:{i:0;a:5:{s:2:\"id\";s:7:\"b06c141\";s:8:\"settings\";a:36:{s:3:\"gap\";s:2:\"no\";s:6:\"height\";s:10:\"min-height\";s:13:\"custom_height\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";s:2:\"75\";s:5:\"sizes\";a:0:{}}s:21:\"background_background\";s:7:\"classic\";s:16:\"background_image\";a:2:{s:2:\"id\";s:3:\"227\";s:3:\"url\";s:82:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-02-free-img-1.jpg\";}s:19:\"background_position\";s:13:\"bottom center\";s:21:\"background_attachment\";s:6:\"scroll\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:20:\"custom_height_tablet\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";s:2:\"45\";s:5:\"sizes\";a:0:{}}s:20:\"custom_height_mobile\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:29:\"background_overlay_background\";s:7:\"classic\";s:26:\"background_overlay_opacity\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:3:\"0.3\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:24:\"background_overlay_color\";s:0:\"\";}s:24:\"background_overlay_color\";s:7:\"#000000\";s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"bc1ec6b\";s:8:\"settings\";a:24:{s:12:\"_column_size\";s:3:\"100\";s:7:\"padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:2:\"10\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:2:\"10\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"5\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"25bf865\";s:8:\"settings\";a:15:{s:5:\"title\";s:10:\"What we do\";s:11:\"header_size\";s:2:\"h1\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:12:\"align_mobile\";s:6:\"center\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:131:\"		<div class=\"elementor-widget-container\">\n			<h1 class=\"elementor-heading-title elementor-size-default\">What we do</h1>		</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:1;a:5:{s:2:\"id\";s:7:\"4325ca8\";s:8:\"settings\";a:25:{s:3:\"gap\";s:2:\"no\";s:13:\"custom_height\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"75\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"60\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"5d610e1\";s:8:\"settings\";a:22:{s:12:\"_column_size\";s:3:\"100\";s:28:\"space_between_widgets_tablet\";s:2:\"10\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:7:{s:2:\"id\";s:7:\"2897b26\";s:8:\"settings\";a:15:{s:5:\"title\";s:60:\"We support children and youth to reach their full potential!\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:181:\"		<div class=\"elementor-widget-container\">\n			<h2 class=\"elementor-heading-title elementor-size-default\">We support children and youth to reach their full potential!</h2>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"52a3a24\";s:8:\"settings\";a:14:{s:4:\"text\";s:7:\"Divider\";s:11:\"__globals__\";a:1:{s:5:\"color\";s:25:\"globals/colors?id=367e41b\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"fcae4f0\";s:8:\"settings\";a:19:{s:5:\"title\";s:138:\"Dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat duis aute.\";s:11:\"header_size\";s:2:\"h5\";s:11:\"title_color\";s:9:\"#0000007D\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:0:\"\";}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"37\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:259:\"		<div class=\"elementor-widget-container\">\n			<h5 class=\"elementor-heading-title elementor-size-default\">Dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat duis aute.</h5>		</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:2;a:5:{s:2:\"id\";s:7:\"1766076\";s:8:\"settings\";a:26:{s:13:\"content_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:4:\"1240\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"30\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:5:{s:2:\"id\";s:7:\"3bd1f3d\";s:8:\"settings\";a:29:{s:12:\"_column_size\";s:2:\"33\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#AB5666\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:1:\"1\";}s:21:\"space_between_widgets\";s:2:\"30\";s:26:\"box_shadow_box_shadow_type\";s:3:\"yes\";s:21:\"box_shadow_box_shadow\";a:5:{s:10:\"horizontal\";s:1:\"0\";s:8:\"vertical\";s:2:\"40\";s:4:\"blur\";s:2:\"40\";s:6:\"spread\";s:1:\"0\";s:5:\"color\";s:68:\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"28\";s:5:\"right\";s:2:\"28\";s:6:\"bottom\";s:2:\"28\";s:4:\"left\";s:2:\"28\";s:8:\"isLinked\";s:1:\"1\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:1:\"1\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:7:{s:2:\"id\";s:7:\"c717a3b\";s:8:\"settings\";a:15:{s:5:\"title\";s:18:\"We Find &amp; Fund\";s:11:\"header_size\";s:2:\"h3\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:139:\"		<div class=\"elementor-widget-container\">\n			<h3 class=\"elementor-heading-title elementor-size-default\">We Find &amp; Fund</h3>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"2c359fa\";s:8:\"settings\";a:16:{s:6:\"editor\";s:117:\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>\";s:11:\"__globals__\";a:1:{s:10:\"text_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:183:\"		<div class=\"elementor-widget-container\">\n								<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>						</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"dc1c726\";s:8:\"settings\";a:17:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"6\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:27:\"globals/colors?id=secondary\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"933b2ac\";s:8:\"settings\";a:29:{s:12:\"_column_size\";s:2:\"33\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#9D4B61\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:1:\"1\";}s:21:\"space_between_widgets\";s:2:\"30\";s:26:\"box_shadow_box_shadow_type\";s:3:\"yes\";s:21:\"box_shadow_box_shadow\";a:5:{s:10:\"horizontal\";s:1:\"0\";s:8:\"vertical\";s:2:\"40\";s:4:\"blur\";s:2:\"40\";s:6:\"spread\";s:1:\"0\";s:5:\"color\";s:68:\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"28\";s:5:\"right\";s:2:\"28\";s:6:\"bottom\";s:2:\"28\";s:4:\"left\";s:2:\"28\";s:8:\"isLinked\";s:1:\"1\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:1:\"1\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:7:{s:2:\"id\";s:7:\"ebc3194\";s:8:\"settings\";a:16:{s:5:\"title\";s:11:\"We Educate\n\";s:11:\"header_size\";s:2:\"h3\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"3\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:132:\"		<div class=\"elementor-widget-container\">\n			<h3 class=\"elementor-heading-title elementor-size-default\">We Educate\n</h3>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"95f247d\";s:8:\"settings\";a:16:{s:6:\"editor\";s:117:\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>\";s:11:\"__globals__\";a:1:{s:10:\"text_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:183:\"		<div class=\"elementor-widget-container\">\n								<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>						</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"346c2c9\";s:8:\"settings\";a:17:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"6\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:27:\"globals/colors?id=secondary\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"af4b581\";s:8:\"settings\";a:29:{s:12:\"_column_size\";s:2:\"33\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#90405C\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:1:\"1\";}s:21:\"space_between_widgets\";s:2:\"30\";s:26:\"box_shadow_box_shadow_type\";s:3:\"yes\";s:21:\"box_shadow_box_shadow\";a:5:{s:10:\"horizontal\";s:1:\"0\";s:8:\"vertical\";s:2:\"40\";s:4:\"blur\";s:2:\"40\";s:6:\"spread\";s:1:\"0\";s:5:\"color\";s:68:\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"28\";s:5:\"right\";s:2:\"28\";s:6:\"bottom\";s:2:\"28\";s:4:\"left\";s:2:\"28\";s:8:\"isLinked\";s:1:\"1\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:1:\"1\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:7:{s:2:\"id\";s:7:\"b522951\";s:8:\"settings\";a:15:{s:5:\"title\";s:16:\"We Provide Care\n\";s:11:\"header_size\";s:2:\"h3\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:137:\"		<div class=\"elementor-widget-container\">\n			<h3 class=\"elementor-heading-title elementor-size-default\">We Provide Care\n</h3>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"aee9a7f\";s:8:\"settings\";a:16:{s:6:\"editor\";s:117:\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>\";s:11:\"__globals__\";a:1:{s:10:\"text_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:183:\"		<div class=\"elementor-widget-container\">\n								<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>						</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"bb3037d\";s:8:\"settings\";a:17:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"6\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:27:\"globals/colors?id=secondary\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:3;a:5:{s:2:\"id\";s:7:\"ee9a59b\";s:8:\"settings\";a:27:{s:13:\"content_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:4:\"1240\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"30\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:20:\"reverse_order_mobile\";s:14:\"reverse-mobile\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:5:{s:2:\"id\";s:7:\"0de0911\";s:8:\"settings\";a:29:{s:12:\"_column_size\";s:2:\"33\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#90405C\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:1:\"1\";}s:21:\"space_between_widgets\";s:2:\"30\";s:26:\"box_shadow_box_shadow_type\";s:3:\"yes\";s:21:\"box_shadow_box_shadow\";a:5:{s:10:\"horizontal\";s:1:\"0\";s:8:\"vertical\";s:2:\"40\";s:4:\"blur\";s:2:\"40\";s:6:\"spread\";s:1:\"0\";s:5:\"color\";s:68:\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"28\";s:5:\"right\";s:2:\"28\";s:6:\"bottom\";s:2:\"28\";s:4:\"left\";s:2:\"28\";s:8:\"isLinked\";s:1:\"1\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:1:\"1\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:7:{s:2:\"id\";s:7:\"d9d4b32\";s:8:\"settings\";a:16:{s:5:\"title\";s:10:\"We Consult\";s:11:\"header_size\";s:2:\"h3\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"10\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:131:\"		<div class=\"elementor-widget-container\">\n			<h3 class=\"elementor-heading-title elementor-size-default\">We Consult</h3>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"b75308c\";s:8:\"settings\";a:16:{s:6:\"editor\";s:117:\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>\";s:11:\"__globals__\";a:1:{s:10:\"text_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:183:\"		<div class=\"elementor-widget-container\">\n								<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>						</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"b30ec9b\";s:8:\"settings\";a:17:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"6\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:27:\"globals/colors?id=secondary\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"00e0110\";s:8:\"settings\";a:29:{s:12:\"_column_size\";s:2:\"33\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#AB5666\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:1:\"1\";}s:21:\"space_between_widgets\";s:2:\"30\";s:26:\"box_shadow_box_shadow_type\";s:3:\"yes\";s:21:\"box_shadow_box_shadow\";a:5:{s:10:\"horizontal\";s:1:\"0\";s:8:\"vertical\";s:2:\"40\";s:4:\"blur\";s:2:\"40\";s:6:\"spread\";s:1:\"0\";s:5:\"color\";s:68:\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"28\";s:5:\"right\";s:2:\"28\";s:6:\"bottom\";s:2:\"28\";s:4:\"left\";s:2:\"28\";s:8:\"isLinked\";s:1:\"1\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:1:\"1\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:7:{s:2:\"id\";s:7:\"15a5d5f\";s:8:\"settings\";a:15:{s:5:\"title\";s:16:\"We Build Schools\";s:11:\"header_size\";s:2:\"h3\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:137:\"		<div class=\"elementor-widget-container\">\n			<h3 class=\"elementor-heading-title elementor-size-default\">We Build Schools</h3>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"d8b72f9\";s:8:\"settings\";a:16:{s:6:\"editor\";s:117:\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>\";s:11:\"__globals__\";a:1:{s:10:\"text_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:183:\"		<div class=\"elementor-widget-container\">\n								<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>						</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"e116465\";s:8:\"settings\";a:17:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"6\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:27:\"globals/colors?id=secondary\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"0c770c6\";s:8:\"settings\";a:29:{s:12:\"_column_size\";s:2:\"33\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#9D4B61\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:1:\"1\";}s:21:\"space_between_widgets\";s:2:\"30\";s:26:\"box_shadow_box_shadow_type\";s:3:\"yes\";s:21:\"box_shadow_box_shadow\";a:5:{s:10:\"horizontal\";s:1:\"0\";s:8:\"vertical\";s:2:\"40\";s:4:\"blur\";s:2:\"40\";s:6:\"spread\";s:1:\"0\";s:5:\"color\";s:68:\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"28\";s:5:\"right\";s:2:\"28\";s:6:\"bottom\";s:2:\"28\";s:4:\"left\";s:2:\"28\";s:8:\"isLinked\";s:1:\"1\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:1:\"1\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:7:{s:2:\"id\";s:7:\"8ad7dec\";s:8:\"settings\";a:15:{s:5:\"title\";s:14:\"We Strengthen\n\";s:11:\"header_size\";s:2:\"h3\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:135:\"		<div class=\"elementor-widget-container\">\n			<h3 class=\"elementor-heading-title elementor-size-default\">We Strengthen\n</h3>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"c137448\";s:8:\"settings\";a:16:{s:6:\"editor\";s:117:\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>\";s:11:\"__globals__\";a:1:{s:10:\"text_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:183:\"		<div class=\"elementor-widget-container\">\n								<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>						</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"4219c01\";s:8:\"settings\";a:17:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"6\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:27:\"globals/colors?id=secondary\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:4;a:5:{s:2:\"id\";s:7:\"c4fba2a\";s:8:\"settings\";a:25:{s:13:\"content_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:4:\"1240\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";s:2:\"no\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"175\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"80\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"70\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"4eec22e\";s:8:\"settings\";a:21:{s:12:\"_column_size\";s:3:\"100\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:5:{i:0;a:7:{s:2:\"id\";s:7:\"4390b08\";s:8:\"settings\";a:14:{s:5:\"title\";s:16:\"What we care for\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:137:\"		<div class=\"elementor-widget-container\">\n			<h2 class=\"elementor-heading-title elementor-size-default\">What we care for</h2>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"1bb8843\";s:8:\"settings\";a:17:{s:4:\"text\";s:7:\"Divider\";s:11:\"__globals__\";a:1:{s:5:\"color\";s:25:\"globals/colors?id=367e41b\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}i:2;a:5:{s:2:\"id\";s:7:\"ca09e32\";s:8:\"settings\";a:28:{s:13:\"content_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:4:\"1240\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"30\";s:13:\"border_border\";s:5:\"solid\";s:12:\"border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"60\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:12:\"border_color\";s:25:\"globals/colors?id=367e41b\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:5:{s:2:\"id\";s:7:\"e188386\";s:8:\"settings\";a:21:{s:12:\"_column_size\";s:2:\"33\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"6b2bea8\";s:8:\"settings\";a:14:{s:5:\"image\";a:2:{s:2:\"id\";s:3:\"360\";s:3:\"url\";s:91:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1.jpg\";}s:10:\"image_size\";s:4:\"full\";s:5:\"align\";s:5:\"right\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:520:\"		<div class=\"elementor-widget-container\">\n															<img width=\"413\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1.jpg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1.jpg 413w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1-248x300.jpg 248w\" sizes=\"(max-width: 413px) 100vw, 413px\" />															</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"656513d\";s:8:\"settings\";a:24:{s:12:\"_column_size\";s:2:\"33\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"380a646\";s:8:\"settings\";a:14:{s:5:\"title\";s:36:\"New life for children, in a new land\";s:11:\"header_size\";s:2:\"h3\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:157:\"		<div class=\"elementor-widget-container\">\n			<h3 class=\"elementor-heading-title elementor-size-default\">New life for children, in a new land</h3>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"f758c95\";s:8:\"settings\";a:18:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"6\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:0:\"\";}s:5:\"color\";s:7:\"#FFD0B3\";s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"afc932c\";s:8:\"settings\";a:24:{s:12:\"_column_size\";s:2:\"33\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"5e5d240\";s:8:\"settings\";a:12:{s:6:\"editor\";s:265:\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:331:\"		<div class=\"elementor-widget-container\">\n								<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>						</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:7:\"section\";}i:3;a:5:{s:2:\"id\";s:7:\"0c128b3\";s:8:\"settings\";a:30:{s:13:\"content_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:4:\"1240\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"30\";s:13:\"border_border\";s:5:\"solid\";s:12:\"border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"60\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:12:\"border_color\";s:25:\"globals/colors?id=367e41b\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:20:\"reverse_order_mobile\";s:14:\"reverse-mobile\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:5:{s:2:\"id\";s:7:\"42a26b7\";s:8:\"settings\";a:24:{s:12:\"_column_size\";s:2:\"33\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"c9d5e39\";s:8:\"settings\";a:14:{s:5:\"title\";s:35:\"A new future for exploited children\";s:11:\"header_size\";s:2:\"h3\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:156:\"		<div class=\"elementor-widget-container\">\n			<h3 class=\"elementor-heading-title elementor-size-default\">A new future for exploited children</h3>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"4697cf9\";s:8:\"settings\";a:17:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"6\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:22:\"globals/colors?id=text\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"415e4b9\";s:8:\"settings\";a:24:{s:12:\"_column_size\";s:2:\"33\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"4328108\";s:8:\"settings\";a:12:{s:6:\"editor\";s:265:\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:331:\"		<div class=\"elementor-widget-container\">\n								<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>						</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"bb6d7ac\";s:8:\"settings\";a:21:{s:12:\"_column_size\";s:2:\"33\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"42437de\";s:8:\"settings\";a:13:{s:5:\"image\";a:2:{s:2:\"id\";s:3:\"359\";s:3:\"url\";s:91:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1.jpg\";}s:10:\"image_size\";s:4:\"full\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:520:\"		<div class=\"elementor-widget-container\">\n															<img width=\"413\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1.jpg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1.jpg 413w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1-248x300.jpg 248w\" sizes=\"(max-width: 413px) 100vw, 413px\" />															</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:7:\"section\";}i:4;a:5:{s:2:\"id\";s:7:\"731700c\";s:8:\"settings\";a:28:{s:13:\"content_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:4:\"1240\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"30\";s:13:\"border_border\";s:5:\"solid\";s:12:\"border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"60\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:12:\"border_color\";s:25:\"globals/colors?id=367e41b\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:5:{s:2:\"id\";s:7:\"70fb19a\";s:8:\"settings\";a:21:{s:12:\"_column_size\";s:2:\"33\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"a82d695\";s:8:\"settings\";a:13:{s:5:\"image\";a:2:{s:2:\"id\";s:3:\"358\";s:3:\"url\";s:91:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1.jpg\";}s:10:\"image_size\";s:4:\"full\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:520:\"		<div class=\"elementor-widget-container\">\n															<img width=\"413\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1.jpg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1.jpg 413w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1-248x300.jpg 248w\" sizes=\"(max-width: 413px) 100vw, 413px\" />															</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"c2f5d43\";s:8:\"settings\";a:24:{s:12:\"_column_size\";s:2:\"33\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"7a86842\";s:8:\"settings\";a:14:{s:5:\"title\";s:41:\"Bringing dreams within reach for children\";s:11:\"header_size\";s:2:\"h3\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n			<h3 class=\"elementor-heading-title elementor-size-default\">Bringing dreams within reach for children</h3>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"d5de94d\";s:8:\"settings\";a:17:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"6\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:22:\"globals/colors?id=text\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"7e5059a\";s:8:\"settings\";a:24:{s:12:\"_column_size\";s:2:\"33\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"471d7dd\";s:8:\"settings\";a:12:{s:6:\"editor\";s:265:\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:331:\"		<div class=\"elementor-widget-container\">\n								<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>						</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:7:\"section\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}}\";'),(927,448,'_elementor_edit_mode','builder'),(928,448,'_elementor_template_type','wp-page'),(929,448,'_elementor_version','3.2.3'),(930,448,'_wp_page_template','default'),(931,448,'_elementor_data','s:108352:\"a:5:{i:0;a:5:{s:2:\"id\";s:7:\"b06c141\";s:8:\"settings\";a:36:{s:3:\"gap\";s:2:\"no\";s:6:\"height\";s:10:\"min-height\";s:13:\"custom_height\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";s:2:\"75\";s:5:\"sizes\";a:0:{}}s:21:\"background_background\";s:7:\"classic\";s:16:\"background_image\";a:2:{s:2:\"id\";s:3:\"227\";s:3:\"url\";s:82:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-02-free-img-1.jpg\";}s:19:\"background_position\";s:13:\"bottom center\";s:21:\"background_attachment\";s:6:\"scroll\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:20:\"custom_height_tablet\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";s:2:\"45\";s:5:\"sizes\";a:0:{}}s:20:\"custom_height_mobile\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:29:\"background_overlay_background\";s:7:\"classic\";s:26:\"background_overlay_opacity\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:3:\"0.3\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:24:\"background_overlay_color\";s:0:\"\";}s:24:\"background_overlay_color\";s:7:\"#000000\";s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"bc1ec6b\";s:8:\"settings\";a:24:{s:12:\"_column_size\";s:3:\"100\";s:7:\"padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:2:\"10\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:2:\"10\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"5\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"25bf865\";s:8:\"settings\";a:15:{s:5:\"title\";s:10:\"What we do\";s:11:\"header_size\";s:2:\"h1\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:12:\"align_mobile\";s:6:\"center\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:131:\"		<div class=\"elementor-widget-container\">\n			<h1 class=\"elementor-heading-title elementor-size-default\">What we do</h1>		</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:1;a:5:{s:2:\"id\";s:7:\"4325ca8\";s:8:\"settings\";a:25:{s:3:\"gap\";s:2:\"no\";s:13:\"custom_height\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"75\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"60\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"5d610e1\";s:8:\"settings\";a:22:{s:12:\"_column_size\";s:3:\"100\";s:28:\"space_between_widgets_tablet\";s:2:\"10\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:7:{s:2:\"id\";s:7:\"2897b26\";s:8:\"settings\";a:15:{s:5:\"title\";s:60:\"We support children and youth to reach their full potential!\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:181:\"		<div class=\"elementor-widget-container\">\n			<h2 class=\"elementor-heading-title elementor-size-default\">We support children and youth to reach their full potential!</h2>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"52a3a24\";s:8:\"settings\";a:14:{s:4:\"text\";s:7:\"Divider\";s:11:\"__globals__\";a:1:{s:5:\"color\";s:25:\"globals/colors?id=367e41b\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"fcae4f0\";s:8:\"settings\";a:19:{s:5:\"title\";s:138:\"Dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat duis aute.\";s:11:\"header_size\";s:2:\"h5\";s:11:\"title_color\";s:9:\"#0000007D\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:0:\"\";}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"37\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:259:\"		<div class=\"elementor-widget-container\">\n			<h5 class=\"elementor-heading-title elementor-size-default\">Dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat duis aute.</h5>		</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:2;a:5:{s:2:\"id\";s:7:\"1766076\";s:8:\"settings\";a:26:{s:13:\"content_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:4:\"1240\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"30\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:5:{s:2:\"id\";s:7:\"3bd1f3d\";s:8:\"settings\";a:29:{s:12:\"_column_size\";s:2:\"33\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#AB5666\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:1:\"1\";}s:21:\"space_between_widgets\";s:2:\"30\";s:26:\"box_shadow_box_shadow_type\";s:3:\"yes\";s:21:\"box_shadow_box_shadow\";a:5:{s:10:\"horizontal\";s:1:\"0\";s:8:\"vertical\";s:2:\"40\";s:4:\"blur\";s:2:\"40\";s:6:\"spread\";s:1:\"0\";s:5:\"color\";s:68:\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"28\";s:5:\"right\";s:2:\"28\";s:6:\"bottom\";s:2:\"28\";s:4:\"left\";s:2:\"28\";s:8:\"isLinked\";s:1:\"1\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:1:\"1\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:7:{s:2:\"id\";s:7:\"c717a3b\";s:8:\"settings\";a:15:{s:5:\"title\";s:18:\"We Find &amp; Fund\";s:11:\"header_size\";s:2:\"h3\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:139:\"		<div class=\"elementor-widget-container\">\n			<h3 class=\"elementor-heading-title elementor-size-default\">We Find &amp; Fund</h3>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"2c359fa\";s:8:\"settings\";a:16:{s:6:\"editor\";s:117:\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>\";s:11:\"__globals__\";a:1:{s:10:\"text_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:183:\"		<div class=\"elementor-widget-container\">\n								<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>						</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"dc1c726\";s:8:\"settings\";a:17:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"6\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:27:\"globals/colors?id=secondary\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"933b2ac\";s:8:\"settings\";a:29:{s:12:\"_column_size\";s:2:\"33\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#9D4B61\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:1:\"1\";}s:21:\"space_between_widgets\";s:2:\"30\";s:26:\"box_shadow_box_shadow_type\";s:3:\"yes\";s:21:\"box_shadow_box_shadow\";a:5:{s:10:\"horizontal\";s:1:\"0\";s:8:\"vertical\";s:2:\"40\";s:4:\"blur\";s:2:\"40\";s:6:\"spread\";s:1:\"0\";s:5:\"color\";s:68:\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"28\";s:5:\"right\";s:2:\"28\";s:6:\"bottom\";s:2:\"28\";s:4:\"left\";s:2:\"28\";s:8:\"isLinked\";s:1:\"1\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:1:\"1\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:7:{s:2:\"id\";s:7:\"ebc3194\";s:8:\"settings\";a:16:{s:5:\"title\";s:11:\"We Educate\n\";s:11:\"header_size\";s:2:\"h3\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"3\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:132:\"		<div class=\"elementor-widget-container\">\n			<h3 class=\"elementor-heading-title elementor-size-default\">We Educate\n</h3>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"95f247d\";s:8:\"settings\";a:16:{s:6:\"editor\";s:117:\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>\";s:11:\"__globals__\";a:1:{s:10:\"text_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:183:\"		<div class=\"elementor-widget-container\">\n								<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>						</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"346c2c9\";s:8:\"settings\";a:17:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"6\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:27:\"globals/colors?id=secondary\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"af4b581\";s:8:\"settings\";a:29:{s:12:\"_column_size\";s:2:\"33\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#90405C\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:1:\"1\";}s:21:\"space_between_widgets\";s:2:\"30\";s:26:\"box_shadow_box_shadow_type\";s:3:\"yes\";s:21:\"box_shadow_box_shadow\";a:5:{s:10:\"horizontal\";s:1:\"0\";s:8:\"vertical\";s:2:\"40\";s:4:\"blur\";s:2:\"40\";s:6:\"spread\";s:1:\"0\";s:5:\"color\";s:68:\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"28\";s:5:\"right\";s:2:\"28\";s:6:\"bottom\";s:2:\"28\";s:4:\"left\";s:2:\"28\";s:8:\"isLinked\";s:1:\"1\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:1:\"1\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:7:{s:2:\"id\";s:7:\"b522951\";s:8:\"settings\";a:15:{s:5:\"title\";s:16:\"We Provide Care\n\";s:11:\"header_size\";s:2:\"h3\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:137:\"		<div class=\"elementor-widget-container\">\n			<h3 class=\"elementor-heading-title elementor-size-default\">We Provide Care\n</h3>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"aee9a7f\";s:8:\"settings\";a:16:{s:6:\"editor\";s:117:\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>\";s:11:\"__globals__\";a:1:{s:10:\"text_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:183:\"		<div class=\"elementor-widget-container\">\n								<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>						</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"bb3037d\";s:8:\"settings\";a:17:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"6\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:27:\"globals/colors?id=secondary\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:3;a:5:{s:2:\"id\";s:7:\"ee9a59b\";s:8:\"settings\";a:27:{s:13:\"content_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:4:\"1240\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"30\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:20:\"reverse_order_mobile\";s:14:\"reverse-mobile\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:5:{s:2:\"id\";s:7:\"0de0911\";s:8:\"settings\";a:29:{s:12:\"_column_size\";s:2:\"33\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#90405C\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:1:\"1\";}s:21:\"space_between_widgets\";s:2:\"30\";s:26:\"box_shadow_box_shadow_type\";s:3:\"yes\";s:21:\"box_shadow_box_shadow\";a:5:{s:10:\"horizontal\";s:1:\"0\";s:8:\"vertical\";s:2:\"40\";s:4:\"blur\";s:2:\"40\";s:6:\"spread\";s:1:\"0\";s:5:\"color\";s:68:\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"28\";s:5:\"right\";s:2:\"28\";s:6:\"bottom\";s:2:\"28\";s:4:\"left\";s:2:\"28\";s:8:\"isLinked\";s:1:\"1\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:1:\"1\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:7:{s:2:\"id\";s:7:\"d9d4b32\";s:8:\"settings\";a:16:{s:5:\"title\";s:10:\"We Consult\";s:11:\"header_size\";s:2:\"h3\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"10\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:131:\"		<div class=\"elementor-widget-container\">\n			<h3 class=\"elementor-heading-title elementor-size-default\">We Consult</h3>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"b75308c\";s:8:\"settings\";a:16:{s:6:\"editor\";s:117:\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>\";s:11:\"__globals__\";a:1:{s:10:\"text_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:183:\"		<div class=\"elementor-widget-container\">\n								<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>						</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"b30ec9b\";s:8:\"settings\";a:17:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"6\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:27:\"globals/colors?id=secondary\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"00e0110\";s:8:\"settings\";a:29:{s:12:\"_column_size\";s:2:\"33\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#AB5666\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:1:\"1\";}s:21:\"space_between_widgets\";s:2:\"30\";s:26:\"box_shadow_box_shadow_type\";s:3:\"yes\";s:21:\"box_shadow_box_shadow\";a:5:{s:10:\"horizontal\";s:1:\"0\";s:8:\"vertical\";s:2:\"40\";s:4:\"blur\";s:2:\"40\";s:6:\"spread\";s:1:\"0\";s:5:\"color\";s:68:\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"28\";s:5:\"right\";s:2:\"28\";s:6:\"bottom\";s:2:\"28\";s:4:\"left\";s:2:\"28\";s:8:\"isLinked\";s:1:\"1\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:1:\"1\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:7:{s:2:\"id\";s:7:\"15a5d5f\";s:8:\"settings\";a:15:{s:5:\"title\";s:16:\"We Build Schools\";s:11:\"header_size\";s:2:\"h3\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:137:\"		<div class=\"elementor-widget-container\">\n			<h3 class=\"elementor-heading-title elementor-size-default\">We Build Schools</h3>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"d8b72f9\";s:8:\"settings\";a:16:{s:6:\"editor\";s:117:\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>\";s:11:\"__globals__\";a:1:{s:10:\"text_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:183:\"		<div class=\"elementor-widget-container\">\n								<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>						</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"e116465\";s:8:\"settings\";a:17:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"6\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:27:\"globals/colors?id=secondary\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"0c770c6\";s:8:\"settings\";a:29:{s:12:\"_column_size\";s:2:\"33\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#9D4B61\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:1:\"1\";}s:21:\"space_between_widgets\";s:2:\"30\";s:26:\"box_shadow_box_shadow_type\";s:3:\"yes\";s:21:\"box_shadow_box_shadow\";a:5:{s:10:\"horizontal\";s:1:\"0\";s:8:\"vertical\";s:2:\"40\";s:4:\"blur\";s:2:\"40\";s:6:\"spread\";s:1:\"0\";s:5:\"color\";s:68:\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"28\";s:5:\"right\";s:2:\"28\";s:6:\"bottom\";s:2:\"28\";s:4:\"left\";s:2:\"28\";s:8:\"isLinked\";s:1:\"1\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:1:\"1\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:7:{s:2:\"id\";s:7:\"8ad7dec\";s:8:\"settings\";a:15:{s:5:\"title\";s:14:\"We Strengthen\n\";s:11:\"header_size\";s:2:\"h3\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:135:\"		<div class=\"elementor-widget-container\">\n			<h3 class=\"elementor-heading-title elementor-size-default\">We Strengthen\n</h3>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"c137448\";s:8:\"settings\";a:16:{s:6:\"editor\";s:117:\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>\";s:11:\"__globals__\";a:1:{s:10:\"text_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:183:\"		<div class=\"elementor-widget-container\">\n								<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>						</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"4219c01\";s:8:\"settings\";a:17:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"6\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:27:\"globals/colors?id=secondary\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:4;a:5:{s:2:\"id\";s:7:\"c4fba2a\";s:8:\"settings\";a:25:{s:13:\"content_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:4:\"1240\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";s:2:\"no\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"175\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"80\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"70\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"4eec22e\";s:8:\"settings\";a:21:{s:12:\"_column_size\";s:3:\"100\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:5:{i:0;a:7:{s:2:\"id\";s:7:\"4390b08\";s:8:\"settings\";a:14:{s:5:\"title\";s:16:\"What we care for\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:137:\"		<div class=\"elementor-widget-container\">\n			<h2 class=\"elementor-heading-title elementor-size-default\">What we care for</h2>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"1bb8843\";s:8:\"settings\";a:17:{s:4:\"text\";s:7:\"Divider\";s:11:\"__globals__\";a:1:{s:5:\"color\";s:25:\"globals/colors?id=367e41b\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}i:2;a:5:{s:2:\"id\";s:7:\"ca09e32\";s:8:\"settings\";a:28:{s:13:\"content_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:4:\"1240\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"30\";s:13:\"border_border\";s:5:\"solid\";s:12:\"border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"60\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:12:\"border_color\";s:25:\"globals/colors?id=367e41b\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:5:{s:2:\"id\";s:7:\"e188386\";s:8:\"settings\";a:21:{s:12:\"_column_size\";s:2:\"33\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"6b2bea8\";s:8:\"settings\";a:14:{s:5:\"image\";a:2:{s:2:\"id\";s:3:\"360\";s:3:\"url\";s:91:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1.jpg\";}s:10:\"image_size\";s:4:\"full\";s:5:\"align\";s:5:\"right\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:520:\"		<div class=\"elementor-widget-container\">\n															<img width=\"413\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1.jpg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1.jpg 413w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-003-free-img-1-248x300.jpg 248w\" sizes=\"(max-width: 413px) 100vw, 413px\" />															</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"656513d\";s:8:\"settings\";a:24:{s:12:\"_column_size\";s:2:\"33\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"380a646\";s:8:\"settings\";a:14:{s:5:\"title\";s:36:\"New life for children, in a new land\";s:11:\"header_size\";s:2:\"h3\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:157:\"		<div class=\"elementor-widget-container\">\n			<h3 class=\"elementor-heading-title elementor-size-default\">New life for children, in a new land</h3>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"f758c95\";s:8:\"settings\";a:18:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"6\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:0:\"\";}s:5:\"color\";s:7:\"#FFD0B3\";s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"afc932c\";s:8:\"settings\";a:24:{s:12:\"_column_size\";s:2:\"33\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"5e5d240\";s:8:\"settings\";a:12:{s:6:\"editor\";s:265:\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:331:\"		<div class=\"elementor-widget-container\">\n								<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>						</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:7:\"section\";}i:3;a:5:{s:2:\"id\";s:7:\"0c128b3\";s:8:\"settings\";a:30:{s:13:\"content_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:4:\"1240\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"30\";s:13:\"border_border\";s:5:\"solid\";s:12:\"border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"60\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:12:\"border_color\";s:25:\"globals/colors?id=367e41b\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:20:\"reverse_order_mobile\";s:14:\"reverse-mobile\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:5:{s:2:\"id\";s:7:\"42a26b7\";s:8:\"settings\";a:24:{s:12:\"_column_size\";s:2:\"33\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"c9d5e39\";s:8:\"settings\";a:14:{s:5:\"title\";s:35:\"A new future for exploited children\";s:11:\"header_size\";s:2:\"h3\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:156:\"		<div class=\"elementor-widget-container\">\n			<h3 class=\"elementor-heading-title elementor-size-default\">A new future for exploited children</h3>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"4697cf9\";s:8:\"settings\";a:17:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"6\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:22:\"globals/colors?id=text\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"415e4b9\";s:8:\"settings\";a:24:{s:12:\"_column_size\";s:2:\"33\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"4328108\";s:8:\"settings\";a:12:{s:6:\"editor\";s:265:\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:331:\"		<div class=\"elementor-widget-container\">\n								<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>						</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"bb6d7ac\";s:8:\"settings\";a:21:{s:12:\"_column_size\";s:2:\"33\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"42437de\";s:8:\"settings\";a:13:{s:5:\"image\";a:2:{s:2:\"id\";s:3:\"359\";s:3:\"url\";s:91:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1.jpg\";}s:10:\"image_size\";s:4:\"full\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:520:\"		<div class=\"elementor-widget-container\">\n															<img width=\"413\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1.jpg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1.jpg 413w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-002-free-img-1-248x300.jpg 248w\" sizes=\"(max-width: 413px) 100vw, 413px\" />															</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:7:\"section\";}i:4;a:5:{s:2:\"id\";s:7:\"731700c\";s:8:\"settings\";a:28:{s:13:\"content_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:4:\"1240\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"30\";s:13:\"border_border\";s:5:\"solid\";s:12:\"border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"60\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:12:\"border_color\";s:25:\"globals/colors?id=367e41b\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:5:{s:2:\"id\";s:7:\"70fb19a\";s:8:\"settings\";a:21:{s:12:\"_column_size\";s:2:\"33\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"a82d695\";s:8:\"settings\";a:13:{s:5:\"image\";a:2:{s:2:\"id\";s:3:\"358\";s:3:\"url\";s:91:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1.jpg\";}s:10:\"image_size\";s:4:\"full\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:520:\"		<div class=\"elementor-widget-container\">\n															<img width=\"413\" height=\"500\" src=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1.jpg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" srcset=\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1.jpg 413w, https://thechrishaunfoundation.org/wp-content/uploads/2021/05/what-we-do-001-free-img-1-248x300.jpg 248w\" sizes=\"(max-width: 413px) 100vw, 413px\" />															</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"c2f5d43\";s:8:\"settings\";a:24:{s:12:\"_column_size\";s:2:\"33\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"7a86842\";s:8:\"settings\";a:14:{s:5:\"title\";s:41:\"Bringing dreams within reach for children\";s:11:\"header_size\";s:2:\"h3\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n			<h3 class=\"elementor-heading-title elementor-size-default\">Bringing dreams within reach for children</h3>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"d5de94d\";s:8:\"settings\";a:17:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"6\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:22:\"globals/colors?id=text\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:162:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-divider\">\n			<span class=\"elementor-divider-separator\">\n						</span>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"7e5059a\";s:8:\"settings\";a:24:{s:12:\"_column_size\";s:2:\"33\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"471d7dd\";s:8:\"settings\";a:12:{s:6:\"editor\";s:265:\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:331:\"		<div class=\"elementor-widget-container\">\n								<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>						</div>\n		\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:7:\"section\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}}\";'),(932,448,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(933,448,'_elementor_controls_usage','a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:13;s:11:\"header_size\";i:11;s:12:\"align_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:8:\"_padding\";i:6;s:15:\"_padding_tablet\";i:5;s:15:\"_padding_mobile\";i:5;s:14:\"_margin_tablet\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:13;s:14:\"padding_tablet\";i:13;s:14:\"padding_mobile\";i:13;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:28:\"space_between_widgets_tablet\";i:1;s:21:\"space_between_widgets\";i:6;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:6;s:16:\"background_color\";i:6;}s:14:\"section_border\";a:2:{s:26:\"box_shadow_box_shadow_type\";i:6;s:21:\"box_shadow_box_shadow\";i:6;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:6:{s:3:\"gap\";i:8;s:6:\"height\";i:1;s:13:\"custom_height\";i:2;s:20:\"custom_height_tablet\";i:1;s:20:\"custom_height_mobile\";i:1;s:13:\"content_width\";i:6;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;s:24:\"background_overlay_color\";i:1;}s:14:\"section_border\";a:2:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:3;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:5:{s:14:\"padding_tablet\";i:5;s:14:\"padding_mobile\";i:6;s:7:\"padding\";i:2;s:6:\"margin\";i:5;s:13:\"margin_tablet\";i:3;}s:19:\"_section_responsive\";a:1:{s:20:\"reverse_order_mobile\";i:2;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:1:{s:5:\"width\";i:9;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:6:\"weight\";i:9;s:3:\"gap\";i:9;s:5:\"color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:6;s:15:\"_padding_tablet\";i:6;s:15:\"_padding_mobile\";i:6;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:3;s:10:\"image_size\";i:3;s:5:\"align\";i:1;}}}}}'),(935,350,'_edit_last','1'),(948,450,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(972,453,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(973,453,'_elementor_pro_version','3.2.1'),(974,454,'_elementor_edit_mode','builder'),(975,454,'_elementor_template_type','wp-page'),(976,454,'_elementor_version','3.2.5'),(977,454,'_wp_page_template','default'),(978,454,'_elementor_data','[{\"id\":\"53a2f2b\",\"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}},\"elements\":[{\"id\":\"3e66444\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"df1c2d6\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4325ca8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d610e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"2897b26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Racial Justice Commitment\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"52a3a24\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b8bb444\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"6b66732\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size\":null},\"elements\":[{\"id\":\"e8e18c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Athens Area Homeless Shelter believes that every child deserves safe and stable housing. We cannot remain silent while Black families in our community lack safety and stability due to systemic racism that is especially apparent in the housing industry. Black children in Georgia are twice as likely as white children to experience homelessness and we stand against the practices creating this disparity (source). We acknowledge that as a community organization, led by majority white people in a town with a wide racial divide, we must listen, learn, and act. We are committed to advocating for just and liberated housing practices and educational opportunities for our Black community members. We believe Black lives matter. \\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5d8f4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We recognize that words must be backed by action. Below are specific steps we are taking as an organization, and the resources we are learning from in our commitment to racial justice. \",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60beb9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Athens Area Homeless Shelter believes that every child deserves safe and stable housing. We cannot remain silent while Black families in our community lack safety and stability due to systemic racism that is especially apparent in the housing industry. Black children in Georgia are twice as likely as white children to experience homelessness and we stand against the practices creating this disparity (source). We acknowledge that as a community organization, led by majority white people in a town with a wide racial divide, we must listen, learn, and act. We are committed to advocating for just and liberated housing practices and educational opportunities for our Black community members. We believe Black lives matter. \\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1766076\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"3bd1f3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"c717a3b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c359fa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc1c726\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"933b2ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"ebc3194\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95f247d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"346c2c9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"af4b581\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b522951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aee9a7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bb3037d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"ee9a59b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"0de0911\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9d4b32\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b75308c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b30ec9b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"00e0110\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"15a5d5f\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Build Schools\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d8b72f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e116465\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"0c770c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"8ad7dec\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Strengthen\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c137448\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4219c01\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c4fba2a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eec22e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4390b08\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we care for\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bb8843\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ca09e32\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"e188386\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\"},\"elements\":[{\"id\":\"6b2bea8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"360\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/what-we-do-003-free-img-1.jpg\"},\"image_size\":\"full\",\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"656513d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"380a646\",\"elType\":\"widget\",\"settings\":{\"title\":\"New life for children, in a new land\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f758c95\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"\"},\"color\":\"#FFD0B3\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"afc932c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5e5d240\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"0c128b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"42a26b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c9d5e39\",\"elType\":\"widget\",\"settings\":{\"title\":\"A new future for exploited children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4697cf9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"415e4b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4328108\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"bb6d7ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\"},\"elements\":[{\"id\":\"42437de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"359\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/what-we-do-002-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"731700c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"70fb19a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\"},\"elements\":[{\"id\":\"a82d695\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"358\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/what-we-do-001-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"c2f5d43\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7a86842\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bringing dreams within reach for children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d5de94d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"7e5059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"471d7dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(979,454,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(980,454,'_elementor_pro_version','3.2.1'),(990,456,'_elementor_edit_mode','builder'),(991,456,'_elementor_template_type','wp-page'),(992,456,'_elementor_version','3.2.5'),(993,456,'_wp_page_template','default'),(994,456,'_elementor_data','[{\"id\":\"53a2f2b\",\"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}},\"elements\":[{\"id\":\"3e66444\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"df1c2d6\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4325ca8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d610e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"2897b26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Racial Justice Commitment\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"52a3a24\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b8bb444\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"6b66732\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size\":null},\"elements\":[{\"id\":\"e8e18c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Athens Area Homeless Shelter believes that every child deserves safe and stable housing. We cannot remain silent while Black families in our community lack safety and stability due to systemic racism that is especially apparent in the housing industry. Black children in Georgia are twice as likely as white children to experience homelessness and we stand against the practices creating this disparity (source). We acknowledge that as a community organization, led by majority white people in a town with a wide racial divide, we must listen, learn, and act. We are committed to advocating for just and liberated housing practices and educational opportunities for our Black community members. We believe Black lives matter. \\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5d8f4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We recognize that words must be backed by action. Below are specific steps we are taking as an organization, and the resources we are learning from in our commitment to racial justice. \",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8988334\",\"elType\":\"widget\",\"settings\":{\"title\":\"Action Plan\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60beb9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Increasing professional development opportunities for staff and board, focused on recognizing and rectifying racial injustice in housing and related institutions. Opportunities will be offered via a spectrum of resources, discussion and trainings from a variety of antiracism\\u00a0educators.\\u00a0<\\/li><li>Adapting\\u00a0the AAHS social media plan to dedicate at least one monthly post focused on awareness and resources addressing racial injustice in housing and related institutions.\\u00a0<\\/li><li>Updating our Board Member welcome binders to include:<ol><li>Our AAHS Racial Justice Commitment<\\/li><li>A fact sheet on inequities within the Housing institution.<\\/li><li>A\\u00a0resource list of supportive literature compiled by staff and current board members.\\u00a0<\\/li><\\/ol><\\/li><li>Updating our Employee Manual, our Organizational Policies, and our Volunteer Agreement\\u00a0to include the AAHS Racial Justice Commitment.\\u00a0<\\/li><li>Broadening our intern partnerships for more Black students\' involvement.<\\/li><li>Advertising future job openings at AAHS with Black-led networks and publications\\u00a0in our community.<\\/li><li>Increasing efforts to further diversify the AAHS Board of Directors to more accurately reflect our diverse community.\\u00a0<\\/li><li>Establishing June 19, Juneteenth, as a day of reflection and action for racial justice for AAHS Staff.<ul><li>To learn more about Juneteenth, check out local leaders at the\\u00a0<u><a href=\\\"https:\\/\\/www.negabusinessalliance.org\\/juneteenth\\\">Northeast Georgia Business Alliance<\\/a><\\/u>or visit the\\u00a0<u><a href=\\\"https:\\/\\/nmaahc.si.edu\\/blog-post\\/historical-legacy-juneteenth\\\">National Museum of African American History and Culture<\\/a><\\/u>.<\\/li><\\/ul><\\/li><\\/ul><p>\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1766076\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"3bd1f3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"c717a3b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c359fa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc1c726\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"933b2ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"ebc3194\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95f247d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"346c2c9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"af4b581\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b522951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aee9a7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bb3037d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"ee9a59b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"0de0911\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9d4b32\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b75308c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b30ec9b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"00e0110\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"15a5d5f\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Build Schools\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d8b72f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e116465\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"0c770c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"8ad7dec\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Strengthen\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c137448\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4219c01\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c4fba2a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eec22e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4390b08\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we care for\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bb8843\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ca09e32\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"e188386\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\"},\"elements\":[{\"id\":\"6b2bea8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"360\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/what-we-do-003-free-img-1.jpg\"},\"image_size\":\"full\",\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"656513d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"380a646\",\"elType\":\"widget\",\"settings\":{\"title\":\"New life for children, in a new land\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f758c95\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"\"},\"color\":\"#FFD0B3\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"afc932c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5e5d240\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"0c128b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"42a26b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c9d5e39\",\"elType\":\"widget\",\"settings\":{\"title\":\"A new future for exploited children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4697cf9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"415e4b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4328108\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"bb6d7ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\"},\"elements\":[{\"id\":\"42437de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"359\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/what-we-do-002-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"731700c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"70fb19a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\"},\"elements\":[{\"id\":\"a82d695\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"358\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/what-we-do-001-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"c2f5d43\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7a86842\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bringing dreams within reach for children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d5de94d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"7e5059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"471d7dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(995,456,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(996,456,'_elementor_pro_version','3.2.1'),(998,457,'_elementor_edit_mode','builder'),(999,457,'_elementor_template_type','wp-page'),(1000,457,'_elementor_version','3.2.5'),(1001,457,'_wp_page_template','default'),(1002,457,'_elementor_data','[{\"id\":\"53a2f2b\",\"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}},\"elements\":[{\"id\":\"3e66444\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"df1c2d6\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4325ca8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d610e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"2897b26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Racial Justice Commitment\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"52a3a24\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b8bb444\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"6b66732\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size\":null},\"elements\":[{\"id\":\"e8e18c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Athens Area Homeless Shelter believes that every child deserves safe and stable housing. We cannot remain silent while Black families in our community lack safety and stability due to systemic racism that is especially apparent in the housing industry. Black children in Georgia are twice as likely as white children to experience homelessness and we stand against the practices creating this disparity (source). We acknowledge that as a community organization, led by majority white people in a town with a wide racial divide, we must listen, learn, and act. We are committed to advocating for just and liberated housing practices and educational opportunities for our Black community members. We believe Black lives matter. \\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5d8f4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We recognize that words must be backed by action. Below are specific steps we are taking as an organization, and the resources we are learning from in our commitment to racial justice. \",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8988334\",\"elType\":\"widget\",\"settings\":{\"title\":\"Action Plan\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60beb9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Increasing professional development opportunities for staff and board, focused on recognizing and rectifying racial injustice in housing and related institutions. Opportunities will be offered via a spectrum of resources, discussion and trainings from a variety of antiracism\\u00a0educators.\\u00a0<\\/li><li>Adapting\\u00a0the AAHS social media plan to dedicate at least one monthly post focused on awareness and resources addressing racial injustice in housing and related institutions.\\u00a0<\\/li><li>Updating our Board Member welcome binders to include:<ol><li>Our AAHS Racial Justice Commitment<\\/li><li>A fact sheet on inequities within the Housing institution.<\\/li><li>A\\u00a0resource list of supportive literature compiled by staff and current board members.\\u00a0<\\/li><\\/ol><\\/li><li>Updating our Employee Manual, our Organizational Policies, and our Volunteer Agreement\\u00a0to include the AAHS Racial Justice Commitment.\\u00a0<\\/li><li>Broadening our intern partnerships for more Black students\' involvement.<\\/li><li>Advertising future job openings at AAHS with Black-led networks and publications\\u00a0in our community.<\\/li><li>Increasing efforts to further diversify the AAHS Board of Directors to more accurately reflect our diverse community.\\u00a0<\\/li><li>Establishing June 19, Juneteenth, as a day of reflection and action for racial justice for AAHS Staff.<ul><li>To learn more about Juneteenth, check out local leaders at the\\u00a0<u><a href=\\\"https:\\/\\/www.negabusinessalliance.org\\/juneteenth\\\">Northeast Georgia Business Alliance<\\/a><\\/u>or visit the\\u00a0<u><a href=\\\"https:\\/\\/nmaahc.si.edu\\/blog-post\\/historical-legacy-juneteenth\\\">National Museum of African American History and Culture<\\/a><\\/u>.<\\/li><\\/ul><\\/li><\\/ul><p>\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1766076\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"3bd1f3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"c717a3b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c359fa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc1c726\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"933b2ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"ebc3194\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95f247d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"346c2c9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"af4b581\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b522951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aee9a7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bb3037d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"ee9a59b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"0de0911\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9d4b32\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b75308c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b30ec9b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"00e0110\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"15a5d5f\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Build Schools\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d8b72f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e116465\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"0c770c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"8ad7dec\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Strengthen\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c137448\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4219c01\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c4fba2a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eec22e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4390b08\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we care for\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bb8843\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ca09e32\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"e188386\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\"},\"elements\":[{\"id\":\"6b2bea8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"360\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/what-we-do-003-free-img-1.jpg\"},\"image_size\":\"full\",\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"656513d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"380a646\",\"elType\":\"widget\",\"settings\":{\"title\":\"New life for children, in a new land\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f758c95\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"\"},\"color\":\"#FFD0B3\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"afc932c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5e5d240\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"0c128b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"42a26b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c9d5e39\",\"elType\":\"widget\",\"settings\":{\"title\":\"A new future for exploited children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4697cf9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"415e4b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4328108\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"bb6d7ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\"},\"elements\":[{\"id\":\"42437de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"359\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/what-we-do-002-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"731700c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"70fb19a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\"},\"elements\":[{\"id\":\"a82d695\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"358\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/what-we-do-001-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"c2f5d43\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7a86842\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bringing dreams within reach for children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d5de94d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"7e5059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"471d7dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1003,457,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1004,457,'_elementor_pro_version','3.2.1'),(1007,458,'_elementor_template_type','wp-page'),(1008,458,'_elementor_version','3.2.5'),(1009,458,'_wp_page_template','default'),(1010,458,'_elementor_data','[{\"id\":\"53a2f2b\",\"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}},\"elements\":[{\"id\":\"3e66444\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"df1c2d6\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4325ca8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d610e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"2897b26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Racial Justice Commitment\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"52a3a24\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b8bb444\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"6b66732\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size\":null},\"elements\":[{\"id\":\"e8e18c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Athens Area Homeless Shelter believes that every child deserves safe and stable housing. We cannot remain silent while Black families in our community lack safety and stability due to systemic racism that is especially apparent in the housing industry. Black children in Georgia are twice as likely as white children to experience homelessness and we stand against the practices creating this disparity (source). We acknowledge that as a community organization, led by majority white people in a town with a wide racial divide, we must listen, learn, and act. We are committed to advocating for just and liberated housing practices and educational opportunities for our Black community members. We believe Black lives matter. \\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5d8f4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We recognize that words must be backed by action. Below are specific steps we are taking as an organization, and the resources we are learning from in our commitment to racial justice. \",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8988334\",\"elType\":\"widget\",\"settings\":{\"title\":\"Action Plan\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60beb9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Increasing professional development opportunities for staff and board, focused on recognizing and rectifying racial injustice in housing and related institutions. Opportunities will be offered via a spectrum of resources, discussion and trainings from a variety of antiracism\\u00a0educators.<\\/li><li>Adapting\\u00a0the AAHS social media plan to dedicate at least one monthly post focused on awareness and resources addressing racial injustice in housing and related institutions.<\\/li><li>Updating our Board Member welcome binders to include:<ol><li>Our AAHS Racial Justice Commitment<\\/li><li>A fact sheet on inequities within the Housing institution.<\\/li><li>A\\u00a0resource list of supportive literature compiled by staff and current board members.<\\/li><\\/ol><\\/li><li>Updating our Employee Manual, our Organizational Policies, and our Volunteer Agreement\\u00a0to include the AAHS Racial Justice Commitment.<\\/li><li>Broadening our intern partnerships for more Black students\' involvement.<\\/li><li>Advertising future job openings at AAHS with Black-led networks and publications\\u00a0in our community.<\\/li><li>Increasing efforts to further diversify the AAHS Board of Directors to more accurately reflect our diverse community.<\\/li><li>Establishing June 19, Juneteenth, as a day of reflection and action for racial justice for AAHS Staff.<ul><li>To learn more about Juneteenth, check out local leaders at the\\u00a0<u><a href=\\\"https:\\/\\/www.negabusinessalliance.org\\/juneteenth\\\">Northeast Georgia Business Alliance<\\/a><\\/u>or visit the\\u00a0<u><a href=\\\"https:\\/\\/nmaahc.si.edu\\/blog-post\\/historical-legacy-juneteenth\\\">National Museum of African American History and Culture<\\/a><\\/u>.<\\/li><\\/ul><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1766076\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"3bd1f3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"c717a3b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c359fa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc1c726\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"933b2ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"ebc3194\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95f247d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"346c2c9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"af4b581\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b522951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aee9a7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bb3037d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"ee9a59b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"0de0911\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9d4b32\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b75308c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b30ec9b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"00e0110\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"15a5d5f\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Build Schools\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d8b72f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e116465\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"0c770c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"8ad7dec\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Strengthen\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c137448\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4219c01\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c4fba2a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eec22e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4390b08\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we care for\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bb8843\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ca09e32\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"e188386\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\"},\"elements\":[{\"id\":\"6b2bea8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"360\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/what-we-do-003-free-img-1.jpg\"},\"image_size\":\"full\",\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"656513d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"380a646\",\"elType\":\"widget\",\"settings\":{\"title\":\"New life for children, in a new land\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f758c95\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"\"},\"color\":\"#FFD0B3\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"afc932c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5e5d240\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"0c128b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"42a26b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c9d5e39\",\"elType\":\"widget\",\"settings\":{\"title\":\"A new future for exploited children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4697cf9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"415e4b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4328108\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"bb6d7ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\"},\"elements\":[{\"id\":\"42437de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"359\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/what-we-do-002-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"731700c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"70fb19a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\"},\"elements\":[{\"id\":\"a82d695\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"358\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/what-we-do-001-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"c2f5d43\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7a86842\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bringing dreams within reach for children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d5de94d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"7e5059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"471d7dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1011,458,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1012,458,'_elementor_pro_version','3.2.1'),(1016,459,'_elementor_edit_mode','builder'),(1017,459,'_elementor_template_type','wp-page'),(1018,459,'_elementor_version','3.2.5'),(1019,459,'_wp_page_template','default'),(1020,459,'_elementor_data','[{\"id\":\"53a2f2b\",\"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}},\"elements\":[{\"id\":\"3e66444\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"df1c2d6\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4325ca8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d610e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"2897b26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Racial Justice Commitment\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"52a3a24\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b8bb444\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"6b66732\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size\":null},\"elements\":[{\"id\":\"e8e18c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Athens Area Homeless Shelter believes that every child deserves safe and stable housing. We cannot remain silent while Black families in our community lack safety and stability due to systemic racism that is especially apparent in the housing industry. Black children in Georgia are twice as likely as white children to experience homelessness and we stand against the practices creating this disparity (source). We acknowledge that as a community organization, led by majority white people in a town with a wide racial divide, we must listen, learn, and act. We are committed to advocating for just and liberated housing practices and educational opportunities for our Black community members. We believe Black lives matter. \\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5d8f4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We recognize that words must be backed by action. Below are specific steps we are taking as an organization, and the resources we are learning from in our commitment to racial justice. \",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8988334\",\"elType\":\"widget\",\"settings\":{\"title\":\"Action Plan\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60beb9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Increasing professional development opportunities for staff and board, focused on recognizing and rectifying racial injustice in housing and related institutions. Opportunities will be offered via a spectrum of resources, discussion and trainings from a variety of antiracism\\u00a0educators.<\\/li><li>Adapting\\u00a0the AAHS social media plan to dedicate at least one monthly post focused on awareness and resources addressing racial injustice in housing and related institutions.<\\/li><li>Updating our Board Member welcome binders to include:<ol><li>Our AAHS Racial Justice Commitment<\\/li><li>A fact sheet on inequities within the Housing institution.<\\/li><li>A\\u00a0resource list of supportive literature compiled by staff and current board members.<\\/li><\\/ol><\\/li><li>Updating our Employee Manual, our Organizational Policies, and our Volunteer Agreement\\u00a0to include the AAHS Racial Justice Commitment.<\\/li><li>Broadening our intern partnerships for more Black students\' involvement.<\\/li><li>Advertising future job openings at AAHS with Black-led networks and publications\\u00a0in our community.<\\/li><li>Increasing efforts to further diversify the AAHS Board of Directors to more accurately reflect our diverse community.<\\/li><li>Establishing June 19, Juneteenth, as a day of reflection and action for racial justice for AAHS Staff.<ul><li>To learn more about Juneteenth, check out local leaders at the\\u00a0<u><a href=\\\"https:\\/\\/www.negabusinessalliance.org\\/juneteenth\\\">Northeast Georgia Business Alliance<\\/a><\\/u>or visit the\\u00a0<u><a href=\\\"https:\\/\\/nmaahc.si.edu\\/blog-post\\/historical-legacy-juneteenth\\\">National Museum of African American History and Culture<\\/a><\\/u>.<\\/li><\\/ul><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1766076\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"3bd1f3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"c717a3b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c359fa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc1c726\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"933b2ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"ebc3194\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95f247d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"346c2c9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"af4b581\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b522951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aee9a7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bb3037d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"ee9a59b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"0de0911\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9d4b32\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b75308c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b30ec9b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"00e0110\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"15a5d5f\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Build Schools\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d8b72f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e116465\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"0c770c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"8ad7dec\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Strengthen\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c137448\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4219c01\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c4fba2a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eec22e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4390b08\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we care for\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bb8843\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ca09e32\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"e188386\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\"},\"elements\":[{\"id\":\"6b2bea8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"360\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/what-we-do-003-free-img-1.jpg\"},\"image_size\":\"full\",\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"656513d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"380a646\",\"elType\":\"widget\",\"settings\":{\"title\":\"New life for children, in a new land\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f758c95\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"\"},\"color\":\"#FFD0B3\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"afc932c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5e5d240\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"0c128b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"42a26b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c9d5e39\",\"elType\":\"widget\",\"settings\":{\"title\":\"A new future for exploited children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4697cf9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"415e4b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4328108\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"bb6d7ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\"},\"elements\":[{\"id\":\"42437de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"359\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/what-we-do-002-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"731700c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"70fb19a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\"},\"elements\":[{\"id\":\"a82d695\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"358\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/what-we-do-001-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"c2f5d43\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7a86842\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bringing dreams within reach for children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d5de94d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"7e5059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"471d7dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1021,459,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1022,459,'_elementor_pro_version','3.2.1'),(1024,460,'_elementor_edit_mode','builder'),(1025,460,'_elementor_template_type','wp-page'),(1026,460,'_elementor_version','3.2.5'),(1027,460,'_wp_page_template','default'),(1028,460,'_elementor_data','[{\"id\":\"53a2f2b\",\"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}},\"elements\":[{\"id\":\"3e66444\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"df1c2d6\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4325ca8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d610e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"2897b26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Racial Justice Commitment\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"52a3a24\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b8bb444\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"6b66732\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size\":null},\"elements\":[{\"id\":\"e8e18c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Athens Area Homeless Shelter believes that every child deserves safe and stable housing. We cannot remain silent while Black families in our community lack safety and stability due to systemic racism that is especially apparent in the housing industry. Black children in Georgia are twice as likely as white children to experience homelessness and we stand against the practices creating this disparity (source). We acknowledge that as a community organization, led by majority white people in a town with a wide racial divide, we must listen, learn, and act. We are committed to advocating for just and liberated housing practices and educational opportunities for our Black community members. We believe Black lives matter. \\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5d8f4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We recognize that words must be backed by action. Below are specific steps we are taking as an organization, and the resources we are learning from in our commitment to racial justice. \",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8988334\",\"elType\":\"widget\",\"settings\":{\"title\":\"Action Plan\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60beb9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Increasing professional development opportunities for staff and board, focused on recognizing and rectifying racial injustice in housing and related institutions. Opportunities will be offered via a spectrum of resources, discussion and trainings from a variety of antiracism\\u00a0educators.<\\/li><li>Adapting\\u00a0the AAHS social media plan to dedicate at least one monthly post focused on awareness and resources addressing racial injustice in housing and related institutions.<\\/li><li>Updating our Board Member welcome binders to include:<ol><li>Our AAHS Racial Justice Commitment<\\/li><li>A fact sheet on inequities within the Housing institution.<\\/li><li>A\\u00a0resource list of supportive literature compiled by staff and current board members.<\\/li><\\/ol><\\/li><li>Updating our Employee Manual, our Organizational Policies, and our Volunteer Agreement\\u00a0to include the AAHS Racial Justice Commitment.<\\/li><li>Broadening our intern partnerships for more Black students\' involvement.<\\/li><li>Advertising future job openings at AAHS with Black-led networks and publications\\u00a0in our community.<\\/li><li>Increasing efforts to further diversify the AAHS Board of Directors to more accurately reflect our diverse community.<\\/li><li>Establishing June 19, Juneteenth, as a day of reflection and action for racial justice for AAHS Staff.<ul><li>To learn more about Juneteenth, check out local leaders at the\\u00a0<u><a href=\\\"https:\\/\\/www.negabusinessalliance.org\\/juneteenth\\\">Northeast Georgia Business Alliance<\\/a><\\/u>or visit the\\u00a0<u><a href=\\\"https:\\/\\/nmaahc.si.edu\\/blog-post\\/historical-legacy-juneteenth\\\">National Museum of African American History and Culture<\\/a><\\/u>.<\\/li><\\/ul><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1766076\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"3bd1f3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"c717a3b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c359fa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc1c726\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"933b2ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"ebc3194\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95f247d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"346c2c9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"af4b581\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b522951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aee9a7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bb3037d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"ee9a59b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"0de0911\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9d4b32\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b75308c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b30ec9b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"00e0110\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"15a5d5f\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Build Schools\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d8b72f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e116465\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"0c770c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"8ad7dec\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Strengthen\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c137448\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4219c01\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c4fba2a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eec22e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4390b08\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we care for\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bb8843\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ca09e32\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"e188386\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\"},\"elements\":[{\"id\":\"6b2bea8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"360\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/what-we-do-003-free-img-1.jpg\"},\"image_size\":\"full\",\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"656513d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"380a646\",\"elType\":\"widget\",\"settings\":{\"title\":\"New life for children, in a new land\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f758c95\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"\"},\"color\":\"#FFD0B3\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"afc932c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5e5d240\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"0c128b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"42a26b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c9d5e39\",\"elType\":\"widget\",\"settings\":{\"title\":\"A new future for exploited children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4697cf9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"415e4b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4328108\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"bb6d7ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\"},\"elements\":[{\"id\":\"42437de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"359\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/what-we-do-002-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"731700c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"70fb19a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\"},\"elements\":[{\"id\":\"a82d695\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"358\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/what-we-do-001-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"c2f5d43\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7a86842\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bringing dreams within reach for children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d5de94d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"7e5059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"471d7dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1029,460,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1030,460,'_elementor_pro_version','3.2.1'),(1032,461,'_elementor_edit_mode','builder'),(1033,461,'_elementor_template_type','wp-page'),(1034,461,'_elementor_version','3.2.5'),(1035,461,'_wp_page_template','default'),(1036,461,'_elementor_data','[{\"id\":\"53a2f2b\",\"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}},\"elements\":[{\"id\":\"3e66444\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"df1c2d6\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4325ca8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d610e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"2897b26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Racial Justice Commitment\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"52a3a24\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b8bb444\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"6b66732\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size\":null},\"elements\":[{\"id\":\"e8e18c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Athens Area Homeless Shelter believes that every child deserves safe and stable housing. We cannot remain silent while Black families in our community lack safety and stability due to systemic racism that is especially apparent in the housing industry. Black children in Georgia are twice as likely as white children to experience homelessness and we stand against the practices creating this disparity (source). We acknowledge that as a community organization, led by majority white people in a town with a wide racial divide, we must listen, learn, and act. We are committed to advocating for just and liberated housing practices and educational opportunities for our Black community members. We believe Black lives matter. \\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5d8f4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We recognize that words must be backed by action. Below are specific steps we are taking as an organization, and the resources we are learning from in our commitment to racial justice. \",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8988334\",\"elType\":\"widget\",\"settings\":{\"title\":\"Action Plan\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60beb9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Increasing professional development opportunities for staff and board, focused on recognizing and rectifying racial injustice in housing and related institutions. Opportunities will be offered via a spectrum of resources, discussion and trainings from a variety of antiracism\\u00a0educators.<\\/li><li>Adapting\\u00a0the AAHS social media plan to dedicate at least one monthly post focused on awareness and resources addressing racial injustice in housing and related institutions.<\\/li><li>Updating our Board Member welcome binders to include:<ol><li>Our AAHS Racial Justice Commitment<\\/li><li>A fact sheet on inequities within the Housing institution.<\\/li><li>A\\u00a0resource list of supportive literature compiled by staff and current board members.<\\/li><\\/ol><\\/li><li>Updating our Employee Manual, our Organizational Policies, and our Volunteer Agreement\\u00a0to include the AAHS Racial Justice Commitment.<\\/li><li>Broadening our intern partnerships for more Black students\' involvement.<\\/li><li>Advertising future job openings at AAHS with Black-led networks and publications\\u00a0in our community.<\\/li><li>Increasing efforts to further diversify the AAHS Board of Directors to more accurately reflect our diverse community.<\\/li><li>Establishing June 19, Juneteenth, as a day of reflection and action for racial justice for AAHS Staff.<ul><li>To learn more about Juneteenth, check out local leaders at the\\u00a0<u><a href=\\\"https:\\/\\/www.negabusinessalliance.org\\/juneteenth\\\">Northeast Georgia Business Alliance<\\/a><\\/u>or visit the\\u00a0<u><a href=\\\"https:\\/\\/nmaahc.si.edu\\/blog-post\\/historical-legacy-juneteenth\\\">National Museum of African American History and Culture<\\/a><\\/u>.<\\/li><\\/ul><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1766076\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"3bd1f3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"c717a3b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c359fa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc1c726\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"933b2ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"ebc3194\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95f247d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"346c2c9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"af4b581\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b522951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aee9a7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bb3037d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"ee9a59b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"0de0911\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9d4b32\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b75308c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b30ec9b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"00e0110\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"15a5d5f\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Build Schools\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d8b72f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e116465\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"0c770c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"8ad7dec\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Strengthen\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c137448\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4219c01\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c4fba2a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eec22e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4390b08\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we care for\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bb8843\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ca09e32\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"e188386\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\"},\"elements\":[{\"id\":\"6b2bea8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"360\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/what-we-do-003-free-img-1.jpg\"},\"image_size\":\"full\",\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"656513d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"380a646\",\"elType\":\"widget\",\"settings\":{\"title\":\"New life for children, in a new land\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f758c95\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"\"},\"color\":\"#FFD0B3\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"afc932c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5e5d240\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"0c128b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"42a26b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c9d5e39\",\"elType\":\"widget\",\"settings\":{\"title\":\"A new future for exploited children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4697cf9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"415e4b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4328108\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"bb6d7ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\"},\"elements\":[{\"id\":\"42437de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"359\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/what-we-do-002-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"731700c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"70fb19a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\"},\"elements\":[{\"id\":\"a82d695\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"358\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/what-we-do-001-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"c2f5d43\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7a86842\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bringing dreams within reach for children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d5de94d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"7e5059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"471d7dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1037,461,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1038,461,'_elementor_pro_version','3.2.1'),(3269,730,'_elementor_edit_mode','builder'),(3270,730,'_elementor_template_type','wp-page'),(3271,730,'_elementor_version','3.2.5'),(3272,730,'_wp_page_template','default'),(3273,730,'_elementor_data','[{\"id\":\"53a2f2b\",\"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}},\"elements\":[{\"id\":\"3e66444\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"df1c2d6\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4325ca8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d610e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"2897b26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Racial Justice Commitment\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"52a3a24\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b8bb444\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"6b66732\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size\":null},\"elements\":[{\"id\":\"e8e18c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Athens Area Homeless Shelter believes that every child deserves safe and stable housing. We cannot remain silent while Black families in our community lack safety and stability due to systemic racism that is especially apparent in the housing industry. Black children in Georgia are twice as likely as white children to experience homelessness and we stand against the practices creating this disparity (source). We acknowledge that as a community organization, led by majority white people in a town with a wide racial divide, we must listen, learn, and act. We are committed to advocating for just and liberated housing practices and educational opportunities for our Black community members. We believe Black lives matter. \\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5d8f4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We recognize that words must be backed by action. Below are specific steps we are taking as an organization, and the resources we are learning from in our commitment to racial justice. \",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8988334\",\"elType\":\"widget\",\"settings\":{\"title\":\"Action Plan\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60beb9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Increasing professional development opportunities for staff and board, focused on recognizing and rectifying racial injustice in housing and related institutions. Opportunities will be offered via a spectrum of resources, discussion and trainings from a variety of antiracism\\u00a0educators.<\\/li><li>Adapting\\u00a0the AAHS social media plan to dedicate at least one monthly post focused on awareness and resources addressing racial injustice in housing and related institutions.<\\/li><li>Updating our Board Member welcome binders to include:<ol><li>Our AAHS Racial Justice Commitment<\\/li><li>A fact sheet on inequities within the Housing institution.<\\/li><li>A\\u00a0resource list of supportive literature compiled by staff and current board members.<\\/li><\\/ol><\\/li><li>Updating our Employee Manual, our Organizational Policies, and our Volunteer Agreement\\u00a0to include the AAHS Racial Justice Commitment.<\\/li><li>Broadening our intern partnerships for more Black students\' involvement.<\\/li><li>Advertising future job openings at AAHS with Black-led networks and publications\\u00a0in our community.<\\/li><li>Increasing efforts to further diversify the AAHS Board of Directors to more accurately reflect our diverse community.<\\/li><li>Establishing June 19, Juneteenth, as a day of reflection and action for racial justice for AAHS Staff.<ul><li>To learn more about Juneteenth, check out local leaders at the\\u00a0<u><a href=\\\"https:\\/\\/www.negabusinessalliance.org\\/juneteenth\\\">Northeast Georgia Business Alliance<\\/a><\\/u>or visit the\\u00a0<u><a href=\\\"https:\\/\\/nmaahc.si.edu\\/blog-post\\/historical-legacy-juneteenth\\\">National Museum of African American History and Culture<\\/a><\\/u>.<\\/li><\\/ul><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1766076\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"3bd1f3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"c717a3b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c359fa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc1c726\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"933b2ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"ebc3194\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95f247d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"346c2c9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"af4b581\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b522951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aee9a7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bb3037d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"ee9a59b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"0de0911\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9d4b32\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b75308c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b30ec9b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"00e0110\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"15a5d5f\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Build Schools\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d8b72f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e116465\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"0c770c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"8ad7dec\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Strengthen\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c137448\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4219c01\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c4fba2a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eec22e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4390b08\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we care for\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bb8843\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ca09e32\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"e188386\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\"},\"elements\":[{\"id\":\"6b2bea8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"360\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/what-we-do-003-free-img-1.jpg\"},\"image_size\":\"full\",\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"656513d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"380a646\",\"elType\":\"widget\",\"settings\":{\"title\":\"New life for children, in a new land\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f758c95\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"\"},\"color\":\"#FFD0B3\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"afc932c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5e5d240\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"0c128b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"42a26b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c9d5e39\",\"elType\":\"widget\",\"settings\":{\"title\":\"A new future for exploited children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4697cf9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"415e4b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4328108\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"bb6d7ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\"},\"elements\":[{\"id\":\"42437de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"359\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/what-we-do-002-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"731700c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"70fb19a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\"},\"elements\":[{\"id\":\"a82d695\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"358\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/what-we-do-001-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"c2f5d43\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7a86842\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bringing dreams within reach for children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d5de94d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"7e5059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"471d7dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1043,351,'_edit_lock','1629208574:1'),(1049,462,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1278,491,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1051,463,'_elementor_edit_mode','builder'),(1052,463,'_elementor_template_type','wp-page'),(1053,463,'_elementor_version','3.2.3'),(1054,463,'_wp_page_template','default'),(1055,463,'_elementor_data','s:23424:\"a:3:{i:0;a:5:{s:2:\"id\";s:7:\"867f29f\";s:8:\"settings\";a:35:{s:3:\"gap\";s:2:\"no\";s:6:\"height\";s:10:\"min-height\";s:13:\"custom_height\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";i:65;s:5:\"sizes\";a:0:{}}s:21:\"background_background\";s:7:\"classic\";s:16:\"background_image\";a:2:{s:2:\"id\";s:3:\"228\";s:3:\"url\";s:82:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/bg-03-free-img-1.jpg\";}s:19:\"background_position\";s:13:\"bottom center\";s:21:\"background_attachment\";s:6:\"scroll\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:20:\"custom_height_tablet\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";s:2:\"45\";s:5:\"sizes\";a:0:{}}s:20:\"custom_height_mobile\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:29:\"background_overlay_background\";s:7:\"classic\";s:26:\"background_overlay_opacity\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:3:\"0.3\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:24:\"background_overlay_color\";s:25:\"globals/colors?id=primary\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"7b70448\";s:8:\"settings\";a:24:{s:12:\"_column_size\";s:3:\"100\";s:7:\"padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:2:\"10\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:2:\"10\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"5\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"c585c87\";s:8:\"settings\";a:15:{s:5:\"title\";s:7:\"Contact\";s:11:\"header_size\";s:2:\"h1\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:12:\"align_mobile\";s:6:\"center\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:128:\"		<div class=\"elementor-widget-container\">\n			<h1 class=\"elementor-heading-title elementor-size-default\">Contact</h1>		</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:1;a:5:{s:2:\"id\";s:7:\"2b082bf\";s:8:\"settings\";a:31:{s:3:\"gap\";s:2:\"no\";s:13:\"custom_height\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:15:\"column_position\";s:3:\"top\";s:9:\"structure\";s:2:\"20\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"125\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"75\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"80\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"80\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#F8F8F8\";s:20:\"reverse_order_mobile\";s:14:\"reverse-mobile\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"d0c22b6\";s:8:\"settings\";a:26:{s:12:\"_column_size\";s:2:\"50\";s:21:\"space_between_widgets\";s:1:\"5\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"100\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:28:\"space_between_widgets_mobile\";s:2:\"20\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"35\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"65\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"9502734\";s:8:\"settings\";a:14:{s:5:\"title\";s:12:\"Get in touch\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:133:\"		<div class=\"elementor-widget-container\">\n			<h2 class=\"elementor-heading-title elementor-size-default\">Get in touch</h2>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"dd30d0b\";s:8:\"settings\";a:20:{s:9:\"icon_list\";a:3:{i:0;a:4:{s:4:\"text\";s:36:\"123 Fifth Avenue, New York, NY 10160\";s:13:\"selected_icon\";a:2:{s:5:\"value\";s:21:\"fas fa-map-marker-alt\";s:7:\"library\";s:8:\"fa-solid\";}s:3:\"_id\";s:7:\"6f88154\";s:4:\"link\";a:4:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}}i:1;a:4:{s:4:\"text\";s:16:\"contact@info.com\";s:13:\"selected_icon\";a:2:{s:5:\"value\";s:15:\"fas fa-envelope\";s:7:\"library\";s:8:\"fa-solid\";}s:3:\"_id\";s:7:\"ff72309\";s:4:\"link\";a:4:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}}i:2;a:4:{s:4:\"text\";s:12:\"929-242-6868\";s:13:\"selected_icon\";a:2:{s:5:\"value\";s:16:\"fas fa-phone-alt\";s:7:\"library\";s:8:\"fa-solid\";}s:3:\"_id\";s:7:\"e7fdb8e\";s:4:\"link\";a:4:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}}}s:13:\"space_between\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"10\";s:5:\"sizes\";a:0:{}}s:13:\"divider_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:2:{s:13:\"divider_color\";s:25:\"globals/colors?id=367e41b\";s:10:\"icon_color\";s:24:\"globals/colors?id=accent\";}s:11:\"text_indent\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"15\";s:5:\"sizes\";a:0:{}}s:26:\"icon_typography_typography\";s:6:\"custom\";s:25:\"icon_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"20\";s:5:\"sizes\";a:0:{}}s:32:\"icon_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"18\";s:5:\"sizes\";a:0:{}}s:32:\"icon_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"16\";s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"icon-list\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:902:\"		<div class=\"elementor-widget-container\">\n					<ul class=\"elementor-icon-list-items\">\n							<li class=\"elementor-icon-list-item\">\n											<span class=\"elementor-icon-list-icon\">\n							<i aria-hidden=\"true\" class=\"fas fa-map-marker-alt\"></i>						</span>\n										<span class=\"elementor-icon-list-text\">123 Fifth Avenue, New York, NY 10160</span>\n									</li>\n								<li class=\"elementor-icon-list-item\">\n											<span class=\"elementor-icon-list-icon\">\n							<i aria-hidden=\"true\" class=\"fas fa-envelope\"></i>						</span>\n										<span class=\"elementor-icon-list-text\">contact@info.com</span>\n									</li>\n								<li class=\"elementor-icon-list-item\">\n											<span class=\"elementor-icon-list-icon\">\n							<i aria-hidden=\"true\" class=\"fas fa-phone-alt\"></i>						</span>\n										<span class=\"elementor-icon-list-text\">929-242-6868</span>\n									</li>\n						</ul>\n				</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"3a22498\";s:8:\"settings\";a:21:{s:12:\"_column_size\";s:2:\"50\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"d2c9317\";s:8:\"settings\";a:12:{s:5:\"title\";s:10:\"Message us\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:131:\"		<div class=\"elementor-widget-container\">\n			<h2 class=\"elementor-heading-title elementor-size-default\">Message us</h2>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"0de74bc\";s:8:\"settings\";a:12:{s:2:\"wp\";a:2:{s:5:\"title\";s:0:\"\";s:7:\"form_id\";s:1:\"5\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:24:\"wp-widget-wpforms-widget\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:97:\"		<div class=\"elementor-widget-container\">\n			<!-- WPForms: no fields, form hidden -->		</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:2;a:5:{s:2:\"id\";s:7:\"5674771\";s:8:\"settings\";a:22:{s:6:\"layout\";s:10:\"full_width\";s:3:\"gap\";s:2:\"no\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"f092d2c\";s:8:\"settings\";a:21:{s:12:\"_column_size\";s:3:\"100\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"c34f4cc\";s:8:\"settings\";a:14:{s:7:\"address\";s:34:\"London Eye, London, United Kingdom\";s:6:\"height\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:3:\"500\";s:5:\"sizes\";a:0:{}}s:13:\"height_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:3:\"400\";s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"google_maps\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:356:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-custom-embed\">\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}}\";'),(1056,463,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1079,466,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1080,466,'_elementor_pro_version','3.2.1'),(1081,467,'_elementor_edit_mode','builder'),(1082,467,'_elementor_template_type','wp-page'),(1083,467,'_elementor_version','3.2.5'),(1084,467,'_wp_page_template','default'),(1085,467,'_elementor_data','[{\"id\":\"867f29f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":65,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"228\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-03-free-img-1.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"45\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.3\",\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"7b70448\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c585c87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"2b082bf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"reverse_order_mobile\":\"reverse-mobile\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"d0c22b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"5\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9502734\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in touch\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd30d0b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"123 Fifth Avenue, New York, NY 10160\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"6f88154\"},{\"text\":\"contact@info.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"ff72309\"},{\"text\":\"929-242-6868\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"e7fdb8e\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"divider_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"__globals__\":{\"divider_color\":\"globals\\/colors?id=367e41b\",\"icon_color\":\"globals\\/colors?id=accent\"},\"text_indent\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"3a22498\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"d2c9317\",\"elType\":\"widget\",\"settings\":{\"title\":\"Message us\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29a8053\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please use the contact form below, if you have any general questions or requests about our services.\\n\\nWe will try our best to respond back to you within 24 hours.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0de74bc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"form_id\":\"17\"}},\"elements\":[],\"widgetType\":\"wp-widget-wpforms-widget\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5674771\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f092d2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"c34f4cc\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":\"500\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1086,467,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1087,467,'_elementor_pro_version','3.2.1'),(1089,468,'_elementor_edit_mode','builder'),(1090,468,'_elementor_template_type','wp-page'),(1091,468,'_elementor_version','3.2.5'),(1092,468,'_wp_page_template','default'),(1093,468,'_elementor_data','[{\"id\":\"867f29f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":65,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"228\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-03-free-img-1.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"45\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.3\",\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"7b70448\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c585c87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"2b082bf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"reverse_order_mobile\":\"reverse-mobile\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"d0c22b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"5\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9502734\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in touch\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd30d0b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"123 Fifth Avenue, New York, NY 10160\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"6f88154\"},{\"text\":\"contact@info.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"ff72309\"},{\"text\":\"929-242-6868\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"e7fdb8e\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"divider_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"__globals__\":{\"divider_color\":\"globals\\/colors?id=367e41b\",\"icon_color\":\"globals\\/colors?id=accent\"},\"text_indent\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"3a22498\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"d2c9317\",\"elType\":\"widget\",\"settings\":{\"title\":\"Message us\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29a8053\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please use the contact form below, if you have any general questions or requests about our services.\\n\\nWe will try our best to respond back to you within 24 hours.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0de74bc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"form_id\":\"17\"}},\"elements\":[],\"widgetType\":\"wp-widget-wpforms-widget\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5674771\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f092d2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"c34f4cc\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":\"500\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1094,468,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1095,468,'_elementor_pro_version','3.2.1'),(1096,469,'_elementor_edit_mode','builder'),(1097,469,'_elementor_template_type','wp-page'),(1098,469,'_elementor_version','3.2.5'),(1099,469,'_wp_page_template','default'),(1100,469,'_elementor_data','[{\"id\":\"867f29f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":65,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"228\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-03-free-img-1.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"45\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.3\",\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"7b70448\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c585c87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"2b082bf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"reverse_order_mobile\":\"reverse-mobile\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"d0c22b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"5\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9502734\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in touch\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd30d0b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"123 Fifth Avenue, New York, NY 10160\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"6f88154\"},{\"text\":\"contact@info.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"ff72309\"},{\"text\":\"929-242-6868\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"e7fdb8e\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"divider_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"__globals__\":{\"divider_color\":\"globals\\/colors?id=367e41b\",\"icon_color\":\"globals\\/colors?id=accent\"},\"text_indent\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"3a22498\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"d2c9317\",\"elType\":\"widget\",\"settings\":{\"title\":\"Message us\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29a8053\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please use the contact form below, if you have any general questions or requests about our services.\\n\\nWe will try our best to respond back to you within 24 hours.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0de74bc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"form_id\":\"17\"}},\"elements\":[],\"widgetType\":\"wp-widget-wpforms-widget\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5674771\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f092d2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"c34f4cc\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":\"500\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1101,469,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1102,469,'_elementor_pro_version','3.2.1'),(6309,1135,'_elementor_edit_mode','builder'),(6284,1132,'_elementor_edit_mode','builder'),(6285,1132,'_elementor_template_type','wp-page'),(1103,470,'_elementor_edit_mode','builder'),(1104,470,'_elementor_template_type','wp-page'),(1105,470,'_elementor_version','3.2.5'),(1106,470,'_wp_page_template','default'),(1107,470,'_elementor_data','[{\"id\":\"867f29f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":65,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"228\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-03-free-img-1.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"45\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.3\",\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"7b70448\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c585c87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"2b082bf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"reverse_order_mobile\":\"reverse-mobile\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"d0c22b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"5\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9502734\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in touch\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd30d0b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"123 Fifth Avenue, New York, NY 10160\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"6f88154\"},{\"text\":\"contact@info.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"ff72309\"},{\"text\":\"1-404-491-9311\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"e7fdb8e\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"divider_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"__globals__\":{\"divider_color\":\"globals\\/colors?id=367e41b\",\"icon_color\":\"globals\\/colors?id=accent\"},\"text_indent\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"8e9a797\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"20fd175\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheChrishaunFoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"b986dc2\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/TheChrishaunFdn\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"844a283\",\"link\":{\"url\":\"https:\\/\\/instagram.com\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/company\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9c6f2fa\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCmzlzjopXMpjtDYwwQ2qacg\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"4624ff3\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"\"},{\"id\":\"3a22498\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"d2c9317\",\"elType\":\"widget\",\"settings\":{\"title\":\"Message us\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29a8053\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please use the contact form below, if you have any general questions or requests about our services.\\n\\nWe will try our best to respond back to you within 24 hours.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0de74bc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"form_id\":\"17\"}},\"elements\":[],\"widgetType\":\"wp-widget-wpforms-widget\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5674771\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f092d2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"c34f4cc\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":\"500\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1108,470,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1109,470,'_elementor_pro_version','3.2.1'),(1111,471,'_elementor_edit_mode','builder'),(1112,471,'_elementor_template_type','wp-page'),(1113,471,'_elementor_version','3.2.5'),(1114,471,'_wp_page_template','default'),(1115,471,'_elementor_data','[{\"id\":\"867f29f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":65,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"228\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-03-free-img-1.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"45\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.3\",\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"7b70448\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c585c87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"2b082bf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"reverse_order_mobile\":\"reverse-mobile\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"d0c22b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"5\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9502734\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in touch\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd30d0b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"123 Fifth Avenue, New York, NY 10160\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"6f88154\"},{\"text\":\"contact@info.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"ff72309\"},{\"text\":\"1-404-491-9311\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"e7fdb8e\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"divider_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"__globals__\":{\"divider_color\":\"globals\\/colors?id=367e41b\",\"icon_color\":\"globals\\/colors?id=accent\"},\"text_indent\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"8e9a797\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"20fd175\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheChrishaunFoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"b986dc2\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/TheChrishaunFdn\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"844a283\",\"link\":{\"url\":\"https:\\/\\/instagram.com\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/company\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9c6f2fa\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCmzlzjopXMpjtDYwwQ2qacg\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"4624ff3\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"\"},{\"id\":\"3a22498\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"d2c9317\",\"elType\":\"widget\",\"settings\":{\"title\":\"Message us\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29a8053\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please use the contact form below, if you have any general questions or requests about our services.\\n\\nWe will try our best to respond back to you within 24 hours.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0de74bc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"form_id\":\"17\"}},\"elements\":[],\"widgetType\":\"wp-widget-wpforms-widget\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5674771\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f092d2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"c34f4cc\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":\"500\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1116,471,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1117,471,'_elementor_pro_version','3.2.1'),(1118,472,'_elementor_edit_mode','builder'),(1119,472,'_elementor_template_type','wp-page'),(1120,472,'_elementor_version','3.2.5'),(1121,472,'_wp_page_template','default'),(1122,472,'_elementor_data','[{\"id\":\"867f29f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":65,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"228\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-03-free-img-1.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"45\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.3\",\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"7b70448\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c585c87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"2b082bf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"reverse_order_mobile\":\"reverse-mobile\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"d0c22b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"5\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9502734\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in touch\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd30d0b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"123 Fifth Avenue, New York, NY 10160\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"6f88154\"},{\"text\":\"contact@info.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"ff72309\"},{\"text\":\"1-404-491-9311\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"e7fdb8e\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"divider_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"__globals__\":{\"divider_color\":\"globals\\/colors?id=367e41b\",\"icon_color\":\"globals\\/colors?id=accent\"},\"text_indent\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"8e9a797\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"20fd175\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheChrishaunFoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"b986dc2\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/TheChrishaunFdn\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"844a283\",\"link\":{\"url\":\"https:\\/\\/instagram.com\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/company\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9c6f2fa\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCmzlzjopXMpjtDYwwQ2qacg\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"4624ff3\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"\"},{\"id\":\"3a22498\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"d2c9317\",\"elType\":\"widget\",\"settings\":{\"title\":\"Message us\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29a8053\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please use the contact form below, if you have any general questions or requests about our services.\\n\\nWe will try our best to respond back to you within 24 hours.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0de74bc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"form_id\":\"17\"}},\"elements\":[],\"widgetType\":\"wp-widget-wpforms-widget\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5674771\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f092d2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"c34f4cc\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":\"500\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1123,472,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1124,472,'_elementor_pro_version','3.2.1'),(1125,473,'_elementor_edit_mode','builder'),(1126,473,'_elementor_template_type','wp-page'),(1127,473,'_elementor_version','3.2.5'),(1128,473,'_wp_page_template','default'),(1129,473,'_elementor_data','[{\"id\":\"867f29f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":65,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"228\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-03-free-img-1.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"45\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.3\",\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"7b70448\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c585c87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"2b082bf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"reverse_order_mobile\":\"reverse-mobile\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"d0c22b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"5\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9502734\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in touch\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd30d0b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"123 Fifth Avenue, New York, NY 10160\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"6f88154\"},{\"text\":\"contact@info.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"ff72309\"},{\"text\":\"1-404-491-9311\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"e7fdb8e\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"divider_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"__globals__\":{\"divider_color\":\"globals\\/colors?id=367e41b\",\"icon_color\":\"globals\\/colors?id=accent\"},\"text_indent\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"8e9a797\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"20fd175\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheChrishaunFoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"b986dc2\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/TheChrishaunFdn\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"844a283\",\"link\":{\"url\":\"https:\\/\\/instagram.com\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/company\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9c6f2fa\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCmzlzjopXMpjtDYwwQ2qacg\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"4624ff3\"},{\"social_icon\":{\"value\":\"fab fa-tumblr\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/thechrishaunfoundation.tumblr.com\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1c734ed\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"\"},{\"id\":\"3a22498\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"d2c9317\",\"elType\":\"widget\",\"settings\":{\"title\":\"Message us\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29a8053\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please use the contact form below, if you have any general questions or requests about our services.\\n\\nWe will try our best to respond back to you within 24 hours.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0de74bc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"form_id\":\"17\"}},\"elements\":[],\"widgetType\":\"wp-widget-wpforms-widget\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5674771\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f092d2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"c34f4cc\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":\"500\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1130,473,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1131,473,'_elementor_pro_version','3.2.1'),(1133,474,'_elementor_edit_mode','builder'),(1134,474,'_elementor_template_type','wp-page'),(1135,474,'_elementor_version','3.2.5'),(1136,474,'_wp_page_template','default'),(1137,474,'_elementor_data','[{\"id\":\"867f29f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":65,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"228\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-03-free-img-1.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"45\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.3\",\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"7b70448\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c585c87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"2b082bf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"reverse_order_mobile\":\"reverse-mobile\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"d0c22b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"5\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9502734\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in touch\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd30d0b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"123 Fifth Avenue, New York, NY 10160\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"6f88154\"},{\"text\":\"contact@info.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"ff72309\"},{\"text\":\"1-404-491-9311\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"e7fdb8e\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"divider_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"__globals__\":{\"divider_color\":\"globals\\/colors?id=367e41b\",\"icon_color\":\"globals\\/colors?id=accent\"},\"text_indent\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"8e9a797\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"20fd175\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheChrishaunFoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"b986dc2\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/TheChrishaunFdn\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"844a283\",\"link\":{\"url\":\"https:\\/\\/instagram.com\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/company\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9c6f2fa\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCmzlzjopXMpjtDYwwQ2qacg\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"4624ff3\"},{\"social_icon\":{\"value\":\"fab fa-tumblr\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/thechrishaunfoundation.tumblr.com\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1c734ed\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"\"},{\"id\":\"3a22498\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"d2c9317\",\"elType\":\"widget\",\"settings\":{\"title\":\"Message us\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29a8053\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please use the contact form below, if you have any general questions or requests about our services.\\n\\nWe will try our best to respond back to you within 24 hours.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0de74bc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"form_id\":\"17\"}},\"elements\":[],\"widgetType\":\"wp-widget-wpforms-widget\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5674771\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f092d2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"c34f4cc\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":\"500\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1138,474,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1139,474,'_elementor_pro_version','3.2.1'),(1140,475,'_elementor_edit_mode','builder'),(1141,475,'_elementor_template_type','wp-page'),(1142,475,'_elementor_version','3.2.5'),(1143,475,'_wp_page_template','default'),(1144,475,'_elementor_data','[{\"id\":\"867f29f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":65,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"228\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-03-free-img-1.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"45\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.3\",\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"7b70448\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c585c87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"2b082bf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"reverse_order_mobile\":\"reverse-mobile\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"d0c22b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"5\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9502734\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in touch\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd30d0b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"123 Fifth Avenue, New York, NY 10160\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"6f88154\"},{\"text\":\"contact@info.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"ff72309\"},{\"text\":\"1-404-491-9311\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"e7fdb8e\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"divider_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"__globals__\":{\"divider_color\":\"globals\\/colors?id=367e41b\",\"icon_color\":\"globals\\/colors?id=accent\"},\"text_indent\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"8e9a797\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"20fd175\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheChrishaunFoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"b986dc2\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/TheChrishaunFdn\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"844a283\",\"link\":{\"url\":\"https:\\/\\/instagram.com\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/company\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9c6f2fa\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCmzlzjopXMpjtDYwwQ2qacg\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"4624ff3\"},{\"social_icon\":{\"value\":\"fab fa-tumblr\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/thechrishaunfoundation.tumblr.com\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1c734ed\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"\"},{\"id\":\"3a22498\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"d2c9317\",\"elType\":\"widget\",\"settings\":{\"title\":\"Message us\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29a8053\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please use the contact form below, if you have any general questions or requests about our services.\\n\\nWe will try our best to respond back to you within 24 hours.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0de74bc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"form_id\":\"17\"}},\"elements\":[],\"widgetType\":\"wp-widget-wpforms-widget\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5674771\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f092d2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"c34f4cc\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":\"500\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1145,475,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1146,475,'_elementor_pro_version','3.2.1'),(1147,476,'_elementor_edit_mode','builder'),(1148,476,'_elementor_template_type','wp-page'),(1149,476,'_elementor_version','3.2.5'),(1150,476,'_wp_page_template','default'),(1151,476,'_elementor_data','[{\"id\":\"867f29f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":65,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"228\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-03-free-img-1.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"45\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.3\",\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"7b70448\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c585c87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"2b082bf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"reverse_order_mobile\":\"reverse-mobile\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"d0c22b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"5\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9502734\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in touch\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd30d0b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"123 Fifth Avenue, New York, NY 10160\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"6f88154\"},{\"text\":\"contact@info.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"ff72309\"},{\"text\":\"1-404-491-9311\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"e7fdb8e\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"divider_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"__globals__\":{\"divider_color\":\"globals\\/colors?id=367e41b\",\"icon_color\":\"globals\\/colors?id=accent\"},\"text_indent\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"8e9a797\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"20fd175\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheChrishaunFoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"b986dc2\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/TheChrishaunFdn\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"844a283\",\"link\":{\"url\":\"https:\\/\\/instagram.com\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/company\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9c6f2fa\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCmzlzjopXMpjtDYwwQ2qacg\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"4624ff3\"},{\"social_icon\":{\"value\":\"fab fa-tumblr\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/thechrishaunfoundation.tumblr.com\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1c734ed\"},{\"social_icon\":{\"value\":\"fab fa-vimeo\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/vimeo.com\\/user108876918\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f797cf\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"\"},{\"id\":\"3a22498\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"d2c9317\",\"elType\":\"widget\",\"settings\":{\"title\":\"Message us\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29a8053\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please use the contact form below, if you have any general questions or requests about our services.\\n\\nWe will try our best to respond back to you within 24 hours.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0de74bc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"form_id\":\"17\"}},\"elements\":[],\"widgetType\":\"wp-widget-wpforms-widget\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5674771\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f092d2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"c34f4cc\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":\"500\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1152,476,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1153,476,'_elementor_pro_version','3.2.1'),(1156,477,'_elementor_edit_mode','builder'),(1157,477,'_elementor_template_type','wp-page'),(1158,477,'_elementor_version','3.2.5'),(1159,477,'_wp_page_template','default'),(1160,477,'_elementor_data','[{\"id\":\"867f29f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":65,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"228\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-03-free-img-1.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"45\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.3\",\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"7b70448\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c585c87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"2b082bf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"reverse_order_mobile\":\"reverse-mobile\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"d0c22b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"5\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9502734\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in touch\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd30d0b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"123 Fifth Avenue, New York, NY 10160\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"6f88154\"},{\"text\":\"contact@info.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"ff72309\"},{\"text\":\"1-404-491-9311\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"e7fdb8e\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"divider_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"__globals__\":{\"divider_color\":\"globals\\/colors?id=367e41b\",\"icon_color\":\"globals\\/colors?id=accent\"},\"text_indent\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"8e9a797\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"20fd175\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheChrishaunFoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"b986dc2\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/TheChrishaunFdn\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"844a283\",\"link\":{\"url\":\"https:\\/\\/instagram.com\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/company\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9c6f2fa\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCmzlzjopXMpjtDYwwQ2qacg\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"4624ff3\"},{\"social_icon\":{\"value\":\"fab fa-tumblr\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/thechrishaunfoundation.tumblr.com\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1c734ed\"},{\"social_icon\":{\"value\":\"fab fa-vimeo\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/vimeo.com\\/user108876918\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f797cf\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"\"},{\"id\":\"3a22498\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"d2c9317\",\"elType\":\"widget\",\"settings\":{\"title\":\"Message us\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29a8053\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please use the contact form below, if you have any general questions or requests about our services.\\n\\nWe will try our best to respond back to you within 24 hours.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0de74bc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"form_id\":\"17\"}},\"elements\":[],\"widgetType\":\"wp-widget-wpforms-widget\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5674771\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f092d2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"c34f4cc\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":\"500\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1161,477,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1162,477,'_elementor_pro_version','3.2.1'),(1164,478,'_elementor_edit_mode','builder'),(1165,478,'_elementor_template_type','wp-page'),(1166,478,'_elementor_version','3.2.5'),(1167,478,'_wp_page_template','default'),(1168,478,'_elementor_data','[{\"id\":\"867f29f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":65,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"228\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-03-free-img-1.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"45\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.3\",\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"7b70448\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c585c87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"2b082bf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"reverse_order_mobile\":\"reverse-mobile\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"d0c22b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"5\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9502734\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in touch\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd30d0b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"123 Fifth Avenue, New York, NY 10160\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"6f88154\"},{\"text\":\"contact@info.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"ff72309\"},{\"text\":\"1-404-491-9311\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"e7fdb8e\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"divider_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"__globals__\":{\"divider_color\":\"globals\\/colors?id=367e41b\",\"icon_color\":\"globals\\/colors?id=accent\"},\"text_indent\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"8e9a797\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"20fd175\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheChrishaunFoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"b986dc2\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/TheChrishaunFdn\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"844a283\",\"link\":{\"url\":\"https:\\/\\/instagram.com\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/company\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9c6f2fa\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCmzlzjopXMpjtDYwwQ2qacg\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"4624ff3\"},{\"social_icon\":{\"value\":\"fab fa-tumblr\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/thechrishaunfoundation.tumblr.com\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1c734ed\"},{\"social_icon\":{\"value\":\"fab fa-vimeo\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/vimeo.com\\/user108876918\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f797cf\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"\"},{\"id\":\"3a22498\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"d2c9317\",\"elType\":\"widget\",\"settings\":{\"title\":\"Message us\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29a8053\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please use the contact form below, if you have any general questions or requests about our services.\\n\\nWe will try our best to respond back to you within 24 hours.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0de74bc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"form_id\":\"17\"}},\"elements\":[],\"widgetType\":\"wp-widget-wpforms-widget\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5674771\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f092d2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"c34f4cc\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":\"500\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1169,478,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1170,478,'_elementor_pro_version','3.2.1'),(3408,746,'_elementor_edit_mode','builder'),(3409,746,'_elementor_template_type','wp-page'),(3410,746,'_elementor_version','3.2.5'),(3411,746,'_wp_page_template','default'),(3412,746,'_elementor_data','[{\"id\":\"c8b716c\",\"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}},\"elements\":[{\"id\":\"1e7e5b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"affdce9\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"2b082bf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"reverse_order_mobile\":\"reverse-mobile\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"d0c22b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"5\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9502734\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in touch\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd30d0b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"123 Fifth Avenue, New York, NY 10160\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"6f88154\"},{\"text\":\"contact@info.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"ff72309\"},{\"text\":\"1-404-491-9311\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"e7fdb8e\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"divider_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"__globals__\":{\"divider_color\":\"globals\\/colors?id=367e41b\",\"icon_color\":\"globals\\/colors?id=accent\"},\"text_indent\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"8e9a797\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"20fd175\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheChrishaunFoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"b986dc2\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/TheChrishaunFdn\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"844a283\",\"link\":{\"url\":\"https:\\/\\/instagram.com\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/company\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9c6f2fa\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCmzlzjopXMpjtDYwwQ2qacg\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"4624ff3\"},{\"social_icon\":{\"value\":\"fab fa-tumblr\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/thechrishaunfoundation.tumblr.com\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1c734ed\"},{\"social_icon\":{\"value\":\"fab fa-vimeo\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/vimeo.com\\/user108876918\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f797cf\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"\"},{\"id\":\"3a22498\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"d2c9317\",\"elType\":\"widget\",\"settings\":{\"title\":\"Message us\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29a8053\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please use the contact form below, if you have any general questions or requests about our services.\\n\\nWe will try our best to respond back to you within 24 hours.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0de74bc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"form_id\":\"17\"}},\"elements\":[],\"widgetType\":\"wp-widget-wpforms-widget\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5674771\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f092d2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"c34f4cc\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":\"500\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1172,479,'_elementor_edit_mode','builder'),(1173,479,'_elementor_template_type','wp-page'),(1174,479,'_elementor_version','3.2.5'),(1175,479,'_wp_page_template','default'),(1176,479,'_elementor_data','[{\"id\":\"c8b716c\",\"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}},\"elements\":[{\"id\":\"1e7e5b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5298130\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"2b082bf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"reverse_order_mobile\":\"reverse-mobile\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"d0c22b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"5\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9502734\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in touch\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd30d0b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"123 Fifth Avenue, New York, NY 10160\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"6f88154\"},{\"text\":\"contact@info.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"ff72309\"},{\"text\":\"1-404-491-9311\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"e7fdb8e\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"divider_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"__globals__\":{\"divider_color\":\"globals\\/colors?id=367e41b\",\"icon_color\":\"globals\\/colors?id=accent\"},\"text_indent\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"8e9a797\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"20fd175\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheChrishaunFoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"b986dc2\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/TheChrishaunFdn\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"844a283\",\"link\":{\"url\":\"https:\\/\\/instagram.com\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/company\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9c6f2fa\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCmzlzjopXMpjtDYwwQ2qacg\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"4624ff3\"},{\"social_icon\":{\"value\":\"fab fa-tumblr\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/thechrishaunfoundation.tumblr.com\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1c734ed\"},{\"social_icon\":{\"value\":\"fab fa-vimeo\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/vimeo.com\\/user108876918\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f797cf\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"\"},{\"id\":\"3a22498\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"d2c9317\",\"elType\":\"widget\",\"settings\":{\"title\":\"Message us\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29a8053\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please use the contact form below, if you have any general questions or requests about our services.\\n\\nWe will try our best to respond back to you within 24 hours.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0de74bc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"form_id\":\"17\"}},\"elements\":[],\"widgetType\":\"wp-widget-wpforms-widget\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5674771\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f092d2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"c34f4cc\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":\"500\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1177,479,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1178,479,'_elementor_pro_version','3.2.1'),(3392,744,'_elementor_edit_mode','builder'),(3393,744,'_elementor_template_type','wp-page'),(3394,744,'_elementor_version','3.2.5'),(3395,744,'_wp_page_template','default'),(3396,744,'_elementor_data','[{\"id\":\"c8b716c\",\"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}},\"elements\":[{\"id\":\"1e7e5b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5298130\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"2b082bf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"reverse_order_mobile\":\"reverse-mobile\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"d0c22b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"5\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9502734\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in touch\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd30d0b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"123 Fifth Avenue, New York, NY 10160\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"6f88154\"},{\"text\":\"contact@info.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"ff72309\"},{\"text\":\"1-404-491-9311\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"e7fdb8e\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"divider_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"__globals__\":{\"divider_color\":\"globals\\/colors?id=367e41b\",\"icon_color\":\"globals\\/colors?id=accent\"},\"text_indent\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"8e9a797\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"20fd175\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheChrishaunFoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"b986dc2\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/TheChrishaunFdn\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"844a283\",\"link\":{\"url\":\"https:\\/\\/instagram.com\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/company\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9c6f2fa\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCmzlzjopXMpjtDYwwQ2qacg\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"4624ff3\"},{\"social_icon\":{\"value\":\"fab fa-tumblr\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/thechrishaunfoundation.tumblr.com\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1c734ed\"},{\"social_icon\":{\"value\":\"fab fa-vimeo\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/vimeo.com\\/user108876918\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f797cf\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"\"},{\"id\":\"3a22498\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"d2c9317\",\"elType\":\"widget\",\"settings\":{\"title\":\"Message us\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29a8053\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please use the contact form below, if you have any general questions or requests about our services.\\n\\nWe will try our best to respond back to you within 24 hours.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0de74bc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"form_id\":\"17\"}},\"elements\":[],\"widgetType\":\"wp-widget-wpforms-widget\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5674771\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f092d2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"c34f4cc\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":\"500\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1182,480,'site-post-title','disabled'),(1183,480,'site-sidebar-layout','no-sidebar'),(1184,480,'site-content-layout','page-builder'),(1185,480,'ast-featured-img','disabled'),(1186,480,'ast-breadcrumbs-content','disabled'),(1187,480,'theme-transparent-header-meta','enabled'),(1188,480,'_yoast_wpseo_estimated-reading-time-minutes','4'),(1189,480,'_elementor_edit_mode','builder'),(1190,480,'_elementor_template_type','wp-page'),(1191,480,'_elementor_version','3.3.1'),(1192,480,'_astra_content_layout_flag','disabled'),(1193,480,'ast-title-bar-display','disabled'),(1194,480,'_wp_page_template','default'),(1195,480,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest. When someone has had so much influence in your life, when you lose them, it can be so detrimental to your overall health. The person that has passed can no longer feel pain but you do, so what do you do now?<br \\/>The Chrishaun Foundation can provide counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your specific needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":959,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Divorce-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"f08557d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9d76cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0b9bd8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":964,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/domestic-violence-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ee4d28f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f00a1e2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf1fe34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"b9fb13e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"04f1862\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef756a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6b9ac62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"cbf523b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"25f4650\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c3bbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"10322c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f8201de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"949fb60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef51021\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b75f0b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":966,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"5da5200\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6ed6830\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"530adac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Addiction\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"89436d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a83156e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking \\u201cif I can just get away from it all even for an hour, it would be worth it \\u201c. You take a substance just to have a moment of peace in your life where just for one second in time, you\\u2019re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it\\u2019s back to your life, your miserable life. So, what do you do?<br \\/>You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"ef66e27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"00638a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"66c8d11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":967,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/military.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f0d4712\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6c8231f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4894f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After The military\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7ec2b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"67da1aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fighting daily for your country\\u2019s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c6ed565\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4a7f3c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you\\u2019re diseased and will throw a measly amount of change at you that you couldn\\u2019t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1233,484,'_elementor_edit_mode','builder'),(1234,484,'_elementor_template_type','wp-page'),(1235,484,'_elementor_version','3.2.5'),(1236,484,'_wp_page_template','default'),(1237,484,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1196,480,'_yoast_wpseo_content_score','60'),(1197,480,'astra-main-page-id','55335'),(1198,480,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1199,480,'_wxr_import_user_slug','alex'),(1200,480,'_astra_sites_imported_post','1'),(1201,480,'_astra_sites_enable_for_batch','1'),(1202,480,'_elementor_pro_version','3.2.1'),(1203,480,'_astra_sites_hotlink_imported','1'),(1204,480,'_edit_lock','1629181859:1'),(1205,480,'_edit_last','1'),(1217,482,'_elementor_edit_mode','builder'),(1218,482,'_elementor_template_type','wp-page'),(1219,482,'_elementor_version','3.2.5'),(1220,482,'_wp_page_template','default'),(1221,482,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1208,481,'_elementor_edit_mode','builder'),(1209,481,'_elementor_template_type','wp-page'),(1210,481,'_elementor_version','3.2.5'),(1211,481,'_wp_page_template','default'),(1212,481,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1213,481,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1214,481,'_elementor_pro_version','3.2.1'),(1216,481,'_elementor_controls_usage','a:10:{s:6:\"slides\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:14:\"section_slides\";a:2:{s:6:\"slides\";i:1;s:13:\"slides_height\";i:1;}s:22:\"section_slider_options\";a:5:{s:14:\"pause_on_hover\";i:1;s:20:\"pause_on_interaction\";i:1;s:16:\"transition_speed\";i:1;s:17:\"content_animation\";i:1;s:10:\"transition\";i:1;}}s:5:\"style\";a:4:{s:19:\"section_style_title\";a:5:{s:29:\"heading_typography_typography\";i:1;s:30:\"heading_typography_font_family\";i:1;s:28:\"heading_typography_font_size\";i:1;s:30:\"heading_typography_font_weight\";i:1;s:33:\"heading_typography_text_transform\";i:1;}s:25:\"section_style_description\";a:2:{s:33:\"description_typography_typography\";i:1;s:32:\"description_typography_font_size\";i:1;}s:20:\"section_style_button\";a:4:{s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_weight\";i:1;s:32:\"button_typography_text_transform\";i:1;s:32:\"button_typography_letter_spacing\";i:1;}s:20:\"section_style_slides\";a:3:{s:17:\"content_max_width\";i:1;s:26:\"slides_horizontal_position\";i:1;s:17:\"slides_text_align\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:5;s:14:\"padding_tablet\";i:8;s:14:\"padding_mobile\";i:5;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:28:\"space_between_widgets_tablet\";i:3;s:21:\"space_between_widgets\";i:5;s:19:\"_inline_size_tablet\";i:6;s:28:\"space_between_widgets_mobile\";i:4;}}s:5:\"style\";a:1:{s:12:\"section_typo\";a:1:{s:10:\"text_align\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:6:\"layout\";i:2;s:3:\"gap\";i:11;s:13:\"custom_height\";i:4;s:20:\"custom_height_mobile\";i:1;s:15:\"column_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:2;s:7:\"padding\";i:9;s:14:\"padding_tablet\";i:8;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:1;}}s:5:\"style\";a:3:{s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:31:\"background_overlay_color_b_stop\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:14:\"section_border\";a:2:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;}s:18:\"section_background\";a:6:{s:21:\"background_background\";i:3;s:16:\"background_color\";i:2;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:6;s:11:\"header_size\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:8:\"_padding\";i:2;s:14:\"_margin_tablet\";i:2;s:15:\"_padding_tablet\";i:2;s:15:\"_padding_mobile\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:2:{s:21:\"typography_typography\";i:1;s:25:\"typography_text_transform\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:4;s:12:\"width_mobile\";i:4;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:4;s:3:\"gap\";i:4;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}}}s:13:\"image-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_gallery\";a:4:{s:10:\"wp_gallery\";i:1;s:14:\"thumbnail_size\";i:1;s:15:\"gallery_columns\";i:1;s:13:\"open_lightbox\";i:1;}}s:5:\"style\";a:1:{s:22:\"section_gallery_images\";a:2:{s:13:\"image_spacing\";i:1;s:20:\"image_spacing_custom\";i:1;}}}}s:14:\"image-carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:22:\"section_image_carousel\";a:7:{s:8:\"carousel\";i:1;s:14:\"thumbnail_size\";i:1;s:14:\"slides_to_show\";i:1;s:16:\"slides_to_scroll\";i:1;s:10:\"navigation\";i:1;s:21:\"slides_to_show_tablet\";i:1;s:21:\"slides_to_show_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:19:\"image_border_border\";i:1;s:18:\"image_border_width\";i:1;s:20:\"image_spacing_custom\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:4:{s:13:\"ending_number\";i:4;s:6:\"suffix\";i:4;s:5:\"title\";i:4;s:6:\"prefix\";i:1;}}s:5:\"style\";a:2:{s:14:\"section_number\";a:7:{s:12:\"number_color\";i:4;s:28:\"typography_number_typography\";i:4;s:29:\"typography_number_font_family\";i:4;s:27:\"typography_number_font_size\";i:4;s:29:\"typography_number_font_weight\";i:4;s:34:\"typography_number_font_size_tablet\";i:4;s:34:\"typography_number_font_size_mobile\";i:4;}s:13:\"section_title\";a:6:{s:11:\"title_color\";i:4;s:27:\"typography_title_typography\";i:4;s:28:\"typography_title_font_family\";i:4;s:26:\"typography_title_font_size\";i:4;s:28:\"typography_title_font_weight\";i:4;s:33:\"typography_title_font_size_tablet\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:4;s:15:\"_padding_tablet\";i:4;s:15:\"_padding_mobile\";i:4;}}}}}'),(1222,482,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1223,482,'_elementor_pro_version','3.2.1'),(1225,483,'_elementor_edit_mode','builder'),(1226,483,'_elementor_template_type','wp-page'),(1227,483,'_elementor_version','3.2.5'),(1228,483,'_wp_page_template','default'),(1229,483,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1230,483,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1231,483,'_elementor_pro_version','3.2.1'),(1238,484,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1239,484,'_elementor_pro_version','3.2.1'),(1259,489,'_elementor_edit_mode','builder'),(1260,489,'_elementor_template_type','wp-page'),(1261,489,'_elementor_version','3.2.5'),(1262,489,'_wp_page_template','default'),(1263,489,'_elementor_data','s:18135:\"a:1:{i:0;a:5:{s:2:\"id\";s:7:\"c1ed415\";s:8:\"settings\";a:36:{s:3:\"gap\";s:2:\"no\";s:16:\"content_position\";s:6:\"middle\";s:9:\"structure\";s:2:\"30\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:19:\"background_position\";s:13:\"bottom center\";s:21:\"background_attachment\";s:6:\"scroll\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";s:22:\"background_size_mobile\";s:5:\"cover\";s:29:\"background_overlay_background\";s:7:\"classic\";s:26:\"background_overlay_color_b\";s:19:\"rgba(255,255,255,0)\";s:26:\"background_overlay_opacity\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"120\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"120\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"90\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"90\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"75\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:5:{s:2:\"id\";s:7:\"2fe83d4\";s:8:\"settings\";a:25:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:2:\"30\";s:8:\"isLinked\";b:1;}s:21:\"space_between_widgets\";i:15;s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"7904552\";s:8:\"settings\";a:15:{s:5:\"image\";a:2:{s:2:\"id\";i:485;s:3:\"url\";s:82:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/image-and-text-4.jpg\";}s:10:\"image_size\";s:4:\"full\";s:5:\"align\";s:4:\"left\";s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"dbc52d1\";s:8:\"settings\";a:14:{s:5:\"title\";s:11:\"Heading One\";s:11:\"header_size\";s:2:\"h3\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"10\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"948ae46\";s:8:\"settings\";a:12:{s:6:\"editor\";s:72:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"7c492c6\";s:8:\"settings\";a:26:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:2:\"30\";s:8:\"isLinked\";b:1;}s:21:\"space_between_widgets\";i:15;s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"40\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"501a0b7\";s:8:\"settings\";a:15:{s:5:\"image\";a:2:{s:2:\"id\";i:486;s:3:\"url\";s:82:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/image-and-text-3.jpg\";}s:10:\"image_size\";s:4:\"full\";s:5:\"align\";s:4:\"left\";s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"81bbcf5\";s:8:\"settings\";a:14:{s:5:\"title\";s:11:\"Heading Two\";s:11:\"header_size\";s:2:\"h3\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"10\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"a83a2af\";s:8:\"settings\";a:12:{s:6:\"editor\";s:72:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"49af9cc\";s:8:\"settings\";a:26:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:2:\"30\";s:8:\"isLinked\";b:1;}s:21:\"space_between_widgets\";i:15;s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"40\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"f1d9a42\";s:8:\"settings\";a:15:{s:5:\"image\";a:2:{s:2:\"id\";i:487;s:3:\"url\";s:82:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/image-and-text-5.jpg\";}s:10:\"image_size\";s:4:\"full\";s:5:\"align\";s:4:\"left\";s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"dd24a6c\";s:8:\"settings\";a:14:{s:5:\"title\";s:13:\"Heading Three\";s:11:\"header_size\";s:2:\"h3\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"10\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"1d40486\";s:8:\"settings\";a:12:{s:6:\"editor\";s:72:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:7:\"section\";}}\";'),(1242,485,'_wp_attached_file','2021/06/image-and-text-4.jpg'),(1243,485,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:320;s:4:\"file\";s:28:\"2021/06/image-and-text-4.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"image-and-text-4-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"image-and-text-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1244,485,'_elementor_source_image_hash','037a9c24f4f152b00230f78bc61d83aefa07839b'),(1245,486,'_wp_attached_file','2021/06/image-and-text-3.jpg'),(1246,486,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:320;s:4:\"file\";s:28:\"2021/06/image-and-text-3.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"image-and-text-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"image-and-text-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1247,486,'_elementor_source_image_hash','1b93953e014832f1f2ad0e1e8daeb1605debaaf0'),(1248,487,'_wp_attached_file','2021/06/image-and-text-5.jpg'),(1249,487,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:320;s:4:\"file\";s:28:\"2021/06/image-and-text-5.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"image-and-text-5-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"image-and-text-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1250,487,'_elementor_source_image_hash','d106b15e342687c31b00cd4cf9db3f1d49894051'),(6600,1174,'_elementor_template_type','wp-page'),(6601,1174,'_elementor_version','3.3.1'),(6602,1174,'_wp_page_template','default'),(6603,1174,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1143,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-1.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br \\/>The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1146,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-3.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f505cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"k3nc4xv\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"75b1742\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"192\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1d076d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4d53f04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing News &amp; Blog\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042d76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec4a328\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"align\":\"left\",\"background_color\":\"#00000000\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"ce23738\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"82c82d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1147,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\"},\"title_text\":\"Elit mattis platea rhoncus\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5f17742\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1148,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\"},\"title_text\":\"Nisl eleifend vulputate ultricies\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1050cd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1149,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\"},\"title_text\":\"Porttitor quam dolor\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1273,491,'_elementor_edit_mode','builder'),(1274,491,'_elementor_template_type','wp-page'),(1275,491,'_elementor_version','3.2.5'),(1276,491,'_wp_page_template','default'),(1277,491,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"25\",\"bottom\":\"90\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]');
INSERT INTO `wpxo_postmeta` VALUES (1264,489,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1265,489,'_elementor_pro_version','3.2.1'),(1266,490,'_elementor_edit_mode','builder'),(1267,490,'_elementor_template_type','wp-page'),(1268,490,'_elementor_version','3.2.5'),(1269,490,'_wp_page_template','default'),(1270,490,'_elementor_data','s:18135:\"a:1:{i:0;a:5:{s:2:\"id\";s:7:\"c1ed415\";s:8:\"settings\";a:36:{s:3:\"gap\";s:2:\"no\";s:16:\"content_position\";s:6:\"middle\";s:9:\"structure\";s:2:\"30\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:19:\"background_position\";s:13:\"bottom center\";s:21:\"background_attachment\";s:6:\"scroll\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";s:22:\"background_size_mobile\";s:5:\"cover\";s:29:\"background_overlay_background\";s:7:\"classic\";s:26:\"background_overlay_color_b\";s:19:\"rgba(255,255,255,0)\";s:26:\"background_overlay_opacity\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"120\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"120\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"90\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"90\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"75\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:5:{s:2:\"id\";s:7:\"2fe83d4\";s:8:\"settings\";a:25:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:2:\"30\";s:8:\"isLinked\";b:1;}s:21:\"space_between_widgets\";i:15;s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"7904552\";s:8:\"settings\";a:15:{s:5:\"image\";a:2:{s:2:\"id\";i:485;s:3:\"url\";s:82:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/image-and-text-4.jpg\";}s:10:\"image_size\";s:4:\"full\";s:5:\"align\";s:4:\"left\";s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"dbc52d1\";s:8:\"settings\";a:14:{s:5:\"title\";s:11:\"Heading One\";s:11:\"header_size\";s:2:\"h3\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"10\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"948ae46\";s:8:\"settings\";a:12:{s:6:\"editor\";s:72:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"7c492c6\";s:8:\"settings\";a:26:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:2:\"30\";s:8:\"isLinked\";b:1;}s:21:\"space_between_widgets\";i:15;s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"40\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"501a0b7\";s:8:\"settings\";a:15:{s:5:\"image\";a:2:{s:2:\"id\";i:486;s:3:\"url\";s:82:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/image-and-text-3.jpg\";}s:10:\"image_size\";s:4:\"full\";s:5:\"align\";s:4:\"left\";s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"81bbcf5\";s:8:\"settings\";a:14:{s:5:\"title\";s:11:\"Heading Two\";s:11:\"header_size\";s:2:\"h3\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"10\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"a83a2af\";s:8:\"settings\";a:12:{s:6:\"editor\";s:72:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"49af9cc\";s:8:\"settings\";a:26:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:2:\"30\";s:8:\"isLinked\";b:1;}s:21:\"space_between_widgets\";i:15;s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"40\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"f1d9a42\";s:8:\"settings\";a:15:{s:5:\"image\";a:2:{s:2:\"id\";i:487;s:3:\"url\";s:82:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/image-and-text-5.jpg\";}s:10:\"image_size\";s:4:\"full\";s:5:\"align\";s:4:\"left\";s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"dd24a6c\";s:8:\"settings\";a:14:{s:5:\"title\";s:13:\"Heading Three\";s:11:\"header_size\";s:2:\"h3\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"10\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"1d40486\";s:8:\"settings\";a:12:{s:6:\"editor\";s:72:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:7:\"section\";}}\";'),(1271,490,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1272,490,'_elementor_pro_version','3.2.1'),(1279,491,'_elementor_pro_version','3.2.1'),(1281,492,'_elementor_edit_mode','builder'),(1282,492,'_elementor_template_type','wp-page'),(1283,492,'_elementor_version','3.2.5'),(1284,492,'_wp_page_template','default'),(1285,492,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"25\",\"bottom\":\"90\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1286,492,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1287,492,'_elementor_pro_version','3.2.1'),(1288,493,'_elementor_edit_mode','builder'),(1289,493,'_elementor_template_type','wp-page'),(1290,493,'_elementor_version','3.2.5'),(1291,493,'_wp_page_template','default'),(1292,493,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"25\",\"bottom\":\"90\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1293,493,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1294,493,'_elementor_pro_version','3.2.1'),(1295,494,'_elementor_edit_mode','builder'),(1296,494,'_elementor_template_type','wp-page'),(1297,494,'_elementor_version','3.2.5'),(1298,494,'_wp_page_template','default'),(1299,494,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1300,494,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1301,494,'_elementor_pro_version','3.2.1'),(1303,495,'_elementor_edit_mode','builder'),(1304,495,'_elementor_template_type','wp-page'),(1305,495,'_elementor_version','3.2.5'),(1306,495,'_wp_page_template','default'),(1307,495,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1308,495,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1309,495,'_elementor_pro_version','3.2.1'),(1310,496,'_elementor_edit_mode','builder'),(1311,496,'_elementor_template_type','wp-page'),(1312,496,'_elementor_version','3.2.5'),(1313,496,'_wp_page_template','default'),(1314,496,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1315,496,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1316,496,'_elementor_pro_version','3.2.1'),(1317,497,'_elementor_edit_mode','builder'),(1318,497,'_elementor_template_type','wp-page'),(1319,497,'_elementor_version','3.2.5'),(1320,497,'_wp_page_template','default'),(1321,497,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1322,497,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1323,497,'_elementor_pro_version','3.2.1'),(1325,498,'_elementor_edit_mode','builder'),(1326,498,'_elementor_template_type','wp-page'),(1327,498,'_elementor_version','3.2.5'),(1328,498,'_wp_page_template','default'),(1329,498,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1330,498,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1331,498,'_elementor_pro_version','3.2.1'),(1332,499,'_elementor_edit_mode','builder'),(1333,499,'_elementor_template_type','wp-page'),(1334,499,'_elementor_version','3.2.5'),(1335,499,'_wp_page_template','default'),(1336,499,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1337,499,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1338,499,'_elementor_pro_version','3.2.1'),(1339,500,'_elementor_edit_mode','builder'),(1340,500,'_elementor_template_type','wp-page'),(1341,500,'_elementor_version','3.2.5'),(1342,500,'_wp_page_template','default'),(1343,500,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1344,500,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1345,500,'_elementor_pro_version','3.2.1'),(1370,504,'_elementor_edit_mode','builder'),(1371,504,'_elementor_template_type','wp-page'),(1372,504,'_elementor_version','3.2.5'),(1373,504,'_wp_page_template','default'),(1374,504,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1369,501,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1355,502,'_elementor_edit_mode','builder'),(1356,502,'_elementor_template_type','wp-page'),(1357,502,'_elementor_version','3.2.5'),(1358,502,'_wp_page_template','default'),(1359,502,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1360,502,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1361,502,'_elementor_pro_version','3.2.1'),(1362,503,'_elementor_edit_mode','builder'),(1363,503,'_elementor_template_type','wp-page'),(1364,503,'_elementor_version','3.2.5'),(1365,503,'_wp_page_template','default'),(1366,503,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1367,503,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1368,503,'_elementor_pro_version','3.2.1'),(1375,504,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1376,504,'_elementor_pro_version','3.2.1'),(1380,505,'_elementor_edit_mode','builder'),(1381,505,'_elementor_template_type','wp-page'),(1382,505,'_elementor_version','3.2.5'),(1383,505,'_wp_page_template','default'),(1384,505,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1385,505,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1386,505,'_elementor_pro_version','3.2.1'),(1388,506,'_elementor_edit_mode','builder'),(1389,506,'_elementor_template_type','wp-page'),(1390,506,'_elementor_version','3.2.5'),(1391,506,'_wp_page_template','default'),(1392,506,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1393,506,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1394,506,'_elementor_pro_version','3.2.1'),(1396,507,'_elementor_edit_mode','builder'),(1397,507,'_elementor_template_type','wp-page'),(1398,507,'_elementor_version','3.2.5'),(1399,507,'_wp_page_template','default'),(1400,507,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1401,507,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1402,507,'_elementor_pro_version','3.2.1'),(1406,508,'_elementor_edit_mode','builder'),(1407,508,'_elementor_template_type','wp-page'),(1408,508,'_elementor_version','3.2.5'),(1409,508,'_wp_page_template','default'),(1410,508,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1411,508,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1412,508,'_elementor_pro_version','3.2.1'),(1414,509,'_elementor_edit_mode','builder'),(1415,509,'_elementor_template_type','wp-page'),(1416,509,'_elementor_version','3.2.5'),(1417,509,'_wp_page_template','default'),(1418,509,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1419,509,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1420,509,'_elementor_pro_version','3.2.1'),(1422,510,'_elementor_edit_mode','builder'),(1423,510,'_elementor_template_type','wp-page'),(1424,510,'_elementor_version','3.2.5'),(1425,510,'_wp_page_template','default'),(1426,510,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1427,510,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1428,510,'_elementor_pro_version','3.2.1'),(1433,511,'_elementor_edit_mode','builder'),(1434,511,'_elementor_template_type','wp-page'),(1435,511,'_elementor_version','3.2.5'),(1436,511,'_wp_page_template','default'),(1437,511,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1438,511,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1439,511,'_elementor_pro_version','3.2.1'),(1441,512,'_elementor_edit_mode','builder'),(1442,512,'_elementor_template_type','wp-page'),(1443,512,'_elementor_version','3.2.5'),(1444,512,'_wp_page_template','default'),(1445,512,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1446,512,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1447,512,'_elementor_pro_version','3.2.1'),(1449,513,'_elementor_edit_mode','builder'),(1450,513,'_elementor_template_type','wp-page'),(1451,513,'_elementor_version','3.2.5'),(1452,513,'_wp_page_template','default'),(1453,513,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1454,513,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1455,513,'_elementor_pro_version','3.2.1'),(1459,514,'_elementor_edit_mode','builder'),(1460,514,'_elementor_template_type','wp-page'),(1461,514,'_elementor_version','3.2.5'),(1462,514,'_wp_page_template','default'),(1463,514,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1464,514,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1465,514,'_elementor_pro_version','3.2.1'),(1467,515,'_elementor_edit_mode','builder'),(1468,515,'_elementor_template_type','wp-page'),(1469,515,'_elementor_version','3.2.5'),(1470,515,'_wp_page_template','default'),(1471,515,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1472,515,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1473,515,'_elementor_pro_version','3.2.1'),(1475,516,'_elementor_edit_mode','builder'),(1476,516,'_elementor_template_type','wp-page'),(1477,516,'_elementor_version','3.2.5'),(1478,516,'_wp_page_template','default'),(1479,516,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1480,516,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1481,516,'_elementor_pro_version','3.2.1'),(1485,517,'_elementor_edit_mode','builder'),(1486,517,'_elementor_template_type','wp-page'),(1487,517,'_elementor_version','3.2.5'),(1488,517,'_wp_page_template','default'),(1489,517,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]');
INSERT INTO `wpxo_postmeta` VALUES (1490,517,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1491,517,'_elementor_pro_version','3.2.1'),(1493,518,'_elementor_edit_mode','builder'),(1494,518,'_elementor_template_type','wp-page'),(1495,518,'_elementor_version','3.2.5'),(1496,518,'_wp_page_template','default'),(1497,518,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1498,518,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1499,518,'_elementor_pro_version','3.2.1'),(1501,519,'_elementor_edit_mode','builder'),(1502,519,'_elementor_template_type','wp-page'),(1503,519,'_elementor_version','3.2.5'),(1504,519,'_wp_page_template','default'),(1505,519,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0771b92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1c81cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"54bc76d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRIDGE TO HOME TRANSITIONAL SHELTER*\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6abbdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"79db3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c663a5a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3c145d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea5dbe2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a082d0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f51506\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1506,519,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1507,519,'_elementor_pro_version','3.2.1'),(1511,520,'_elementor_edit_mode','builder'),(1512,520,'_elementor_template_type','wp-page'),(1513,520,'_elementor_version','3.2.5'),(1514,520,'_wp_page_template','default'),(1515,520,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0771b92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1c81cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"54bc76d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRIDGE TO HOME TRANSITIONAL SHELTER*\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6abbdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"79db3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c663a5a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3c145d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea5dbe2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a082d0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f51506\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1516,520,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1517,520,'_elementor_pro_version','3.2.1'),(1519,521,'_elementor_edit_mode','builder'),(1520,521,'_elementor_template_type','wp-page'),(1521,521,'_elementor_version','3.2.5'),(1522,521,'_wp_page_template','default'),(1523,521,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0771b92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1c81cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"54bc76d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRIDGE TO HOME TRANSITIONAL SHELTER*\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6abbdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"79db3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c663a5a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3c145d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea5dbe2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a082d0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f51506\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1524,521,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1525,521,'_elementor_pro_version','3.2.1'),(1553,525,'_elementor_edit_mode','builder'),(1554,525,'_elementor_template_type','wp-page'),(1555,525,'_elementor_version','3.2.5'),(1556,525,'_wp_page_template','default'),(1557,525,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0771b92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1c81cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"54bc76d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRIDGE TO HOME TRANSITIONAL SHELTER*\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6abbdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"79db3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c663a5a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3c145d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea5dbe2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a082d0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f51506\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0075eb8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"81f2836\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"cba4de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cff4e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOCAL ENGAGEMENT\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"056c7ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0450a6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b263036\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heartbeat\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"fcb17c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"877ec79\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"e08cb33\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1e22f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-school\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"326e21b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"444d009\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"f09b325\",\"elType\":\"widget\",\"settings\":{\"title\":\"*For more information about this new exciting program click here!\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1527,522,'_elementor_edit_mode','builder'),(1528,522,'_elementor_template_type','wp-page'),(1529,522,'_elementor_version','3.2.5'),(1530,522,'_wp_page_template','default'),(1531,522,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0771b92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1c81cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"54bc76d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRIDGE TO HOME TRANSITIONAL SHELTER*\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6abbdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"79db3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c663a5a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3c145d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea5dbe2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a082d0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f51506\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0075eb8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"81f2836\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"cba4de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cff4e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOCAL ENGAGEMENT\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"056c7ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0450a6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b263036\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heartbeat\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"fcb17c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"877ec79\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"e08cb33\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1e22f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-school\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1532,522,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1533,522,'_elementor_pro_version','3.2.1'),(1537,523,'_elementor_edit_mode','builder'),(1538,523,'_elementor_template_type','wp-page'),(1539,523,'_elementor_version','3.2.5'),(1540,523,'_wp_page_template','default'),(1541,523,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0771b92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1c81cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"54bc76d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRIDGE TO HOME TRANSITIONAL SHELTER*\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6abbdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"79db3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c663a5a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3c145d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea5dbe2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a082d0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f51506\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0075eb8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"81f2836\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"cba4de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cff4e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOCAL ENGAGEMENT\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"056c7ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0450a6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b263036\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heartbeat\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"fcb17c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"877ec79\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"e08cb33\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1e22f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-school\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1542,523,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1543,523,'_elementor_pro_version','3.2.1'),(1545,524,'_elementor_edit_mode','builder'),(1546,524,'_elementor_template_type','wp-page'),(1547,524,'_elementor_version','3.2.5'),(1548,524,'_wp_page_template','default'),(1549,524,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0771b92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1c81cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"54bc76d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRIDGE TO HOME TRANSITIONAL SHELTER*\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6abbdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"79db3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c663a5a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3c145d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea5dbe2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a082d0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f51506\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0075eb8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"81f2836\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"cba4de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cff4e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOCAL ENGAGEMENT\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"056c7ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0450a6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b263036\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heartbeat\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"fcb17c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"877ec79\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"e08cb33\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1e22f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-school\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1550,524,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1551,524,'_elementor_pro_version','3.2.1'),(1558,525,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1559,525,'_elementor_pro_version','3.2.1'),(1565,527,'_elementor_edit_mode','builder'),(1566,527,'_elementor_template_type','wp-page'),(1567,527,'_elementor_version','3.2.5'),(1568,527,'_wp_page_template','default'),(1569,527,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0771b92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1c81cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"54bc76d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRIDGE TO HOME TRANSITIONAL SHELTER*\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6abbdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"79db3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c663a5a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3c145d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea5dbe2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a082d0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f51506\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0075eb8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"81f2836\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"cba4de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cff4e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOCAL ENGAGEMENT\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"056c7ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0450a6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b263036\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heartbeat\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"fcb17c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"877ec79\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"e08cb33\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1e22f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-school\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"326e21b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"444d009\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"f09b325\",\"elType\":\"widget\",\"settings\":{\"title\":\"*For more information about this new exciting program click here!\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1563,526,'_wp_attached_file','2021/06/arrow.png'),(1564,526,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:1280;s:4:\"file\";s:17:\"2021/06/arrow.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"arrow-150x300.png\";s:5:\"width\";i:150;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"arrow-512x1024.png\";s:5:\"width\";i:512;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"arrow-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1570,527,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1571,527,'_elementor_pro_version','3.2.1'),(1573,528,'_elementor_edit_mode','builder'),(1574,528,'_elementor_template_type','wp-page'),(1575,528,'_elementor_version','3.2.5'),(1576,528,'_wp_page_template','default'),(1577,528,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0771b92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1c81cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"54bc76d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRIDGE TO HOME TRANSITIONAL SHELTER*\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6abbdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"79db3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c663a5a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3c145d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea5dbe2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a082d0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f51506\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0075eb8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"81f2836\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"cba4de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cff4e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOCAL ENGAGEMENT\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"056c7ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0450a6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b263036\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heartbeat\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"fcb17c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"877ec79\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"e08cb33\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1e22f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-school\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"326e21b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"444d009\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"f09b325\",\"elType\":\"widget\",\"settings\":{\"title\":\"*For more information about this new exciting program click here!\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1578,528,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1579,528,'_elementor_pro_version','3.2.1'),(1662,539,'_elementor_template_type','wp-page'),(1581,529,'_elementor_edit_mode','builder'),(1582,529,'_elementor_template_type','wp-page'),(1583,529,'_elementor_version','3.2.5'),(1584,529,'_wp_page_template','default'),(1585,529,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/arrow.png\",\"id\":526}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0771b92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1c81cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"54bc76d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRIDGE TO HOME TRANSITIONAL SHELTER*\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6abbdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"79db3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c663a5a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3c145d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea5dbe2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a082d0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f51506\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0075eb8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"81f2836\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"cba4de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cff4e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOCAL ENGAGEMENT\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"056c7ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0450a6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b263036\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heartbeat\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"fcb17c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"877ec79\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"e08cb33\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1e22f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-school\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"326e21b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"444d009\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"f09b325\",\"elType\":\"widget\",\"settings\":{\"title\":\"*For more information about this new exciting program click here!\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1586,529,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1587,529,'_elementor_pro_version','3.2.1'),(1593,531,'_elementor_edit_mode','builder'),(1594,531,'_elementor_template_type','wp-page'),(1595,531,'_elementor_version','3.2.5'),(1596,531,'_wp_page_template','default'),(1597,531,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/arrow.png\",\"id\":526}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0771b92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1c81cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"54bc76d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRIDGE TO HOME TRANSITIONAL SHELTER*\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6abbdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"79db3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c663a5a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3c145d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea5dbe2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a082d0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f51506\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0075eb8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"81f2836\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"cba4de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cff4e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOCAL ENGAGEMENT\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"056c7ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0450a6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b263036\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heartbeat\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"fcb17c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"877ec79\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"e08cb33\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1e22f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-school\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"326e21b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"444d009\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"f09b325\",\"elType\":\"widget\",\"settings\":{\"title\":\"*For more information about this new exciting program click here!\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1591,530,'_wp_attached_file','2021/06/arrow-1.png'),(1592,530,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:261;s:6:\"height\";i:1280;s:4:\"file\";s:19:\"2021/06/arrow-1.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"arrow-1-61x300.png\";s:5:\"width\";i:61;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"arrow-1-209x1024.png\";s:5:\"width\";i:209;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"arrow-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1598,531,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1599,531,'_elementor_pro_version','3.2.1'),(1601,532,'_elementor_edit_mode','builder'),(1602,532,'_elementor_template_type','wp-page'),(1603,532,'_elementor_version','3.2.5'),(1604,532,'_wp_page_template','default'),(1605,532,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/arrow.png\",\"id\":526}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0771b92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1c81cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"54bc76d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRIDGE TO HOME TRANSITIONAL SHELTER*\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6abbdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"79db3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c663a5a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3c145d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea5dbe2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a082d0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f51506\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0075eb8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"81f2836\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"cba4de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cff4e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOCAL ENGAGEMENT\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"056c7ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0450a6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b263036\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heartbeat\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"fcb17c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"877ec79\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"e08cb33\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1e22f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-school\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"326e21b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"444d009\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"f09b325\",\"elType\":\"widget\",\"settings\":{\"title\":\"*For more information about this new exciting program click here!\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1606,532,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1607,532,'_elementor_pro_version','3.2.1'),(1609,533,'_elementor_edit_mode','builder'),(1610,533,'_elementor_template_type','wp-page'),(1611,533,'_elementor_version','3.2.5'),(1612,533,'_wp_page_template','default'),(1613,533,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/arrow-1.png\",\"id\":530}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0771b92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1c81cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"54bc76d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRIDGE TO HOME TRANSITIONAL SHELTER*\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6abbdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"79db3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c663a5a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3c145d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea5dbe2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a082d0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f51506\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0075eb8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"81f2836\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"cba4de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cff4e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOCAL ENGAGEMENT\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"056c7ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0450a6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b263036\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heartbeat\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"fcb17c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"877ec79\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"e08cb33\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1e22f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-school\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"326e21b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"444d009\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"f09b325\",\"elType\":\"widget\",\"settings\":{\"title\":\"*For more information about this new exciting program click here!\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1614,533,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1615,533,'_elementor_pro_version','3.2.1'),(1619,534,'_elementor_edit_mode','builder'),(1620,534,'_elementor_template_type','wp-page'),(1621,534,'_elementor_version','3.2.5'),(1622,534,'_wp_page_template','default'),(1623,534,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/arrow-1.png\",\"id\":530}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0771b92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1c81cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"54bc76d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRIDGE TO HOME TRANSITIONAL SHELTER*\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6abbdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"79db3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c663a5a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3c145d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea5dbe2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a082d0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f51506\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0075eb8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"81f2836\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"cba4de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cff4e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOCAL ENGAGEMENT\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"056c7ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0450a6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b263036\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heartbeat\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"fcb17c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"877ec79\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"e08cb33\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1e22f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-school\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"326e21b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"444d009\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"f09b325\",\"elType\":\"widget\",\"settings\":{\"title\":\"*For more information about this new exciting program click here!\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1624,534,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1625,534,'_elementor_pro_version','3.2.1'),(1627,535,'_elementor_edit_mode','builder'),(1628,535,'_elementor_template_type','wp-page'),(1629,535,'_elementor_version','3.2.5'),(1630,535,'_wp_page_template','default'),(1631,535,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/arrow-1.png\",\"id\":530}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0771b92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1c81cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"54bc76d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRIDGE TO HOME TRANSITIONAL SHELTER*\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6abbdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"79db3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c663a5a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3c145d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea5dbe2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a082d0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f51506\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0075eb8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"81f2836\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"cba4de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cff4e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOCAL ENGAGEMENT\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"056c7ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0450a6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b263036\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heartbeat\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"fcb17c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"877ec79\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"e08cb33\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1e22f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-school\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"326e21b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"444d009\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"f09b325\",\"elType\":\"widget\",\"settings\":{\"title\":\"*For more information about this new exciting program click here!\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1632,535,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1633,535,'_elementor_pro_version','3.2.1'),(1661,539,'_elementor_edit_mode','builder'),(1635,536,'_elementor_edit_mode','builder'),(1636,536,'_elementor_template_type','wp-page'),(1637,536,'_elementor_version','3.2.5'),(1638,536,'_wp_page_template','default'),(1639,536,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/arrow-1.png\",\"id\":530},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0771b92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1c81cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"54bc76d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRIDGE TO HOME TRANSITIONAL SHELTER*\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6abbdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"79db3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c663a5a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3c145d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea5dbe2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a082d0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f51506\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0075eb8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"81f2836\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"cba4de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cff4e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOCAL ENGAGEMENT\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"056c7ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0450a6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b263036\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heartbeat\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"fcb17c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"877ec79\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"e08cb33\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1e22f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-school\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"326e21b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"444d009\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"f09b325\",\"elType\":\"widget\",\"settings\":{\"title\":\"*For more information about this new exciting program click here!\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1640,536,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1641,536,'_elementor_pro_version','3.2.1'),(1645,537,'_elementor_edit_mode','builder'),(1646,537,'_elementor_template_type','wp-page'),(1647,537,'_elementor_version','3.2.5'),(1648,537,'_wp_page_template','default'),(1649,537,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/arrow-1.png\",\"id\":530},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0771b92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1c81cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"54bc76d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRIDGE TO HOME TRANSITIONAL SHELTER*\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6abbdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"79db3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c663a5a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3c145d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea5dbe2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a082d0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f51506\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0075eb8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"81f2836\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"cba4de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cff4e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOCAL ENGAGEMENT\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"056c7ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0450a6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b263036\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heartbeat\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"fcb17c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"877ec79\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"e08cb33\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1e22f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-school\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"326e21b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"444d009\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"f09b325\",\"elType\":\"widget\",\"settings\":{\"title\":\"*For more information about this new exciting program click here!\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1650,537,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1651,537,'_elementor_pro_version','3.2.1'),(1653,538,'_elementor_edit_mode','builder'),(1654,538,'_elementor_template_type','wp-page'),(1655,538,'_elementor_version','3.2.5'),(1656,538,'_wp_page_template','default'),(1657,538,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/arrow-1.png\",\"id\":530},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0771b92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1c81cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"54bc76d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRIDGE TO HOME TRANSITIONAL SHELTER*\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6abbdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"79db3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c663a5a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3c145d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea5dbe2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a082d0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f51506\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0075eb8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"81f2836\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"cba4de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cff4e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOCAL ENGAGEMENT\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"056c7ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0450a6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b263036\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heartbeat\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"fcb17c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"877ec79\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"e08cb33\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1e22f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-school\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"326e21b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"444d009\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"f09b325\",\"elType\":\"widget\",\"settings\":{\"title\":\"*For more information about this new exciting program click here!\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1658,538,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1659,538,'_elementor_pro_version','3.2.1'),(1663,539,'_elementor_version','3.2.5'),(1664,539,'_wp_page_template','default'),(1665,539,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0771b92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1c81cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"54bc76d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRIDGE TO HOME TRANSITIONAL SHELTER*\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6abbdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"79db3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c663a5a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3c145d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea5dbe2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a082d0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f51506\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0075eb8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"81f2836\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"cba4de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cff4e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOCAL ENGAGEMENT\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"056c7ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0450a6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b263036\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heartbeat\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"fcb17c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"877ec79\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"e08cb33\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1e22f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-school\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"326e21b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"444d009\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"f09b325\",\"elType\":\"widget\",\"settings\":{\"title\":\"*For more information about this new exciting program click here!\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1666,539,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1667,539,'_elementor_pro_version','3.2.1'),(1671,540,'_elementor_edit_mode','builder'),(1672,540,'_elementor_template_type','wp-page'),(1673,540,'_elementor_version','3.2.5'),(1674,540,'_wp_page_template','default'),(1675,540,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0771b92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1c81cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"54bc76d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRIDGE TO HOME TRANSITIONAL SHELTER*\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6abbdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"79db3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c663a5a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3c145d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea5dbe2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a082d0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f51506\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0075eb8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"81f2836\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"cba4de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cff4e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOCAL ENGAGEMENT\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"056c7ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0450a6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b263036\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heartbeat\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"fcb17c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"877ec79\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"e08cb33\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1e22f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-school\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"326e21b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"444d009\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"f09b325\",\"elType\":\"widget\",\"settings\":{\"title\":\"*For more information about this new exciting program click here!\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1676,540,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1677,540,'_elementor_pro_version','3.2.1'),(1679,541,'_elementor_edit_mode','builder'),(1680,541,'_elementor_template_type','wp-page'),(1681,541,'_elementor_version','3.2.5'),(1682,541,'_wp_page_template','default'),(1683,541,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0771b92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1c81cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"54bc76d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRIDGE TO HOME TRANSITIONAL SHELTER*\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6abbdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"79db3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c663a5a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3c145d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea5dbe2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a082d0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f51506\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0075eb8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"81f2836\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"cba4de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cff4e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOCAL ENGAGEMENT\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"056c7ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0450a6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b263036\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heartbeat\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"fcb17c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"877ec79\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"e08cb33\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1e22f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-school\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"326e21b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"444d009\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"f09b325\",\"elType\":\"widget\",\"settings\":{\"title\":\"*For more information about this new exciting program click here!\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1684,541,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1685,541,'_elementor_pro_version','3.2.1'),(1687,542,'_elementor_edit_mode','builder'),(1688,542,'_elementor_template_type','wp-page'),(1689,542,'_elementor_version','3.2.5'),(1690,542,'_wp_page_template','default'),(1691,542,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0771b92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1c81cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"54bc76d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRIDGE TO HOME TRANSITIONAL SHELTER*\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6abbdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"79db3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c663a5a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3c145d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea5dbe2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a082d0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f51506\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0075eb8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"81f2836\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"cba4de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cff4e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOCAL ENGAGEMENT\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"056c7ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0450a6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b263036\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heartbeat\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"fcb17c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"877ec79\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"e08cb33\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1e22f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-school\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"326e21b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"444d009\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"f09b325\",\"elType\":\"widget\",\"settings\":{\"title\":\"*For more information about this new exciting program click here!\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1692,542,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1693,542,'_elementor_pro_version','3.2.1'),(1697,543,'_elementor_edit_mode','builder'),(1698,543,'_elementor_template_type','wp-page'),(1699,543,'_elementor_version','3.2.5'),(1700,543,'_wp_page_template','default'),(1701,543,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0771b92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1c81cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"54bc76d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRIDGE TO HOME TRANSITIONAL SHELTER*\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6abbdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"79db3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c663a5a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3c145d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea5dbe2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a082d0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f51506\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0075eb8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"81f2836\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"cba4de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cff4e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOCAL ENGAGEMENT\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"056c7ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0450a6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b263036\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heartbeat\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"fcb17c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"877ec79\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"e08cb33\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1e22f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-school\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"326e21b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"444d009\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"f09b325\",\"elType\":\"widget\",\"settings\":{\"title\":\"*For more information about this new exciting program click here!\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1702,543,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1703,543,'_elementor_pro_version','3.2.1'),(1705,544,'_elementor_edit_mode','builder'),(1706,544,'_elementor_template_type','wp-page'),(1707,544,'_elementor_version','3.2.5'),(1708,544,'_wp_page_template','default'),(1709,544,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0771b92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1c81cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"54bc76d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRIDGE TO HOME TRANSITIONAL SHELTER*\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6abbdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"79db3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c663a5a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3c145d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea5dbe2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a082d0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f51506\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0075eb8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"81f2836\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"cba4de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cff4e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOCAL ENGAGEMENT\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"056c7ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0450a6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b263036\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heartbeat\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"fcb17c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"877ec79\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"e08cb33\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1e22f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-school\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"326e21b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"444d009\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"f09b325\",\"elType\":\"widget\",\"settings\":{\"title\":\"*For more information about this new exciting program click here!\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1710,544,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1711,544,'_elementor_pro_version','3.2.1'),(6523,1165,'_elementor_version','3.3.1'),(6524,1165,'_wp_page_template','default'),(6525,1165,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1143,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-1.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now? The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.\\u00a0\\nThe Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1146,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-3.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f505cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing Handbook\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e27570a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7158521\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Molestie in eu ipsum condimentum\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"384ec63\"},{\"text\":\"Quis in lobortis nunc ullamcorper sit \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"7ba52ed\"},{\"text\":\"Non sit vulputate praesent praesent dignissim platea \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"d9cd325\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"5e38237\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Now\",\"align\":\"left\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"background_color\":\"#00000000\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"k3nc4xv\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"75b1742\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"192\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1d076d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4d53f04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing News &amp; Blog\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042d76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec4a328\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"align\":\"left\",\"background_color\":\"#00000000\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"ce23738\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"82c82d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1147,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\"},\"title_text\":\"Elit mattis platea rhoncus\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5f17742\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1148,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\"},\"title_text\":\"Nisl eleifend vulputate ultricies\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1050cd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1149,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\"},\"title_text\":\"Porttitor quam dolor\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1713,545,'_elementor_edit_mode','builder'),(1714,545,'_elementor_template_type','wp-page'),(1715,545,'_elementor_version','3.2.5'),(1716,545,'_wp_page_template','default'),(1717,545,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0771b92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1c81cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"54bc76d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRIDGE TO HOME TRANSITIONAL SHELTER*\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6abbdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"79db3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c663a5a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3c145d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea5dbe2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a082d0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f51506\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0075eb8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"81f2836\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"cba4de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cff4e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOCAL ENGAGEMENT\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"056c7ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0450a6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b263036\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heartbeat\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"fcb17c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"877ec79\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"e08cb33\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1e22f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-school\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"326e21b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"444d009\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"f09b325\",\"elType\":\"widget\",\"settings\":{\"title\":\"*For more information about this new exciting program click here!\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1718,545,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wpxo_postmeta` VALUES (1719,545,'_elementor_pro_version','3.2.1'),(1723,546,'_elementor_edit_mode','builder'),(1724,546,'_elementor_template_type','wp-page'),(1725,546,'_elementor_version','3.2.5'),(1726,546,'_wp_page_template','default'),(1727,546,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0771b92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1c81cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"54bc76d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRIDGE TO HOME TRANSITIONAL SHELTER*\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6abbdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"79db3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c663a5a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3c145d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea5dbe2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a082d0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f51506\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0075eb8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"81f2836\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"cba4de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cff4e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOCAL ENGAGEMENT\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"056c7ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0450a6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b263036\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heartbeat\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"fcb17c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"877ec79\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"e08cb33\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1e22f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-school\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"326e21b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"444d009\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"f09b325\",\"elType\":\"widget\",\"settings\":{\"title\":\"*For more information about this new exciting program click here!\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1728,546,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1729,546,'_elementor_pro_version','3.2.1'),(1731,547,'_elementor_edit_mode','builder'),(1732,547,'_elementor_template_type','wp-page'),(1733,547,'_elementor_version','3.2.5'),(1734,547,'_wp_page_template','default'),(1735,547,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0771b92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1c81cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"54bc76d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRIDGE TO HOME TRANSITIONAL SHELTER*\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6abbdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"79db3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c663a5a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3c145d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea5dbe2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a082d0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f51506\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0075eb8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"81f2836\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"cba4de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cff4e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOCAL ENGAGEMENT\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"056c7ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0450a6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b263036\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heartbeat\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"fcb17c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"877ec79\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"e08cb33\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1e22f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-school\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"326e21b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"444d009\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"f09b325\",\"elType\":\"widget\",\"settings\":{\"title\":\"*For more information about this new exciting program click here!\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1736,547,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1737,547,'_elementor_pro_version','3.2.1'),(6521,1165,'_elementor_edit_mode','builder'),(6522,1165,'_elementor_template_type','wp-page'),(3330,737,'_elementor_edit_mode','builder'),(3331,737,'_elementor_template_type','wp-page'),(3332,737,'_elementor_version','3.2.5'),(3333,737,'_wp_page_template','default'),(3334,737,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0771b92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1c81cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"54bc76d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRIDGE TO HOME TRANSITIONAL SHELTER*\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6abbdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"79db3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c663a5a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3c145d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"ea5dbe2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a082d0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7f51506\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0075eb8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"81f2836\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"cba4de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cff4e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOCAL ENGAGEMENT\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"056c7ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0450a6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b263036\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heartbeat\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"fcb17c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"877ec79\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"e08cb33\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"1d1e22f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-school\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"326e21b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"444d009\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"f09b325\",\"elType\":\"widget\",\"settings\":{\"title\":\"*For more information about this new exciting program click here!\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1739,548,'_elementor_edit_mode','builder'),(1740,548,'_elementor_template_type','wp-page'),(1741,548,'_elementor_version','3.2.5'),(1742,548,'_wp_page_template','default'),(1743,548,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0771b92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1c81cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"54bc76d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRIDGE TO HOME TRANSITIONAL SHELTER*\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6abbdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"79db3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c663a5a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3c145d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"ea5dbe2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a082d0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7f51506\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0075eb8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"81f2836\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"cba4de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cff4e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOCAL ENGAGEMENT\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"056c7ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0450a6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b263036\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heartbeat\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"fcb17c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"877ec79\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"e08cb33\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"1d1e22f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-school\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"326e21b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"444d009\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"f09b325\",\"elType\":\"widget\",\"settings\":{\"title\":\"*For more information about this new exciting program click here!\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1744,548,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1745,548,'_elementor_pro_version','3.2.1'),(3316,735,'_elementor_edit_mode','builder'),(3317,735,'_elementor_template_type','wp-page'),(3318,735,'_elementor_version','3.2.5'),(3319,735,'_wp_page_template','default'),(3320,735,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0771b92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1c81cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"54bc76d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRIDGE TO HOME TRANSITIONAL SHELTER*\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6abbdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"79db3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c663a5a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3c145d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"ea5dbe2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a082d0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7f51506\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0075eb8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"81f2836\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"cba4de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cff4e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOCAL ENGAGEMENT\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"056c7ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0450a6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b263036\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heartbeat\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"fcb17c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"877ec79\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"e08cb33\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"1d1e22f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-school\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"326e21b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"444d009\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"f09b325\",\"elType\":\"widget\",\"settings\":{\"title\":\"*For more information about this new exciting program click here!\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1749,549,'site-post-title','disabled'),(1750,549,'site-sidebar-layout','no-sidebar'),(1751,549,'site-content-layout','page-builder'),(1752,549,'ast-featured-img','disabled'),(1753,549,'ast-breadcrumbs-content','disabled'),(1754,549,'theme-transparent-header-meta','enabled'),(1755,549,'_yoast_wpseo_estimated-reading-time-minutes','4'),(1756,549,'_elementor_edit_mode','builder'),(1757,549,'_elementor_template_type','wp-page'),(1758,549,'_elementor_version','3.3.1'),(1759,549,'_astra_content_layout_flag','disabled'),(1760,549,'ast-title-bar-display','disabled'),(1761,549,'_wp_page_template','default'),(1762,549,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Covid-19 Relief Efforts\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"86d7a78\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>COVID-19- 2020, one of the most brutal years of our lifetime. In March, the country shut down and it seemed as though everybody lost their job. Even though we were all in this together, it can feel like it\'s only happening to you. Just because other people lost their jobs, it doesn\'t make you feel any better about losing yours. A new normal with masks, took smiles away from people and made life seem so dreary. If you were unfortunate enough to get sick with Covid, that made life even worse. Not only were you going through the worst financial time of your life, but you also had to do it while vomiting, losing taste, having a runny nose, etc.<\\/p><p>Millions of Americans applied for unemployment and the country shut down what you meant you were at home alone or with family for months on end. To be cooped up with no human contact was excruciating for some. You felt so alone and now it will be so hard for you to recuperate financially and emotionally. It was also pretty upsetting to see on social media all the people who are more well-off than you complain about being stuck in their mansions, almost a slap in the face. The Chrishaun foundation is here to help get you back to pre-COVID.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6217,1125,'_elementor_edit_mode','builder'),(6218,1125,'_elementor_template_type','wp-page'),(6219,1125,'_elementor_version','3.2.5'),(6220,1125,'_wp_page_template','default'),(6221,1125,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"86d7a78\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>COVID-19- 2020, one of the most brutal years of our lifetime. In March, the country shut down and it seemed as though everybody lost their job. Even though we were all in this together, it can feel like it\'s only happening to you. Just because other people lost their jobs, it doesn\'t make you feel any better about losing yours. A new normal with masks, took smiles away from people and made life seem so dreary. If you were unfortunate enough to get sick with Covid, that made life even worse. Not only were you going through the worst financial time of your life, but you also had to do it while vomiting, losing taste, having a runny nose, etc.<\\/p><p>Millions of Americans applied for unemployment and the country shut down what you meant you were at home alone or with family for months on end. To be cooped up with no human contact was excruciating for some. You felt so alone and now it will be so hard for you to recuperate financially and emotionally. It was also pretty upsetting to see on social media all the people who are more well-off than you complain about being stuck in their mansions, almost a slap in the face. The Chrishaun foundation is here to help get you back to pre-COVID.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6222,1125,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6223,1125,'_elementor_pro_version','3.2.1'),(6225,549,'_elementor_page_assets','a:0:{}'),(6229,1126,'_elementor_template_type','wp-page'),(6230,1126,'_elementor_version','3.3.1'),(6231,1126,'_wp_page_template','default'),(6232,1126,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"86d7a78\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>COVID-19- 2020, one of the most brutal years of our lifetime. In March, the country shut down and it seemed as though everybody lost their job. Even though we were all in this together, it can feel like it\'s only happening to you. Just because other people lost their jobs, it doesn\'t make you feel any better about losing yours. A new normal with masks, took smiles away from people and made life seem so dreary. If you were unfortunate enough to get sick with Covid, that made life even worse. Not only were you going through the worst financial time of your life, but you also had to do it while vomiting, losing taste, having a runny nose, etc.<\\/p><p>Millions of Americans applied for unemployment and the country shut down what you meant you were at home alone or with family for months on end. To be cooped up with no human contact was excruciating for some. You felt so alone and now it will be so hard for you to recuperate financially and emotionally. It was also pretty upsetting to see on social media all the people who are more well-off than you complain about being stuck in their mansions, almost a slap in the face. The Chrishaun foundation is here to help get you back to pre-COVID.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1941,569,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1942,569,'_elementor_pro_version','3.2.1'),(1946,570,'_elementor_edit_mode','builder'),(1947,570,'_elementor_template_type','wp-page'),(1948,570,'_elementor_version','3.2.5'),(1949,570,'_wp_page_template','default'),(1950,570,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\\n\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8842e42\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"1169be3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(1763,549,'_yoast_wpseo_content_score','60'),(1764,549,'astra-main-page-id','55335'),(1765,549,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1766,549,'_wxr_import_user_slug','alex'),(1767,549,'_astra_sites_imported_post','1'),(1768,549,'_astra_sites_enable_for_batch','1'),(1769,549,'_elementor_pro_version','3.2.1'),(1770,549,'_astra_sites_hotlink_imported','1'),(1771,549,'_edit_lock','1629094654:1'),(1772,549,'_edit_last','1'),(1784,551,'_elementor_edit_mode','builder'),(1785,551,'_elementor_template_type','wp-page'),(1786,551,'_elementor_version','3.2.5'),(1787,551,'_wp_page_template','default'),(1788,551,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0771b92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1c81cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"54bc76d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRIDGE TO HOME TRANSITIONAL SHELTER*\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6abbdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"79db3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c663a5a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3c145d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"ea5dbe2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a082d0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7f51506\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0075eb8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"81f2836\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"cba4de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cff4e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOCAL ENGAGEMENT\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"056c7ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0450a6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b263036\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heartbeat\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"fcb17c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"877ec79\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"e08cb33\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"1d1e22f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-school\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"326e21b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"444d009\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"f09b325\",\"elType\":\"widget\",\"settings\":{\"title\":\"*For more information about this new exciting program click here!\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1775,550,'_elementor_edit_mode','builder'),(1776,550,'_elementor_template_type','wp-page'),(1777,550,'_elementor_version','3.2.5'),(1778,550,'_wp_page_template','default'),(1779,550,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0771b92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1c81cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"54bc76d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRIDGE TO HOME TRANSITIONAL SHELTER*\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6abbdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"79db3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c663a5a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3c145d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"ea5dbe2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a082d0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7f51506\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0075eb8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"81f2836\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"cba4de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cff4e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOCAL ENGAGEMENT\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"056c7ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0450a6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b263036\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heartbeat\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"fcb17c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"877ec79\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"e08cb33\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"1d1e22f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-school\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"326e21b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"444d009\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"f09b325\",\"elType\":\"widget\",\"settings\":{\"title\":\"*For more information about this new exciting program click here!\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1780,550,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1781,550,'_elementor_pro_version','3.2.1'),(1783,550,'_elementor_controls_usage','a:5:{s:6:\"slides\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:14:\"section_slides\";a:2:{s:6:\"slides\";i:1;s:13:\"slides_height\";i:1;}s:22:\"section_slider_options\";a:5:{s:14:\"pause_on_hover\";i:1;s:20:\"pause_on_interaction\";i:1;s:16:\"transition_speed\";i:1;s:17:\"content_animation\";i:1;s:10:\"transition\";i:1;}}s:5:\"style\";a:4:{s:19:\"section_style_title\";a:5:{s:29:\"heading_typography_typography\";i:1;s:30:\"heading_typography_font_family\";i:1;s:28:\"heading_typography_font_size\";i:1;s:30:\"heading_typography_font_weight\";i:1;s:33:\"heading_typography_text_transform\";i:1;}s:25:\"section_style_description\";a:2:{s:33:\"description_typography_typography\";i:1;s:32:\"description_typography_font_size\";i:1;}s:20:\"section_style_button\";a:4:{s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_weight\";i:1;s:32:\"button_typography_text_transform\";i:1;s:32:\"button_typography_letter_spacing\";i:1;}s:20:\"section_style_slides\";a:3:{s:17:\"content_max_width\";i:1;s:26:\"slides_horizontal_position\";i:1;s:17:\"slides_text_align\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:13;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:13;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;s:6:\"margin\";i:12;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:28:\"space_between_widgets_tablet\";i:5;s:12:\"_inline_size\";i:12;s:21:\"space_between_widgets\";i:12;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:12;s:26:\"box_shadow_box_shadow_type\";i:12;s:21:\"box_shadow_box_shadow\";i:12;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:6:\"layout\";i:1;s:3:\"gap\";i:10;s:13:\"custom_height\";i:5;s:16:\"content_position\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:1;s:7:\"padding\";i:10;s:14:\"padding_tablet\";i:9;s:14:\"padding_mobile\";i:9;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:8:{s:16:\"background_color\";i:4;s:19:\"background_position\";i:4;s:17:\"background_repeat\";i:4;s:15:\"background_size\";i:4;s:22:\"background_size_mobile\";i:4;s:19:\"background_bg_width\";i:1;s:21:\"background_background\";i:3;s:21:\"background_attachment\";i:3;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:4;s:26:\"background_overlay_color_b\";i:4;s:26:\"background_overlay_opacity\";i:4;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:8;s:11:\"header_size\";i:5;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:8:\"_padding\";i:5;s:14:\"_margin_tablet\";i:5;s:15:\"_padding_tablet\";i:5;s:15:\"_padding_mobile\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:2:{s:21:\"typography_typography\";i:1;s:21:\"typography_font_style\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:4:{s:13:\"selected_icon\";i:12;s:10:\"title_text\";i:12;s:16:\"description_text\";i:12;s:10:\"title_size\";i:12;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:2:{s:10:\"icon_space\";i:12;s:9:\"icon_size\";i:12;}s:21:\"section_style_content\";a:5:{s:28:\"title_typography_line_height\";i:12;s:33:\"description_typography_typography\";i:12;s:32:\"description_typography_font_size\";i:12;s:34:\"description_typography_font_weight\";i:12;s:34:\"description_typography_line_height\";i:12;}}}}}'),(1789,551,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1790,551,'_elementor_pro_version','3.2.1'),(1792,552,'_elementor_edit_mode','builder'),(1793,552,'_elementor_template_type','wp-page'),(1794,552,'_elementor_version','3.2.5'),(1795,552,'_wp_page_template','default'),(1796,552,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0771b92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1c81cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"54bc76d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRIDGE TO HOME TRANSITIONAL SHELTER*\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6abbdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"79db3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c663a5a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3c145d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"ea5dbe2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a082d0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7f51506\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0075eb8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"81f2836\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"cba4de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cff4e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOCAL ENGAGEMENT\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"056c7ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0450a6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b263036\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heartbeat\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"fcb17c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"877ec79\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"e08cb33\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"1d1e22f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-school\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"326e21b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"444d009\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"f09b325\",\"elType\":\"widget\",\"settings\":{\"title\":\"*For more information about this new exciting program click here!\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1797,552,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1798,552,'_elementor_pro_version','3.2.1'),(1800,553,'_elementor_edit_mode','builder'),(1801,553,'_elementor_template_type','wp-page'),(1802,553,'_elementor_version','3.2.5'),(1803,553,'_wp_page_template','default'),(1804,553,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8842e42\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"1169be3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0771b92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1c81cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"54bc76d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRIDGE TO HOME TRANSITIONAL SHELTER*\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6abbdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"79db3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c663a5a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3c145d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"ea5dbe2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a082d0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7f51506\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0075eb8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"81f2836\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"cba4de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cff4e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOCAL ENGAGEMENT\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"056c7ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0450a6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b263036\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heartbeat\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"fcb17c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"877ec79\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"e08cb33\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"1d1e22f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-school\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"326e21b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"444d009\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"f09b325\",\"elType\":\"widget\",\"settings\":{\"title\":\"*For more information about this new exciting program click here!\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1805,553,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1806,553,'_elementor_pro_version','3.2.1'),(1809,554,'_elementor_edit_mode','builder'),(1810,554,'_elementor_template_type','wp-page'),(1811,554,'_elementor_version','3.2.5'),(1812,554,'_wp_page_template','default'),(1813,554,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8842e42\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"1169be3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0771b92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1c81cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"54bc76d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRIDGE TO HOME TRANSITIONAL SHELTER*\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6abbdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"79db3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c663a5a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3c145d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"ea5dbe2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a082d0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7f51506\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0075eb8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"81f2836\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"cba4de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cff4e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOCAL ENGAGEMENT\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"056c7ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0450a6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b263036\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heartbeat\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"fcb17c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"877ec79\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"e08cb33\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"1d1e22f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-school\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"326e21b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"444d009\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"f09b325\",\"elType\":\"widget\",\"settings\":{\"title\":\"*For more information about this new exciting program click here!\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1814,554,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1815,554,'_elementor_pro_version','3.2.1'),(1816,555,'_elementor_edit_mode','builder'),(1817,555,'_elementor_template_type','wp-page'),(1818,555,'_elementor_version','3.2.5'),(1819,555,'_wp_page_template','default'),(1820,555,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8842e42\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"1169be3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0771b92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1c81cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"54bc76d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRIDGE TO HOME TRANSITIONAL SHELTER*\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6abbdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"79db3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c663a5a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3c145d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"ea5dbe2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a082d0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7f51506\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0075eb8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"81f2836\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"cba4de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cff4e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOCAL ENGAGEMENT\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"056c7ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0450a6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b263036\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heartbeat\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"fcb17c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"877ec79\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"e08cb33\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"1d1e22f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-school\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"326e21b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"444d009\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"f09b325\",\"elType\":\"widget\",\"settings\":{\"title\":\"*For more information about this new exciting program click here!\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1821,555,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1822,555,'_elementor_pro_version','3.2.1'),(1823,556,'_elementor_edit_mode','builder'),(1824,556,'_elementor_template_type','wp-page'),(1825,556,'_elementor_version','3.2.5'),(1826,556,'_wp_page_template','default'),(1827,556,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\\n\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8842e42\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"1169be3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0771b92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1c81cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"54bc76d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRIDGE TO HOME TRANSITIONAL SHELTER*\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6abbdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"79db3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c663a5a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3c145d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"ea5dbe2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a082d0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7f51506\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0075eb8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"81f2836\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"cba4de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cff4e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOCAL ENGAGEMENT\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"056c7ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0450a6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b263036\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heartbeat\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"fcb17c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"877ec79\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"e08cb33\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"1d1e22f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-school\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"326e21b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"444d009\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"f09b325\",\"elType\":\"widget\",\"settings\":{\"title\":\"*For more information about this new exciting program click here!\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1828,556,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1829,556,'_elementor_pro_version','3.2.1'),(1832,557,'_elementor_edit_mode','builder'),(1833,557,'_elementor_template_type','wp-page'),(1834,557,'_elementor_version','3.2.5'),(1835,557,'_wp_page_template','default'),(1836,557,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\\n\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8842e42\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"1169be3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0771b92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1c81cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"54bc76d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRIDGE TO HOME TRANSITIONAL SHELTER*\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6abbdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"79db3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c663a5a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3c145d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"ea5dbe2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a082d0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7f51506\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0075eb8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"81f2836\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"cba4de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cff4e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOCAL ENGAGEMENT\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"056c7ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0450a6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b263036\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heartbeat\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"fcb17c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"877ec79\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"e08cb33\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"1d1e22f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-school\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"326e21b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"444d009\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"f09b325\",\"elType\":\"widget\",\"settings\":{\"title\":\"*For more information about this new exciting program click here!\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1837,557,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1838,557,'_elementor_pro_version','3.2.1'),(1840,558,'_elementor_edit_mode','builder'),(1841,558,'_elementor_template_type','wp-page'),(1842,558,'_elementor_version','3.2.5'),(1843,558,'_wp_page_template','default'),(1844,558,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\\n\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8842e42\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"1169be3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0771b92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1c81cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"54bc76d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRIDGE TO HOME TRANSITIONAL SHELTER*\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6abbdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"79db3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c663a5a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3c145d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"ea5dbe2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a082d0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7f51506\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0075eb8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"81f2836\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"cba4de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cff4e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOCAL ENGAGEMENT\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"056c7ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0450a6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b263036\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heartbeat\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"fcb17c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"877ec79\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"e08cb33\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"1d1e22f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-school\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"326e21b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"444d009\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"f09b325\",\"elType\":\"widget\",\"settings\":{\"title\":\"*For more information about this new exciting program click here!\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1845,558,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1846,558,'_elementor_pro_version','3.2.1'),(1848,559,'_elementor_edit_mode','builder'),(1849,559,'_elementor_template_type','wp-page'),(1850,559,'_elementor_version','3.2.5'),(1851,559,'_wp_page_template','default'),(1852,559,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\\n\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8842e42\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"1169be3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0771b92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1c81cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"54bc76d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRIDGE TO HOME TRANSITIONAL SHELTER*\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6abbdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"79db3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c663a5a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3c145d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"ea5dbe2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a082d0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7f51506\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0075eb8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"81f2836\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"cba4de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cff4e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOCAL ENGAGEMENT\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"056c7ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0450a6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b263036\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heartbeat\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"fcb17c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"877ec79\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"e08cb33\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"1d1e22f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-school\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"326e21b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"444d009\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"f09b325\",\"elType\":\"widget\",\"settings\":{\"title\":\"*For more information about this new exciting program click here!\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1853,559,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1854,559,'_elementor_pro_version','3.2.1'),(1858,560,'_elementor_edit_mode','builder'),(1859,560,'_elementor_template_type','wp-page'),(1860,560,'_elementor_version','3.2.5'),(1861,560,'_wp_page_template','default'),(1862,560,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\\n\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8842e42\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"1169be3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0771b92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1c81cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"54bc76d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRIDGE TO HOME TRANSITIONAL SHELTER*\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6abbdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"79db3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c663a5a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3c145d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"ea5dbe2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a082d0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7f51506\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0075eb8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"81f2836\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"cba4de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cff4e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOCAL ENGAGEMENT\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"056c7ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0450a6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b263036\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heartbeat\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"fcb17c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"877ec79\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"e08cb33\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"1d1e22f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-school\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"326e21b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"444d009\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"f09b325\",\"elType\":\"widget\",\"settings\":{\"title\":\"*For more information about this new exciting program click here!\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1863,560,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1864,560,'_elementor_pro_version','3.2.1'),(1866,561,'_elementor_edit_mode','builder'),(1867,561,'_elementor_template_type','wp-page'),(1868,561,'_elementor_version','3.2.5'),(1869,561,'_wp_page_template','default'),(1870,561,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\\n\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8842e42\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"1169be3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0771b92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1c81cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"54bc76d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRIDGE TO HOME TRANSITIONAL SHELTER*\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6abbdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"79db3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c663a5a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3c145d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"ea5dbe2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a082d0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7f51506\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0075eb8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"81f2836\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"cba4de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cff4e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOCAL ENGAGEMENT\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"056c7ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0450a6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b263036\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heartbeat\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"fcb17c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"877ec79\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"e08cb33\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"1d1e22f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-school\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"326e21b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"444d009\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"f09b325\",\"elType\":\"widget\",\"settings\":{\"title\":\"*For more information about this new exciting program click here!\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1871,561,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1872,561,'_elementor_pro_version','3.2.1'),(1874,562,'_elementor_edit_mode','builder'),(1875,562,'_elementor_template_type','wp-page'),(1876,562,'_elementor_version','3.2.5'),(1877,562,'_wp_page_template','default'),(1878,562,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\\n\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8842e42\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"1169be3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0771b92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1c81cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"54bc76d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRIDGE TO HOME TRANSITIONAL SHELTER*\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6abbdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"79db3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c663a5a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3c145d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"ea5dbe2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a082d0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7f51506\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0075eb8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"81f2836\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"cba4de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cff4e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOCAL ENGAGEMENT\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"056c7ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0450a6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b263036\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heartbeat\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"fcb17c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"877ec79\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"e08cb33\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"1d1e22f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-school\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"326e21b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"444d009\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"f09b325\",\"elType\":\"widget\",\"settings\":{\"title\":\"*For more information about this new exciting program click here!\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1879,562,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1880,562,'_elementor_pro_version','3.2.1'),(1894,564,'_elementor_edit_mode','builder'),(1895,564,'_elementor_template_type','wp-page'),(1896,564,'_elementor_version','3.2.5'),(1897,564,'_wp_page_template','default'),(1898,564,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\\n\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8842e42\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"1169be3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0771b92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1c81cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"54bc76d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRIDGE TO HOME TRANSITIONAL SHELTER*\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6abbdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"79db3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c663a5a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3c145d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"ea5dbe2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a082d0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7f51506\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0075eb8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"81f2836\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"cba4de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cff4e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOCAL ENGAGEMENT\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"056c7ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0450a6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b263036\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heartbeat\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"fcb17c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"877ec79\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"e08cb33\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"1d1e22f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-school\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"326e21b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"444d009\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"f09b325\",\"elType\":\"widget\",\"settings\":{\"title\":\"*For more information about this new exciting program click here!\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1915,566,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1916,566,'_elementor_pro_version','3.2.1'),(1911,566,'_elementor_template_type','wp-page'),(1912,566,'_elementor_version','3.2.5'),(1913,566,'_wp_page_template','default'),(1914,566,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\\n\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8842e42\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"1169be3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0771b92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1c81cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"54bc76d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRIDGE TO HOME TRANSITIONAL SHELTER*\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6abbdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"79db3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c663a5a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3c145d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"ea5dbe2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a082d0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7f51506\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0075eb8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"81f2836\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"cba4de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cff4e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOCAL ENGAGEMENT\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"056c7ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0450a6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b263036\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heartbeat\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"fcb17c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"877ec79\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"e08cb33\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"1d1e22f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-school\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"326e21b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"444d009\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"f09b325\",\"elType\":\"widget\",\"settings\":{\"title\":\"*For more information about this new exciting program click here!\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1936,569,'_elementor_edit_mode','builder'),(1937,569,'_elementor_template_type','wp-page'),(1938,569,'_elementor_version','3.2.5'),(1939,569,'_wp_page_template','default'),(1940,569,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\\n\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8842e42\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"1169be3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(1910,566,'_elementor_edit_mode','builder'),(1899,564,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1900,564,'_elementor_pro_version','3.2.1'),(1902,565,'_elementor_edit_mode','builder'),(1903,565,'_elementor_template_type','wp-page'),(1904,565,'_elementor_version','3.2.5'),(1905,565,'_wp_page_template','default'),(1906,565,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\\n\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8842e42\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"1169be3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0771b92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1c81cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"54bc76d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRIDGE TO HOME TRANSITIONAL SHELTER*\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6abbdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"79db3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c663a5a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3c145d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"ea5dbe2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a082d0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7f51506\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0075eb8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"81f2836\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"cba4de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cff4e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOCAL ENGAGEMENT\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"056c7ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0450a6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b263036\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heartbeat\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"fcb17c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"877ec79\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"e08cb33\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"1d1e22f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-school\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"326e21b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"444d009\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"f09b325\",\"elType\":\"widget\",\"settings\":{\"title\":\"*For more information about this new exciting program click here!\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1907,565,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1908,565,'_elementor_pro_version','3.2.1'),(1920,567,'_elementor_edit_mode','builder'),(1921,567,'_elementor_template_type','wp-page'),(1922,567,'_elementor_version','3.2.5'),(1923,567,'_wp_page_template','default'),(1924,567,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\\n\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8842e42\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"1169be3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0771b92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1c81cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"54bc76d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRIDGE TO HOME TRANSITIONAL SHELTER*\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6abbdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"79db3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c663a5a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3c145d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"ea5dbe2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a082d0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7f51506\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0075eb8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"81f2836\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"cba4de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cff4e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOCAL ENGAGEMENT\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"056c7ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0450a6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b263036\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heartbeat\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"fcb17c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"877ec79\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"e08cb33\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"1d1e22f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-school\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"326e21b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"444d009\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"f09b325\",\"elType\":\"widget\",\"settings\":{\"title\":\"*For more information about this new exciting program click here!\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1925,567,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1926,567,'_elementor_pro_version','3.2.1'),(1928,568,'_elementor_edit_mode','builder'),(1929,568,'_elementor_template_type','wp-page'),(1930,568,'_elementor_version','3.2.5'),(1931,568,'_wp_page_template','default'),(1932,568,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\\n\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8842e42\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"1169be3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0771b92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1c81cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"54bc76d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRIDGE TO HOME TRANSITIONAL SHELTER*\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6abbdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"79db3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c663a5a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3c145d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"ea5dbe2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a082d0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7f51506\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0075eb8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"81f2836\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"cba4de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cff4e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOCAL ENGAGEMENT\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"056c7ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0450a6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b263036\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heartbeat\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"fcb17c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"877ec79\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"e08cb33\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"1d1e22f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-school\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"326e21b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"444d009\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"f09b325\",\"elType\":\"widget\",\"settings\":{\"title\":\"*For more information about this new exciting program click here!\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1933,568,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1934,568,'_elementor_pro_version','3.2.1'),(1951,570,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1952,570,'_elementor_pro_version','3.2.1'),(1954,571,'_elementor_edit_mode','builder'),(1955,571,'_elementor_template_type','wp-page'),(1956,571,'_elementor_version','3.2.5'),(1957,571,'_wp_page_template','default'),(1958,571,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\\n\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8842e42\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"1169be3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(1959,571,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1960,571,'_elementor_pro_version','3.2.1'),(2014,578,'_elementor_edit_mode','builder'),(2015,578,'_elementor_template_type','wp-page'),(2016,578,'_elementor_version','3.2.5'),(2017,578,'_wp_page_template','default'),(2018,578,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\\n\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(1962,572,'_elementor_edit_mode','builder'),(1963,572,'_elementor_template_type','wp-page'),(1964,572,'_elementor_version','3.2.5'),(1965,572,'_wp_page_template','default'),(1966,572,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\\n\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"eef19ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7c7c29c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\\n\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a5bedc6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"85c826b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(1967,572,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1968,572,'_elementor_pro_version','3.2.1'),(1972,573,'_elementor_edit_mode','builder'),(1973,573,'_elementor_template_type','wp-page'),(1974,573,'_elementor_version','3.2.5'),(1975,573,'_wp_page_template','default'),(1976,573,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\\n\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"eef19ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7c7c29c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\\n\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a5bedc6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"85c826b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(1977,573,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1978,573,'_elementor_pro_version','3.2.1'),(1980,574,'_elementor_edit_mode','builder'),(1981,574,'_elementor_template_type','wp-page'),(1982,574,'_elementor_version','3.2.5'),(1983,574,'_wp_page_template','default'),(1984,574,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\\n\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"eef19ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7c7c29c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\\n\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a5bedc6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"85c826b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpxo_postmeta` VALUES (1985,574,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1986,574,'_elementor_pro_version','3.2.1'),(1988,575,'_elementor_edit_mode','builder'),(1989,575,'_elementor_template_type','wp-page'),(1990,575,'_elementor_version','3.2.5'),(1991,575,'_wp_page_template','default'),(1992,575,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\\n\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"eef19ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7c7c29c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\\n\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a5bedc6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"85c826b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(1993,575,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1994,575,'_elementor_pro_version','3.2.1'),(1998,576,'_elementor_edit_mode','builder'),(1999,576,'_elementor_template_type','wp-page'),(2000,576,'_elementor_version','3.2.5'),(2001,576,'_wp_page_template','default'),(2002,576,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\\n\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"eef19ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7c7c29c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\\n\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a5bedc6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"85c826b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(2003,576,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2004,576,'_elementor_pro_version','3.2.1'),(2006,577,'_elementor_edit_mode','builder'),(2007,577,'_elementor_template_type','wp-page'),(2008,577,'_elementor_version','3.2.5'),(2009,577,'_wp_page_template','default'),(2010,577,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\\n\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"eef19ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7c7c29c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\\n\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a5bedc6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"85c826b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(2011,577,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2012,577,'_elementor_pro_version','3.2.1'),(2019,578,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2020,578,'_elementor_pro_version','3.2.1'),(2024,579,'_elementor_edit_mode','builder'),(2025,579,'_elementor_template_type','wp-page'),(2026,579,'_elementor_version','3.2.5'),(2027,579,'_wp_page_template','default'),(2028,579,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\\n\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(2029,579,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2030,579,'_elementor_pro_version','3.2.1'),(2032,580,'_elementor_edit_mode','builder'),(2033,580,'_elementor_template_type','wp-page'),(2034,580,'_elementor_version','3.2.5'),(2035,580,'_wp_page_template','default'),(2036,580,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\\n\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(2037,580,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2038,580,'_elementor_pro_version','3.2.1'),(2040,581,'_elementor_edit_mode','builder'),(2041,581,'_elementor_template_type','wp-page'),(2042,581,'_elementor_version','3.2.5'),(2043,581,'_wp_page_template','default'),(2044,581,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\\n\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(2045,581,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2046,581,'_elementor_pro_version','3.2.1'),(2050,582,'_elementor_edit_mode','builder'),(2051,582,'_elementor_template_type','wp-page'),(2052,582,'_elementor_version','3.2.5'),(2053,582,'_wp_page_template','default'),(2054,582,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\\n\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(2055,582,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2056,582,'_elementor_pro_version','3.2.1'),(2058,583,'_elementor_edit_mode','builder'),(2059,583,'_elementor_template_type','wp-page'),(2060,583,'_elementor_version','3.2.5'),(2061,583,'_wp_page_template','default'),(2062,583,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\\n\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(2063,583,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2064,583,'_elementor_pro_version','3.2.1'),(2066,584,'_elementor_edit_mode','builder'),(2067,584,'_elementor_template_type','wp-page'),(2068,584,'_elementor_version','3.2.5'),(2069,584,'_wp_page_template','default'),(2070,584,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\\n\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(2071,584,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2072,584,'_elementor_pro_version','3.2.1'),(2076,585,'_elementor_edit_mode','builder'),(2077,585,'_elementor_template_type','wp-page'),(2078,585,'_elementor_version','3.2.5'),(2079,585,'_wp_page_template','default'),(2080,585,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\\n\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(2081,585,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2082,585,'_elementor_pro_version','3.2.1'),(2084,586,'_elementor_edit_mode','builder'),(2085,586,'_elementor_template_type','wp-page'),(2086,586,'_elementor_version','3.2.5'),(2087,586,'_wp_page_template','default'),(2088,586,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\\n\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(2089,586,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2090,586,'_elementor_pro_version','3.2.1'),(3354,740,'_elementor_edit_mode','builder'),(3355,740,'_elementor_template_type','wp-page'),(3356,740,'_elementor_version','3.2.5'),(3357,740,'_wp_page_template','default'),(3358,740,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(2092,587,'_elementor_edit_mode','builder'),(2093,587,'_elementor_template_type','wp-page'),(2094,587,'_elementor_version','3.2.5'),(2095,587,'_wp_page_template','default'),(2096,587,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(2097,587,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2098,587,'_elementor_pro_version','3.2.1'),(2102,588,'_elementor_edit_mode','builder'),(2103,588,'_elementor_template_type','wp-page'),(2104,588,'_elementor_version','3.2.5'),(2105,588,'_wp_page_template','default'),(2106,588,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(2107,588,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2108,588,'_elementor_pro_version','3.2.1'),(2110,589,'_elementor_edit_mode','builder'),(2111,589,'_elementor_template_type','wp-page'),(2112,589,'_elementor_version','3.2.5'),(2113,589,'_wp_page_template','default'),(2114,589,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(2115,589,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2116,589,'_elementor_pro_version','3.2.1'),(2118,590,'_elementor_edit_mode','builder'),(2119,590,'_elementor_template_type','wp-page'),(2120,590,'_elementor_version','3.2.5'),(2121,590,'_wp_page_template','default'),(2122,590,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(2123,590,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2124,590,'_elementor_pro_version','3.2.1'),(2128,591,'_elementor_edit_mode','builder'),(2129,591,'_elementor_template_type','wp-page'),(2130,591,'_elementor_version','3.2.5'),(2131,591,'_wp_page_template','default'),(2132,591,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(2133,591,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2134,591,'_elementor_pro_version','3.2.1'),(2136,592,'_elementor_edit_mode','builder'),(2137,592,'_elementor_template_type','wp-page'),(2138,592,'_elementor_version','3.2.5'),(2139,592,'_wp_page_template','default'),(2140,592,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(2141,592,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2142,592,'_elementor_pro_version','3.2.1'),(2144,593,'_elementor_edit_mode','builder'),(2145,593,'_elementor_template_type','wp-page'),(2146,593,'_elementor_version','3.2.5'),(2147,593,'_wp_page_template','default'),(2148,593,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(2149,593,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2150,593,'_elementor_pro_version','3.2.1'),(3338,738,'_elementor_edit_mode','builder'),(3339,738,'_elementor_template_type','wp-page'),(3340,738,'_elementor_version','3.2.5'),(3341,738,'_wp_page_template','default'),(3342,738,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(2154,594,'site-post-title','disabled'),(2155,594,'site-sidebar-layout','no-sidebar'),(2156,594,'site-content-layout','page-builder'),(2157,594,'ast-featured-img','disabled'),(2158,594,'ast-breadcrumbs-content','disabled'),(2159,594,'theme-transparent-header-meta','enabled'),(2160,594,'_yoast_wpseo_estimated-reading-time-minutes','4'),(2161,594,'_elementor_edit_mode','builder'),(2162,594,'_elementor_template_type','wp-page'),(2163,594,'_elementor_version','3.2.5'),(2164,594,'_astra_content_layout_flag','disabled'),(2165,594,'ast-title-bar-display','disabled'),(2166,594,'_wp_page_template','default'),(2167,594,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resource pages coming soon!\\n\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/Educators.jpg\",\"id\":600},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_mouse\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999997779553950749686919152736663818359375,\"sizes\":[]}},\"elements\":[{\"id\":\"6fedc01\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EDUCATORS\",\"description_text\":\"Supporting\\n\\nhomeless students\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"center\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"aab5ed1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b7a081e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/Landloards.jpg\",\"id\":611},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_mouse\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999997779553950749686919152736663818359375,\"sizes\":[]}},\"elements\":[{\"id\":\"75636d7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c0dfd7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"LANDLORDS\",\"description_text\":\"Partner with a family for housing success.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"center\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4b70c48\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"3dfbe3a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/Families.jpg\",\"id\":612},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_mouse\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999997779553950749686919152736663818359375,\"sizes\":[]}},\"elements\":[{\"id\":\"9646cd0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b4853c3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"FAMILIES\",\"description_text\":\"Learn how to support your family during housing instability.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"center\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"018c324\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(2168,594,'_yoast_wpseo_content_score','60'),(2169,594,'astra-main-page-id','55335'),(2170,594,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2171,594,'_wxr_import_user_slug','alex'),(2172,594,'_astra_sites_imported_post','1'),(2173,594,'_astra_sites_enable_for_batch','1'),(2174,594,'_elementor_pro_version','3.2.1'),(2175,594,'_astra_sites_hotlink_imported','1'),(2176,594,'_edit_lock','1625071327:1'),(2177,594,'_edit_last','1'),(2190,596,'_elementor_edit_mode','builder'),(2191,596,'_elementor_template_type','wp-page'),(2192,596,'_elementor_version','3.2.5'),(2193,596,'_wp_page_template','default'),(2194,596,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(2180,595,'_elementor_edit_mode','builder'),(2181,595,'_elementor_template_type','wp-page'),(2182,595,'_elementor_version','3.2.5'),(2183,595,'_wp_page_template','default'),(2184,595,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(2185,595,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2186,595,'_elementor_pro_version','3.2.1'),(2187,595,'_elementor_controls_usage','a:5:{s:6:\"slides\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:14:\"section_slides\";a:2:{s:6:\"slides\";i:1;s:13:\"slides_height\";i:1;}s:22:\"section_slider_options\";a:5:{s:14:\"pause_on_hover\";i:1;s:20:\"pause_on_interaction\";i:1;s:16:\"transition_speed\";i:1;s:17:\"content_animation\";i:1;s:10:\"transition\";i:1;}}s:5:\"style\";a:4:{s:19:\"section_style_title\";a:5:{s:29:\"heading_typography_typography\";i:1;s:30:\"heading_typography_font_family\";i:1;s:28:\"heading_typography_font_size\";i:1;s:30:\"heading_typography_font_weight\";i:1;s:33:\"heading_typography_text_transform\";i:1;}s:25:\"section_style_description\";a:2:{s:33:\"description_typography_typography\";i:1;s:32:\"description_typography_font_size\";i:1;}s:20:\"section_style_button\";a:4:{s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_weight\";i:1;s:32:\"button_typography_text_transform\";i:1;s:32:\"button_typography_letter_spacing\";i:1;}s:20:\"section_style_slides\";a:3:{s:17:\"content_max_width\";i:1;s:26:\"slides_horizontal_position\";i:1;s:17:\"slides_text_align\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:5;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:5;s:6:\"margin\";i:4;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:28:\"space_between_widgets_tablet\";i:1;s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:4;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:4;s:26:\"box_shadow_box_shadow_type\";i:4;s:21:\"box_shadow_box_shadow\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:6:\"layout\";i:1;s:3:\"gap\";i:4;s:13:\"custom_height\";i:1;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:1;s:7:\"padding\";i:4;s:14:\"padding_tablet\";i:3;s:14:\"padding_mobile\";i:3;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:16:\"background_color\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:22:\"background_size_mobile\";i:2;s:19:\"background_bg_width\";i:2;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:2;s:26:\"background_overlay_color_b\";i:2;s:26:\"background_overlay_opacity\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:4:{s:13:\"selected_icon\";i:4;s:10:\"title_text\";i:4;s:16:\"description_text\";i:4;s:10:\"title_size\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:3:{s:10:\"icon_space\";i:4;s:9:\"icon_size\";i:4;s:13:\"primary_color\";i:4;}s:21:\"section_style_content\";a:5:{s:28:\"title_typography_line_height\";i:4;s:32:\"description_typography_font_size\";i:4;s:34:\"description_typography_font_weight\";i:4;s:34:\"description_typography_line_height\";i:4;s:10:\"text_align\";i:4;}}}}}'),(2195,596,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2196,596,'_elementor_pro_version','3.2.1'),(2198,597,'_elementor_edit_mode','builder'),(2199,597,'_elementor_template_type','wp-page'),(2200,597,'_elementor_version','3.2.5'),(2201,597,'_wp_page_template','default'),(2202,597,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(2203,597,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2204,597,'_elementor_pro_version','3.2.1'),(2206,598,'_elementor_edit_mode','builder'),(2207,598,'_elementor_template_type','wp-page'),(2208,598,'_elementor_version','3.2.5'),(2209,598,'_wp_page_template','default'),(2210,598,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resource pages coming soon!\\n\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(2211,598,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2212,598,'_elementor_pro_version','3.2.1'),(2226,601,'_elementor_edit_mode','builder'),(2227,601,'_elementor_template_type','wp-page'),(2228,601,'_elementor_version','3.2.5'),(2229,601,'_wp_page_template','default'),(2230,601,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resource pages coming soon!\\n\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(2247,603,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2248,603,'_elementor_pro_version','3.2.1'),(2268,606,'_elementor_edit_mode','builder'),(2242,603,'_elementor_edit_mode','builder'),(2243,603,'_elementor_template_type','wp-page'),(2244,603,'_elementor_version','3.2.5'),(2245,603,'_wp_page_template','default'),(2246,603,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resource pages coming soon!\\n\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/Educators.jpg\",\"id\":600},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_mouse\":\"yes\",\"background_motion_fx_mouseTrack_effect\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999997779553950749686919152736663818359375,\"sizes\":[]}},\"elements\":[{\"id\":\"6fedc01\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EDUCATORS\",\"description_text\":\"Supporting\\n\\nhomeless students\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"center\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"aab5ed1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"ad75276\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EDUCATORS\",\"description_text\":\"Supporting\\n\\nhomeless students\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"049a7af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"63773aa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EDUCATORS\",\"description_text\":\"Supporting\\n\\nhomeless students\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(2223,600,'_wp_attached_file','2021/06/Educators.jpg'),(2224,600,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:426;s:6:\"height\";i:425;s:4:\"file\";s:21:\"2021/06/Educators.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Educators-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Educators-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2231,601,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2232,601,'_elementor_pro_version','3.2.1'),(2234,602,'_elementor_edit_mode','builder'),(2235,602,'_elementor_template_type','wp-page'),(2236,602,'_elementor_version','3.2.5'),(2237,602,'_wp_page_template','default'),(2238,602,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resource pages coming soon!\\n\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(2239,602,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2240,602,'_elementor_pro_version','3.2.1'),(2252,604,'_elementor_edit_mode','builder'),(2253,604,'_elementor_template_type','wp-page'),(2254,604,'_elementor_version','3.2.5'),(2255,604,'_wp_page_template','default'),(2256,604,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resource pages coming soon!\\n\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/Educators.jpg\",\"id\":600},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_mouse\":\"yes\",\"background_motion_fx_mouseTrack_effect\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999997779553950749686919152736663818359375,\"sizes\":[]}},\"elements\":[{\"id\":\"6fedc01\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EDUCATORS\",\"description_text\":\"Supporting\\n\\nhomeless students\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"center\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"aab5ed1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"ad75276\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EDUCATORS\",\"description_text\":\"Supporting\\n\\nhomeless students\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"049a7af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"63773aa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EDUCATORS\",\"description_text\":\"Supporting\\n\\nhomeless students\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(2257,604,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2258,604,'_elementor_pro_version','3.2.1'),(2260,605,'_elementor_edit_mode','builder'),(2261,605,'_elementor_template_type','wp-page'),(2262,605,'_elementor_version','3.2.5'),(2263,605,'_wp_page_template','default'),(2264,605,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resource pages coming soon!\\n\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/Educators.jpg\",\"id\":600},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_mouse\":\"yes\",\"background_motion_fx_mouseTrack_effect\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999997779553950749686919152736663818359375,\"sizes\":[]}},\"elements\":[{\"id\":\"6fedc01\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EDUCATORS\",\"description_text\":\"Supporting\\n\\nhomeless students\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"center\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"aab5ed1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"ad75276\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EDUCATORS\",\"description_text\":\"Supporting\\n\\nhomeless students\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"049a7af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"63773aa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EDUCATORS\",\"description_text\":\"Supporting\\n\\nhomeless students\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(2265,605,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2266,605,'_elementor_pro_version','3.2.1'),(2269,606,'_elementor_template_type','wp-page'),(2270,606,'_elementor_version','3.2.5'),(2271,606,'_wp_page_template','default'),(2272,606,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resource pages coming soon!\\n\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/Educators.jpg\",\"id\":600},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_mouse\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999997779553950749686919152736663818359375,\"sizes\":[]}},\"elements\":[{\"id\":\"6fedc01\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EDUCATORS\",\"description_text\":\"Supporting\\n\\nhomeless students\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"center\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"aab5ed1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"ad75276\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EDUCATORS\",\"description_text\":\"Supporting\\n\\nhomeless students\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"049a7af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"63773aa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EDUCATORS\",\"description_text\":\"Supporting\\n\\nhomeless students\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(2273,606,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2274,606,'_elementor_pro_version','3.2.1'),(2278,607,'_elementor_edit_mode','builder'),(2279,607,'_elementor_template_type','wp-page'),(2280,607,'_elementor_version','3.2.5'),(2281,607,'_wp_page_template','default'),(2282,607,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resource pages coming soon!\\n\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/Educators.jpg\",\"id\":600},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_mouse\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999997779553950749686919152736663818359375,\"sizes\":[]}},\"elements\":[{\"id\":\"6fedc01\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EDUCATORS\",\"description_text\":\"Supporting\\n\\nhomeless students\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"center\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"aab5ed1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"ad75276\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EDUCATORS\",\"description_text\":\"Supporting\\n\\nhomeless students\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"049a7af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"63773aa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EDUCATORS\",\"description_text\":\"Supporting\\n\\nhomeless students\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(2283,607,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2284,607,'_elementor_pro_version','3.2.1'),(2286,608,'_elementor_edit_mode','builder'),(2287,608,'_elementor_template_type','wp-page'),(2288,608,'_elementor_version','3.2.5'),(2289,608,'_wp_page_template','default'),(2290,608,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resource pages coming soon!\\n\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/Educators.jpg\",\"id\":600},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_mouse\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999997779553950749686919152736663818359375,\"sizes\":[]}},\"elements\":[{\"id\":\"6fedc01\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EDUCATORS\",\"description_text\":\"Supporting\\n\\nhomeless students\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"center\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"aab5ed1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"ad75276\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EDUCATORS\",\"description_text\":\"Supporting\\n\\nhomeless students\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"049a7af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"63773aa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EDUCATORS\",\"description_text\":\"Supporting\\n\\nhomeless students\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(2291,608,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2292,608,'_elementor_pro_version','3.2.1'),(2294,609,'_elementor_edit_mode','builder'),(2295,609,'_elementor_template_type','wp-page'),(2296,609,'_elementor_version','3.2.5'),(2297,609,'_wp_page_template','default'),(2298,609,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resource pages coming soon!\\n\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/Educators.jpg\",\"id\":600},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_mouse\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999997779553950749686919152736663818359375,\"sizes\":[]}},\"elements\":[{\"id\":\"6fedc01\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EDUCATORS\",\"description_text\":\"Supporting\\n\\nhomeless students\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"center\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"aab5ed1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"ad75276\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EDUCATORS\",\"description_text\":\"Supporting\\n\\nhomeless students\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"049a7af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"63773aa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EDUCATORS\",\"description_text\":\"Supporting\\n\\nhomeless students\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(2299,609,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2300,609,'_elementor_pro_version','3.2.1'),(2319,613,'_elementor_edit_mode','builder'),(2320,613,'_elementor_template_type','wp-page'),(2321,613,'_elementor_version','3.2.5'),(2322,613,'_wp_page_template','default'),(2323,613,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resource pages coming soon!\\n\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/Educators.jpg\",\"id\":600},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_mouse\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999997779553950749686919152736663818359375,\"sizes\":[]}},\"elements\":[{\"id\":\"6fedc01\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EDUCATORS\",\"description_text\":\"Supporting\\n\\nhomeless students\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"center\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"aab5ed1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"ad75276\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EDUCATORS\",\"description_text\":\"Supporting\\n\\nhomeless students\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"049a7af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"63773aa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EDUCATORS\",\"description_text\":\"Supporting\\n\\nhomeless students\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(2340,615,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2341,615,'_elementor_pro_version','3.2.1'),(2361,618,'_elementor_edit_mode','builder'),(2362,618,'_elementor_template_type','wp-page'),(2363,618,'_elementor_version','3.2.5'),(2364,618,'_wp_page_template','default'),(2365,618,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resource pages coming soon!\\n\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/Educators.jpg\",\"id\":600},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_mouse\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999997779553950749686919152736663818359375,\"sizes\":[]}},\"elements\":[{\"id\":\"6fedc01\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EDUCATORS\",\"description_text\":\"Supporting\\n\\nhomeless students\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"center\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"aab5ed1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b7a081e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/Landloards.jpg\",\"id\":611},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_mouse\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999997779553950749686919152736663818359375,\"sizes\":[]}},\"elements\":[{\"id\":\"75636d7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c0dfd7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"LANDLORDS\",\"description_text\":\"Partner with a family for housing success.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"center\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4b70c48\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"3dfbe3a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/Families.jpg\",\"id\":612},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_mouse\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999997779553950749686919152736663818359375,\"sizes\":[]}},\"elements\":[{\"id\":\"9646cd0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b4853c3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"FAMILIES\",\"description_text\":\"Learn how to support your family during housing instability.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"center\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"018c324\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(2335,615,'_elementor_edit_mode','builder'),(2336,615,'_elementor_template_type','wp-page'),(2337,615,'_elementor_version','3.2.5'),(2338,615,'_wp_page_template','default'),(2339,615,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resource pages coming soon!\\n\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/Educators.jpg\",\"id\":600},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_mouse\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999997779553950749686919152736663818359375,\"sizes\":[]}},\"elements\":[{\"id\":\"6fedc01\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EDUCATORS\",\"description_text\":\"Supporting\\n\\nhomeless students\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"center\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"aab5ed1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b7a081e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/Landloards.jpg\",\"id\":611},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_mouse\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999997779553950749686919152736663818359375,\"sizes\":[]}},\"elements\":[{\"id\":\"75636d7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c0dfd7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"LANDLORDS\",\"description_text\":\"Partner with a family for housing success.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"center\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4b70c48\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"3dfbe3a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/Families.jpg\",\"id\":612},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_mouse\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999997779553950749686919152736663818359375,\"sizes\":[]}},\"elements\":[{\"id\":\"9646cd0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b4853c3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"FAMILIES\",\"description_text\":\"Learn how to support your family during housing instability.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"center\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"018c324\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(2314,611,'_wp_attached_file','2021/06/Landloards.jpg'),(2315,611,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:426;s:6:\"height\";i:425;s:4:\"file\";s:22:\"2021/06/Landloards.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Landloards-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Landloards-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2317,612,'_wp_attached_file','2021/06/Families.jpg'),(2318,612,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:426;s:6:\"height\";i:425;s:4:\"file\";s:20:\"2021/06/Families.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Families-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Families-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2324,613,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2325,613,'_elementor_pro_version','3.2.1'),(2327,614,'_elementor_edit_mode','builder'),(2328,614,'_elementor_template_type','wp-page'),(2329,614,'_elementor_version','3.2.5'),(2330,614,'_wp_page_template','default'),(2331,614,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resource pages coming soon!\\n\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/Educators.jpg\",\"id\":600},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_mouse\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999997779553950749686919152736663818359375,\"sizes\":[]}},\"elements\":[{\"id\":\"6fedc01\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EDUCATORS\",\"description_text\":\"Supporting\\n\\nhomeless students\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"center\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"aab5ed1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"ad75276\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EDUCATORS\",\"description_text\":\"Supporting\\n\\nhomeless students\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"049a7af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"63773aa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EDUCATORS\",\"description_text\":\"Supporting\\n\\nhomeless students\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(2332,614,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2333,614,'_elementor_pro_version','3.2.1'),(2345,616,'_elementor_edit_mode','builder'),(2346,616,'_elementor_template_type','wp-page'),(2347,616,'_elementor_version','3.2.5'),(2348,616,'_wp_page_template','default'),(2349,616,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resource pages coming soon!\\n\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/Educators.jpg\",\"id\":600},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_mouse\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999997779553950749686919152736663818359375,\"sizes\":[]}},\"elements\":[{\"id\":\"6fedc01\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EDUCATORS\",\"description_text\":\"Supporting\\n\\nhomeless students\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"center\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"aab5ed1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b7a081e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/Landloards.jpg\",\"id\":611},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_mouse\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999997779553950749686919152736663818359375,\"sizes\":[]}},\"elements\":[{\"id\":\"75636d7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c0dfd7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"LANDLORDS\",\"description_text\":\"Partner with a family for housing success.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"center\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4b70c48\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"3dfbe3a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/Families.jpg\",\"id\":612},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_mouse\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999997779553950749686919152736663818359375,\"sizes\":[]}},\"elements\":[{\"id\":\"9646cd0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b4853c3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"FAMILIES\",\"description_text\":\"Learn how to support your family during housing instability.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"center\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"018c324\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(2369,594,'_elementor_controls_usage','a:6:{s:6:\"slides\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:14:\"section_slides\";a:2:{s:6:\"slides\";i:1;s:13:\"slides_height\";i:1;}s:22:\"section_slider_options\";a:5:{s:14:\"pause_on_hover\";i:1;s:20:\"pause_on_interaction\";i:1;s:16:\"transition_speed\";i:1;s:17:\"content_animation\";i:1;s:10:\"transition\";i:1;}}s:5:\"style\";a:4:{s:19:\"section_style_title\";a:5:{s:29:\"heading_typography_typography\";i:1;s:30:\"heading_typography_font_family\";i:1;s:28:\"heading_typography_font_size\";i:1;s:30:\"heading_typography_font_weight\";i:1;s:33:\"heading_typography_text_transform\";i:1;}s:25:\"section_style_description\";a:2:{s:33:\"description_typography_typography\";i:1;s:32:\"description_typography_font_size\";i:1;}s:20:\"section_style_button\";a:4:{s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_weight\";i:1;s:32:\"button_typography_text_transform\";i:1;s:32:\"button_typography_letter_spacing\";i:1;}s:20:\"section_style_slides\";a:3:{s:17:\"content_max_width\";i:1;s:26:\"slides_horizontal_position\";i:1;s:17:\"slides_text_align\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:4;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:4;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:4;s:6:\"margin\";i:3;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:28:\"space_between_widgets_tablet\";i:1;s:12:\"_inline_size\";i:3;s:21:\"space_between_widgets\";i:3;}}s:5:\"style\";a:3:{s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:3;s:26:\"box_shadow_box_shadow_type\";i:3;s:21:\"box_shadow_box_shadow\";i:3;}s:13:\"section_style\";a:5:{s:21:\"background_background\";i:3;s:16:\"background_image\";i:3;s:19:\"background_position\";i:3;s:15:\"background_size\";i:3;s:36:\"background_motion_fx_motion_fx_mouse\";i:3;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:3;s:24:\"background_overlay_color\";i:3;s:26:\"background_overlay_opacity\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:6:\"layout\";i:1;s:3:\"gap\";i:3;s:13:\"custom_height\";i:1;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:1;s:7:\"padding\";i:3;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:16:\"background_color\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:22:\"background_size_mobile\";i:1;s:19:\"background_bg_width\";i:1;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_color_b\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;s:5:\"align\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:4:{s:13:\"selected_icon\";i:3;s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:10:\"title_size\";i:3;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:3:{s:10:\"icon_space\";i:3;s:9:\"icon_size\";i:3;s:13:\"primary_color\";i:3;}s:21:\"section_style_content\";a:7:{s:28:\"title_typography_line_height\";i:3;s:32:\"description_typography_font_size\";i:3;s:34:\"description_typography_font_weight\";i:3;s:34:\"description_typography_line_height\";i:3;s:10:\"text_align\";i:3;s:11:\"title_color\";i:3;s:17:\"description_color\";i:3;}}}}}'),(2350,616,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2351,616,'_elementor_pro_version','3.2.1'),(2353,617,'_elementor_edit_mode','builder'),(2354,617,'_elementor_template_type','wp-page'),(2355,617,'_elementor_version','3.2.5'),(2356,617,'_wp_page_template','default'),(2357,617,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resource pages coming soon!\\n\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/Educators.jpg\",\"id\":600},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_mouse\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999997779553950749686919152736663818359375,\"sizes\":[]}},\"elements\":[{\"id\":\"6fedc01\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EDUCATORS\",\"description_text\":\"Supporting\\n\\nhomeless students\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"center\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"aab5ed1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b7a081e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/Landloards.jpg\",\"id\":611},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_mouse\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999997779553950749686919152736663818359375,\"sizes\":[]}},\"elements\":[{\"id\":\"75636d7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c0dfd7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"LANDLORDS\",\"description_text\":\"Partner with a family for housing success.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"center\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4b70c48\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"3dfbe3a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/Families.jpg\",\"id\":612},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_mouse\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999997779553950749686919152736663818359375,\"sizes\":[]}},\"elements\":[{\"id\":\"9646cd0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b4853c3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"FAMILIES\",\"description_text\":\"Learn how to support your family during housing instability.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"center\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"018c324\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(2358,617,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2359,617,'_elementor_pro_version','3.2.1'),(2366,618,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2367,618,'_elementor_pro_version','3.2.1'),(2371,619,'_menu_item_type','post_type'),(2372,619,'_menu_item_menu_item_parent','621'),(2373,619,'_menu_item_object_id','594'),(2374,619,'_menu_item_object','page'),(2375,619,'_menu_item_target',''),(2376,619,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2377,619,'_menu_item_xfn',''),(2378,619,'_menu_item_url',''),(2413,352,'_menu_item_menu_item_parent','0'),(2380,620,'_menu_item_type','post_type'),(2381,620,'_menu_item_menu_item_parent','621'),(2382,620,'_menu_item_object_id','549'),(2383,620,'_menu_item_object','page'),(2384,620,'_menu_item_target',''),(2385,620,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2386,620,'_menu_item_xfn',''),(2387,620,'_menu_item_url',''),(2414,352,'_menu_item_target',''),(2389,621,'_menu_item_type','post_type'),(2390,621,'_menu_item_menu_item_parent','0'),(2391,621,'_menu_item_object_id','480'),(2392,621,'_menu_item_object','page'),(2393,621,'_menu_item_target',''),(2394,621,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2395,621,'_menu_item_xfn',''),(2396,621,'_menu_item_url',''),(2415,352,'_menu_item_xfn',''),(2398,24,'_menu_item_menu_item_parent','0'),(2399,24,'_menu_item_target',''),(2400,24,'_menu_item_xfn',''),(2401,24,'_menu_item_url',''),(2402,24,'_wp_old_date','2021-05-14'),(2403,23,'_menu_item_menu_item_parent','0'),(2404,23,'_menu_item_target',''),(2405,23,'_menu_item_xfn',''),(2406,23,'_menu_item_url',''),(2407,23,'_wp_old_date','2021-05-14'),(2408,22,'_menu_item_menu_item_parent','23'),(2409,22,'_menu_item_target',''),(2410,22,'_menu_item_xfn',''),(2411,22,'_menu_item_url',''),(2412,22,'_wp_old_date','2021-05-14'),(2416,352,'_menu_item_url',''),(2417,352,'_wp_old_date','2021-05-14'),(2421,622,'site-post-title','disabled'),(2422,622,'site-sidebar-layout','no-sidebar'),(2423,622,'site-content-layout','page-builder'),(2424,622,'ast-featured-img','disabled'),(2425,622,'ast-breadcrumbs-content','disabled'),(2426,622,'theme-transparent-header-meta','enabled'),(2427,622,'_yoast_wpseo_estimated-reading-time-minutes','4'),(2428,622,'_elementor_edit_mode','builder'),(2429,622,'_elementor_template_type','wp-page'),(2430,622,'_elementor_version','3.3.1'),(2431,622,'_astra_content_layout_flag','disabled'),(2432,622,'ast-title-bar-display','disabled'),(2433,622,'_wp_page_template','default'),(2434,622,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"48\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Founder & President<br>\\nBusiness Owner\\/Consultant\\/Mentor\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a1c7289\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"85ed543\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"46\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5},\"elements\":[{\"id\":\"229bbc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"MS. SHAWN SMASH-JETT\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f7737\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Founder<br>\\nInternational Keynote & Motivational Speaker\\/Sex Trafficking Expert\\/Author\\/Corporate Trainer\\/Media Personality Host\\/Podcaster\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c17811\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ms. Shawn Smash-Jett, is the Founder of Wealthy Divas International, an organization that empowers women through educational curriculum including finance, employee relations, personal development, and entrepreneurship. This curriculum has also been developed to provide human sex trafficked survivors with the tools and resources needed to establish independence.\\n\\n\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0801bb4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.<br \\/>She is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\\u00a0<span style=\\\"font-style: inherit; font-weight: inherit;\\\">As a community philanthropist and legislative activist, she is passionate about advocating for many causes but most importantly, collaborating with other organizations in her fight against human sex trafficking. She has committed her life to this cause by not only advocating but successfully being an opposing force in rescuing traumatized young women and men so that they may begin their healing journey and recovery.<\\/span><\\/p><p>She is a dynamic and powerful keynote &amp; motivational speaker, corporate coach, business consultant, and author. She disperses her testimony using a variety of social media platforms, hosts two different popular weekly radio shows, and has been featured on television in four markets. She speaks regularly to companies and groups while also working diligently to get legislation passed to help the victims of this horrendous crime.<\\/p>\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"8efabdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2a571e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1088,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shawn1-scaled.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":50,\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Shawn Smash-Jett\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In her books, she shares her compelling stories not only giving you real-life inspiring stories, but indeed giving you a guide with the resources, tools and techniques to keep your children, teens and young adults safe from potential  predators.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7599f54\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/for-sale.jpg\",\"id\":1110,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6144,1116,'_elementor_edit_mode','builder'),(6145,1116,'_elementor_template_type','wp-page'),(6146,1116,'_elementor_version','3.3.1'),(6147,1116,'_wp_page_template','default'),(6118,1113,'_elementor_edit_mode','builder'),(6119,1113,'_elementor_template_type','wp-page'),(6120,1113,'_elementor_version','3.3.1'),(6121,1113,'_wp_page_template','default'),(6122,1113,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"48\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Founder & President<br>\\nBusiness Owner\\/Consultant\\/Mentor\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a1c7289\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"85ed543\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"46\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5},\"elements\":[{\"id\":\"229bbc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"MS. SHAWN SMASH-JETT\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f7737\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Founder<br>\\nInternational Keynote & Motivational Speaker\\/Sex Trafficking Expert\\/Author\\/Corporate Trainer\\/Media Personality Host\\/Podcaster\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c17811\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ms. Shawn Smash-Jett, is the Founder of Wealthy Divas International, an organization that empowers women through educational curriculum including finance, employee relations, personal development, and entrepreneurship. This curriculum has also been developed to provide human sex trafficked survivors with the tools and resources needed to establish independence.\\n\\n\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0801bb4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.<br \\/>She is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\\u00a0<span style=\\\"font-style: inherit; font-weight: inherit;\\\">As a community philanthropist and legislative activist, she is passionate about advocating for many causes but most importantly, collaborating with other organizations in her fight against human sex trafficking. She has committed her life to this cause by not only advocating but successfully being an opposing force in rescuing traumatized young women and men so that they may begin their healing journey and recovery.<\\/span><\\/p><p>She is a dynamic and powerful keynote &amp; motivational speaker, corporate coach, business consultant, and author. She disperses her testimony using a variety of social media platforms, hosts two different popular weekly radio shows, and has been featured on television in four markets. She speaks regularly to companies and groups while also working diligently to get legislation passed to help the victims of this horrendous crime.<\\/p>\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"8efabdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2a571e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1088,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shawn1-scaled.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":50,\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"70ce3c4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a114d01\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a19fa8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Shawn Smash-Jett\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In her books, she shares her compelling stories not only giving you real-life inspiring stories, but indeed giving you a guide with the resources, tools and techniques to keep your children, teens and young adults safe from potential  predators.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7599f54\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/for-sale.jpg\",\"id\":1110,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2435,622,'_yoast_wpseo_content_score','60'),(2436,622,'astra-main-page-id','55335'),(2437,622,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2438,622,'_wxr_import_user_slug','alex'),(2439,622,'_astra_sites_imported_post','1'),(2440,622,'_astra_sites_enable_for_batch','1'),(2441,622,'_elementor_pro_version','3.2.1'),(2442,622,'_astra_sites_hotlink_imported','1'),(2443,622,'_edit_lock','1629093995:1'),(2444,622,'_edit_last','1'),(2465,625,'_wp_attached_file','2021/06/estate-living-door.jpg'),(2466,625,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:30:\"2021/06/estate-living-door.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"estate-living-door-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"estate-living-door-1024x267.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"estate-living-door-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"estate-living-door-768x200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"estate-living-door-1536x400.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2492,634,'_elementor_edit_mode','builder'),(2493,634,'_elementor_template_type','wp-page'),(2494,634,'_elementor_version','3.2.5'),(2495,634,'_wp_page_template','default'),(2496,634,'_elementor_data','s:125898:\"a:3:{i:0;a:5:{s:2:\"id\";s:7:\"b5a0984\";s:8:\"settings\";a:35:{s:3:\"gap\";s:2:\"no\";s:16:\"content_position\";s:6:\"middle\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_image\";a:2:{s:2:\"id\";i:625;s:3:\"url\";s:84:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-living-door.jpg\";}s:19:\"background_position\";s:13:\"center center\";s:21:\"background_attachment\";s:6:\"scroll\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";s:29:\"background_overlay_background\";s:7:\"classic\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"300\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"300\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"250\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:20:\"reverse_order_tablet\";s:14:\"reverse-tablet\";s:20:\"reverse_order_mobile\";s:14:\"reverse-mobile\";s:26:\"background_overlay_opacity\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.65000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:24:\"background_overlay_color\";s:32:\"globals/colors?id=astratextcolor\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"bb76d1a\";s:8:\"settings\";a:26:{s:12:\"_column_size\";i:100;s:12:\"_inline_size\";N;s:19:\"_inline_size_tablet\";i:100;s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:6:{s:2:\"id\";s:7:\"486fe28\";s:8:\"settings\";a:14:{s:5:\"title\";s:6:\"Agents\";s:5:\"align\";s:4:\"left\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"e1b9c42\";s:8:\"settings\";a:20:{s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:3;s:5:\"sizes\";a:0:{}}s:5:\"color\";s:21:\"rgba(255,255,255,0.5)\";s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:5:\"align\";s:4:\"left\";s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:5;s:5:\"sizes\";a:0:{}}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:4:\"text\";s:7:\"Divider\";s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:7:\"section\";}i:1;a:5:{s:2:\"id\";s:7:\"94ec8f9\";s:8:\"settings\";a:31:{s:3:\"gap\";s:2:\"no\";s:16:\"content_position\";s:3:\"top\";s:26:\"background_overlay_opacity\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"sizes\";a:0:{}}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"55\";s:5:\"right\";s:2:\"55\";s:6:\"bottom\";s:2:\"55\";s:4:\"left\";s:2:\"55\";s:8:\"isLinked\";b:1;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"75\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:21:\"background_background\";s:7:\"classic\";s:27:\"background_overlay_position\";s:13:\"center center\";s:29:\"background_overlay_attachment\";s:5:\"fixed\";s:25:\"background_overlay_repeat\";s:9:\"no-repeat\";s:23:\"background_overlay_size\";s:4:\"auto\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"147cde3\";s:8:\"settings\";a:24:{s:12:\"_column_size\";i:100;s:7:\"padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:4:{i:0;a:6:{s:2:\"id\";s:7:\"2436a6c\";s:8:\"settings\";a:21:{s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:3;s:5:\"sizes\";a:0:{}}s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:5:\"align\";s:4:\"left\";s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:5;s:5:\"sizes\";a:0:{}}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:4:\"text\";s:7:\"Divider\";s:11:\"__globals__\";a:1:{s:5:\"color\";s:34:\"globals/colors?id=astraextracolor2\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"611d709\";s:8:\"settings\";a:15:{s:5:\"title\";s:33:\"Top Notch Office Staff And Agents\";s:11:\"header_size\";s:2:\"h4\";s:5:\"align\";s:4:\"left\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"a44ef2c\";s:8:\"settings\";a:13:{s:5:\"title\";s:119:\"We Would Highly Recommend Proin Gravida Nibh Vel Velit Auctor Aliquet. Aenean Sollicitudin, Lorem Quis Bibendum Auctor.\";s:11:\"header_size\";s:2:\"h6\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:3;a:6:{s:2:\"id\";s:7:\"de8019a\";s:8:\"settings\";a:12:{s:6:\"editor\";s:211:\"<p>Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra.</p>\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:7:\"section\";}i:2;a:5:{s:2:\"id\";s:7:\"f20afd1\";s:8:\"settings\";a:25:{s:3:\"gap\";s:2:\"no\";s:16:\"content_position\";s:3:\"top\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"853b485\";s:8:\"settings\";a:21:{s:12:\"_column_size\";i:100;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:5:{s:2:\"id\";s:7:\"9811447\";s:8:\"settings\";a:23:{s:3:\"gap\";s:2:\"no\";s:16:\"content_position\";s:3:\"top\";s:9:\"structure\";s:2:\"30\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:5:{s:2:\"id\";s:7:\"f8cb1b3\";s:8:\"settings\";a:26:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:0;}s:19:\"_inline_size_tablet\";d:33.332999999999998408384271897375583648681640625;s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:6:{i:0;a:6:{s:2:\"id\";s:7:\"05e1b4c\";s:8:\"settings\";a:22:{s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"space_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"space_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:5:\"image\";a:2:{s:2:\"id\";i:626;s:3:\"url\";s:78:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent.jpg\";}s:10:\"image_size\";s:4:\"full\";s:5:\"align\";s:6:\"center\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"4098357\";s:8:\"settings\";a:17:{s:5:\"title\";s:13:\"Chair Manager\";s:11:\"header_size\";s:2:\"h6\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"5\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:22:\"_background_background\";s:7:\"classic\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"c1731d0\";s:8:\"settings\";a:17:{s:5:\"title\";s:13:\"Danielle Pena\";s:11:\"header_size\";s:2:\"h3\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:3;a:6:{s:2:\"id\";s:7:\"a74b437\";s:8:\"settings\";a:15:{s:6:\"editor\";s:121:\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"35\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}i:4;a:6:{s:2:\"id\";s:7:\"9c89c58\";s:8:\"settings\";a:19:{s:9:\"icon_list\";a:2:{i:0;a:6:{s:4:\"text\";s:16:\"+1 910-626-85255\";s:4:\"icon\";s:11:\"fa fa-phone\";s:3:\"_id\";s:7:\"0ab7b46\";s:4:\"link\";a:4:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:12:\"fas fa-phone\";s:7:\"library\";s:8:\"fa-solid\";}s:14:\"__fa4_migrated\";a:1:{s:13:\"selected_icon\";b:1;}}i:1;a:6:{s:4:\"text\";s:16:\"contact@info.com\";s:4:\"icon\";s:14:\"fa fa-envelope\";s:3:\"_id\";s:7:\"b6c9884\";s:4:\"link\";a:4:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:15:\"fas fa-envelope\";s:7:\"library\";s:8:\"fa-solid\";}s:14:\"__fa4_migrated\";a:1:{s:13:\"selected_icon\";b:1;}}}s:13:\"space_between\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:11:\"text_indent\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"-20\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:11:\"__globals__\";a:2:{s:10:\"icon_color\";s:32:\"globals/colors?id=astratextcolor\";s:10:\"text_color\";s:37:\"globals/colors?id=astralinkhovercolor\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"icon-list\";s:6:\"elType\";s:6:\"widget\";}i:5;a:6:{s:2:\"id\";s:7:\"a9620e6\";s:8:\"settings\";a:20:{s:4:\"text\";s:12:\"Full Profile\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:0:\"\";s:7:\"library\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"842c5d3\";s:8:\"settings\";a:26:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:0;}s:19:\"_inline_size_tablet\";d:33.332999999999998408384271897375583648681640625;s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:6:{i:0;a:6:{s:2:\"id\";s:7:\"8c6450d\";s:8:\"settings\";a:22:{s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"space_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"space_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:5:\"image\";a:2:{s:2:\"id\";i:627;s:3:\"url\";s:80:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-5.jpg\";}s:10:\"image_size\";s:4:\"full\";s:5:\"align\";s:6:\"center\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"7e08b2e\";s:8:\"settings\";a:17:{s:5:\"title\";s:17:\"Market Strategist\";s:11:\"header_size\";s:2:\"h6\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"5\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:22:\"_background_background\";s:7:\"classic\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"b63e208\";s:8:\"settings\";a:17:{s:5:\"title\";s:11:\"Mark Obrien\";s:11:\"header_size\";s:2:\"h3\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:3;a:6:{s:2:\"id\";s:7:\"ff43a66\";s:8:\"settings\";a:15:{s:6:\"editor\";s:121:\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"35\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}i:4;a:6:{s:2:\"id\";s:7:\"26d8e4d\";s:8:\"settings\";a:19:{s:9:\"icon_list\";a:2:{i:0;a:5:{s:4:\"text\";s:16:\"+1 910-626-85255\";s:4:\"icon\";s:11:\"fa fa-phone\";s:3:\"_id\";s:7:\"0ab7b46\";s:4:\"link\";a:4:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:12:\"fas fa-check\";s:7:\"library\";s:8:\"fa-solid\";}}i:1;a:5:{s:4:\"text\";s:16:\"contact@info.com\";s:4:\"icon\";s:14:\"fa fa-envelope\";s:3:\"_id\";s:7:\"b6c9884\";s:4:\"link\";a:4:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:12:\"fas fa-check\";s:7:\"library\";s:8:\"fa-solid\";}}}s:13:\"space_between\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:11:\"text_indent\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"-20\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:11:\"__globals__\";a:2:{s:10:\"icon_color\";s:32:\"globals/colors?id=astratextcolor\";s:10:\"text_color\";s:37:\"globals/colors?id=astralinkhovercolor\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"icon-list\";s:6:\"elType\";s:6:\"widget\";}i:5;a:6:{s:2:\"id\";s:7:\"5c95b90\";s:8:\"settings\";a:20:{s:4:\"text\";s:12:\"Full Profile\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:0:\"\";s:7:\"library\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"03f7cab\";s:8:\"settings\";a:26:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:0;}s:19:\"_inline_size_tablet\";d:33.332999999999998408384271897375583648681640625;s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:6:{i:0;a:6:{s:2:\"id\";s:7:\"4f876f2\";s:8:\"settings\";a:22:{s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"space_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"space_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:5:\"image\";a:2:{s:2:\"id\";i:628;s:3:\"url\";s:82:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-08-free-img.jpg\";}s:10:\"image_size\";s:4:\"full\";s:5:\"align\";s:6:\"center\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"057d509\";s:8:\"settings\";a:17:{s:5:\"title\";s:13:\"Sales Manager\";s:11:\"header_size\";s:2:\"h6\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"5\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:22:\"_background_background\";s:7:\"classic\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"20aaacd\";s:8:\"settings\";a:17:{s:5:\"title\";s:15:\"Russell Douglas\";s:11:\"header_size\";s:2:\"h3\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:3;a:6:{s:2:\"id\";s:7:\"8d81b75\";s:8:\"settings\";a:15:{s:6:\"editor\";s:121:\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"35\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}i:4;a:6:{s:2:\"id\";s:7:\"ec3f588\";s:8:\"settings\";a:19:{s:9:\"icon_list\";a:2:{i:0;a:5:{s:4:\"text\";s:16:\"+1 910-626-85255\";s:4:\"icon\";s:11:\"fa fa-phone\";s:3:\"_id\";s:7:\"0ab7b46\";s:4:\"link\";a:4:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:12:\"fas fa-check\";s:7:\"library\";s:8:\"fa-solid\";}}i:1;a:5:{s:4:\"text\";s:16:\"contact@info.com\";s:4:\"icon\";s:14:\"fa fa-envelope\";s:3:\"_id\";s:7:\"b6c9884\";s:4:\"link\";a:4:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:12:\"fas fa-check\";s:7:\"library\";s:8:\"fa-solid\";}}}s:13:\"space_between\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:11:\"text_indent\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"-20\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:11:\"__globals__\";a:2:{s:10:\"icon_color\";s:32:\"globals/colors?id=astratextcolor\";s:10:\"text_color\";s:37:\"globals/colors?id=astralinkhovercolor\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"icon-list\";s:6:\"elType\";s:6:\"widget\";}i:5;a:6:{s:2:\"id\";s:7:\"8ce0f5d\";s:8:\"settings\";a:20:{s:4:\"text\";s:12:\"Full Profile\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:0:\"\";s:7:\"library\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:7:\"section\";}i:1;a:5:{s:2:\"id\";s:7:\"ef66c90\";s:8:\"settings\";a:23:{s:3:\"gap\";s:2:\"no\";s:16:\"content_position\";s:3:\"top\";s:9:\"structure\";s:2:\"30\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:5:{s:2:\"id\";s:7:\"856b207\";s:8:\"settings\";a:26:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:0;}s:19:\"_inline_size_tablet\";d:33.332999999999998408384271897375583648681640625;s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:6:{i:0;a:6:{s:2:\"id\";s:7:\"ea94949\";s:8:\"settings\";a:22:{s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"space_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"space_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:5:\"image\";a:2:{s:2:\"id\";i:629;s:3:\"url\";s:82:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-07-free-img.jpg\";}s:10:\"image_size\";s:4:\"full\";s:5:\"align\";s:6:\"center\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"3b80a6a\";s:8:\"settings\";a:17:{s:5:\"title\";s:17:\"Real Estate Agent\";s:11:\"header_size\";s:2:\"h6\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"5\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:22:\"_background_background\";s:7:\"classic\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"0cac8fb\";s:8:\"settings\";a:17:{s:5:\"title\";s:12:\"Eugene Berry\";s:11:\"header_size\";s:2:\"h3\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:3;a:6:{s:2:\"id\";s:7:\"19daf25\";s:8:\"settings\";a:15:{s:6:\"editor\";s:121:\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"35\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}i:4;a:6:{s:2:\"id\";s:7:\"08432a3\";s:8:\"settings\";a:19:{s:9:\"icon_list\";a:2:{i:0;a:5:{s:4:\"text\";s:16:\"+1 910-626-85255\";s:4:\"icon\";s:11:\"fa fa-phone\";s:3:\"_id\";s:7:\"0ab7b46\";s:4:\"link\";a:4:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:12:\"fas fa-check\";s:7:\"library\";s:8:\"fa-solid\";}}i:1;a:5:{s:4:\"text\";s:16:\"contact@info.com\";s:4:\"icon\";s:14:\"fa fa-envelope\";s:3:\"_id\";s:7:\"b6c9884\";s:4:\"link\";a:4:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:12:\"fas fa-check\";s:7:\"library\";s:8:\"fa-solid\";}}}s:13:\"space_between\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:11:\"text_indent\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"-20\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:11:\"__globals__\";a:2:{s:10:\"icon_color\";s:32:\"globals/colors?id=astratextcolor\";s:10:\"text_color\";s:37:\"globals/colors?id=astralinkhovercolor\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"icon-list\";s:6:\"elType\";s:6:\"widget\";}i:5;a:6:{s:2:\"id\";s:7:\"1401c20\";s:8:\"settings\";a:20:{s:4:\"text\";s:12:\"Full Profile\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:0:\"\";s:7:\"library\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"f084952\";s:8:\"settings\";a:26:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:0;}s:19:\"_inline_size_tablet\";d:33.332999999999998408384271897375583648681640625;s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:6:{i:0;a:6:{s:2:\"id\";s:7:\"3fe41b3\";s:8:\"settings\";a:22:{s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"space_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"space_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:5:\"image\";a:2:{s:2:\"id\";i:630;s:3:\"url\";s:80:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-1.jpg\";}s:10:\"image_size\";s:4:\"full\";s:5:\"align\";s:6:\"center\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"b6025c4\";s:8:\"settings\";a:17:{s:5:\"title\";s:17:\"Real Estate Agent\";s:11:\"header_size\";s:2:\"h6\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"5\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:22:\"_background_background\";s:7:\"classic\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"9119d2e\";s:8:\"settings\";a:17:{s:5:\"title\";s:13:\"Debra Gilbert\";s:11:\"header_size\";s:2:\"h3\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:3;a:6:{s:2:\"id\";s:7:\"c1a237c\";s:8:\"settings\";a:15:{s:6:\"editor\";s:121:\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"35\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}i:4;a:6:{s:2:\"id\";s:7:\"d1395b0\";s:8:\"settings\";a:19:{s:9:\"icon_list\";a:2:{i:0;a:5:{s:4:\"text\";s:16:\"+1 910-626-85255\";s:4:\"icon\";s:11:\"fa fa-phone\";s:3:\"_id\";s:7:\"0ab7b46\";s:4:\"link\";a:4:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:12:\"fas fa-check\";s:7:\"library\";s:8:\"fa-solid\";}}i:1;a:5:{s:4:\"text\";s:16:\"contact@info.com\";s:4:\"icon\";s:14:\"fa fa-envelope\";s:3:\"_id\";s:7:\"b6c9884\";s:4:\"link\";a:4:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:12:\"fas fa-check\";s:7:\"library\";s:8:\"fa-solid\";}}}s:13:\"space_between\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:11:\"text_indent\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"-20\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:11:\"__globals__\";a:2:{s:10:\"icon_color\";s:32:\"globals/colors?id=astratextcolor\";s:10:\"text_color\";s:37:\"globals/colors?id=astralinkhovercolor\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"icon-list\";s:6:\"elType\";s:6:\"widget\";}i:5;a:6:{s:2:\"id\";s:7:\"4b5f9eb\";s:8:\"settings\";a:20:{s:4:\"text\";s:12:\"Full Profile\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:0:\"\";s:7:\"library\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"cca78d7\";s:8:\"settings\";a:26:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:0;}s:19:\"_inline_size_tablet\";d:33.332999999999998408384271897375583648681640625;s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:6:{i:0;a:6:{s:2:\"id\";s:7:\"0633912\";s:8:\"settings\";a:22:{s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"space_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"space_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:5:\"image\";a:2:{s:2:\"id\";i:631;s:3:\"url\";s:80:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-3.jpg\";}s:10:\"image_size\";s:4:\"full\";s:5:\"align\";s:6:\"center\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"ee5d9a4\";s:8:\"settings\";a:17:{s:5:\"title\";s:17:\"Real Estate Agent\";s:11:\"header_size\";s:2:\"h6\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"5\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:22:\"_background_background\";s:7:\"classic\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"69ea7b0\";s:8:\"settings\";a:17:{s:5:\"title\";s:14:\"Edward Alvarez\";s:11:\"header_size\";s:2:\"h3\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:3;a:6:{s:2:\"id\";s:7:\"8b67681\";s:8:\"settings\";a:15:{s:6:\"editor\";s:121:\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"35\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}i:4;a:6:{s:2:\"id\";s:7:\"fd1a5e3\";s:8:\"settings\";a:19:{s:9:\"icon_list\";a:2:{i:0;a:5:{s:4:\"text\";s:16:\"+1 910-626-85255\";s:4:\"icon\";s:11:\"fa fa-phone\";s:3:\"_id\";s:7:\"0ab7b46\";s:4:\"link\";a:4:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:12:\"fas fa-check\";s:7:\"library\";s:8:\"fa-solid\";}}i:1;a:5:{s:4:\"text\";s:16:\"contact@info.com\";s:4:\"icon\";s:14:\"fa fa-envelope\";s:3:\"_id\";s:7:\"b6c9884\";s:4:\"link\";a:4:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:12:\"fas fa-check\";s:7:\"library\";s:8:\"fa-solid\";}}}s:13:\"space_between\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:11:\"text_indent\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"-20\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:11:\"__globals__\";a:2:{s:10:\"icon_color\";s:32:\"globals/colors?id=astratextcolor\";s:10:\"text_color\";s:37:\"globals/colors?id=astralinkhovercolor\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"icon-list\";s:6:\"elType\";s:6:\"widget\";}i:5;a:6:{s:2:\"id\";s:7:\"866a79e\";s:8:\"settings\";a:20:{s:4:\"text\";s:12:\"Full Profile\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:0:\"\";s:7:\"library\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:7:\"section\";}i:2;a:5:{s:2:\"id\";s:7:\"c58c6c3\";s:8:\"settings\";a:23:{s:3:\"gap\";s:2:\"no\";s:16:\"content_position\";s:3:\"top\";s:9:\"structure\";s:2:\"30\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:5:{s:2:\"id\";s:7:\"c637c15\";s:8:\"settings\";a:26:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:0;}s:19:\"_inline_size_tablet\";d:33.332999999999998408384271897375583648681640625;s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:6:{i:0;a:6:{s:2:\"id\";s:7:\"bce3a64\";s:8:\"settings\";a:22:{s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"space_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"space_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:5:\"image\";a:2:{s:2:\"id\";i:632;s:3:\"url\";s:80:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-2.jpg\";}s:10:\"image_size\";s:4:\"full\";s:5:\"align\";s:6:\"center\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"a16649b\";s:8:\"settings\";a:17:{s:5:\"title\";s:17:\"Real Estate Agent\";s:11:\"header_size\";s:2:\"h6\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"5\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:22:\"_background_background\";s:7:\"classic\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"d65ec59\";s:8:\"settings\";a:17:{s:5:\"title\";s:11:\"Billy Allen\";s:11:\"header_size\";s:2:\"h3\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:3;a:6:{s:2:\"id\";s:7:\"782c3a1\";s:8:\"settings\";a:15:{s:6:\"editor\";s:121:\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"35\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}i:4;a:6:{s:2:\"id\";s:7:\"0ad6ad4\";s:8:\"settings\";a:19:{s:9:\"icon_list\";a:2:{i:0;a:5:{s:4:\"text\";s:16:\"+1 910-626-85255\";s:4:\"icon\";s:11:\"fa fa-phone\";s:3:\"_id\";s:7:\"0ab7b46\";s:4:\"link\";a:4:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:12:\"fas fa-check\";s:7:\"library\";s:8:\"fa-solid\";}}i:1;a:5:{s:4:\"text\";s:16:\"contact@info.com\";s:4:\"icon\";s:14:\"fa fa-envelope\";s:3:\"_id\";s:7:\"b6c9884\";s:4:\"link\";a:4:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:12:\"fas fa-check\";s:7:\"library\";s:8:\"fa-solid\";}}}s:13:\"space_between\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:11:\"text_indent\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"-20\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:11:\"__globals__\";a:2:{s:10:\"icon_color\";s:32:\"globals/colors?id=astratextcolor\";s:10:\"text_color\";s:37:\"globals/colors?id=astralinkhovercolor\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"icon-list\";s:6:\"elType\";s:6:\"widget\";}i:5;a:6:{s:2:\"id\";s:7:\"9a05b9d\";s:8:\"settings\";a:20:{s:4:\"text\";s:12:\"Full Profile\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:0:\"\";s:7:\"library\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"3a077a3\";s:8:\"settings\";a:26:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:0;}s:19:\"_inline_size_tablet\";d:33.332999999999998408384271897375583648681640625;s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:6:{i:0;a:6:{s:2:\"id\";s:7:\"6c722de\";s:8:\"settings\";a:22:{s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"space_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"space_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:5:\"image\";a:2:{s:2:\"id\";i:633;s:3:\"url\";s:80:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-4.jpg\";}s:10:\"image_size\";s:4:\"full\";s:5:\"align\";s:6:\"center\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"8e1f43b\";s:8:\"settings\";a:17:{s:5:\"title\";s:17:\"Real Estate Agent\";s:11:\"header_size\";s:2:\"h6\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"5\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:22:\"_background_background\";s:7:\"classic\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"625def0\";s:8:\"settings\";a:17:{s:5:\"title\";s:12:\"Roger Harris\";s:11:\"header_size\";s:2:\"h3\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:3;a:6:{s:2:\"id\";s:7:\"f4b10a3\";s:8:\"settings\";a:15:{s:6:\"editor\";s:121:\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"35\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}i:4;a:6:{s:2:\"id\";s:7:\"2d3cb17\";s:8:\"settings\";a:19:{s:9:\"icon_list\";a:2:{i:0;a:5:{s:4:\"text\";s:16:\"+1 910-626-85255\";s:4:\"icon\";s:11:\"fa fa-phone\";s:3:\"_id\";s:7:\"0ab7b46\";s:4:\"link\";a:4:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:12:\"fas fa-check\";s:7:\"library\";s:8:\"fa-solid\";}}i:1;a:5:{s:4:\"text\";s:16:\"contact@info.com\";s:4:\"icon\";s:14:\"fa fa-envelope\";s:3:\"_id\";s:7:\"b6c9884\";s:4:\"link\";a:4:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:12:\"fas fa-check\";s:7:\"library\";s:8:\"fa-solid\";}}}s:13:\"space_between\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:11:\"text_indent\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"-20\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:11:\"__globals__\";a:2:{s:10:\"icon_color\";s:32:\"globals/colors?id=astratextcolor\";s:10:\"text_color\";s:37:\"globals/colors?id=astralinkhovercolor\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"icon-list\";s:6:\"elType\";s:6:\"widget\";}i:5;a:6:{s:2:\"id\";s:7:\"ad922ce\";s:8:\"settings\";a:20:{s:4:\"text\";s:12:\"Full Profile\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:0:\"\";s:7:\"library\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"5ab07af\";s:8:\"settings\";a:26:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:0;}s:19:\"_inline_size_tablet\";d:33.332999999999998408384271897375583648681640625;s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:7:\"section\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:7:\"section\";}}\";'),(2447,623,'_elementor_edit_mode','builder'),(2448,623,'_elementor_template_type','wp-page'),(2449,623,'_elementor_version','3.2.5'),(2450,623,'_wp_page_template','default'),(2451,623,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2452,623,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2453,623,'_elementor_pro_version','3.2.1'),(2455,623,'_elementor_controls_usage','a:10:{s:6:\"slides\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:14:\"section_slides\";a:2:{s:6:\"slides\";i:1;s:13:\"slides_height\";i:1;}s:22:\"section_slider_options\";a:5:{s:14:\"pause_on_hover\";i:1;s:20:\"pause_on_interaction\";i:1;s:16:\"transition_speed\";i:1;s:17:\"content_animation\";i:1;s:10:\"transition\";i:1;}}s:5:\"style\";a:4:{s:19:\"section_style_title\";a:5:{s:29:\"heading_typography_typography\";i:1;s:30:\"heading_typography_font_family\";i:1;s:28:\"heading_typography_font_size\";i:1;s:30:\"heading_typography_font_weight\";i:1;s:33:\"heading_typography_text_transform\";i:1;}s:25:\"section_style_description\";a:2:{s:33:\"description_typography_typography\";i:1;s:32:\"description_typography_font_size\";i:1;}s:20:\"section_style_button\";a:4:{s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_weight\";i:1;s:32:\"button_typography_text_transform\";i:1;s:32:\"button_typography_letter_spacing\";i:1;}s:20:\"section_style_slides\";a:3:{s:17:\"content_max_width\";i:1;s:26:\"slides_horizontal_position\";i:1;s:17:\"slides_text_align\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:5;s:14:\"padding_tablet\";i:8;s:14:\"padding_mobile\";i:5;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:28:\"space_between_widgets_tablet\";i:3;s:21:\"space_between_widgets\";i:5;s:19:\"_inline_size_tablet\";i:6;s:28:\"space_between_widgets_mobile\";i:4;}}s:5:\"style\";a:1:{s:12:\"section_typo\";a:1:{s:10:\"text_align\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:6:\"layout\";i:2;s:3:\"gap\";i:11;s:13:\"custom_height\";i:4;s:20:\"custom_height_mobile\";i:1;s:15:\"column_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:2;s:7:\"padding\";i:9;s:14:\"padding_tablet\";i:8;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:1;}}s:5:\"style\";a:3:{s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:31:\"background_overlay_color_b_stop\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:14:\"section_border\";a:2:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;}s:18:\"section_background\";a:6:{s:21:\"background_background\";i:3;s:16:\"background_color\";i:2;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:6;s:11:\"header_size\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:8:\"_padding\";i:2;s:14:\"_margin_tablet\";i:2;s:15:\"_padding_tablet\";i:2;s:15:\"_padding_mobile\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:2:{s:21:\"typography_typography\";i:1;s:25:\"typography_text_transform\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:4;s:12:\"width_mobile\";i:4;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:4;s:3:\"gap\";i:4;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}}}s:13:\"image-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_gallery\";a:4:{s:10:\"wp_gallery\";i:1;s:14:\"thumbnail_size\";i:1;s:15:\"gallery_columns\";i:1;s:13:\"open_lightbox\";i:1;}}s:5:\"style\";a:1:{s:22:\"section_gallery_images\";a:2:{s:13:\"image_spacing\";i:1;s:20:\"image_spacing_custom\";i:1;}}}}s:14:\"image-carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:22:\"section_image_carousel\";a:7:{s:8:\"carousel\";i:1;s:14:\"thumbnail_size\";i:1;s:14:\"slides_to_show\";i:1;s:16:\"slides_to_scroll\";i:1;s:10:\"navigation\";i:1;s:21:\"slides_to_show_tablet\";i:1;s:21:\"slides_to_show_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:19:\"image_border_border\";i:1;s:18:\"image_border_width\";i:1;s:20:\"image_spacing_custom\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:4:{s:13:\"ending_number\";i:4;s:6:\"suffix\";i:4;s:5:\"title\";i:4;s:6:\"prefix\";i:1;}}s:5:\"style\";a:2:{s:14:\"section_number\";a:7:{s:12:\"number_color\";i:4;s:28:\"typography_number_typography\";i:4;s:29:\"typography_number_font_family\";i:4;s:27:\"typography_number_font_size\";i:4;s:29:\"typography_number_font_weight\";i:4;s:34:\"typography_number_font_size_tablet\";i:4;s:34:\"typography_number_font_size_mobile\";i:4;}s:13:\"section_title\";a:6:{s:11:\"title_color\";i:4;s:27:\"typography_title_typography\";i:4;s:28:\"typography_title_font_family\";i:4;s:26:\"typography_title_font_size\";i:4;s:28:\"typography_title_font_weight\";i:4;s:33:\"typography_title_font_size_tablet\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:4;s:15:\"_padding_tablet\";i:4;s:15:\"_padding_mobile\";i:4;}}}}}'),(2576,641,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2568,640,'_elementor_pro_version','3.2.1'),(2570,640,'_elementor_controls_usage','a:9:{s:6:\"slides\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:14:\"section_slides\";a:2:{s:6:\"slides\";i:1;s:13:\"slides_height\";i:1;}s:22:\"section_slider_options\";a:5:{s:14:\"pause_on_hover\";i:1;s:20:\"pause_on_interaction\";i:1;s:16:\"transition_speed\";i:1;s:17:\"content_animation\";i:1;s:10:\"transition\";i:1;}}s:5:\"style\";a:4:{s:19:\"section_style_title\";a:5:{s:29:\"heading_typography_typography\";i:1;s:30:\"heading_typography_font_family\";i:1;s:28:\"heading_typography_font_size\";i:1;s:30:\"heading_typography_font_weight\";i:1;s:33:\"heading_typography_text_transform\";i:1;}s:25:\"section_style_description\";a:2:{s:33:\"description_typography_typography\";i:1;s:32:\"description_typography_font_size\";i:1;}s:20:\"section_style_button\";a:4:{s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_weight\";i:1;s:32:\"button_typography_text_transform\";i:1;s:32:\"button_typography_letter_spacing\";i:1;}s:20:\"section_style_slides\";a:3:{s:17:\"content_max_width\";i:1;s:26:\"slides_horizontal_position\";i:1;s:17:\"slides_text_align\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:7;s:14:\"padding_tablet\";i:7;s:14:\"padding_mobile\";i:7;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:6;s:19:\"_inline_size_tablet\";i:6;s:28:\"space_between_widgets_tablet\";i:1;}}s:5:\"style\";a:1:{s:12:\"section_typo\";a:1:{s:10:\"text_align\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:6:\"layout\";i:1;s:3:\"gap\";i:5;s:16:\"content_position\";i:2;s:13:\"custom_height\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:1;s:7:\"padding\";i:3;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:14;s:11:\"header_size\";i:13;s:4:\"link\";i:6;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:12;s:15:\"_padding_tablet\";i:12;s:15:\"_padding_mobile\";i:12;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:2:{s:21:\"typography_typography\";i:1;s:25:\"typography_text_transform\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:19:\"section_style_image\";a:5:{s:5:\"width\";i:6;s:12:\"width_tablet\";i:6;s:12:\"width_mobile\";i:6;s:12:\"space_tablet\";i:6;s:12:\"space_mobile\";i:6;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:6;s:10:\"image_size\";i:6;s:5:\"align\";i:6;s:4:\"link\";i:6;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:6;s:15:\"_padding_tablet\";i:6;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:6;s:15:\"_padding_tablet\";i:6;s:15:\"_padding_mobile\";i:6;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:6;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:1:{s:13:\"space_between\";i:6;}s:18:\"section_text_style\";a:1:{s:11:\"text_indent\";i:6;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:8:\"_padding\";i:6;s:7:\"_margin\";i:6;s:15:\"_padding_tablet\";i:6;s:15:\"_padding_mobile\";i:6;}}}}s:14:\"image-carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:22:\"section_image_carousel\";a:7:{s:8:\"carousel\";i:1;s:14:\"thumbnail_size\";i:1;s:14:\"slides_to_show\";i:1;s:16:\"slides_to_scroll\";i:1;s:10:\"navigation\";i:1;s:21:\"slides_to_show_tablet\";i:1;s:21:\"slides_to_show_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:19:\"image_border_border\";i:1;s:18:\"image_border_width\";i:1;s:20:\"image_spacing_custom\";i:1;}}}}}'),(2467,625,'_elementor_source_image_hash','62efab0974fff5b5f62a1012437742c7a498970a'),(5171,976,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:820;s:6:\"height\";i:312;s:4:\"file\";s:30:\"2021/08/new1ChrisFoundLogo.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"new1ChrisFoundLogo-300x114.png\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"new1ChrisFoundLogo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"new1ChrisFoundLogo-768x292.png\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5170,976,'_wp_attached_file','2021/08/new1ChrisFoundLogo.png'),(5169,975,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:820;s:6:\"height\";i:312;s:4:\"file\";s:29:\"2021/08/facebook-cover2-2.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"facebook-cover2-2-300x114.png\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"facebook-cover2-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"facebook-cover2-2-768x292.png\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5166,974,'_wp_attached_file','2021/08/facebook-cover2-3.png'),(5167,974,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:820;s:6:\"height\";i:312;s:4:\"file\";s:29:\"2021/08/facebook-cover2-3.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"facebook-cover2-3-300x114.png\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"facebook-cover2-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"facebook-cover2-3-768x292.png\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2477,629,'_wp_attached_file','2021/06/team-07-free-img.jpg'),(2478,629,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:390;s:6:\"height\";i:390;s:4:\"file\";s:28:\"2021/06/team-07-free-img.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"team-07-free-img-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"team-07-free-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2479,629,'_elementor_source_image_hash','4c318e084d098dcd6bd8bd1e227451ef096ca600'),(2480,630,'_wp_attached_file','2021/06/estate-agent-1.jpg'),(2481,630,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:390;s:6:\"height\";i:390;s:4:\"file\";s:26:\"2021/06/estate-agent-1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"estate-agent-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"estate-agent-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2482,630,'_elementor_source_image_hash','69b0093f5347be8aca0a9aeba1a3ae356864c548'),(2483,631,'_wp_attached_file','2021/06/estate-agent-3.jpg'),(2484,631,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:390;s:6:\"height\";i:390;s:4:\"file\";s:26:\"2021/06/estate-agent-3.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"estate-agent-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"estate-agent-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2485,631,'_elementor_source_image_hash','be8e0f174620d90472e002ff2db568d7743af403'),(5179,980,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:820;s:6:\"height\";i:312;s:4:\"file\";s:29:\"2021/08/facebook-cover2-1.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"facebook-cover2-1-300x114.png\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"facebook-cover2-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"facebook-cover2-1-768x292.png\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5178,980,'_wp_attached_file','2021/08/facebook-cover2-1.png'),(5168,975,'_wp_attached_file','2021/08/facebook-cover2-2.png'),(5819,1077,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"48\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3343bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"CO-FOUNDER & PRESIDENT<br>\\nBUSINESS OWNER\\/CONSULTANT\\/MENTOR\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5627,1056,'_elementor_edit_mode','builder'),(5628,1056,'_elementor_template_type','wp-page'),(5629,1056,'_elementor_version','3.3.1'),(5630,1056,'_wp_page_template','default'),(5631,1056,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"128\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5},\"elements\":[{\"id\":\"b3343bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"CO-FOUNDER & PRESIDENT<br>\\nBUSINESS OWNER\\/CONSULTANT\\/MENTOR\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.<\\/p><p>She is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.<\\/p>\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a7c1c88\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"80\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2104079\",\"elType\":\"widget\",\"settings\":{\"title\":\"Proin neque egestas fusce morbi nunc ornare nisl, massa tincidunt et neque.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3287a0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"gap_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cba95bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim Walter\",\"header_size\":\"h5\",\"align\":\"center\",\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]');
INSERT INTO `wpxo_postmeta` VALUES (3381,743,'_elementor_edit_mode','builder'),(3382,743,'_elementor_template_type','wp-page'),(3383,743,'_elementor_version','3.2.5'),(3384,743,'_wp_page_template','default'),(3385,743,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Staff\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1195d59\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b50e113\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"top\",\"structure\":\"30\"},\"elements\":[{\"id\":\"910f068\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"_inline_size_tablet\":33.332999999999998408384271897375583648681640625,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3ea6f83\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image\":{\"id\":626,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/estate-agent.jpg\"},\"image_size\":\"full\",\"align\":\"center\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a75eb8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chair Manager\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"5\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1023088\",\"elType\":\"widget\",\"settings\":{\"title\":\"Danielle Pena\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"940b87d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"96e5cc2\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+1 910-626-85255\",\"icon\":\"fa fa-phone\",\"_id\":\"0ab7b46\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"contact@info.com\",\"icon\":\"fa fa-envelope\",\"_id\":\"b6c9884\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"baebc17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"_inline_size_tablet\":33.332999999999998408384271897375583648681640625,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdf76c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image\":{\"id\":627,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/estate-agent-5.jpg\"},\"image_size\":\"full\",\"align\":\"center\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"77b287f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Market Strategist\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"5\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3e088a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mark Obrien\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1efb8b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2fa6b98\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+1 910-626-85255\",\"icon\":\"fa fa-phone\",\"_id\":\"0ab7b46\"},{\"text\":\"contact@info.com\",\"icon\":\"fa fa-envelope\",\"_id\":\"b6c9884\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7e7a729\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"_inline_size_tablet\":33.332999999999998408384271897375583648681640625,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"df00831\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image\":{\"id\":628,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/team-08-free-img.jpg\"},\"image_size\":\"full\",\"align\":\"center\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"06f48b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sales Manager\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"5\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4460153\",\"elType\":\"widget\",\"settings\":{\"title\":\"Russell Douglas\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82c7ed8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7a74b77\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+1 910-626-85255\",\"icon\":\"fa fa-phone\",\"_id\":\"0ab7b46\"},{\"text\":\"contact@info.com\",\"icon\":\"fa fa-envelope\",\"_id\":\"b6c9884\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b0b1e8a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"top\",\"structure\":\"30\"},\"elements\":[{\"id\":\"1329d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"_inline_size_tablet\":33.332999999999998408384271897375583648681640625,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"211cb50\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image\":{\"id\":629,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/team-07-free-img.jpg\"},\"image_size\":\"full\",\"align\":\"center\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4b449cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Agent\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"5\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a598019\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eugene Berry\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21cfdd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7e9f07f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+1 910-626-85255\",\"icon\":\"fa fa-phone\",\"_id\":\"0ab7b46\"},{\"text\":\"contact@info.com\",\"icon\":\"fa fa-envelope\",\"_id\":\"b6c9884\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"729c0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"_inline_size_tablet\":33.332999999999998408384271897375583648681640625,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d3140a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image\":{\"id\":630,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/estate-agent-1.jpg\"},\"image_size\":\"full\",\"align\":\"center\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f14ec9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Agent\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"5\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0171eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Debra Gilbert\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0fb7021\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a96a4aa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+1 910-626-85255\",\"icon\":\"fa fa-phone\",\"_id\":\"0ab7b46\"},{\"text\":\"contact@info.com\",\"icon\":\"fa fa-envelope\",\"_id\":\"b6c9884\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4c2993d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"_inline_size_tablet\":33.332999999999998408384271897375583648681640625,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"940dcae\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image\":{\"id\":631,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/estate-agent-3.jpg\"},\"image_size\":\"full\",\"align\":\"center\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7f1b254\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Agent\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"5\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1df501e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Edward Alvarez\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21dcca8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8832956\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+1 910-626-85255\",\"icon\":\"fa fa-phone\",\"_id\":\"0ab7b46\"},{\"text\":\"contact@info.com\",\"icon\":\"fa fa-envelope\",\"_id\":\"b6c9884\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2506,636,'_elementor_edit_mode','builder'),(2507,636,'_elementor_template_type','wp-page'),(2508,636,'_elementor_version','3.2.5'),(2509,636,'_wp_page_template','default'),(2510,636,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Staff\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1195d59\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b50e113\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"top\",\"structure\":\"30\"},\"elements\":[{\"id\":\"910f068\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"_inline_size_tablet\":33.332999999999998408384271897375583648681640625,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3ea6f83\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image\":{\"id\":626,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/estate-agent.jpg\"},\"image_size\":\"full\",\"align\":\"center\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a75eb8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chair Manager\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"5\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1023088\",\"elType\":\"widget\",\"settings\":{\"title\":\"Danielle Pena\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"940b87d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"96e5cc2\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+1 910-626-85255\",\"icon\":\"fa fa-phone\",\"_id\":\"0ab7b46\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"contact@info.com\",\"icon\":\"fa fa-envelope\",\"_id\":\"b6c9884\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"baebc17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"_inline_size_tablet\":33.332999999999998408384271897375583648681640625,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdf76c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image\":{\"id\":627,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/estate-agent-5.jpg\"},\"image_size\":\"full\",\"align\":\"center\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"77b287f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Market Strategist\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"5\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3e088a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mark Obrien\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1efb8b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2fa6b98\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+1 910-626-85255\",\"icon\":\"fa fa-phone\",\"_id\":\"0ab7b46\"},{\"text\":\"contact@info.com\",\"icon\":\"fa fa-envelope\",\"_id\":\"b6c9884\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7e7a729\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"_inline_size_tablet\":33.332999999999998408384271897375583648681640625,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"df00831\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image\":{\"id\":628,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/team-08-free-img.jpg\"},\"image_size\":\"full\",\"align\":\"center\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"06f48b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sales Manager\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"5\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4460153\",\"elType\":\"widget\",\"settings\":{\"title\":\"Russell Douglas\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82c7ed8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7a74b77\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+1 910-626-85255\",\"icon\":\"fa fa-phone\",\"_id\":\"0ab7b46\"},{\"text\":\"contact@info.com\",\"icon\":\"fa fa-envelope\",\"_id\":\"b6c9884\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b0b1e8a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"top\",\"structure\":\"30\"},\"elements\":[{\"id\":\"1329d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"_inline_size_tablet\":33.332999999999998408384271897375583648681640625,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"211cb50\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image\":{\"id\":629,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/team-07-free-img.jpg\"},\"image_size\":\"full\",\"align\":\"center\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4b449cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Agent\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"5\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a598019\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eugene Berry\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21cfdd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7e9f07f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+1 910-626-85255\",\"icon\":\"fa fa-phone\",\"_id\":\"0ab7b46\"},{\"text\":\"contact@info.com\",\"icon\":\"fa fa-envelope\",\"_id\":\"b6c9884\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"729c0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"_inline_size_tablet\":33.332999999999998408384271897375583648681640625,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d3140a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image\":{\"id\":630,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/estate-agent-1.jpg\"},\"image_size\":\"full\",\"align\":\"center\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f14ec9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Agent\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"5\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0171eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Debra Gilbert\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0fb7021\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a96a4aa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+1 910-626-85255\",\"icon\":\"fa fa-phone\",\"_id\":\"0ab7b46\"},{\"text\":\"contact@info.com\",\"icon\":\"fa fa-envelope\",\"_id\":\"b6c9884\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4c2993d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"_inline_size_tablet\":33.332999999999998408384271897375583648681640625,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"940dcae\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image\":{\"id\":631,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/estate-agent-3.jpg\"},\"image_size\":\"full\",\"align\":\"center\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7f1b254\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Agent\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"5\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1df501e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Edward Alvarez\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21dcca8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8832956\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+1 910-626-85255\",\"icon\":\"fa fa-phone\",\"_id\":\"0ab7b46\"},{\"text\":\"contact@info.com\",\"icon\":\"fa fa-envelope\",\"_id\":\"b6c9884\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2511,636,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2512,636,'_elementor_pro_version','3.2.1'),(3365,741,'_elementor_edit_mode','builder'),(3366,741,'_elementor_template_type','wp-page'),(3367,741,'_elementor_version','3.2.5'),(3368,741,'_wp_page_template','default'),(3369,741,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Staff\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1195d59\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b50e113\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"top\",\"structure\":\"30\"},\"elements\":[{\"id\":\"910f068\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"_inline_size_tablet\":33.332999999999998408384271897375583648681640625,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3ea6f83\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image\":{\"id\":626,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/estate-agent.jpg\"},\"image_size\":\"full\",\"align\":\"center\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a75eb8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chair Manager\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"5\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1023088\",\"elType\":\"widget\",\"settings\":{\"title\":\"Danielle Pena\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"940b87d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"96e5cc2\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+1 910-626-85255\",\"icon\":\"fa fa-phone\",\"_id\":\"0ab7b46\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"contact@info.com\",\"icon\":\"fa fa-envelope\",\"_id\":\"b6c9884\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"baebc17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"_inline_size_tablet\":33.332999999999998408384271897375583648681640625,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdf76c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image\":{\"id\":627,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/estate-agent-5.jpg\"},\"image_size\":\"full\",\"align\":\"center\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"77b287f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Market Strategist\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"5\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3e088a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mark Obrien\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1efb8b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2fa6b98\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+1 910-626-85255\",\"icon\":\"fa fa-phone\",\"_id\":\"0ab7b46\"},{\"text\":\"contact@info.com\",\"icon\":\"fa fa-envelope\",\"_id\":\"b6c9884\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7e7a729\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"_inline_size_tablet\":33.332999999999998408384271897375583648681640625,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"df00831\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image\":{\"id\":628,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/team-08-free-img.jpg\"},\"image_size\":\"full\",\"align\":\"center\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"06f48b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sales Manager\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"5\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4460153\",\"elType\":\"widget\",\"settings\":{\"title\":\"Russell Douglas\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82c7ed8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7a74b77\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+1 910-626-85255\",\"icon\":\"fa fa-phone\",\"_id\":\"0ab7b46\"},{\"text\":\"contact@info.com\",\"icon\":\"fa fa-envelope\",\"_id\":\"b6c9884\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b0b1e8a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"top\",\"structure\":\"30\"},\"elements\":[{\"id\":\"1329d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"_inline_size_tablet\":33.332999999999998408384271897375583648681640625,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"211cb50\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image\":{\"id\":629,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/team-07-free-img.jpg\"},\"image_size\":\"full\",\"align\":\"center\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4b449cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Agent\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"5\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a598019\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eugene Berry\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21cfdd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7e9f07f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+1 910-626-85255\",\"icon\":\"fa fa-phone\",\"_id\":\"0ab7b46\"},{\"text\":\"contact@info.com\",\"icon\":\"fa fa-envelope\",\"_id\":\"b6c9884\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"729c0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"_inline_size_tablet\":33.332999999999998408384271897375583648681640625,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d3140a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image\":{\"id\":630,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/estate-agent-1.jpg\"},\"image_size\":\"full\",\"align\":\"center\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f14ec9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Agent\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"5\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0171eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Debra Gilbert\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0fb7021\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a96a4aa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+1 910-626-85255\",\"icon\":\"fa fa-phone\",\"_id\":\"0ab7b46\"},{\"text\":\"contact@info.com\",\"icon\":\"fa fa-envelope\",\"_id\":\"b6c9884\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4c2993d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"_inline_size_tablet\":33.332999999999998408384271897375583648681640625,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"940dcae\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image\":{\"id\":631,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/estate-agent-3.jpg\"},\"image_size\":\"full\",\"align\":\"center\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7f1b254\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Agent\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"5\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1df501e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Edward Alvarez\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21dcca8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8832956\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+1 910-626-85255\",\"icon\":\"fa fa-phone\",\"_id\":\"0ab7b46\"},{\"text\":\"contact@info.com\",\"icon\":\"fa fa-envelope\",\"_id\":\"b6c9884\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2520,638,'_menu_item_type','post_type'),(2521,638,'_menu_item_menu_item_parent','0'),(2522,638,'_menu_item_object_id','622'),(2523,638,'_menu_item_object','page'),(2524,638,'_menu_item_target',''),(2525,638,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2526,638,'_menu_item_xfn',''),(2527,638,'_menu_item_url',''),(2535,352,'_wp_old_date','2021-06-30'),(2529,24,'_wp_old_date','2021-06-30'),(2530,23,'_wp_old_date','2021-06-30'),(2531,22,'_wp_old_date','2021-06-30'),(2532,621,'_wp_old_date','2021-06-30'),(2533,620,'_wp_old_date','2021-06-30'),(2534,619,'_wp_old_date','2021-06-30'),(2536,639,'site-post-title','disabled'),(2537,639,'site-sidebar-layout','no-sidebar'),(2538,639,'site-content-layout','page-builder'),(2539,639,'ast-featured-img','disabled'),(2540,639,'ast-breadcrumbs-content','disabled'),(2541,639,'theme-transparent-header-meta','enabled'),(2542,639,'_yoast_wpseo_estimated-reading-time-minutes','4'),(2543,639,'_elementor_edit_mode','builder'),(2544,639,'_elementor_template_type','wp-page'),(2545,639,'_elementor_version','3.2.5'),(2546,639,'_astra_content_layout_flag','disabled'),(2547,639,'ast-title-bar-display','disabled'),(2548,639,'_wp_page_template','default'),(2549,639,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Big Picture\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1195d59\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3121bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing.\\u00a0<\\/p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.<\\/p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.<\\/p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a\\u00a0<u>living wage<\\/u>.\\u00a0<\\/p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing,\\u00a0supportive services, and permanent supportive housing.<\\/p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are<\\/p><h3><strong>Lack of affordable healthcare<\\/strong><\\/h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.<\\/p><h3><strong>Loss of job opportunities<\\/strong><\\/h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.<\\/p><h3><strong>Lack of public assistance programs:<\\/strong><\\/h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.<\\/p><h3><strong>Lack of affordable housing:<\\/strong><\\/h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.<\\/p><p>But\\u00a0changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The\\u00a0<u>Substance Abuse and Mental Health Services Administration<\\/u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.\\u201d Retrieved from:\\u00a0.<\\/p><h3><strong>Homelessness in Athens and Additional Resources<\\/strong><\\/h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents.\\u00a0In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters.\\u00a0If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.<\\/p><h3><strong>Institute for Children, Poverty, and Homelessness<\\/strong><\\/h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact\\u00a0of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness.\\u00a0<u><a href=\\\"http:\\/\\/www.icphusa.org.\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p><h3><strong>U.S. Department of Housing and Urban Development<\\/strong><\\/h3><p>Research, fact sheets, links to government and private organizations.<br \\/><u><a href=\\\"https:\\/\\/www.hud.gov\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"440c58c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7de0ae2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"1a1d1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service Partners\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e809807\",\"elType\":\"widget\",\"settings\":{\"title\":\"Local Shelter and Housing Partners\\n\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e0c598\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1bcaa9e\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":650,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-12.png\"},{\"id\":651,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-10.png\"},{\"id\":652,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-9.png\"},{\"id\":653,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-16.png\"},{\"id\":655,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-5.png\"},{\"id\":656,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-13.png\"},{\"id\":657,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-11.png\"}],\"thumbnail_size\":\"custom\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"slides_to_show_mobile\":\"2\",\"thumbnail_custom_dimension\":{\"width\":\"120\",\"height\":\"\"},\"pause_on_hover\":\"no\",\"pause_on_interaction\":\"no\",\"autoplay_speed\":4000,\"gallery_vertical_align\":\"center\",\"image_spacing\":\"custom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4ce8cde\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"07e3d5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"3512acf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Financial Partners\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"021be66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Local Funding Partners\\n\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f403cd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"35249ad\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":671,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-8.png\"},{\"id\":672,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-2.png\"},{\"id\":673,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-4.png\"},{\"id\":675,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-14.png\"}],\"thumbnail_size\":\"custom\",\"slides_to_show\":\"4\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"slides_to_show_mobile\":\"2\",\"thumbnail_custom_dimension\":{\"width\":\"120\",\"height\":\"\"},\"pause_on_hover\":\"no\",\"pause_on_interaction\":\"no\",\"autoplay_speed\":4000,\"gallery_vertical_align\":\"center\",\"image_spacing\":\"custom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2587,643,'_elementor_edit_mode','builder'),(2588,643,'_elementor_template_type','wp-page'),(2589,643,'_elementor_version','3.2.5'),(2590,643,'_wp_page_template','default'),(2591,643,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Big Picture\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1195d59\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3121bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing.\\u00a0<\\/p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.<\\/p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.<\\/p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a\\u00a0<u>living wage<\\/u>.\\u00a0<\\/p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing,\\u00a0supportive services, and permanent supportive housing.<\\/p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are<\\/p><h3><strong>Lack of affordable healthcare<\\/strong><\\/h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.<\\/p><h3><strong>Loss of job opportunities<\\/strong><\\/h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.<\\/p><h3><strong>Lack of public assistance programs:<\\/strong><\\/h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.<\\/p><h3><strong>Lack of affordable housing:<\\/strong><\\/h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.<\\/p><p>But\\u00a0changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The\\u00a0<u>Substance Abuse and Mental Health Services Administration<\\/u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.\\u201d Retrieved from:\\u00a0.<\\/p><h3><strong>Homelessness in Athens and Additional Resources<\\/strong><\\/h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents.\\u00a0In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters.\\u00a0If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.<\\/p><h3><strong>Institute for Children, Poverty, and Homelessness<\\/strong><\\/h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact\\u00a0of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness.\\u00a0<u><a href=\\\"http:\\/\\/www.icphusa.org.\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p><h3><strong>U.S. Department of Housing and Urban Development<\\/strong><\\/h3><p>Research, fact sheets, links to government and private organizations.<br \\/><u><a href=\\\"https:\\/\\/www.hud.gov\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p><p>\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2592,643,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2593,643,'_elementor_pro_version','3.2.1'),(2550,639,'_yoast_wpseo_content_score','60'),(2551,639,'astra-main-page-id','55335'),(2552,639,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2553,639,'_wxr_import_user_slug','alex'),(2554,639,'_astra_sites_imported_post','1'),(2555,639,'_astra_sites_enable_for_batch','1'),(2556,639,'_elementor_pro_version','3.2.1'),(2557,639,'_astra_sites_hotlink_imported','1'),(2558,639,'_edit_lock','1625109413:1'),(2559,639,'_edit_last','1'),(2571,641,'_elementor_edit_mode','builder'),(2572,641,'_elementor_template_type','wp-page'),(2573,641,'_elementor_version','3.2.5'),(2574,641,'_wp_page_template','default'),(2575,641,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Staff\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1195d59\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b50e113\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"top\",\"structure\":\"30\"},\"elements\":[{\"id\":\"910f068\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"_inline_size_tablet\":33.332999999999998408384271897375583648681640625,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3ea6f83\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image\":{\"id\":626,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/estate-agent.jpg\"},\"image_size\":\"full\",\"align\":\"center\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a75eb8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chair Manager\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"5\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1023088\",\"elType\":\"widget\",\"settings\":{\"title\":\"Danielle Pena\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"940b87d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"96e5cc2\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+1 910-626-85255\",\"icon\":\"fa fa-phone\",\"_id\":\"0ab7b46\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"contact@info.com\",\"icon\":\"fa fa-envelope\",\"_id\":\"b6c9884\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"baebc17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"_inline_size_tablet\":33.332999999999998408384271897375583648681640625,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdf76c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image\":{\"id\":627,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/estate-agent-5.jpg\"},\"image_size\":\"full\",\"align\":\"center\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"77b287f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Market Strategist\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"5\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3e088a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mark Obrien\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1efb8b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2fa6b98\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+1 910-626-85255\",\"icon\":\"fa fa-phone\",\"_id\":\"0ab7b46\"},{\"text\":\"contact@info.com\",\"icon\":\"fa fa-envelope\",\"_id\":\"b6c9884\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7e7a729\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"_inline_size_tablet\":33.332999999999998408384271897375583648681640625,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"df00831\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image\":{\"id\":628,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/team-08-free-img.jpg\"},\"image_size\":\"full\",\"align\":\"center\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"06f48b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sales Manager\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"5\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4460153\",\"elType\":\"widget\",\"settings\":{\"title\":\"Russell Douglas\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82c7ed8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7a74b77\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+1 910-626-85255\",\"icon\":\"fa fa-phone\",\"_id\":\"0ab7b46\"},{\"text\":\"contact@info.com\",\"icon\":\"fa fa-envelope\",\"_id\":\"b6c9884\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b0b1e8a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"top\",\"structure\":\"30\"},\"elements\":[{\"id\":\"1329d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"_inline_size_tablet\":33.332999999999998408384271897375583648681640625,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"211cb50\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image\":{\"id\":629,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/team-07-free-img.jpg\"},\"image_size\":\"full\",\"align\":\"center\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4b449cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Agent\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"5\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a598019\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eugene Berry\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21cfdd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7e9f07f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+1 910-626-85255\",\"icon\":\"fa fa-phone\",\"_id\":\"0ab7b46\"},{\"text\":\"contact@info.com\",\"icon\":\"fa fa-envelope\",\"_id\":\"b6c9884\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"729c0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"_inline_size_tablet\":33.332999999999998408384271897375583648681640625,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d3140a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image\":{\"id\":630,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/estate-agent-1.jpg\"},\"image_size\":\"full\",\"align\":\"center\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f14ec9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Agent\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"5\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0171eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Debra Gilbert\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0fb7021\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a96a4aa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+1 910-626-85255\",\"icon\":\"fa fa-phone\",\"_id\":\"0ab7b46\"},{\"text\":\"contact@info.com\",\"icon\":\"fa fa-envelope\",\"_id\":\"b6c9884\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4c2993d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"_inline_size_tablet\":33.332999999999998408384271897375583648681640625,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"940dcae\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image\":{\"id\":631,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/estate-agent-3.jpg\"},\"image_size\":\"full\",\"align\":\"center\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7f1b254\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Agent\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"5\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1df501e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Edward Alvarez\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21dcca8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8832956\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+1 910-626-85255\",\"icon\":\"fa fa-phone\",\"_id\":\"0ab7b46\"},{\"text\":\"contact@info.com\",\"icon\":\"fa fa-envelope\",\"_id\":\"b6c9884\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2562,640,'_elementor_edit_mode','builder'),(2563,640,'_elementor_template_type','wp-page'),(2564,640,'_elementor_version','3.2.5'),(2565,640,'_wp_page_template','default'),(2566,640,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Staff\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1195d59\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b50e113\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"top\",\"structure\":\"30\"},\"elements\":[{\"id\":\"910f068\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"_inline_size_tablet\":33.332999999999998408384271897375583648681640625,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3ea6f83\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image\":{\"id\":626,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/estate-agent.jpg\"},\"image_size\":\"full\",\"align\":\"center\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a75eb8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chair Manager\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"5\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1023088\",\"elType\":\"widget\",\"settings\":{\"title\":\"Danielle Pena\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"940b87d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"96e5cc2\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+1 910-626-85255\",\"icon\":\"fa fa-phone\",\"_id\":\"0ab7b46\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"contact@info.com\",\"icon\":\"fa fa-envelope\",\"_id\":\"b6c9884\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"baebc17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"_inline_size_tablet\":33.332999999999998408384271897375583648681640625,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdf76c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image\":{\"id\":627,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/estate-agent-5.jpg\"},\"image_size\":\"full\",\"align\":\"center\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"77b287f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Market Strategist\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"5\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3e088a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mark Obrien\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1efb8b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2fa6b98\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+1 910-626-85255\",\"icon\":\"fa fa-phone\",\"_id\":\"0ab7b46\"},{\"text\":\"contact@info.com\",\"icon\":\"fa fa-envelope\",\"_id\":\"b6c9884\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7e7a729\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"_inline_size_tablet\":33.332999999999998408384271897375583648681640625,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"df00831\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image\":{\"id\":628,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/team-08-free-img.jpg\"},\"image_size\":\"full\",\"align\":\"center\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"06f48b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sales Manager\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"5\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4460153\",\"elType\":\"widget\",\"settings\":{\"title\":\"Russell Douglas\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82c7ed8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7a74b77\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+1 910-626-85255\",\"icon\":\"fa fa-phone\",\"_id\":\"0ab7b46\"},{\"text\":\"contact@info.com\",\"icon\":\"fa fa-envelope\",\"_id\":\"b6c9884\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b0b1e8a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"top\",\"structure\":\"30\"},\"elements\":[{\"id\":\"1329d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"_inline_size_tablet\":33.332999999999998408384271897375583648681640625,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"211cb50\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image\":{\"id\":629,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/team-07-free-img.jpg\"},\"image_size\":\"full\",\"align\":\"center\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4b449cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Agent\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"5\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a598019\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eugene Berry\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21cfdd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7e9f07f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+1 910-626-85255\",\"icon\":\"fa fa-phone\",\"_id\":\"0ab7b46\"},{\"text\":\"contact@info.com\",\"icon\":\"fa fa-envelope\",\"_id\":\"b6c9884\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"729c0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"_inline_size_tablet\":33.332999999999998408384271897375583648681640625,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d3140a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image\":{\"id\":630,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/estate-agent-1.jpg\"},\"image_size\":\"full\",\"align\":\"center\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f14ec9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Agent\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"5\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0171eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Debra Gilbert\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0fb7021\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a96a4aa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+1 910-626-85255\",\"icon\":\"fa fa-phone\",\"_id\":\"0ab7b46\"},{\"text\":\"contact@info.com\",\"icon\":\"fa fa-envelope\",\"_id\":\"b6c9884\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4c2993d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"_inline_size_tablet\":33.332999999999998408384271897375583648681640625,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"940dcae\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image\":{\"id\":631,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/estate-agent-3.jpg\"},\"image_size\":\"full\",\"align\":\"center\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7f1b254\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Agent\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"5\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1df501e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Edward Alvarez\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21dcca8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8832956\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+1 910-626-85255\",\"icon\":\"fa fa-phone\",\"_id\":\"0ab7b46\"},{\"text\":\"contact@info.com\",\"icon\":\"fa fa-envelope\",\"_id\":\"b6c9884\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2567,640,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2497,634,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2498,634,'_elementor_pro_version','3.2.1'),(2499,635,'_elementor_edit_mode','builder'),(2500,635,'_elementor_template_type','wp-page'),(2501,635,'_elementor_version','3.2.5'),(2502,635,'_wp_page_template','default'),(2503,635,'_elementor_data','s:125898:\"a:3:{i:0;a:5:{s:2:\"id\";s:7:\"b5a0984\";s:8:\"settings\";a:35:{s:3:\"gap\";s:2:\"no\";s:16:\"content_position\";s:6:\"middle\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_image\";a:2:{s:2:\"id\";i:625;s:3:\"url\";s:84:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-living-door.jpg\";}s:19:\"background_position\";s:13:\"center center\";s:21:\"background_attachment\";s:6:\"scroll\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";s:29:\"background_overlay_background\";s:7:\"classic\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"300\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"300\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"250\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:20:\"reverse_order_tablet\";s:14:\"reverse-tablet\";s:20:\"reverse_order_mobile\";s:14:\"reverse-mobile\";s:26:\"background_overlay_opacity\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.65000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:24:\"background_overlay_color\";s:32:\"globals/colors?id=astratextcolor\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"bb76d1a\";s:8:\"settings\";a:26:{s:12:\"_column_size\";i:100;s:12:\"_inline_size\";N;s:19:\"_inline_size_tablet\";i:100;s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:6:{s:2:\"id\";s:7:\"486fe28\";s:8:\"settings\";a:14:{s:5:\"title\";s:6:\"Agents\";s:5:\"align\";s:4:\"left\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"e1b9c42\";s:8:\"settings\";a:20:{s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:3;s:5:\"sizes\";a:0:{}}s:5:\"color\";s:21:\"rgba(255,255,255,0.5)\";s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:5:\"align\";s:4:\"left\";s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:5;s:5:\"sizes\";a:0:{}}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:4:\"text\";s:7:\"Divider\";s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:7:\"section\";}i:1;a:5:{s:2:\"id\";s:7:\"94ec8f9\";s:8:\"settings\";a:31:{s:3:\"gap\";s:2:\"no\";s:16:\"content_position\";s:3:\"top\";s:26:\"background_overlay_opacity\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"sizes\";a:0:{}}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"55\";s:5:\"right\";s:2:\"55\";s:6:\"bottom\";s:2:\"55\";s:4:\"left\";s:2:\"55\";s:8:\"isLinked\";b:1;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"75\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:21:\"background_background\";s:7:\"classic\";s:27:\"background_overlay_position\";s:13:\"center center\";s:29:\"background_overlay_attachment\";s:5:\"fixed\";s:25:\"background_overlay_repeat\";s:9:\"no-repeat\";s:23:\"background_overlay_size\";s:4:\"auto\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"147cde3\";s:8:\"settings\";a:24:{s:12:\"_column_size\";i:100;s:7:\"padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:4:{i:0;a:6:{s:2:\"id\";s:7:\"2436a6c\";s:8:\"settings\";a:21:{s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:3;s:5:\"sizes\";a:0:{}}s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:5:\"align\";s:4:\"left\";s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:5;s:5:\"sizes\";a:0:{}}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:4:\"text\";s:7:\"Divider\";s:11:\"__globals__\";a:1:{s:5:\"color\";s:34:\"globals/colors?id=astraextracolor2\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"611d709\";s:8:\"settings\";a:15:{s:5:\"title\";s:33:\"Top Notch Office Staff And Agents\";s:11:\"header_size\";s:2:\"h4\";s:5:\"align\";s:4:\"left\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"a44ef2c\";s:8:\"settings\";a:13:{s:5:\"title\";s:119:\"We Would Highly Recommend Proin Gravida Nibh Vel Velit Auctor Aliquet. Aenean Sollicitudin, Lorem Quis Bibendum Auctor.\";s:11:\"header_size\";s:2:\"h6\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:3;a:6:{s:2:\"id\";s:7:\"de8019a\";s:8:\"settings\";a:12:{s:6:\"editor\";s:211:\"<p>Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra.</p>\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:7:\"section\";}i:2;a:5:{s:2:\"id\";s:7:\"f20afd1\";s:8:\"settings\";a:25:{s:3:\"gap\";s:2:\"no\";s:16:\"content_position\";s:3:\"top\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"853b485\";s:8:\"settings\";a:21:{s:12:\"_column_size\";i:100;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:5:{s:2:\"id\";s:7:\"9811447\";s:8:\"settings\";a:23:{s:3:\"gap\";s:2:\"no\";s:16:\"content_position\";s:3:\"top\";s:9:\"structure\";s:2:\"30\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:5:{s:2:\"id\";s:7:\"f8cb1b3\";s:8:\"settings\";a:26:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:0;}s:19:\"_inline_size_tablet\";d:33.332999999999998408384271897375583648681640625;s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:6:{i:0;a:6:{s:2:\"id\";s:7:\"05e1b4c\";s:8:\"settings\";a:22:{s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"space_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"space_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:5:\"image\";a:2:{s:2:\"id\";i:626;s:3:\"url\";s:78:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent.jpg\";}s:10:\"image_size\";s:4:\"full\";s:5:\"align\";s:6:\"center\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"4098357\";s:8:\"settings\";a:17:{s:5:\"title\";s:13:\"Chair Manager\";s:11:\"header_size\";s:2:\"h6\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"5\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:22:\"_background_background\";s:7:\"classic\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"c1731d0\";s:8:\"settings\";a:17:{s:5:\"title\";s:13:\"Danielle Pena\";s:11:\"header_size\";s:2:\"h3\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:3;a:6:{s:2:\"id\";s:7:\"a74b437\";s:8:\"settings\";a:15:{s:6:\"editor\";s:121:\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"35\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}i:4;a:6:{s:2:\"id\";s:7:\"9c89c58\";s:8:\"settings\";a:19:{s:9:\"icon_list\";a:2:{i:0;a:6:{s:4:\"text\";s:16:\"+1 910-626-85255\";s:4:\"icon\";s:11:\"fa fa-phone\";s:3:\"_id\";s:7:\"0ab7b46\";s:4:\"link\";a:4:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:12:\"fas fa-phone\";s:7:\"library\";s:8:\"fa-solid\";}s:14:\"__fa4_migrated\";a:1:{s:13:\"selected_icon\";b:1;}}i:1;a:6:{s:4:\"text\";s:16:\"contact@info.com\";s:4:\"icon\";s:14:\"fa fa-envelope\";s:3:\"_id\";s:7:\"b6c9884\";s:4:\"link\";a:4:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:15:\"fas fa-envelope\";s:7:\"library\";s:8:\"fa-solid\";}s:14:\"__fa4_migrated\";a:1:{s:13:\"selected_icon\";b:1;}}}s:13:\"space_between\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:11:\"text_indent\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"-20\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:11:\"__globals__\";a:2:{s:10:\"icon_color\";s:32:\"globals/colors?id=astratextcolor\";s:10:\"text_color\";s:37:\"globals/colors?id=astralinkhovercolor\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"icon-list\";s:6:\"elType\";s:6:\"widget\";}i:5;a:6:{s:2:\"id\";s:7:\"a9620e6\";s:8:\"settings\";a:20:{s:4:\"text\";s:12:\"Full Profile\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:0:\"\";s:7:\"library\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"842c5d3\";s:8:\"settings\";a:26:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:0;}s:19:\"_inline_size_tablet\";d:33.332999999999998408384271897375583648681640625;s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:6:{i:0;a:6:{s:2:\"id\";s:7:\"8c6450d\";s:8:\"settings\";a:22:{s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"space_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"space_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:5:\"image\";a:2:{s:2:\"id\";i:627;s:3:\"url\";s:80:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-5.jpg\";}s:10:\"image_size\";s:4:\"full\";s:5:\"align\";s:6:\"center\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"7e08b2e\";s:8:\"settings\";a:17:{s:5:\"title\";s:17:\"Market Strategist\";s:11:\"header_size\";s:2:\"h6\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"5\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:22:\"_background_background\";s:7:\"classic\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"b63e208\";s:8:\"settings\";a:17:{s:5:\"title\";s:11:\"Mark Obrien\";s:11:\"header_size\";s:2:\"h3\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:3;a:6:{s:2:\"id\";s:7:\"ff43a66\";s:8:\"settings\";a:15:{s:6:\"editor\";s:121:\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"35\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}i:4;a:6:{s:2:\"id\";s:7:\"26d8e4d\";s:8:\"settings\";a:19:{s:9:\"icon_list\";a:2:{i:0;a:5:{s:4:\"text\";s:16:\"+1 910-626-85255\";s:4:\"icon\";s:11:\"fa fa-phone\";s:3:\"_id\";s:7:\"0ab7b46\";s:4:\"link\";a:4:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:12:\"fas fa-check\";s:7:\"library\";s:8:\"fa-solid\";}}i:1;a:5:{s:4:\"text\";s:16:\"contact@info.com\";s:4:\"icon\";s:14:\"fa fa-envelope\";s:3:\"_id\";s:7:\"b6c9884\";s:4:\"link\";a:4:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:12:\"fas fa-check\";s:7:\"library\";s:8:\"fa-solid\";}}}s:13:\"space_between\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:11:\"text_indent\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"-20\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:11:\"__globals__\";a:2:{s:10:\"icon_color\";s:32:\"globals/colors?id=astratextcolor\";s:10:\"text_color\";s:37:\"globals/colors?id=astralinkhovercolor\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"icon-list\";s:6:\"elType\";s:6:\"widget\";}i:5;a:6:{s:2:\"id\";s:7:\"5c95b90\";s:8:\"settings\";a:20:{s:4:\"text\";s:12:\"Full Profile\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:0:\"\";s:7:\"library\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"03f7cab\";s:8:\"settings\";a:26:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:0;}s:19:\"_inline_size_tablet\";d:33.332999999999998408384271897375583648681640625;s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:6:{i:0;a:6:{s:2:\"id\";s:7:\"4f876f2\";s:8:\"settings\";a:22:{s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"space_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"space_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:5:\"image\";a:2:{s:2:\"id\";i:628;s:3:\"url\";s:82:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-08-free-img.jpg\";}s:10:\"image_size\";s:4:\"full\";s:5:\"align\";s:6:\"center\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"057d509\";s:8:\"settings\";a:17:{s:5:\"title\";s:13:\"Sales Manager\";s:11:\"header_size\";s:2:\"h6\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"5\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:22:\"_background_background\";s:7:\"classic\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"20aaacd\";s:8:\"settings\";a:17:{s:5:\"title\";s:15:\"Russell Douglas\";s:11:\"header_size\";s:2:\"h3\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:3;a:6:{s:2:\"id\";s:7:\"8d81b75\";s:8:\"settings\";a:15:{s:6:\"editor\";s:121:\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"35\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}i:4;a:6:{s:2:\"id\";s:7:\"ec3f588\";s:8:\"settings\";a:19:{s:9:\"icon_list\";a:2:{i:0;a:5:{s:4:\"text\";s:16:\"+1 910-626-85255\";s:4:\"icon\";s:11:\"fa fa-phone\";s:3:\"_id\";s:7:\"0ab7b46\";s:4:\"link\";a:4:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:12:\"fas fa-check\";s:7:\"library\";s:8:\"fa-solid\";}}i:1;a:5:{s:4:\"text\";s:16:\"contact@info.com\";s:4:\"icon\";s:14:\"fa fa-envelope\";s:3:\"_id\";s:7:\"b6c9884\";s:4:\"link\";a:4:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:12:\"fas fa-check\";s:7:\"library\";s:8:\"fa-solid\";}}}s:13:\"space_between\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:11:\"text_indent\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"-20\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:11:\"__globals__\";a:2:{s:10:\"icon_color\";s:32:\"globals/colors?id=astratextcolor\";s:10:\"text_color\";s:37:\"globals/colors?id=astralinkhovercolor\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"icon-list\";s:6:\"elType\";s:6:\"widget\";}i:5;a:6:{s:2:\"id\";s:7:\"8ce0f5d\";s:8:\"settings\";a:20:{s:4:\"text\";s:12:\"Full Profile\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:0:\"\";s:7:\"library\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:7:\"section\";}i:1;a:5:{s:2:\"id\";s:7:\"ef66c90\";s:8:\"settings\";a:23:{s:3:\"gap\";s:2:\"no\";s:16:\"content_position\";s:3:\"top\";s:9:\"structure\";s:2:\"30\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:5:{s:2:\"id\";s:7:\"856b207\";s:8:\"settings\";a:26:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:0;}s:19:\"_inline_size_tablet\";d:33.332999999999998408384271897375583648681640625;s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:6:{i:0;a:6:{s:2:\"id\";s:7:\"ea94949\";s:8:\"settings\";a:22:{s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"space_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"space_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:5:\"image\";a:2:{s:2:\"id\";i:629;s:3:\"url\";s:82:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/team-07-free-img.jpg\";}s:10:\"image_size\";s:4:\"full\";s:5:\"align\";s:6:\"center\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"3b80a6a\";s:8:\"settings\";a:17:{s:5:\"title\";s:17:\"Real Estate Agent\";s:11:\"header_size\";s:2:\"h6\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"5\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:22:\"_background_background\";s:7:\"classic\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"0cac8fb\";s:8:\"settings\";a:17:{s:5:\"title\";s:12:\"Eugene Berry\";s:11:\"header_size\";s:2:\"h3\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:3;a:6:{s:2:\"id\";s:7:\"19daf25\";s:8:\"settings\";a:15:{s:6:\"editor\";s:121:\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"35\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}i:4;a:6:{s:2:\"id\";s:7:\"08432a3\";s:8:\"settings\";a:19:{s:9:\"icon_list\";a:2:{i:0;a:5:{s:4:\"text\";s:16:\"+1 910-626-85255\";s:4:\"icon\";s:11:\"fa fa-phone\";s:3:\"_id\";s:7:\"0ab7b46\";s:4:\"link\";a:4:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:12:\"fas fa-check\";s:7:\"library\";s:8:\"fa-solid\";}}i:1;a:5:{s:4:\"text\";s:16:\"contact@info.com\";s:4:\"icon\";s:14:\"fa fa-envelope\";s:3:\"_id\";s:7:\"b6c9884\";s:4:\"link\";a:4:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:12:\"fas fa-check\";s:7:\"library\";s:8:\"fa-solid\";}}}s:13:\"space_between\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:11:\"text_indent\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"-20\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:11:\"__globals__\";a:2:{s:10:\"icon_color\";s:32:\"globals/colors?id=astratextcolor\";s:10:\"text_color\";s:37:\"globals/colors?id=astralinkhovercolor\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"icon-list\";s:6:\"elType\";s:6:\"widget\";}i:5;a:6:{s:2:\"id\";s:7:\"1401c20\";s:8:\"settings\";a:20:{s:4:\"text\";s:12:\"Full Profile\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:0:\"\";s:7:\"library\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"f084952\";s:8:\"settings\";a:26:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:0;}s:19:\"_inline_size_tablet\";d:33.332999999999998408384271897375583648681640625;s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:6:{i:0;a:6:{s:2:\"id\";s:7:\"3fe41b3\";s:8:\"settings\";a:22:{s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"space_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"space_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:5:\"image\";a:2:{s:2:\"id\";i:630;s:3:\"url\";s:80:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-1.jpg\";}s:10:\"image_size\";s:4:\"full\";s:5:\"align\";s:6:\"center\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"b6025c4\";s:8:\"settings\";a:17:{s:5:\"title\";s:17:\"Real Estate Agent\";s:11:\"header_size\";s:2:\"h6\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"5\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:22:\"_background_background\";s:7:\"classic\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"9119d2e\";s:8:\"settings\";a:17:{s:5:\"title\";s:13:\"Debra Gilbert\";s:11:\"header_size\";s:2:\"h3\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:3;a:6:{s:2:\"id\";s:7:\"c1a237c\";s:8:\"settings\";a:15:{s:6:\"editor\";s:121:\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"35\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}i:4;a:6:{s:2:\"id\";s:7:\"d1395b0\";s:8:\"settings\";a:19:{s:9:\"icon_list\";a:2:{i:0;a:5:{s:4:\"text\";s:16:\"+1 910-626-85255\";s:4:\"icon\";s:11:\"fa fa-phone\";s:3:\"_id\";s:7:\"0ab7b46\";s:4:\"link\";a:4:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:12:\"fas fa-check\";s:7:\"library\";s:8:\"fa-solid\";}}i:1;a:5:{s:4:\"text\";s:16:\"contact@info.com\";s:4:\"icon\";s:14:\"fa fa-envelope\";s:3:\"_id\";s:7:\"b6c9884\";s:4:\"link\";a:4:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:12:\"fas fa-check\";s:7:\"library\";s:8:\"fa-solid\";}}}s:13:\"space_between\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:11:\"text_indent\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"-20\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:11:\"__globals__\";a:2:{s:10:\"icon_color\";s:32:\"globals/colors?id=astratextcolor\";s:10:\"text_color\";s:37:\"globals/colors?id=astralinkhovercolor\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"icon-list\";s:6:\"elType\";s:6:\"widget\";}i:5;a:6:{s:2:\"id\";s:7:\"4b5f9eb\";s:8:\"settings\";a:20:{s:4:\"text\";s:12:\"Full Profile\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:0:\"\";s:7:\"library\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"cca78d7\";s:8:\"settings\";a:26:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:0;}s:19:\"_inline_size_tablet\";d:33.332999999999998408384271897375583648681640625;s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:6:{i:0;a:6:{s:2:\"id\";s:7:\"0633912\";s:8:\"settings\";a:22:{s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"space_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"space_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:5:\"image\";a:2:{s:2:\"id\";i:631;s:3:\"url\";s:80:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-3.jpg\";}s:10:\"image_size\";s:4:\"full\";s:5:\"align\";s:6:\"center\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"ee5d9a4\";s:8:\"settings\";a:17:{s:5:\"title\";s:17:\"Real Estate Agent\";s:11:\"header_size\";s:2:\"h6\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"5\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:22:\"_background_background\";s:7:\"classic\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"69ea7b0\";s:8:\"settings\";a:17:{s:5:\"title\";s:14:\"Edward Alvarez\";s:11:\"header_size\";s:2:\"h3\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:3;a:6:{s:2:\"id\";s:7:\"8b67681\";s:8:\"settings\";a:15:{s:6:\"editor\";s:121:\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"35\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}i:4;a:6:{s:2:\"id\";s:7:\"fd1a5e3\";s:8:\"settings\";a:19:{s:9:\"icon_list\";a:2:{i:0;a:5:{s:4:\"text\";s:16:\"+1 910-626-85255\";s:4:\"icon\";s:11:\"fa fa-phone\";s:3:\"_id\";s:7:\"0ab7b46\";s:4:\"link\";a:4:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:12:\"fas fa-check\";s:7:\"library\";s:8:\"fa-solid\";}}i:1;a:5:{s:4:\"text\";s:16:\"contact@info.com\";s:4:\"icon\";s:14:\"fa fa-envelope\";s:3:\"_id\";s:7:\"b6c9884\";s:4:\"link\";a:4:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:12:\"fas fa-check\";s:7:\"library\";s:8:\"fa-solid\";}}}s:13:\"space_between\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:11:\"text_indent\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"-20\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:11:\"__globals__\";a:2:{s:10:\"icon_color\";s:32:\"globals/colors?id=astratextcolor\";s:10:\"text_color\";s:37:\"globals/colors?id=astralinkhovercolor\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"icon-list\";s:6:\"elType\";s:6:\"widget\";}i:5;a:6:{s:2:\"id\";s:7:\"866a79e\";s:8:\"settings\";a:20:{s:4:\"text\";s:12:\"Full Profile\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:0:\"\";s:7:\"library\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:7:\"section\";}i:2;a:5:{s:2:\"id\";s:7:\"c58c6c3\";s:8:\"settings\";a:23:{s:3:\"gap\";s:2:\"no\";s:16:\"content_position\";s:3:\"top\";s:9:\"structure\";s:2:\"30\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:5:{s:2:\"id\";s:7:\"c637c15\";s:8:\"settings\";a:26:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:0;}s:19:\"_inline_size_tablet\";d:33.332999999999998408384271897375583648681640625;s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:6:{i:0;a:6:{s:2:\"id\";s:7:\"bce3a64\";s:8:\"settings\";a:22:{s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"space_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"space_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:5:\"image\";a:2:{s:2:\"id\";i:632;s:3:\"url\";s:80:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-2.jpg\";}s:10:\"image_size\";s:4:\"full\";s:5:\"align\";s:6:\"center\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"a16649b\";s:8:\"settings\";a:17:{s:5:\"title\";s:17:\"Real Estate Agent\";s:11:\"header_size\";s:2:\"h6\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"5\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:22:\"_background_background\";s:7:\"classic\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"d65ec59\";s:8:\"settings\";a:17:{s:5:\"title\";s:11:\"Billy Allen\";s:11:\"header_size\";s:2:\"h3\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:3;a:6:{s:2:\"id\";s:7:\"782c3a1\";s:8:\"settings\";a:15:{s:6:\"editor\";s:121:\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"35\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}i:4;a:6:{s:2:\"id\";s:7:\"0ad6ad4\";s:8:\"settings\";a:19:{s:9:\"icon_list\";a:2:{i:0;a:5:{s:4:\"text\";s:16:\"+1 910-626-85255\";s:4:\"icon\";s:11:\"fa fa-phone\";s:3:\"_id\";s:7:\"0ab7b46\";s:4:\"link\";a:4:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:12:\"fas fa-check\";s:7:\"library\";s:8:\"fa-solid\";}}i:1;a:5:{s:4:\"text\";s:16:\"contact@info.com\";s:4:\"icon\";s:14:\"fa fa-envelope\";s:3:\"_id\";s:7:\"b6c9884\";s:4:\"link\";a:4:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:12:\"fas fa-check\";s:7:\"library\";s:8:\"fa-solid\";}}}s:13:\"space_between\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:11:\"text_indent\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"-20\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:11:\"__globals__\";a:2:{s:10:\"icon_color\";s:32:\"globals/colors?id=astratextcolor\";s:10:\"text_color\";s:37:\"globals/colors?id=astralinkhovercolor\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"icon-list\";s:6:\"elType\";s:6:\"widget\";}i:5;a:6:{s:2:\"id\";s:7:\"9a05b9d\";s:8:\"settings\";a:20:{s:4:\"text\";s:12:\"Full Profile\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:0:\"\";s:7:\"library\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"3a077a3\";s:8:\"settings\";a:26:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:0;}s:19:\"_inline_size_tablet\";d:33.332999999999998408384271897375583648681640625;s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:6:{i:0;a:6:{s:2:\"id\";s:7:\"6c722de\";s:8:\"settings\";a:22:{s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"space_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:12:\"space_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:5:\"image\";a:2:{s:2:\"id\";i:633;s:3:\"url\";s:80:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/06/estate-agent-4.jpg\";}s:10:\"image_size\";s:4:\"full\";s:5:\"align\";s:6:\"center\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"8e1f43b\";s:8:\"settings\";a:17:{s:5:\"title\";s:17:\"Real Estate Agent\";s:11:\"header_size\";s:2:\"h6\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"5\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:22:\"_background_background\";s:7:\"classic\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"625def0\";s:8:\"settings\";a:17:{s:5:\"title\";s:12:\"Roger Harris\";s:11:\"header_size\";s:2:\"h3\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:3;a:6:{s:2:\"id\";s:7:\"f4b10a3\";s:8:\"settings\";a:15:{s:6:\"editor\";s:121:\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.</p>\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"35\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}i:4;a:6:{s:2:\"id\";s:7:\"2d3cb17\";s:8:\"settings\";a:19:{s:9:\"icon_list\";a:2:{i:0;a:5:{s:4:\"text\";s:16:\"+1 910-626-85255\";s:4:\"icon\";s:11:\"fa fa-phone\";s:3:\"_id\";s:7:\"0ab7b46\";s:4:\"link\";a:4:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:12:\"fas fa-check\";s:7:\"library\";s:8:\"fa-solid\";}}i:1;a:5:{s:4:\"text\";s:16:\"contact@info.com\";s:4:\"icon\";s:14:\"fa fa-envelope\";s:3:\"_id\";s:7:\"b6c9884\";s:4:\"link\";a:4:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:12:\"fas fa-check\";s:7:\"library\";s:8:\"fa-solid\";}}}s:13:\"space_between\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:11:\"text_indent\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"-20\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:11:\"__globals__\";a:2:{s:10:\"icon_color\";s:32:\"globals/colors?id=astratextcolor\";s:10:\"text_color\";s:37:\"globals/colors?id=astralinkhovercolor\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"icon-list\";s:6:\"elType\";s:6:\"widget\";}i:5;a:6:{s:2:\"id\";s:7:\"ad922ce\";s:8:\"settings\";a:20:{s:4:\"text\";s:12:\"Full Profile\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:0:\"\";s:7:\"library\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"5ab07af\";s:8:\"settings\";a:26:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:0;}s:19:\"_inline_size_tablet\";d:33.332999999999998408384271897375583648681640625;s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:7:\"section\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:7:\"section\";}}\";'),(2504,635,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2505,635,'_elementor_pro_version','3.2.1'),(2577,641,'_elementor_pro_version','3.2.1'),(2579,642,'_elementor_edit_mode','builder'),(2580,642,'_elementor_template_type','wp-page'),(2581,642,'_elementor_version','3.2.5'),(2582,642,'_wp_page_template','default'),(2583,642,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Staff\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1195d59\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b50e113\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"top\",\"structure\":\"30\"},\"elements\":[{\"id\":\"910f068\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"_inline_size_tablet\":33.332999999999998408384271897375583648681640625,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3ea6f83\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image\":{\"id\":626,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/estate-agent.jpg\"},\"image_size\":\"full\",\"align\":\"center\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a75eb8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chair Manager\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"5\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1023088\",\"elType\":\"widget\",\"settings\":{\"title\":\"Danielle Pena\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"940b87d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"96e5cc2\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+1 910-626-85255\",\"icon\":\"fa fa-phone\",\"_id\":\"0ab7b46\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"contact@info.com\",\"icon\":\"fa fa-envelope\",\"_id\":\"b6c9884\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"baebc17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"_inline_size_tablet\":33.332999999999998408384271897375583648681640625,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdf76c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image\":{\"id\":627,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/estate-agent-5.jpg\"},\"image_size\":\"full\",\"align\":\"center\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"77b287f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Market Strategist\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"5\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3e088a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mark Obrien\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1efb8b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2fa6b98\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+1 910-626-85255\",\"icon\":\"fa fa-phone\",\"_id\":\"0ab7b46\"},{\"text\":\"contact@info.com\",\"icon\":\"fa fa-envelope\",\"_id\":\"b6c9884\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7e7a729\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"_inline_size_tablet\":33.332999999999998408384271897375583648681640625,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"df00831\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image\":{\"id\":628,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/team-08-free-img.jpg\"},\"image_size\":\"full\",\"align\":\"center\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"06f48b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sales Manager\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"5\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4460153\",\"elType\":\"widget\",\"settings\":{\"title\":\"Russell Douglas\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82c7ed8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7a74b77\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+1 910-626-85255\",\"icon\":\"fa fa-phone\",\"_id\":\"0ab7b46\"},{\"text\":\"contact@info.com\",\"icon\":\"fa fa-envelope\",\"_id\":\"b6c9884\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b0b1e8a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"top\",\"structure\":\"30\"},\"elements\":[{\"id\":\"1329d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"_inline_size_tablet\":33.332999999999998408384271897375583648681640625,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"211cb50\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image\":{\"id\":629,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/team-07-free-img.jpg\"},\"image_size\":\"full\",\"align\":\"center\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4b449cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Agent\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"5\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a598019\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eugene Berry\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21cfdd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7e9f07f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+1 910-626-85255\",\"icon\":\"fa fa-phone\",\"_id\":\"0ab7b46\"},{\"text\":\"contact@info.com\",\"icon\":\"fa fa-envelope\",\"_id\":\"b6c9884\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"729c0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"_inline_size_tablet\":33.332999999999998408384271897375583648681640625,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d3140a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image\":{\"id\":630,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/estate-agent-1.jpg\"},\"image_size\":\"full\",\"align\":\"center\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f14ec9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Agent\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"5\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0171eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Debra Gilbert\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0fb7021\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a96a4aa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+1 910-626-85255\",\"icon\":\"fa fa-phone\",\"_id\":\"0ab7b46\"},{\"text\":\"contact@info.com\",\"icon\":\"fa fa-envelope\",\"_id\":\"b6c9884\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4c2993d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"_inline_size_tablet\":33.332999999999998408384271897375583648681640625,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"940dcae\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image\":{\"id\":631,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/estate-agent-3.jpg\"},\"image_size\":\"full\",\"align\":\"center\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7f1b254\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Agent\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"5\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1df501e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Edward Alvarez\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21dcca8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8832956\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+1 910-626-85255\",\"icon\":\"fa fa-phone\",\"_id\":\"0ab7b46\"},{\"text\":\"contact@info.com\",\"icon\":\"fa fa-envelope\",\"_id\":\"b6c9884\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2584,642,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2585,642,'_elementor_pro_version','3.2.1'),(2596,644,'_elementor_edit_mode','builder'),(2597,644,'_elementor_template_type','wp-page'),(2598,644,'_elementor_version','3.2.5'),(2599,644,'_wp_page_template','default'),(2600,644,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Big Picture\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1195d59\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3121bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing.\\u00a0<\\/p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.<\\/p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.<\\/p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a\\u00a0<u>living wage<\\/u>.\\u00a0<\\/p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing,\\u00a0supportive services, and permanent supportive housing.<\\/p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are<\\/p><h3><strong>Lack of affordable healthcare<\\/strong><\\/h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.<\\/p><h3><strong>Loss of job opportunities<\\/strong><\\/h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.<\\/p><h3><strong>Lack of public assistance programs:<\\/strong><\\/h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.<\\/p><h3><strong>Lack of affordable housing:<\\/strong><\\/h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.<\\/p><p>But\\u00a0changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The\\u00a0<u>Substance Abuse and Mental Health Services Administration<\\/u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.\\u201d Retrieved from:\\u00a0.<\\/p><h3><strong>Homelessness in Athens and Additional Resources<\\/strong><\\/h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents.\\u00a0In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters.\\u00a0If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.<\\/p><h3><strong>Institute for Children, Poverty, and Homelessness<\\/strong><\\/h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact\\u00a0of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness.\\u00a0<u><a href=\\\"http:\\/\\/www.icphusa.org.\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p><h3><strong>U.S. Department of Housing and Urban Development<\\/strong><\\/h3><p>Research, fact sheets, links to government and private organizations.<br \\/><u><a href=\\\"https:\\/\\/www.hud.gov\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p><p>\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2601,644,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2602,644,'_elementor_pro_version','3.2.1'),(2603,645,'_elementor_edit_mode','builder'),(2604,645,'_elementor_template_type','wp-page'),(2605,645,'_elementor_version','3.2.5'),(2606,645,'_wp_page_template','default'),(2607,645,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Big Picture\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1195d59\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3121bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing.\\u00a0<\\/p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.<\\/p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.<\\/p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a\\u00a0<u>living wage<\\/u>.\\u00a0<\\/p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing,\\u00a0supportive services, and permanent supportive housing.<\\/p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are<\\/p><h3><strong>Lack of affordable healthcare<\\/strong><\\/h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.<\\/p><h3><strong>Loss of job opportunities<\\/strong><\\/h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.<\\/p><h3><strong>Lack of public assistance programs:<\\/strong><\\/h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.<\\/p><h3><strong>Lack of affordable housing:<\\/strong><\\/h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.<\\/p><p>But\\u00a0changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The\\u00a0<u>Substance Abuse and Mental Health Services Administration<\\/u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.\\u201d Retrieved from:\\u00a0.<\\/p><h3><strong>Homelessness in Athens and Additional Resources<\\/strong><\\/h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents.\\u00a0In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters.\\u00a0If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.<\\/p><h3><strong>Institute for Children, Poverty, and Homelessness<\\/strong><\\/h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact\\u00a0of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness.\\u00a0<u><a href=\\\"http:\\/\\/www.icphusa.org.\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p><h3><strong>U.S. Department of Housing and Urban Development<\\/strong><\\/h3><p>Research, fact sheets, links to government and private organizations.<br \\/><u><a href=\\\"https:\\/\\/www.hud.gov\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p><p>\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2608,645,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2609,645,'_elementor_pro_version','3.2.1'),(2610,646,'_elementor_edit_mode','builder'),(2611,646,'_elementor_template_type','wp-page'),(2612,646,'_elementor_version','3.2.5'),(2613,646,'_wp_page_template','default'),(2614,646,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Big Picture\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1195d59\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3121bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing.\\u00a0<\\/p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.<\\/p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.<\\/p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a\\u00a0<u>living wage<\\/u>.\\u00a0<\\/p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing,\\u00a0supportive services, and permanent supportive housing.<\\/p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are<\\/p><h3><strong>Lack of affordable healthcare<\\/strong><\\/h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.<\\/p><h3><strong>Loss of job opportunities<\\/strong><\\/h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.<\\/p><h3><strong>Lack of public assistance programs:<\\/strong><\\/h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.<\\/p><h3><strong>Lack of affordable housing:<\\/strong><\\/h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.<\\/p><p>But\\u00a0changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The\\u00a0<u>Substance Abuse and Mental Health Services Administration<\\/u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.\\u201d Retrieved from:\\u00a0.<\\/p><h3><strong>Homelessness in Athens and Additional Resources<\\/strong><\\/h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents.\\u00a0In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters.\\u00a0If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.<\\/p><h3><strong>Institute for Children, Poverty, and Homelessness<\\/strong><\\/h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact\\u00a0of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness.\\u00a0<u><a href=\\\"http:\\/\\/www.icphusa.org.\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p><h3><strong>U.S. Department of Housing and Urban Development<\\/strong><\\/h3><p>Research, fact sheets, links to government and private organizations.<br \\/><u><a href=\\\"https:\\/\\/www.hud.gov\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2615,646,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2616,646,'_elementor_pro_version','3.2.1'),(2619,647,'_elementor_edit_mode','builder'),(2620,647,'_elementor_template_type','wp-page'),(2621,647,'_elementor_version','3.2.5'),(2622,647,'_wp_page_template','default'),(2623,647,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Big Picture\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1195d59\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3121bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing.\\u00a0<\\/p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.<\\/p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.<\\/p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a\\u00a0<u>living wage<\\/u>.\\u00a0<\\/p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing,\\u00a0supportive services, and permanent supportive housing.<\\/p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are<\\/p><h3><strong>Lack of affordable healthcare<\\/strong><\\/h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.<\\/p><h3><strong>Loss of job opportunities<\\/strong><\\/h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.<\\/p><h3><strong>Lack of public assistance programs:<\\/strong><\\/h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.<\\/p><h3><strong>Lack of affordable housing:<\\/strong><\\/h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.<\\/p><p>But\\u00a0changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The\\u00a0<u>Substance Abuse and Mental Health Services Administration<\\/u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.\\u201d Retrieved from:\\u00a0.<\\/p><h3><strong>Homelessness in Athens and Additional Resources<\\/strong><\\/h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents.\\u00a0In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters.\\u00a0If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.<\\/p><h3><strong>Institute for Children, Poverty, and Homelessness<\\/strong><\\/h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact\\u00a0of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness.\\u00a0<u><a href=\\\"http:\\/\\/www.icphusa.org.\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p><h3><strong>U.S. Department of Housing and Urban Development<\\/strong><\\/h3><p>Research, fact sheets, links to government and private organizations.<br \\/><u><a href=\\\"https:\\/\\/www.hud.gov\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2624,647,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2625,647,'_elementor_pro_version','3.2.1'),(2627,648,'_elementor_edit_mode','builder'),(2628,648,'_elementor_template_type','wp-page'),(2629,648,'_elementor_version','3.2.5'),(2630,648,'_wp_page_template','default'),(2631,648,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Big Picture\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1195d59\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3121bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing.\\u00a0<\\/p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.<\\/p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.<\\/p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a\\u00a0<u>living wage<\\/u>.\\u00a0<\\/p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing,\\u00a0supportive services, and permanent supportive housing.<\\/p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are<\\/p><h3><strong>Lack of affordable healthcare<\\/strong><\\/h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.<\\/p><h3><strong>Loss of job opportunities<\\/strong><\\/h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.<\\/p><h3><strong>Lack of public assistance programs:<\\/strong><\\/h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.<\\/p><h3><strong>Lack of affordable housing:<\\/strong><\\/h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.<\\/p><p>But\\u00a0changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The\\u00a0<u>Substance Abuse and Mental Health Services Administration<\\/u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.\\u201d Retrieved from:\\u00a0.<\\/p><h3><strong>Homelessness in Athens and Additional Resources<\\/strong><\\/h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents.\\u00a0In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters.\\u00a0If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.<\\/p><h3><strong>Institute for Children, Poverty, and Homelessness<\\/strong><\\/h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact\\u00a0of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness.\\u00a0<u><a href=\\\"http:\\/\\/www.icphusa.org.\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p><h3><strong>U.S. Department of Housing and Urban Development<\\/strong><\\/h3><p>Research, fact sheets, links to government and private organizations.<br \\/><u><a href=\\\"https:\\/\\/www.hud.gov\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2632,648,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2633,648,'_elementor_pro_version','3.2.1'),(2635,649,'_elementor_edit_mode','builder'),(2636,649,'_elementor_template_type','wp-page'),(2637,649,'_elementor_version','3.2.5'),(2638,649,'_wp_page_template','default'),(2639,649,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Big Picture\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1195d59\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3121bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing.\\u00a0<\\/p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.<\\/p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.<\\/p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a\\u00a0<u>living wage<\\/u>.\\u00a0<\\/p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing,\\u00a0supportive services, and permanent supportive housing.<\\/p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are<\\/p><h3><strong>Lack of affordable healthcare<\\/strong><\\/h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.<\\/p><h3><strong>Loss of job opportunities<\\/strong><\\/h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.<\\/p><h3><strong>Lack of public assistance programs:<\\/strong><\\/h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.<\\/p><h3><strong>Lack of affordable housing:<\\/strong><\\/h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.<\\/p><p>But\\u00a0changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The\\u00a0<u>Substance Abuse and Mental Health Services Administration<\\/u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.\\u201d Retrieved from:\\u00a0.<\\/p><h3><strong>Homelessness in Athens and Additional Resources<\\/strong><\\/h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents.\\u00a0In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters.\\u00a0If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.<\\/p><h3><strong>Institute for Children, Poverty, and Homelessness<\\/strong><\\/h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact\\u00a0of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness.\\u00a0<u><a href=\\\"http:\\/\\/www.icphusa.org.\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p><h3><strong>U.S. Department of Housing and Urban Development<\\/strong><\\/h3><p>Research, fact sheets, links to government and private organizations.<br \\/><u><a href=\\\"https:\\/\\/www.hud.gov\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"440c58c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7de0ae2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"1a1d1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service Partners\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e809807\",\"elType\":\"widget\",\"settings\":{\"title\":\"Local Shelter and Housing Partners\\n\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e0c598\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1bcaa9e\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2640,649,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2641,649,'_elementor_pro_version','3.2.1'),(2669,658,'_elementor_edit_mode','builder'),(2670,658,'_elementor_template_type','wp-page'),(2671,658,'_elementor_version','3.2.5'),(2672,658,'_wp_page_template','default'),(2673,658,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Big Picture\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1195d59\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3121bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing.\\u00a0<\\/p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.<\\/p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.<\\/p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a\\u00a0<u>living wage<\\/u>.\\u00a0<\\/p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing,\\u00a0supportive services, and permanent supportive housing.<\\/p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are<\\/p><h3><strong>Lack of affordable healthcare<\\/strong><\\/h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.<\\/p><h3><strong>Loss of job opportunities<\\/strong><\\/h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.<\\/p><h3><strong>Lack of public assistance programs:<\\/strong><\\/h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.<\\/p><h3><strong>Lack of affordable housing:<\\/strong><\\/h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.<\\/p><p>But\\u00a0changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The\\u00a0<u>Substance Abuse and Mental Health Services Administration<\\/u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.\\u201d Retrieved from:\\u00a0.<\\/p><h3><strong>Homelessness in Athens and Additional Resources<\\/strong><\\/h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents.\\u00a0In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters.\\u00a0If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.<\\/p><h3><strong>Institute for Children, Poverty, and Homelessness<\\/strong><\\/h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact\\u00a0of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness.\\u00a0<u><a href=\\\"http:\\/\\/www.icphusa.org.\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p><h3><strong>U.S. Department of Housing and Urban Development<\\/strong><\\/h3><p>Research, fact sheets, links to government and private organizations.<br \\/><u><a href=\\\"https:\\/\\/www.hud.gov\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"440c58c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7de0ae2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"1a1d1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service Partners\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e809807\",\"elType\":\"widget\",\"settings\":{\"title\":\"Local Shelter and Housing Partners\\n\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e0c598\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1bcaa9e\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5174,978,'_wp_attached_file','2021/08/newof-ChrisFoundLogo-1.png'),(5175,978,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:820;s:6:\"height\";i:312;s:4:\"file\";s:34:\"2021/08/newof-ChrisFoundLogo-1.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"newof-ChrisFoundLogo-1-300x114.png\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"newof-ChrisFoundLogo-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"newof-ChrisFoundLogo-1-768x292.png\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5176,979,'_wp_attached_file','2021/08/newof-ChrisFoundLogo.png'),(5177,979,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:820;s:6:\"height\";i:312;s:4:\"file\";s:32:\"2021/08/newof-ChrisFoundLogo.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"newof-ChrisFoundLogo-300x114.png\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"newof-ChrisFoundLogo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"newof-ChrisFoundLogo-768x292.png\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5172,977,'_wp_attached_file','2021/08/white-clean.png'),(5173,977,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:23:\"2021/08/white-clean.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"white-clean-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"white-clean-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"white-clean-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"white-clean-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"white-clean-1536x864.png\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:25:\"white-clean-2048x1152.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2690,660,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2691,660,'_elementor_pro_version','3.2.1'),(5164,973,'_wp_attached_file','2021/08/new1ChrisFoundLogo-1.png'),(5165,973,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:820;s:6:\"height\";i:312;s:4:\"file\";s:32:\"2021/08/new1ChrisFoundLogo-1.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"new1ChrisFoundLogo-1-300x114.png\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"new1ChrisFoundLogo-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"new1ChrisFoundLogo-1-768x292.png\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2685,660,'_elementor_edit_mode','builder'),(2686,660,'_elementor_template_type','wp-page'),(2687,660,'_elementor_version','3.2.5'),(2688,660,'_wp_page_template','default'),(2689,660,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Big Picture\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1195d59\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3121bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing.\\u00a0<\\/p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.<\\/p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.<\\/p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a\\u00a0<u>living wage<\\/u>.\\u00a0<\\/p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing,\\u00a0supportive services, and permanent supportive housing.<\\/p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are<\\/p><h3><strong>Lack of affordable healthcare<\\/strong><\\/h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.<\\/p><h3><strong>Loss of job opportunities<\\/strong><\\/h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.<\\/p><h3><strong>Lack of public assistance programs:<\\/strong><\\/h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.<\\/p><h3><strong>Lack of affordable housing:<\\/strong><\\/h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.<\\/p><p>But\\u00a0changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The\\u00a0<u>Substance Abuse and Mental Health Services Administration<\\/u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.\\u201d Retrieved from:\\u00a0.<\\/p><h3><strong>Homelessness in Athens and Additional Resources<\\/strong><\\/h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents.\\u00a0In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters.\\u00a0If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.<\\/p><h3><strong>Institute for Children, Poverty, and Homelessness<\\/strong><\\/h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact\\u00a0of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness.\\u00a0<u><a href=\\\"http:\\/\\/www.icphusa.org.\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p><h3><strong>U.S. Department of Housing and Urban Development<\\/strong><\\/h3><p>Research, fact sheets, links to government and private organizations.<br \\/><u><a href=\\\"https:\\/\\/www.hud.gov\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"440c58c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7de0ae2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"1a1d1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service Partners\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e809807\",\"elType\":\"widget\",\"settings\":{\"title\":\"Local Shelter and Housing Partners\\n\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e0c598\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1bcaa9e\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":650,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-12.png\"},{\"id\":651,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-10.png\"},{\"id\":652,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-9.png\"},{\"id\":653,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-16.png\"},{\"id\":655,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-5.png\"},{\"id\":656,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-13.png\"},{\"id\":657,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-11.png\"}],\"thumbnail_size\":\"custom\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\",\"thumbnail_custom_dimension\":{\"width\":\"200\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5162,972,'_wp_attached_file','2021/08/Life-After-Podcast.png'),(5163,972,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:30:\"2021/08/Life-After-Podcast.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Life-After-Podcast-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Life-After-Podcast-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2674,658,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2675,658,'_elementor_pro_version','3.2.1'),(2677,659,'_elementor_edit_mode','builder'),(2678,659,'_elementor_template_type','wp-page'),(2679,659,'_elementor_version','3.2.5'),(2680,659,'_wp_page_template','default'),(2681,659,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Big Picture\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1195d59\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3121bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing.\\u00a0<\\/p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.<\\/p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.<\\/p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a\\u00a0<u>living wage<\\/u>.\\u00a0<\\/p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing,\\u00a0supportive services, and permanent supportive housing.<\\/p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are<\\/p><h3><strong>Lack of affordable healthcare<\\/strong><\\/h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.<\\/p><h3><strong>Loss of job opportunities<\\/strong><\\/h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.<\\/p><h3><strong>Lack of public assistance programs:<\\/strong><\\/h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.<\\/p><h3><strong>Lack of affordable housing:<\\/strong><\\/h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.<\\/p><p>But\\u00a0changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The\\u00a0<u>Substance Abuse and Mental Health Services Administration<\\/u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.\\u201d Retrieved from:\\u00a0.<\\/p><h3><strong>Homelessness in Athens and Additional Resources<\\/strong><\\/h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents.\\u00a0In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters.\\u00a0If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.<\\/p><h3><strong>Institute for Children, Poverty, and Homelessness<\\/strong><\\/h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact\\u00a0of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness.\\u00a0<u><a href=\\\"http:\\/\\/www.icphusa.org.\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p><h3><strong>U.S. Department of Housing and Urban Development<\\/strong><\\/h3><p>Research, fact sheets, links to government and private organizations.<br \\/><u><a href=\\\"https:\\/\\/www.hud.gov\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"440c58c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7de0ae2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"1a1d1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service Partners\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e809807\",\"elType\":\"widget\",\"settings\":{\"title\":\"Local Shelter and Housing Partners\\n\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e0c598\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1bcaa9e\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2682,659,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2683,659,'_elementor_pro_version','3.2.1'),(2703,662,'_elementor_edit_mode','builder'),(2704,662,'_elementor_template_type','wp-page'),(2705,662,'_elementor_version','3.2.5'),(2706,662,'_wp_page_template','default'),(2707,662,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Big Picture\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1195d59\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3121bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing.\\u00a0<\\/p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.<\\/p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.<\\/p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a\\u00a0<u>living wage<\\/u>.\\u00a0<\\/p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing,\\u00a0supportive services, and permanent supportive housing.<\\/p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are<\\/p><h3><strong>Lack of affordable healthcare<\\/strong><\\/h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.<\\/p><h3><strong>Loss of job opportunities<\\/strong><\\/h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.<\\/p><h3><strong>Lack of public assistance programs:<\\/strong><\\/h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.<\\/p><h3><strong>Lack of affordable housing:<\\/strong><\\/h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.<\\/p><p>But\\u00a0changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The\\u00a0<u>Substance Abuse and Mental Health Services Administration<\\/u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.\\u201d Retrieved from:\\u00a0.<\\/p><h3><strong>Homelessness in Athens and Additional Resources<\\/strong><\\/h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents.\\u00a0In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters.\\u00a0If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.<\\/p><h3><strong>Institute for Children, Poverty, and Homelessness<\\/strong><\\/h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact\\u00a0of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness.\\u00a0<u><a href=\\\"http:\\/\\/www.icphusa.org.\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p><h3><strong>U.S. Department of Housing and Urban Development<\\/strong><\\/h3><p>Research, fact sheets, links to government and private organizations.<br \\/><u><a href=\\\"https:\\/\\/www.hud.gov\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"440c58c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7de0ae2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"1a1d1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service Partners\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e809807\",\"elType\":\"widget\",\"settings\":{\"title\":\"Local Shelter and Housing Partners\\n\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e0c598\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1bcaa9e\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":650,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-12.png\"},{\"id\":651,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-10.png\"},{\"id\":652,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-9.png\"},{\"id\":653,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-16.png\"},{\"id\":655,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-5.png\"},{\"id\":656,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-13.png\"},{\"id\":657,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-11.png\"}],\"thumbnail_size\":\"custom\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\",\"thumbnail_custom_dimension\":{\"width\":\"200\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2724,664,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2725,664,'_elementor_pro_version','3.2.1'),(2719,664,'_elementor_edit_mode','builder'),(2720,664,'_elementor_template_type','wp-page'),(2721,664,'_elementor_version','3.2.5'),(2722,664,'_wp_page_template','default'),(2723,664,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Big Picture\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1195d59\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3121bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing.\\u00a0<\\/p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.<\\/p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.<\\/p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a\\u00a0<u>living wage<\\/u>.\\u00a0<\\/p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing,\\u00a0supportive services, and permanent supportive housing.<\\/p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are<\\/p><h3><strong>Lack of affordable healthcare<\\/strong><\\/h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.<\\/p><h3><strong>Loss of job opportunities<\\/strong><\\/h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.<\\/p><h3><strong>Lack of public assistance programs:<\\/strong><\\/h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.<\\/p><h3><strong>Lack of affordable housing:<\\/strong><\\/h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.<\\/p><p>But\\u00a0changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The\\u00a0<u>Substance Abuse and Mental Health Services Administration<\\/u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.\\u201d Retrieved from:\\u00a0.<\\/p><h3><strong>Homelessness in Athens and Additional Resources<\\/strong><\\/h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents.\\u00a0In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters.\\u00a0If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.<\\/p><h3><strong>Institute for Children, Poverty, and Homelessness<\\/strong><\\/h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact\\u00a0of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness.\\u00a0<u><a href=\\\"http:\\/\\/www.icphusa.org.\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p><h3><strong>U.S. Department of Housing and Urban Development<\\/strong><\\/h3><p>Research, fact sheets, links to government and private organizations.<br \\/><u><a href=\\\"https:\\/\\/www.hud.gov\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"440c58c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7de0ae2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"1a1d1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service Partners\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e809807\",\"elType\":\"widget\",\"settings\":{\"title\":\"Local Shelter and Housing Partners\\n\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e0c598\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1bcaa9e\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":650,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-12.png\"},{\"id\":651,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-10.png\"},{\"id\":652,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-9.png\"},{\"id\":653,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-16.png\"},{\"id\":655,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-5.png\"},{\"id\":656,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-13.png\"},{\"id\":657,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-11.png\"}],\"thumbnail_size\":\"custom\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"slides_to_show_mobile\":\"2\",\"thumbnail_custom_dimension\":{\"width\":\"120\",\"height\":\"\"},\"gallery_vertical_align\":\"center\",\"image_spacing\":\"custom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2708,662,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2709,662,'_elementor_pro_version','3.2.1'),(2711,663,'_elementor_edit_mode','builder'),(2712,663,'_elementor_template_type','wp-page'),(2713,663,'_elementor_version','3.2.5'),(2714,663,'_wp_page_template','default'),(2715,663,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Big Picture\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1195d59\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3121bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing.\\u00a0<\\/p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.<\\/p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.<\\/p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a\\u00a0<u>living wage<\\/u>.\\u00a0<\\/p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing,\\u00a0supportive services, and permanent supportive housing.<\\/p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are<\\/p><h3><strong>Lack of affordable healthcare<\\/strong><\\/h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.<\\/p><h3><strong>Loss of job opportunities<\\/strong><\\/h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.<\\/p><h3><strong>Lack of public assistance programs:<\\/strong><\\/h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.<\\/p><h3><strong>Lack of affordable housing:<\\/strong><\\/h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.<\\/p><p>But\\u00a0changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The\\u00a0<u>Substance Abuse and Mental Health Services Administration<\\/u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.\\u201d Retrieved from:\\u00a0.<\\/p><h3><strong>Homelessness in Athens and Additional Resources<\\/strong><\\/h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents.\\u00a0In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters.\\u00a0If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.<\\/p><h3><strong>Institute for Children, Poverty, and Homelessness<\\/strong><\\/h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact\\u00a0of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness.\\u00a0<u><a href=\\\"http:\\/\\/www.icphusa.org.\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p><h3><strong>U.S. Department of Housing and Urban Development<\\/strong><\\/h3><p>Research, fact sheets, links to government and private organizations.<br \\/><u><a href=\\\"https:\\/\\/www.hud.gov\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"440c58c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7de0ae2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"1a1d1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service Partners\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e809807\",\"elType\":\"widget\",\"settings\":{\"title\":\"Local Shelter and Housing Partners\\n\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e0c598\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1bcaa9e\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":650,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-12.png\"},{\"id\":651,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-10.png\"},{\"id\":652,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-9.png\"},{\"id\":653,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-16.png\"},{\"id\":655,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-5.png\"},{\"id\":656,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-13.png\"},{\"id\":657,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-11.png\"}],\"thumbnail_size\":\"custom\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\",\"thumbnail_custom_dimension\":{\"width\":\"200\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2716,663,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2717,663,'_elementor_pro_version','3.2.1'),(2729,665,'_elementor_edit_mode','builder'),(2730,665,'_elementor_template_type','wp-page'),(2731,665,'_elementor_version','3.2.5'),(2732,665,'_wp_page_template','default'),(2733,665,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Big Picture\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1195d59\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3121bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing.\\u00a0<\\/p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.<\\/p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.<\\/p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a\\u00a0<u>living wage<\\/u>.\\u00a0<\\/p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing,\\u00a0supportive services, and permanent supportive housing.<\\/p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are<\\/p><h3><strong>Lack of affordable healthcare<\\/strong><\\/h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.<\\/p><h3><strong>Loss of job opportunities<\\/strong><\\/h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.<\\/p><h3><strong>Lack of public assistance programs:<\\/strong><\\/h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.<\\/p><h3><strong>Lack of affordable housing:<\\/strong><\\/h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.<\\/p><p>But\\u00a0changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The\\u00a0<u>Substance Abuse and Mental Health Services Administration<\\/u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.\\u201d Retrieved from:\\u00a0.<\\/p><h3><strong>Homelessness in Athens and Additional Resources<\\/strong><\\/h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents.\\u00a0In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters.\\u00a0If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.<\\/p><h3><strong>Institute for Children, Poverty, and Homelessness<\\/strong><\\/h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact\\u00a0of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness.\\u00a0<u><a href=\\\"http:\\/\\/www.icphusa.org.\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p><h3><strong>U.S. Department of Housing and Urban Development<\\/strong><\\/h3><p>Research, fact sheets, links to government and private organizations.<br \\/><u><a href=\\\"https:\\/\\/www.hud.gov\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"440c58c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7de0ae2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"1a1d1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service Partners\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e809807\",\"elType\":\"widget\",\"settings\":{\"title\":\"Local Shelter and Housing Partners\\n\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e0c598\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1bcaa9e\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":650,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-12.png\"},{\"id\":651,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-10.png\"},{\"id\":652,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-9.png\"},{\"id\":653,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-16.png\"},{\"id\":655,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-5.png\"},{\"id\":656,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-13.png\"},{\"id\":657,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-11.png\"}],\"thumbnail_size\":\"custom\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"slides_to_show_mobile\":\"2\",\"thumbnail_custom_dimension\":{\"width\":\"120\",\"height\":\"\"},\"gallery_vertical_align\":\"center\",\"image_spacing\":\"custom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2734,665,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2735,665,'_elementor_pro_version','3.2.1'),(2737,666,'_elementor_edit_mode','builder'),(2738,666,'_elementor_template_type','wp-page'),(2739,666,'_elementor_version','3.2.5'),(2740,666,'_wp_page_template','default'),(2741,666,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Big Picture\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1195d59\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3121bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing.\\u00a0<\\/p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.<\\/p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.<\\/p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a\\u00a0<u>living wage<\\/u>.\\u00a0<\\/p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing,\\u00a0supportive services, and permanent supportive housing.<\\/p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are<\\/p><h3><strong>Lack of affordable healthcare<\\/strong><\\/h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.<\\/p><h3><strong>Loss of job opportunities<\\/strong><\\/h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.<\\/p><h3><strong>Lack of public assistance programs:<\\/strong><\\/h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.<\\/p><h3><strong>Lack of affordable housing:<\\/strong><\\/h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.<\\/p><p>But\\u00a0changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The\\u00a0<u>Substance Abuse and Mental Health Services Administration<\\/u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.\\u201d Retrieved from:\\u00a0.<\\/p><h3><strong>Homelessness in Athens and Additional Resources<\\/strong><\\/h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents.\\u00a0In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters.\\u00a0If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.<\\/p><h3><strong>Institute for Children, Poverty, and Homelessness<\\/strong><\\/h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact\\u00a0of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness.\\u00a0<u><a href=\\\"http:\\/\\/www.icphusa.org.\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p><h3><strong>U.S. Department of Housing and Urban Development<\\/strong><\\/h3><p>Research, fact sheets, links to government and private organizations.<br \\/><u><a href=\\\"https:\\/\\/www.hud.gov\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"440c58c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7de0ae2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"1a1d1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service Partners\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e809807\",\"elType\":\"widget\",\"settings\":{\"title\":\"Local Shelter and Housing Partners\\n\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e0c598\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1bcaa9e\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":650,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-12.png\"},{\"id\":651,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-10.png\"},{\"id\":652,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-9.png\"},{\"id\":653,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-16.png\"},{\"id\":655,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-5.png\"},{\"id\":656,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-13.png\"},{\"id\":657,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-11.png\"}],\"thumbnail_size\":\"custom\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"slides_to_show_mobile\":\"2\",\"thumbnail_custom_dimension\":{\"width\":\"120\",\"height\":\"\"},\"gallery_vertical_align\":\"center\",\"image_spacing\":\"custom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2742,666,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2743,666,'_elementor_pro_version','3.2.1'),(2745,667,'_elementor_edit_mode','builder'),(2746,667,'_elementor_template_type','wp-page'),(2747,667,'_elementor_version','3.2.5'),(2748,667,'_wp_page_template','default'),(2749,667,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Big Picture\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1195d59\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3121bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing.\\u00a0<\\/p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.<\\/p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.<\\/p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a\\u00a0<u>living wage<\\/u>.\\u00a0<\\/p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing,\\u00a0supportive services, and permanent supportive housing.<\\/p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are<\\/p><h3><strong>Lack of affordable healthcare<\\/strong><\\/h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.<\\/p><h3><strong>Loss of job opportunities<\\/strong><\\/h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.<\\/p><h3><strong>Lack of public assistance programs:<\\/strong><\\/h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.<\\/p><h3><strong>Lack of affordable housing:<\\/strong><\\/h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.<\\/p><p>But\\u00a0changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The\\u00a0<u>Substance Abuse and Mental Health Services Administration<\\/u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.\\u201d Retrieved from:\\u00a0.<\\/p><h3><strong>Homelessness in Athens and Additional Resources<\\/strong><\\/h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents.\\u00a0In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters.\\u00a0If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.<\\/p><h3><strong>Institute for Children, Poverty, and Homelessness<\\/strong><\\/h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact\\u00a0of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness.\\u00a0<u><a href=\\\"http:\\/\\/www.icphusa.org.\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p><h3><strong>U.S. Department of Housing and Urban Development<\\/strong><\\/h3><p>Research, fact sheets, links to government and private organizations.<br \\/><u><a href=\\\"https:\\/\\/www.hud.gov\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"440c58c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7de0ae2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"1a1d1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service Partners\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e809807\",\"elType\":\"widget\",\"settings\":{\"title\":\"Local Shelter and Housing Partners\\n\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e0c598\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1bcaa9e\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":650,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-12.png\"},{\"id\":651,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-10.png\"},{\"id\":652,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-9.png\"},{\"id\":653,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-16.png\"},{\"id\":655,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-5.png\"},{\"id\":656,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-13.png\"},{\"id\":657,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-11.png\"}],\"thumbnail_size\":\"custom\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"slides_to_show_mobile\":\"2\",\"thumbnail_custom_dimension\":{\"width\":\"120\",\"height\":\"\"},\"pause_on_hover\":\"no\",\"pause_on_interaction\":\"no\",\"autoplay_speed\":4000,\"gallery_vertical_align\":\"center\",\"image_spacing\":\"custom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2750,667,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2751,667,'_elementor_pro_version','3.2.1'),(2755,668,'_elementor_edit_mode','builder'),(2756,668,'_elementor_template_type','wp-page'),(2757,668,'_elementor_version','3.2.5'),(2758,668,'_wp_page_template','default'),(2759,668,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Big Picture\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1195d59\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3121bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing.\\u00a0<\\/p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.<\\/p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.<\\/p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a\\u00a0<u>living wage<\\/u>.\\u00a0<\\/p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing,\\u00a0supportive services, and permanent supportive housing.<\\/p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are<\\/p><h3><strong>Lack of affordable healthcare<\\/strong><\\/h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.<\\/p><h3><strong>Loss of job opportunities<\\/strong><\\/h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.<\\/p><h3><strong>Lack of public assistance programs:<\\/strong><\\/h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.<\\/p><h3><strong>Lack of affordable housing:<\\/strong><\\/h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.<\\/p><p>But\\u00a0changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The\\u00a0<u>Substance Abuse and Mental Health Services Administration<\\/u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.\\u201d Retrieved from:\\u00a0.<\\/p><h3><strong>Homelessness in Athens and Additional Resources<\\/strong><\\/h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents.\\u00a0In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters.\\u00a0If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.<\\/p><h3><strong>Institute for Children, Poverty, and Homelessness<\\/strong><\\/h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact\\u00a0of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness.\\u00a0<u><a href=\\\"http:\\/\\/www.icphusa.org.\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p><h3><strong>U.S. Department of Housing and Urban Development<\\/strong><\\/h3><p>Research, fact sheets, links to government and private organizations.<br \\/><u><a href=\\\"https:\\/\\/www.hud.gov\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"440c58c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7de0ae2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"1a1d1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service Partners\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e809807\",\"elType\":\"widget\",\"settings\":{\"title\":\"Local Shelter and Housing Partners\\n\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e0c598\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1bcaa9e\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":650,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-12.png\"},{\"id\":651,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-10.png\"},{\"id\":652,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-9.png\"},{\"id\":653,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-16.png\"},{\"id\":655,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-5.png\"},{\"id\":656,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-13.png\"},{\"id\":657,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-11.png\"}],\"thumbnail_size\":\"custom\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"slides_to_show_mobile\":\"2\",\"thumbnail_custom_dimension\":{\"width\":\"120\",\"height\":\"\"},\"pause_on_hover\":\"no\",\"pause_on_interaction\":\"no\",\"autoplay_speed\":4000,\"gallery_vertical_align\":\"center\",\"image_spacing\":\"custom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2760,668,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2761,668,'_elementor_pro_version','3.2.1'),(2763,669,'_elementor_edit_mode','builder'),(2764,669,'_elementor_template_type','wp-page'),(2765,669,'_elementor_version','3.2.5'),(2766,669,'_wp_page_template','default'),(2767,669,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Big Picture\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1195d59\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3121bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing.\\u00a0<\\/p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.<\\/p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.<\\/p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a\\u00a0<u>living wage<\\/u>.\\u00a0<\\/p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing,\\u00a0supportive services, and permanent supportive housing.<\\/p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are<\\/p><h3><strong>Lack of affordable healthcare<\\/strong><\\/h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.<\\/p><h3><strong>Loss of job opportunities<\\/strong><\\/h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.<\\/p><h3><strong>Lack of public assistance programs:<\\/strong><\\/h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.<\\/p><h3><strong>Lack of affordable housing:<\\/strong><\\/h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.<\\/p><p>But\\u00a0changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The\\u00a0<u>Substance Abuse and Mental Health Services Administration<\\/u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.\\u201d Retrieved from:\\u00a0.<\\/p><h3><strong>Homelessness in Athens and Additional Resources<\\/strong><\\/h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents.\\u00a0In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters.\\u00a0If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.<\\/p><h3><strong>Institute for Children, Poverty, and Homelessness<\\/strong><\\/h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact\\u00a0of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness.\\u00a0<u><a href=\\\"http:\\/\\/www.icphusa.org.\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p><h3><strong>U.S. Department of Housing and Urban Development<\\/strong><\\/h3><p>Research, fact sheets, links to government and private organizations.<br \\/><u><a href=\\\"https:\\/\\/www.hud.gov\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"440c58c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7de0ae2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"1a1d1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service Partners\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e809807\",\"elType\":\"widget\",\"settings\":{\"title\":\"Local Shelter and Housing Partners\\n\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e0c598\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1bcaa9e\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":650,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-12.png\"},{\"id\":651,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-10.png\"},{\"id\":652,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-9.png\"},{\"id\":653,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-16.png\"},{\"id\":655,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-5.png\"},{\"id\":656,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-13.png\"},{\"id\":657,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-11.png\"}],\"thumbnail_size\":\"custom\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"slides_to_show_mobile\":\"2\",\"thumbnail_custom_dimension\":{\"width\":\"120\",\"height\":\"\"},\"pause_on_hover\":\"no\",\"pause_on_interaction\":\"no\",\"autoplay_speed\":4000,\"gallery_vertical_align\":\"center\",\"image_spacing\":\"custom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2768,669,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2769,669,'_elementor_pro_version','3.2.1'),(2771,670,'_elementor_edit_mode','builder'),(2772,670,'_elementor_template_type','wp-page'),(2773,670,'_elementor_version','3.2.5'),(2774,670,'_wp_page_template','default'),(2775,670,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Big Picture\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1195d59\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3121bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing.\\u00a0<\\/p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.<\\/p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.<\\/p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a\\u00a0<u>living wage<\\/u>.\\u00a0<\\/p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing,\\u00a0supportive services, and permanent supportive housing.<\\/p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are<\\/p><h3><strong>Lack of affordable healthcare<\\/strong><\\/h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.<\\/p><h3><strong>Loss of job opportunities<\\/strong><\\/h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.<\\/p><h3><strong>Lack of public assistance programs:<\\/strong><\\/h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.<\\/p><h3><strong>Lack of affordable housing:<\\/strong><\\/h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.<\\/p><p>But\\u00a0changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The\\u00a0<u>Substance Abuse and Mental Health Services Administration<\\/u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.\\u201d Retrieved from:\\u00a0.<\\/p><h3><strong>Homelessness in Athens and Additional Resources<\\/strong><\\/h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents.\\u00a0In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters.\\u00a0If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.<\\/p><h3><strong>Institute for Children, Poverty, and Homelessness<\\/strong><\\/h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact\\u00a0of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness.\\u00a0<u><a href=\\\"http:\\/\\/www.icphusa.org.\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p><h3><strong>U.S. Department of Housing and Urban Development<\\/strong><\\/h3><p>Research, fact sheets, links to government and private organizations.<br \\/><u><a href=\\\"https:\\/\\/www.hud.gov\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"440c58c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7de0ae2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"1a1d1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service Partners\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e809807\",\"elType\":\"widget\",\"settings\":{\"title\":\"Local Shelter and Housing Partners\\n\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e0c598\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1bcaa9e\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":650,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-12.png\"},{\"id\":651,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-10.png\"},{\"id\":652,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-9.png\"},{\"id\":653,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-16.png\"},{\"id\":655,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-5.png\"},{\"id\":656,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-13.png\"},{\"id\":657,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-11.png\"}],\"thumbnail_size\":\"custom\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"slides_to_show_mobile\":\"2\",\"thumbnail_custom_dimension\":{\"width\":\"120\",\"height\":\"\"},\"pause_on_hover\":\"no\",\"pause_on_interaction\":\"no\",\"autoplay_speed\":4000,\"gallery_vertical_align\":\"center\",\"image_spacing\":\"custom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2776,670,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2777,670,'_elementor_pro_version','3.2.1'),(2799,676,'_elementor_edit_mode','builder'),(2800,676,'_elementor_template_type','wp-page'),(2801,676,'_elementor_version','3.2.5'),(2802,676,'_wp_page_template','default'),(2803,676,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Big Picture\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1195d59\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3121bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing.\\u00a0<\\/p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.<\\/p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.<\\/p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a\\u00a0<u>living wage<\\/u>.\\u00a0<\\/p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing,\\u00a0supportive services, and permanent supportive housing.<\\/p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are<\\/p><h3><strong>Lack of affordable healthcare<\\/strong><\\/h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.<\\/p><h3><strong>Loss of job opportunities<\\/strong><\\/h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.<\\/p><h3><strong>Lack of public assistance programs:<\\/strong><\\/h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.<\\/p><h3><strong>Lack of affordable housing:<\\/strong><\\/h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.<\\/p><p>But\\u00a0changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The\\u00a0<u>Substance Abuse and Mental Health Services Administration<\\/u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.\\u201d Retrieved from:\\u00a0.<\\/p><h3><strong>Homelessness in Athens and Additional Resources<\\/strong><\\/h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents.\\u00a0In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters.\\u00a0If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.<\\/p><h3><strong>Institute for Children, Poverty, and Homelessness<\\/strong><\\/h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact\\u00a0of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness.\\u00a0<u><a href=\\\"http:\\/\\/www.icphusa.org.\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p><h3><strong>U.S. Department of Housing and Urban Development<\\/strong><\\/h3><p>Research, fact sheets, links to government and private organizations.<br \\/><u><a href=\\\"https:\\/\\/www.hud.gov\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"440c58c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7de0ae2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"1a1d1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service Partners\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e809807\",\"elType\":\"widget\",\"settings\":{\"title\":\"Local Shelter and Housing Partners\\n\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e0c598\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1bcaa9e\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":650,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-12.png\"},{\"id\":651,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-10.png\"},{\"id\":652,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-9.png\"},{\"id\":653,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-16.png\"},{\"id\":655,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-5.png\"},{\"id\":656,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-13.png\"},{\"id\":657,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-11.png\"}],\"thumbnail_size\":\"custom\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"slides_to_show_mobile\":\"2\",\"thumbnail_custom_dimension\":{\"width\":\"120\",\"height\":\"\"},\"pause_on_hover\":\"no\",\"pause_on_interaction\":\"no\",\"autoplay_speed\":4000,\"gallery_vertical_align\":\"center\",\"image_spacing\":\"custom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5160,971,'_wp_attached_file','2021/08/facebook-cover.png'),(5161,971,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:820;s:6:\"height\";i:312;s:4:\"file\";s:26:\"2021/08/facebook-cover.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"facebook-cover-300x114.png\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"facebook-cover-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"facebook-cover-768x292.png\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2785,673,'_wp_attached_file','2021/07/Logo-4.png'),(2786,673,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:483;s:6:\"height\";i:219;s:4:\"file\";s:18:\"2021/07/Logo-4.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Logo-4-300x136.png\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Logo-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2820,678,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2821,678,'_elementor_pro_version','3.2.1'),(2841,681,'_elementor_edit_mode','builder'),(2842,681,'_elementor_template_type','wp-page'),(2843,681,'_elementor_version','3.2.5'),(2844,681,'_wp_page_template','default'),(2815,678,'_elementor_edit_mode','builder'),(2816,678,'_elementor_template_type','wp-page'),(2817,678,'_elementor_version','3.2.5'),(2818,678,'_wp_page_template','default'),(2819,678,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Big Picture\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1195d59\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3121bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing.\\u00a0<\\/p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.<\\/p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.<\\/p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a\\u00a0<u>living wage<\\/u>.\\u00a0<\\/p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing,\\u00a0supportive services, and permanent supportive housing.<\\/p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are<\\/p><h3><strong>Lack of affordable healthcare<\\/strong><\\/h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.<\\/p><h3><strong>Loss of job opportunities<\\/strong><\\/h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.<\\/p><h3><strong>Lack of public assistance programs:<\\/strong><\\/h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.<\\/p><h3><strong>Lack of affordable housing:<\\/strong><\\/h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.<\\/p><p>But\\u00a0changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The\\u00a0<u>Substance Abuse and Mental Health Services Administration<\\/u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.\\u201d Retrieved from:\\u00a0.<\\/p><h3><strong>Homelessness in Athens and Additional Resources<\\/strong><\\/h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents.\\u00a0In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters.\\u00a0If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.<\\/p><h3><strong>Institute for Children, Poverty, and Homelessness<\\/strong><\\/h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact\\u00a0of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness.\\u00a0<u><a href=\\\"http:\\/\\/www.icphusa.org.\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p><h3><strong>U.S. Department of Housing and Urban Development<\\/strong><\\/h3><p>Research, fact sheets, links to government and private organizations.<br \\/><u><a href=\\\"https:\\/\\/www.hud.gov\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"440c58c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7de0ae2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"1a1d1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service Partners\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e809807\",\"elType\":\"widget\",\"settings\":{\"title\":\"Local Shelter and Housing Partners\\n\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e0c598\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1bcaa9e\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":650,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-12.png\"},{\"id\":651,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-10.png\"},{\"id\":652,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-9.png\"},{\"id\":653,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-16.png\"},{\"id\":655,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-5.png\"},{\"id\":656,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-13.png\"},{\"id\":657,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-11.png\"}],\"thumbnail_size\":\"custom\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"slides_to_show_mobile\":\"2\",\"thumbnail_custom_dimension\":{\"width\":\"120\",\"height\":\"\"},\"pause_on_hover\":\"no\",\"pause_on_interaction\":\"no\",\"autoplay_speed\":4000,\"gallery_vertical_align\":\"center\",\"image_spacing\":\"custom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4ce8cde\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"07e3d5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"3512acf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Financial Partners\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"021be66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Local Funding Partners\\n\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f403cd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"35249ad\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":671,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-8.png\"},{\"id\":672,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-2.png\"},{\"id\":673,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-4.png\"},{\"id\":675,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-14.png\"}],\"thumbnail_size\":\"custom\",\"slides_to_show\":\"4\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"slides_to_show_mobile\":\"2\",\"thumbnail_custom_dimension\":{\"width\":\"120\",\"height\":\"\"},\"pause_on_hover\":\"no\",\"pause_on_interaction\":\"no\",\"autoplay_speed\":4000,\"gallery_vertical_align\":\"center\",\"image_spacing\":\"custom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2845,681,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Big Picture\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1195d59\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3121bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing.\\u00a0<\\/p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.<\\/p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.<\\/p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a\\u00a0<u>living wage<\\/u>.\\u00a0<\\/p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing,\\u00a0supportive services, and permanent supportive housing.<\\/p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are<\\/p><h3><strong>Lack of affordable healthcare<\\/strong><\\/h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.<\\/p><h3><strong>Loss of job opportunities<\\/strong><\\/h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.<\\/p><h3><strong>Lack of public assistance programs:<\\/strong><\\/h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.<\\/p><h3><strong>Lack of affordable housing:<\\/strong><\\/h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.<\\/p><p>But\\u00a0changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The\\u00a0<u>Substance Abuse and Mental Health Services Administration<\\/u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.\\u201d Retrieved from:\\u00a0.<\\/p><h3><strong>Homelessness in Athens and Additional Resources<\\/strong><\\/h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents.\\u00a0In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters.\\u00a0If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.<\\/p><h3><strong>Institute for Children, Poverty, and Homelessness<\\/strong><\\/h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact\\u00a0of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness.\\u00a0<u><a href=\\\"http:\\/\\/www.icphusa.org.\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p><h3><strong>U.S. Department of Housing and Urban Development<\\/strong><\\/h3><p>Research, fact sheets, links to government and private organizations.<br \\/><u><a href=\\\"https:\\/\\/www.hud.gov\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"440c58c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7de0ae2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"1a1d1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service Partners\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e809807\",\"elType\":\"widget\",\"settings\":{\"title\":\"Local Shelter and Housing Partners\\n\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e0c598\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1bcaa9e\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":650,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-12.png\"},{\"id\":651,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-10.png\"},{\"id\":652,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-9.png\"},{\"id\":653,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-16.png\"},{\"id\":655,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-5.png\"},{\"id\":656,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-13.png\"},{\"id\":657,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-11.png\"}],\"thumbnail_size\":\"custom\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"slides_to_show_mobile\":\"2\",\"thumbnail_custom_dimension\":{\"width\":\"120\",\"height\":\"\"},\"pause_on_hover\":\"no\",\"pause_on_interaction\":\"no\",\"autoplay_speed\":4000,\"gallery_vertical_align\":\"center\",\"image_spacing\":\"custom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4ce8cde\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"07e3d5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"3512acf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Financial Partners\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"021be66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Local Funding Partners\\n\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f403cd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"35249ad\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":671,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-8.png\"},{\"id\":672,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-2.png\"},{\"id\":673,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-4.png\"},{\"id\":675,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-14.png\"}],\"thumbnail_size\":\"custom\",\"slides_to_show\":\"4\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"slides_to_show_mobile\":\"2\",\"thumbnail_custom_dimension\":{\"width\":\"120\",\"height\":\"\"},\"pause_on_hover\":\"no\",\"pause_on_interaction\":\"no\",\"autoplay_speed\":4000,\"gallery_vertical_align\":\"center\",\"image_spacing\":\"custom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5158,970,'_wp_attached_file','2021/08/YouTubeChannel.png'),(5159,970,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:26:\"2021/08/YouTubeChannel.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"YouTubeChannel-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"YouTubeChannel-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"YouTubeChannel-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"YouTubeChannel-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:27:\"YouTubeChannel-1536x864.png\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:28:\"YouTubeChannel-2048x1152.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2804,676,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2805,676,'_elementor_pro_version','3.2.1'),(2807,677,'_elementor_edit_mode','builder'),(2808,677,'_elementor_template_type','wp-page'),(2809,677,'_elementor_version','3.2.5'),(2810,677,'_wp_page_template','default'),(2811,677,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Big Picture\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1195d59\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3121bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing.\\u00a0<\\/p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.<\\/p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.<\\/p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a\\u00a0<u>living wage<\\/u>.\\u00a0<\\/p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing,\\u00a0supportive services, and permanent supportive housing.<\\/p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are<\\/p><h3><strong>Lack of affordable healthcare<\\/strong><\\/h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.<\\/p><h3><strong>Loss of job opportunities<\\/strong><\\/h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.<\\/p><h3><strong>Lack of public assistance programs:<\\/strong><\\/h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.<\\/p><h3><strong>Lack of affordable housing:<\\/strong><\\/h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.<\\/p><p>But\\u00a0changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The\\u00a0<u>Substance Abuse and Mental Health Services Administration<\\/u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.\\u201d Retrieved from:\\u00a0.<\\/p><h3><strong>Homelessness in Athens and Additional Resources<\\/strong><\\/h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents.\\u00a0In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters.\\u00a0If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.<\\/p><h3><strong>Institute for Children, Poverty, and Homelessness<\\/strong><\\/h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact\\u00a0of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness.\\u00a0<u><a href=\\\"http:\\/\\/www.icphusa.org.\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p><h3><strong>U.S. Department of Housing and Urban Development<\\/strong><\\/h3><p>Research, fact sheets, links to government and private organizations.<br \\/><u><a href=\\\"https:\\/\\/www.hud.gov\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"440c58c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7de0ae2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"1a1d1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service Partners\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e809807\",\"elType\":\"widget\",\"settings\":{\"title\":\"Local Shelter and Housing Partners\\n\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e0c598\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1bcaa9e\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":650,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-12.png\"},{\"id\":651,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-10.png\"},{\"id\":652,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-9.png\"},{\"id\":653,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-16.png\"},{\"id\":655,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-5.png\"},{\"id\":656,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-13.png\"},{\"id\":657,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-11.png\"}],\"thumbnail_size\":\"custom\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"slides_to_show_mobile\":\"2\",\"thumbnail_custom_dimension\":{\"width\":\"120\",\"height\":\"\"},\"pause_on_hover\":\"no\",\"pause_on_interaction\":\"no\",\"autoplay_speed\":4000,\"gallery_vertical_align\":\"center\",\"image_spacing\":\"custom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2812,677,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2813,677,'_elementor_pro_version','3.2.1'),(2825,679,'_elementor_edit_mode','builder'),(2826,679,'_elementor_template_type','wp-page'),(2827,679,'_elementor_version','3.2.5'),(2828,679,'_wp_page_template','default'),(2829,679,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Big Picture\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1195d59\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3121bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing.\\u00a0<\\/p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.<\\/p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.<\\/p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a\\u00a0<u>living wage<\\/u>.\\u00a0<\\/p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing,\\u00a0supportive services, and permanent supportive housing.<\\/p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are<\\/p><h3><strong>Lack of affordable healthcare<\\/strong><\\/h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.<\\/p><h3><strong>Loss of job opportunities<\\/strong><\\/h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.<\\/p><h3><strong>Lack of public assistance programs:<\\/strong><\\/h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.<\\/p><h3><strong>Lack of affordable housing:<\\/strong><\\/h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.<\\/p><p>But\\u00a0changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The\\u00a0<u>Substance Abuse and Mental Health Services Administration<\\/u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.\\u201d Retrieved from:\\u00a0.<\\/p><h3><strong>Homelessness in Athens and Additional Resources<\\/strong><\\/h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents.\\u00a0In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters.\\u00a0If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.<\\/p><h3><strong>Institute for Children, Poverty, and Homelessness<\\/strong><\\/h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact\\u00a0of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness.\\u00a0<u><a href=\\\"http:\\/\\/www.icphusa.org.\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p><h3><strong>U.S. Department of Housing and Urban Development<\\/strong><\\/h3><p>Research, fact sheets, links to government and private organizations.<br \\/><u><a href=\\\"https:\\/\\/www.hud.gov\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"440c58c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7de0ae2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"1a1d1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service Partners\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e809807\",\"elType\":\"widget\",\"settings\":{\"title\":\"Local Shelter and Housing Partners\\n\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e0c598\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1bcaa9e\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":650,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-12.png\"},{\"id\":651,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-10.png\"},{\"id\":652,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-9.png\"},{\"id\":653,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-16.png\"},{\"id\":655,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-5.png\"},{\"id\":656,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-13.png\"},{\"id\":657,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-11.png\"}],\"thumbnail_size\":\"custom\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"slides_to_show_mobile\":\"2\",\"thumbnail_custom_dimension\":{\"width\":\"120\",\"height\":\"\"},\"pause_on_hover\":\"no\",\"pause_on_interaction\":\"no\",\"autoplay_speed\":4000,\"gallery_vertical_align\":\"center\",\"image_spacing\":\"custom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4ce8cde\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"07e3d5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"3512acf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Financial Partners\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"021be66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Local Funding Partners\\n\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f403cd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"35249ad\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":671,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-8.png\"},{\"id\":672,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-2.png\"},{\"id\":673,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-4.png\"},{\"id\":675,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-14.png\"}],\"thumbnail_size\":\"custom\",\"slides_to_show\":\"4\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"slides_to_show_mobile\":\"2\",\"thumbnail_custom_dimension\":{\"width\":\"120\",\"height\":\"\"},\"pause_on_hover\":\"no\",\"pause_on_interaction\":\"no\",\"autoplay_speed\":4000,\"gallery_vertical_align\":\"center\",\"image_spacing\":\"custom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2830,679,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2831,679,'_elementor_pro_version','3.2.1'),(2833,680,'_elementor_edit_mode','builder'),(2834,680,'_elementor_template_type','wp-page'),(2835,680,'_elementor_version','3.2.5'),(2836,680,'_wp_page_template','default'),(2837,680,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Big Picture\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1195d59\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3121bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing.\\u00a0<\\/p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.<\\/p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.<\\/p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a\\u00a0<u>living wage<\\/u>.\\u00a0<\\/p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing,\\u00a0supportive services, and permanent supportive housing.<\\/p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are<\\/p><h3><strong>Lack of affordable healthcare<\\/strong><\\/h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.<\\/p><h3><strong>Loss of job opportunities<\\/strong><\\/h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.<\\/p><h3><strong>Lack of public assistance programs:<\\/strong><\\/h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.<\\/p><h3><strong>Lack of affordable housing:<\\/strong><\\/h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.<\\/p><p>But\\u00a0changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The\\u00a0<u>Substance Abuse and Mental Health Services Administration<\\/u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.\\u201d Retrieved from:\\u00a0.<\\/p><h3><strong>Homelessness in Athens and Additional Resources<\\/strong><\\/h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents.\\u00a0In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters.\\u00a0If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.<\\/p><h3><strong>Institute for Children, Poverty, and Homelessness<\\/strong><\\/h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact\\u00a0of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness.\\u00a0<u><a href=\\\"http:\\/\\/www.icphusa.org.\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p><h3><strong>U.S. Department of Housing and Urban Development<\\/strong><\\/h3><p>Research, fact sheets, links to government and private organizations.<br \\/><u><a href=\\\"https:\\/\\/www.hud.gov\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"440c58c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7de0ae2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"1a1d1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service Partners\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e809807\",\"elType\":\"widget\",\"settings\":{\"title\":\"Local Shelter and Housing Partners\\n\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e0c598\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1bcaa9e\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":650,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-12.png\"},{\"id\":651,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-10.png\"},{\"id\":652,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-9.png\"},{\"id\":653,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-16.png\"},{\"id\":655,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-5.png\"},{\"id\":656,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-13.png\"},{\"id\":657,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-11.png\"}],\"thumbnail_size\":\"custom\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"slides_to_show_mobile\":\"2\",\"thumbnail_custom_dimension\":{\"width\":\"120\",\"height\":\"\"},\"pause_on_hover\":\"no\",\"pause_on_interaction\":\"no\",\"autoplay_speed\":4000,\"gallery_vertical_align\":\"center\",\"image_spacing\":\"custom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4ce8cde\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"07e3d5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"3512acf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Financial Partners\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"021be66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Local Funding Partners\\n\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f403cd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"35249ad\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":671,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-8.png\"},{\"id\":672,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-2.png\"},{\"id\":673,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-4.png\"},{\"id\":675,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-14.png\"}],\"thumbnail_size\":\"custom\",\"slides_to_show\":\"4\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"slides_to_show_mobile\":\"2\",\"thumbnail_custom_dimension\":{\"width\":\"120\",\"height\":\"\"},\"pause_on_hover\":\"no\",\"pause_on_interaction\":\"no\",\"autoplay_speed\":4000,\"gallery_vertical_align\":\"center\",\"image_spacing\":\"custom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2838,680,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2839,680,'_elementor_pro_version','3.2.1'),(2846,681,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2847,681,'_elementor_pro_version','3.2.1'),(2851,682,'_elementor_edit_mode','builder'),(2852,682,'_elementor_template_type','wp-page'),(2853,682,'_elementor_version','3.2.5'),(2854,682,'_wp_page_template','default'),(2855,682,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Big Picture\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1195d59\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3121bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing.\\u00a0<\\/p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.<\\/p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.<\\/p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a\\u00a0<u>living wage<\\/u>.\\u00a0<\\/p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing,\\u00a0supportive services, and permanent supportive housing.<\\/p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are<\\/p><h3><strong>Lack of affordable healthcare<\\/strong><\\/h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.<\\/p><h3><strong>Loss of job opportunities<\\/strong><\\/h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.<\\/p><h3><strong>Lack of public assistance programs:<\\/strong><\\/h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.<\\/p><h3><strong>Lack of affordable housing:<\\/strong><\\/h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.<\\/p><p>But\\u00a0changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The\\u00a0<u>Substance Abuse and Mental Health Services Administration<\\/u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.\\u201d Retrieved from:\\u00a0.<\\/p><h3><strong>Homelessness in Athens and Additional Resources<\\/strong><\\/h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents.\\u00a0In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters.\\u00a0If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.<\\/p><h3><strong>Institute for Children, Poverty, and Homelessness<\\/strong><\\/h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact\\u00a0of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness.\\u00a0<u><a href=\\\"http:\\/\\/www.icphusa.org.\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p><h3><strong>U.S. Department of Housing and Urban Development<\\/strong><\\/h3><p>Research, fact sheets, links to government and private organizations.<br \\/><u><a href=\\\"https:\\/\\/www.hud.gov\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"440c58c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7de0ae2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"1a1d1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service Partners\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e809807\",\"elType\":\"widget\",\"settings\":{\"title\":\"Local Shelter and Housing Partners\\n\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e0c598\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1bcaa9e\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":650,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-12.png\"},{\"id\":651,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-10.png\"},{\"id\":652,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-9.png\"},{\"id\":653,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-16.png\"},{\"id\":655,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-5.png\"},{\"id\":656,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-13.png\"},{\"id\":657,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-11.png\"}],\"thumbnail_size\":\"custom\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"slides_to_show_mobile\":\"2\",\"thumbnail_custom_dimension\":{\"width\":\"120\",\"height\":\"\"},\"pause_on_hover\":\"no\",\"pause_on_interaction\":\"no\",\"autoplay_speed\":4000,\"gallery_vertical_align\":\"center\",\"image_spacing\":\"custom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4ce8cde\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"07e3d5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"3512acf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Financial Partners\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"021be66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Local Funding Partners\\n\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f403cd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"35249ad\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":671,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-8.png\"},{\"id\":672,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-2.png\"},{\"id\":673,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-4.png\"},{\"id\":675,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-14.png\"}],\"thumbnail_size\":\"custom\",\"slides_to_show\":\"4\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"slides_to_show_mobile\":\"2\",\"thumbnail_custom_dimension\":{\"width\":\"120\",\"height\":\"\"},\"pause_on_hover\":\"no\",\"pause_on_interaction\":\"no\",\"autoplay_speed\":4000,\"gallery_vertical_align\":\"center\",\"image_spacing\":\"custom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2875,639,'_elementor_controls_usage','a:7:{s:6:\"slides\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:14:\"section_slides\";a:2:{s:6:\"slides\";i:1;s:13:\"slides_height\";i:1;}s:22:\"section_slider_options\";a:5:{s:14:\"pause_on_hover\";i:1;s:20:\"pause_on_interaction\";i:1;s:16:\"transition_speed\";i:1;s:17:\"content_animation\";i:1;s:10:\"transition\";i:1;}}s:5:\"style\";a:4:{s:19:\"section_style_title\";a:5:{s:29:\"heading_typography_typography\";i:1;s:30:\"heading_typography_font_family\";i:1;s:28:\"heading_typography_font_size\";i:1;s:30:\"heading_typography_font_weight\";i:1;s:33:\"heading_typography_text_transform\";i:1;}s:25:\"section_style_description\";a:2:{s:33:\"description_typography_typography\";i:1;s:32:\"description_typography_font_size\";i:1;}s:20:\"section_style_button\";a:4:{s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_weight\";i:1;s:32:\"button_typography_text_transform\";i:1;s:32:\"button_typography_letter_spacing\";i:1;}s:20:\"section_style_slides\";a:3:{s:17:\"content_max_width\";i:1;s:26:\"slides_horizontal_position\";i:1;s:17:\"slides_text_align\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:28:\"space_between_widgets_tablet\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:1;s:3:\"gap\";i:4;s:13:\"custom_height\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:1;s:7:\"padding\";i:4;s:14:\"padding_tablet\";i:3;s:14:\"padding_mobile\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:5;s:11:\"header_size\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:14:\"image-carousel\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:22:\"section_image_carousel\";a:8:{s:8:\"carousel\";i:2;s:14:\"thumbnail_size\";i:2;s:14:\"slides_to_show\";i:2;s:16:\"slides_to_scroll\";i:2;s:10:\"navigation\";i:2;s:21:\"slides_to_show_tablet\";i:2;s:21:\"slides_to_show_mobile\";i:2;s:26:\"thumbnail_custom_dimension\";i:2;}s:26:\"section_additional_options\";a:3:{s:14:\"pause_on_hover\";i:2;s:20:\"pause_on_interaction\";i:2;s:14:\"autoplay_speed\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:4:{s:18:\"image_border_width\";i:2;s:20:\"image_spacing_custom\";i:2;s:22:\"gallery_vertical_align\";i:2;s:13:\"image_spacing\";i:2;}}}}}'),(2856,682,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2857,682,'_elementor_pro_version','3.2.1'),(2859,683,'_elementor_edit_mode','builder'),(2860,683,'_elementor_template_type','wp-page'),(2861,683,'_elementor_version','3.2.5'),(2862,683,'_wp_page_template','default'),(2863,683,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Big Picture\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1195d59\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3121bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing.\\u00a0<\\/p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.<\\/p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.<\\/p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a\\u00a0<u>living wage<\\/u>.\\u00a0<\\/p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing,\\u00a0supportive services, and permanent supportive housing.<\\/p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are<\\/p><h3><strong>Lack of affordable healthcare<\\/strong><\\/h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.<\\/p><h3><strong>Loss of job opportunities<\\/strong><\\/h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.<\\/p><h3><strong>Lack of public assistance programs:<\\/strong><\\/h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.<\\/p><h3><strong>Lack of affordable housing:<\\/strong><\\/h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.<\\/p><p>But\\u00a0changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The\\u00a0<u>Substance Abuse and Mental Health Services Administration<\\/u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.\\u201d Retrieved from:\\u00a0.<\\/p><h3><strong>Homelessness in Athens and Additional Resources<\\/strong><\\/h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents.\\u00a0In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters.\\u00a0If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.<\\/p><h3><strong>Institute for Children, Poverty, and Homelessness<\\/strong><\\/h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact\\u00a0of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness.\\u00a0<u><a href=\\\"http:\\/\\/www.icphusa.org.\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p><h3><strong>U.S. Department of Housing and Urban Development<\\/strong><\\/h3><p>Research, fact sheets, links to government and private organizations.<br \\/><u><a href=\\\"https:\\/\\/www.hud.gov\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"440c58c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7de0ae2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"1a1d1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service Partners\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e809807\",\"elType\":\"widget\",\"settings\":{\"title\":\"Local Shelter and Housing Partners\\n\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e0c598\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1bcaa9e\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":650,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-12.png\"},{\"id\":651,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-10.png\"},{\"id\":652,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-9.png\"},{\"id\":653,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-16.png\"},{\"id\":655,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-5.png\"},{\"id\":656,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-13.png\"},{\"id\":657,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-11.png\"}],\"thumbnail_size\":\"custom\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"slides_to_show_mobile\":\"2\",\"thumbnail_custom_dimension\":{\"width\":\"120\",\"height\":\"\"},\"pause_on_hover\":\"no\",\"pause_on_interaction\":\"no\",\"autoplay_speed\":4000,\"gallery_vertical_align\":\"center\",\"image_spacing\":\"custom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4ce8cde\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"07e3d5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"3512acf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Financial Partners\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"021be66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Local Funding Partners\\n\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f403cd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"35249ad\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":671,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-8.png\"},{\"id\":672,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-2.png\"},{\"id\":673,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-4.png\"},{\"id\":675,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-14.png\"}],\"thumbnail_size\":\"custom\",\"slides_to_show\":\"4\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"slides_to_show_mobile\":\"2\",\"thumbnail_custom_dimension\":{\"width\":\"120\",\"height\":\"\"},\"pause_on_hover\":\"no\",\"pause_on_interaction\":\"no\",\"autoplay_speed\":4000,\"gallery_vertical_align\":\"center\",\"image_spacing\":\"custom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2864,683,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2865,683,'_elementor_pro_version','3.2.1'),(2867,684,'_elementor_edit_mode','builder'),(2868,684,'_elementor_template_type','wp-page'),(2869,684,'_elementor_version','3.2.5'),(2870,684,'_wp_page_template','default'),(2871,684,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Big Picture\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1195d59\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3121bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The basic reason for homelessness in the United states is a scarcity of affordable housing. The National Alliance to End Homelessness reports that on a single night in January 2015 in the United States, 564,708 people experience homelessness. Of that number, 206,286 are people in families, making families 36% of all homeless people. Frequently, low-income families may become homeless due to an unexpected financial crisis: a medical emergency or a job layoff that prevents the family from maintaining safe housing.\\u00a0<\\/p><p>The Georgia Department of Community Affairs (DCA) states that there are two main factors that contribute to homelessness in Georgia: extreme poverty and personal vulnerability. People experiencing extreme poverty can become homeless because of very low incomes, unemployment, or the lack of available, affordable housing. Many low-income individuals and families have personal vulnerabilities that place them at significant risk of becoming homeless. These factors include mental illness, substance abuse, developmental disabilities or brain injury, physical disabilities or chronic medical problems, family violence, prior evictions or poor credit, or a criminal background.<\\/p><p>The Georgia DCA also explains that past experiences and behaviors can also create significant barriers for individuals and families who are trying to escape homelessness. Being homeless can lead to arrests for behaviors such as trespassing and loitering. Criminal offenses such as these, and certainly more serious convictions, can make it difficult to pass a required background check when trying to rent permanent housing. Additionally, certain felony convictions make it difficult to obtain a bed in an emergency shelter. Likewise, prior evictions and poor credit can make it difficult to rent decent affordable housing.<\\/p><p>In addition to these challenges, in Athens-Clarke County, there is a shortage of affordable and safe housing and job opportunities that provide a\\u00a0<u>living wage<\\/u>.\\u00a0<\\/p><p>Homeless service providers in Athens work collaboratively toward a compassionate and effective response to individual and family homelessness in the community. These strategies include homeless prevention, emergency shelter, transitional housing,\\u00a0supportive services, and permanent supportive housing.<\\/p><p>Reasons for homelessness are varied and are specific to situations. However, some of the top general reasons for family homelessness are<\\/p><h3><strong>Lack of affordable healthcare<\\/strong><\\/h3><p>Overwhelming medical costs are one of the most common reasons for bankruptcy and poverty, and serious health problems or disabilities can also lead to homelessness.<\\/p><h3><strong>Loss of job opportunities<\\/strong><\\/h3><p>Changes in the American workforce and a general economic recession have resulted in the loss of employment opportunities, especially among low-wage workers. As a result, more individuals and families are living in poverty and at risk of losing their housing.<\\/p><h3><strong>Lack of public assistance programs:<\\/strong><\\/h3><p>A decline in funding for cash assistance programs has resulted in an increase in homelessness and poverty, especially among individuals with disabilities and families headed by females.<\\/p><h3><strong>Lack of affordable housing:<\\/strong><\\/h3><p>Federal support for low-income housing has decreased in recent years, a trend that is particularly hard on renters. Meanwhile, rental costs continue to rise, placing low-income individuals and families in the difficult position of trying to pay higher housing costs on lower wages.<\\/p><p>But\\u00a0changes in the economy are not the only reasons that people lose their homes. NCH also lists addiction and mental illness as two of the primary personal factors that lead to financial instability and the loss of permanent housing. The\\u00a0<u>Substance Abuse and Mental Health Services Administration<\\/u>(SAMSHA) reports that approximately 26 percent of homeless Americans had some form of mental illness, and nearly 35 percent were affected by substance abuse. Mental illness and substance abuse lead to a destructive cycle in which the effects of both conditions lead to increased poverty, which in turn can reinforce the depression, anxiety, and delusional thinking that reinforce drug and alcohol use.\\u201d Retrieved from:\\u00a0.<\\/p><h3><strong>Homelessness in Athens and Additional Resources<\\/strong><\\/h3><p>Relative to the national rate, Athens-Clarke County has nearly twice its share of homeless residents.\\u00a0In 2015, the Athens-Clarke County homeless count revealed 226 homeless individuals in a point-in-time count. For the winter of 2015, there were approximately 150 beds available in shelters.\\u00a0If you or someone you know is homeless and needs resources, please call our office at 706-354-0423 to be connected with resources in the community or have them call United Way at 211.<\\/p><h3><strong>Institute for Children, Poverty, and Homelessness<\\/strong><\\/h3><p>The Institute for Children, Poverty, and Homelessness (ICPH) is an independent non-profit research organization based in New York City. Recently AAHS employees visited the Beyond Housing conference hosted by ICPH in NYC. ICPH studies the impact\\u00a0of poverty on family and child well-being and generates research that will enhance public policies and programs affecting poor or homeless children and their families. Specifically, ICPH examines the condition of extreme poverty in the United States and its effect on educational attainment, housing, employment, child welfare, domestic violence, and family wellness.\\u00a0<u><a href=\\\"http:\\/\\/www.icphusa.org.\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p><h3><strong>U.S. Department of Housing and Urban Development<\\/strong><\\/h3><p>Research, fact sheets, links to government and private organizations.<br \\/><u><a href=\\\"https:\\/\\/www.hud.gov\\/\\\"><em>Read more<\\/em><\\/a><\\/u><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"440c58c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7de0ae2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"1a1d1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service Partners\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e809807\",\"elType\":\"widget\",\"settings\":{\"title\":\"Local Shelter and Housing Partners\\n\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e0c598\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1bcaa9e\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":650,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-12.png\"},{\"id\":651,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-10.png\"},{\"id\":652,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-9.png\"},{\"id\":653,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-16.png\"},{\"id\":655,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-5.png\"},{\"id\":656,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-13.png\"},{\"id\":657,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-11.png\"}],\"thumbnail_size\":\"custom\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"slides_to_show_mobile\":\"2\",\"thumbnail_custom_dimension\":{\"width\":\"120\",\"height\":\"\"},\"pause_on_hover\":\"no\",\"pause_on_interaction\":\"no\",\"autoplay_speed\":4000,\"gallery_vertical_align\":\"center\",\"image_spacing\":\"custom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4ce8cde\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"07e3d5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"3512acf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Financial Partners\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"021be66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Local Funding Partners\\n\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f403cd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"35249ad\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":671,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-8.png\"},{\"id\":672,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-2.png\"},{\"id\":673,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-4.png\"},{\"id\":675,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Logo-14.png\"}],\"thumbnail_size\":\"custom\",\"slides_to_show\":\"4\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"slides_to_show_mobile\":\"2\",\"thumbnail_custom_dimension\":{\"width\":\"120\",\"height\":\"\"},\"pause_on_hover\":\"no\",\"pause_on_interaction\":\"no\",\"autoplay_speed\":4000,\"gallery_vertical_align\":\"center\",\"image_spacing\":\"custom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2872,684,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2873,684,'_elementor_pro_version','3.2.1'),(2883,685,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2884,685,'_elementor_pro_version','3.2.1'),(2886,686,'_elementor_edit_mode','builder'),(2887,686,'_elementor_template_type','wp-page'),(2888,686,'_elementor_version','3.2.5'),(2889,686,'_wp_page_template','default'),(2890,686,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2891,686,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2892,686,'_elementor_pro_version','3.2.1'),(5401,1022,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"736c3be\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":722}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\\n\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c483045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/facebook-cover2-1.png\",\"id\":980,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Vision\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size\":null},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life\\u2019s challenges, traumas, and disaster.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5271,1008,'_elementor_version','3.3.1'),(5272,1008,'_wp_page_template','default'),(5273,1008,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"736c3be\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":722}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\\n\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"c483045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/facebook-cover2-1.png\",\"id\":980,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2894,687,'_elementor_edit_mode','builder'),(2895,687,'_elementor_template_type','wp-page'),(2896,687,'_elementor_version','3.2.5'),(2897,687,'_wp_page_template','default'),(2898,687,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\"},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2899,687,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2900,687,'_elementor_pro_version','3.2.1'),(2904,688,'_elementor_edit_mode','builder'),(2905,688,'_elementor_template_type','wp-page'),(2906,688,'_elementor_version','3.2.5'),(2907,688,'_wp_page_template','default'),(2908,688,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\"},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]');
INSERT INTO `wpxo_postmeta` VALUES (2909,688,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2910,688,'_elementor_pro_version','3.2.1'),(2912,689,'_elementor_edit_mode','builder'),(2913,689,'_elementor_template_type','wp-page'),(2914,689,'_elementor_version','3.2.5'),(2915,689,'_wp_page_template','default'),(2916,689,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\"},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2917,689,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2918,689,'_elementor_pro_version','3.2.1'),(5270,1008,'_elementor_template_type','wp-page'),(2920,690,'_elementor_edit_mode','builder'),(2921,690,'_elementor_template_type','wp-page'),(2922,690,'_elementor_version','3.2.5'),(2923,690,'_wp_page_template','default'),(2924,690,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\"},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2925,690,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2926,690,'_elementor_pro_version','3.2.1'),(2930,691,'_elementor_edit_mode','builder'),(2931,691,'_elementor_template_type','wp-page'),(2932,691,'_elementor_version','3.2.5'),(2933,691,'_wp_page_template','default'),(2934,691,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\"},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2935,691,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2936,691,'_elementor_pro_version','3.2.1'),(2938,692,'_elementor_edit_mode','builder'),(2939,692,'_elementor_template_type','wp-page'),(2940,692,'_elementor_version','3.2.5'),(2941,692,'_wp_page_template','default'),(2942,692,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\"},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2943,692,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2944,692,'_elementor_pro_version','3.2.1'),(5269,1008,'_elementor_edit_mode','builder'),(5242,1005,'_elementor_edit_mode','builder'),(5243,1005,'_elementor_template_type','wp-page'),(2946,693,'_elementor_edit_mode','builder'),(2947,693,'_elementor_template_type','wp-page'),(2948,693,'_elementor_version','3.2.5'),(2949,693,'_wp_page_template','default'),(2950,693,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\"},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2951,693,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2952,693,'_elementor_pro_version','3.2.1'),(2956,694,'_elementor_edit_mode','builder'),(2957,694,'_elementor_template_type','wp-page'),(2958,694,'_elementor_version','3.2.5'),(2959,694,'_wp_page_template','default'),(2960,694,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\"},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2961,694,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2962,694,'_elementor_pro_version','3.2.1'),(2964,695,'_elementor_edit_mode','builder'),(2965,695,'_elementor_template_type','wp-page'),(2966,695,'_elementor_version','3.2.5'),(2967,695,'_wp_page_template','default'),(2968,695,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\"},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2969,695,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2970,695,'_elementor_pro_version','3.2.1'),(2972,696,'_elementor_edit_mode','builder'),(2973,696,'_elementor_template_type','wp-page'),(2974,696,'_elementor_version','3.2.5'),(2975,696,'_wp_page_template','default'),(2976,696,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2977,696,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2978,696,'_elementor_pro_version','3.2.1'),(2982,697,'_elementor_edit_mode','builder'),(2983,697,'_elementor_template_type','wp-page'),(2984,697,'_elementor_version','3.2.5'),(2985,697,'_wp_page_template','default'),(2986,697,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2987,697,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2988,697,'_elementor_pro_version','3.2.1'),(2990,698,'_elementor_edit_mode','builder'),(2991,698,'_elementor_template_type','wp-page'),(2992,698,'_elementor_version','3.2.5'),(2993,698,'_wp_page_template','default'),(2994,698,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2995,698,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2996,698,'_elementor_pro_version','3.2.1'),(2998,699,'_elementor_edit_mode','builder'),(2999,699,'_elementor_template_type','wp-page'),(3000,699,'_elementor_version','3.2.5'),(3001,699,'_wp_page_template','default'),(3002,699,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3003,699,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3004,699,'_elementor_pro_version','3.2.1'),(3008,700,'_elementor_edit_mode','builder'),(3009,700,'_elementor_template_type','wp-page'),(3010,700,'_elementor_version','3.2.5'),(3011,700,'_wp_page_template','default'),(3012,700,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3013,700,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3014,700,'_elementor_pro_version','3.2.1'),(3016,701,'_elementor_edit_mode','builder'),(3017,701,'_elementor_template_type','wp-page'),(3018,701,'_elementor_version','3.2.5'),(3019,701,'_wp_page_template','default'),(3020,701,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3021,701,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3022,701,'_elementor_pro_version','3.2.1'),(3024,702,'_elementor_edit_mode','builder'),(3025,702,'_elementor_template_type','wp-page'),(3026,702,'_elementor_version','3.2.5'),(3027,702,'_wp_page_template','default'),(3028,702,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3029,702,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3030,702,'_elementor_pro_version','3.2.1'),(3034,703,'_elementor_edit_mode','builder'),(3035,703,'_elementor_template_type','wp-page'),(3036,703,'_elementor_version','3.2.5'),(3037,703,'_wp_page_template','default'),(3038,703,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3039,703,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3040,703,'_elementor_pro_version','3.2.1'),(3042,704,'_elementor_edit_mode','builder'),(3043,704,'_elementor_template_type','wp-page'),(3044,704,'_elementor_version','3.2.5'),(3045,704,'_wp_page_template','default'),(3046,704,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3047,704,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3048,704,'_elementor_pro_version','3.2.1'),(3050,705,'_elementor_edit_mode','builder'),(3051,705,'_elementor_template_type','wp-page'),(3052,705,'_elementor_version','3.2.5'),(3053,705,'_wp_page_template','default'),(3054,705,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3055,705,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3056,705,'_elementor_pro_version','3.2.1'),(3060,706,'_elementor_edit_mode','builder'),(3061,706,'_elementor_template_type','wp-page'),(3062,706,'_elementor_version','3.2.5'),(3063,706,'_wp_page_template','default'),(3064,706,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3065,706,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3066,706,'_elementor_pro_version','3.2.1'),(3068,707,'_elementor_edit_mode','builder'),(3069,707,'_elementor_template_type','wp-page'),(3070,707,'_elementor_version','3.2.5'),(3071,707,'_wp_page_template','default'),(3072,707,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3073,707,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3074,707,'_elementor_pro_version','3.2.1'),(3076,708,'_elementor_edit_mode','builder'),(3077,708,'_elementor_template_type','wp-page'),(3078,708,'_elementor_version','3.2.5'),(3079,708,'_wp_page_template','default'),(3080,708,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3081,708,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3082,708,'_elementor_pro_version','3.2.1'),(3086,709,'_elementor_edit_mode','builder'),(3087,709,'_elementor_template_type','wp-page'),(3088,709,'_elementor_version','3.2.5'),(3089,709,'_wp_page_template','default'),(3090,709,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3091,709,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3092,709,'_elementor_pro_version','3.2.1'),(3094,710,'_elementor_edit_mode','builder'),(3095,710,'_elementor_template_type','wp-page'),(3096,710,'_elementor_version','3.2.5'),(3097,710,'_wp_page_template','default'),(3098,710,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3099,710,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3100,710,'_elementor_pro_version','3.2.1'),(3102,711,'_elementor_edit_mode','builder'),(3103,711,'_elementor_template_type','wp-page'),(3104,711,'_elementor_version','3.2.5'),(3105,711,'_wp_page_template','default'),(3106,711,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3107,711,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3108,711,'_elementor_pro_version','3.2.1'),(3123,713,'_elementor_edit_mode','builder'),(3124,713,'_elementor_template_type','wp-page'),(3125,713,'_elementor_version','3.2.5'),(3126,713,'_wp_page_template','default'),(3127,713,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3144,715,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3145,715,'_elementor_pro_version','3.2.1'),(3141,715,'_elementor_version','3.2.5'),(3142,715,'_wp_page_template','default'),(3143,715,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3251,728,'_elementor_version','3.2.5'),(3252,728,'_wp_page_template','default'),(3253,728,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"736c3be\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":722}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3139,715,'_elementor_edit_mode','builder'),(3140,715,'_elementor_template_type','wp-page'),(3128,713,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3129,713,'_elementor_pro_version','3.2.1'),(3131,714,'_elementor_edit_mode','builder'),(3132,714,'_elementor_template_type','wp-page'),(3133,714,'_elementor_version','3.2.5'),(3134,714,'_wp_page_template','default'),(3135,714,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3136,714,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3137,714,'_elementor_pro_version','3.2.1'),(3149,716,'_elementor_edit_mode','builder'),(3150,716,'_elementor_template_type','wp-page'),(3151,716,'_elementor_version','3.2.5'),(3152,716,'_wp_page_template','default'),(3153,716,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3154,716,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3155,716,'_elementor_pro_version','3.2.1'),(3157,717,'_elementor_edit_mode','builder'),(3158,717,'_elementor_template_type','wp-page'),(3159,717,'_elementor_version','3.2.5'),(3160,717,'_wp_page_template','default'),(3161,717,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3162,717,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3163,717,'_elementor_pro_version','3.2.1'),(3249,728,'_elementor_edit_mode','builder'),(3250,728,'_elementor_template_type','wp-page'),(3165,718,'_elementor_edit_mode','builder'),(3166,718,'_elementor_template_type','wp-page'),(3167,718,'_elementor_version','3.2.5'),(3168,718,'_wp_page_template','default'),(3169,718,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3170,718,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3171,718,'_elementor_pro_version','3.2.1'),(3175,719,'_elementor_edit_mode','builder'),(3176,719,'_elementor_template_type','wp-page'),(3177,719,'_elementor_version','3.2.5'),(3178,719,'_wp_page_template','default'),(3179,719,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3180,719,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wpxo_postmeta` VALUES (3181,719,'_elementor_pro_version','3.2.1'),(3183,720,'_elementor_edit_mode','builder'),(3184,720,'_elementor_template_type','wp-page'),(3185,720,'_elementor_version','3.2.5'),(3186,720,'_wp_page_template','default'),(3187,720,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3188,720,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3189,720,'_elementor_pro_version','3.2.1'),(3191,721,'_elementor_edit_mode','builder'),(3192,721,'_elementor_template_type','wp-page'),(3193,721,'_elementor_version','3.2.5'),(3194,721,'_wp_page_template','default'),(3195,721,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3196,721,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3197,721,'_elementor_pro_version','3.2.1'),(5235,1004,'_elementor_template_type','wp-page'),(5236,1004,'_elementor_version','3.2.5'),(5237,1004,'_wp_page_template','default'),(5238,1004,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"736c3be\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":722}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3233,726,'_elementor_edit_mode','builder'),(3234,726,'_elementor_template_type','wp-page'),(3235,726,'_elementor_version','3.2.5'),(3236,726,'_wp_page_template','default'),(3237,726,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3201,722,'_elementor_edit_mode','builder'),(3202,722,'_elementor_template_type','widget'),(3203,722,'_elementor_version','3.4.0'),(3204,722,'_elementor_pro_version','3.2.1'),(3205,723,'_elementor_edit_mode','builder'),(3206,723,'_elementor_template_type','widget'),(3207,723,'_elementor_version','3.2.5'),(3208,723,'_elementor_pro_version','3.2.1'),(3209,722,'_wp_page_template','default'),(3210,722,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3211,722,'_elementor_data','[{\"id\":\"722\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/2.jpg\",\"id\":1455,\"alt\":\"\",\"source\":\"library\"},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/4.jpg\",\"id\":1447,\"alt\":\"\",\"source\":\"library\"},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\",\"_id\":\"af1e0ea\"}],\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition\":\"fade\",\"transition_speed\":800,\"content_animation\":\"\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}]'),(3212,724,'_elementor_edit_mode','builder'),(3213,724,'_elementor_template_type','widget'),(3214,724,'_elementor_version','3.2.5'),(3215,724,'_elementor_pro_version','3.2.1'),(3216,724,'_wp_page_template','default'),(3217,724,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3218,724,'_elementor_data','[{\"id\":\"1d5f5840\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}]'),(3219,722,'_elementor_controls_usage','a:1:{s:6:\"slides\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:14:\"section_slides\";a:1:{s:6:\"slides\";i:1;}s:22:\"section_slider_options\";a:5:{s:14:\"pause_on_hover\";i:1;s:20:\"pause_on_interaction\";i:1;s:10:\"transition\";i:1;s:16:\"transition_speed\";i:1;s:17:\"content_animation\";i:1;}}s:5:\"style\";a:4:{s:20:\"section_style_slides\";a:3:{s:17:\"content_max_width\";i:1;s:26:\"slides_horizontal_position\";i:1;s:17:\"slides_text_align\";i:1;}s:19:\"section_style_title\";a:5:{s:29:\"heading_typography_typography\";i:1;s:30:\"heading_typography_font_family\";i:1;s:28:\"heading_typography_font_size\";i:1;s:30:\"heading_typography_font_weight\";i:1;s:33:\"heading_typography_text_transform\";i:1;}s:25:\"section_style_description\";a:2:{s:33:\"description_typography_typography\";i:1;s:32:\"description_typography_font_size\";i:1;}s:20:\"section_style_button\";a:4:{s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_weight\";i:1;s:32:\"button_typography_text_transform\";i:1;s:32:\"button_typography_letter_spacing\";i:1;}}}}}'),(3220,722,'_elementor_template_widget_type','slides'),(3293,350,'_elementor_controls_usage','a:7:{s:6:\"global\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:6:\"column\";a:3:{s:5:\"count\";i:19;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:14;s:14:\"padding_tablet\";i:13;s:14:\"padding_mobile\";i:14;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:1;s:28:\"space_between_widgets_tablet\";i:1;s:21:\"space_between_widgets\";i:6;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:6;s:16:\"background_color\";i:6;}s:14:\"section_border\";a:2:{s:26:\"box_shadow_box_shadow_type\";i:6;s:21:\"box_shadow_box_shadow\";i:6;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:6:\"layout\";i:1;s:3:\"gap\";i:9;s:13:\"custom_height\";i:1;s:13:\"content_width\";i:6;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:6;s:7:\"padding\";i:3;s:14:\"padding_tablet\";i:4;s:14:\"padding_mobile\";i:5;s:13:\"margin_tablet\";i:3;}s:19:\"_section_responsive\";a:1:{s:20:\"reverse_order_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:2:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:13;s:11:\"header_size\";i:11;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:8:\"_padding\";i:7;s:15:\"_padding_tablet\";i:6;s:15:\"_padding_mobile\";i:6;s:14:\"_margin_tablet\";i:2;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:1:{s:5:\"width\";i:9;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:6:\"weight\";i:9;s:3:\"gap\";i:9;s:5:\"color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:11;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:6;s:15:\"_padding_tablet\";i:6;s:15:\"_padding_mobile\";i:6;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:3;s:10:\"image_size\";i:3;s:5:\"align\";i:1;}}}}}'),(3254,728,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3255,728,'_elementor_pro_version','3.2.1'),(5226,1003,'_elementor_edit_mode','builder'),(5227,1003,'_elementor_template_type','wp-page'),(5228,1003,'_elementor_version','3.2.5'),(5229,1003,'_wp_page_template','default'),(5230,1003,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"736c3be\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":722}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3259,729,'_elementor_edit_mode','builder'),(3260,729,'_elementor_template_type','widget'),(3261,729,'_elementor_version','3.2.5'),(3262,729,'_elementor_pro_version','3.2.1'),(3263,729,'_wp_page_template','default'),(3264,729,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3265,729,'_elementor_data','[{\"id\":722,\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}]'),(3231,722,'_elementor_global_widget_included_posts','a:30:{i:725;b:1;i:349;b:1;i:350;b:1;i:734;b:1;i:480;b:1;i:549;b:1;i:622;b:1;i:351;b:1;i:898;b:1;i:938;b:1;i:1012;b:1;i:1019;b:1;i:1038;b:1;i:1087;b:1;i:1120;b:1;i:1129;b:1;i:1139;b:1;i:1193;b:1;i:1197;b:1;i:1210;b:1;i:1308;b:1;i:1328;b:1;i:1341;b:1;i:1338;b:1;i:1345;b:1;i:1352;b:1;i:1361;b:1;i:1400;b:1;i:1412;b:1;i:1417;b:1;}'),(3238,726,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3239,726,'_elementor_pro_version','3.2.1'),(5234,1004,'_elementor_edit_mode','builder'),(3241,727,'_elementor_edit_mode','builder'),(3242,727,'_elementor_template_type','wp-page'),(3243,727,'_elementor_version','3.2.5'),(3244,727,'_wp_page_template','default'),(3245,727,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3246,727,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3247,727,'_elementor_pro_version','3.2.1'),(5232,1003,'_elementor_pro_version','3.2.1'),(3266,729,'_elementor_controls_usage','a:1:{s:6:\"slides\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:14:\"section_slides\";a:2:{s:6:\"slides\";i:1;s:13:\"slides_height\";i:1;}s:22:\"section_slider_options\";a:5:{s:14:\"pause_on_hover\";i:1;s:20:\"pause_on_interaction\";i:1;s:16:\"transition_speed\";i:1;s:17:\"content_animation\";i:1;s:10:\"transition\";i:1;}}s:5:\"style\";a:4:{s:19:\"section_style_title\";a:5:{s:29:\"heading_typography_typography\";i:1;s:30:\"heading_typography_font_family\";i:1;s:28:\"heading_typography_font_size\";i:1;s:30:\"heading_typography_font_weight\";i:1;s:33:\"heading_typography_text_transform\";i:1;}s:25:\"section_style_description\";a:2:{s:33:\"description_typography_typography\";i:1;s:32:\"description_typography_font_size\";i:1;}s:20:\"section_style_button\";a:4:{s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_weight\";i:1;s:32:\"button_typography_text_transform\";i:1;s:32:\"button_typography_letter_spacing\";i:1;}s:20:\"section_style_slides\";a:3:{s:17:\"content_max_width\";i:1;s:26:\"slides_horizontal_position\";i:1;s:17:\"slides_text_align\";i:1;}}}}}'),(3267,729,'_elementor_template_widget_type','slides'),(3268,729,'_elementor_global_widget_included_posts','a:2:{i:725;b:1;i:349;b:1;}'),(3274,730,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3275,730,'_elementor_pro_version','3.2.1'),(3277,731,'_elementor_edit_mode','builder'),(3278,731,'_elementor_template_type','wp-page'),(3279,731,'_elementor_version','3.2.5'),(3280,731,'_wp_page_template','default'),(3281,731,'_elementor_data','[{\"id\":\"53a2f2b\",\"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}},\"elements\":[{\"id\":\"3e66444\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"df1c2d6\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4325ca8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d610e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"2897b26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Racial Justice Commitment\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"52a3a24\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b8bb444\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"6b66732\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size\":null},\"elements\":[{\"id\":\"e8e18c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Athens Area Homeless Shelter believes that every child deserves safe and stable housing. We cannot remain silent while Black families in our community lack safety and stability due to systemic racism that is especially apparent in the housing industry. Black children in Georgia are twice as likely as white children to experience homelessness and we stand against the practices creating this disparity (source). We acknowledge that as a community organization, led by majority white people in a town with a wide racial divide, we must listen, learn, and act. We are committed to advocating for just and liberated housing practices and educational opportunities for our Black community members. We believe Black lives matter. \\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5d8f4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We recognize that words must be backed by action. Below are specific steps we are taking as an organization, and the resources we are learning from in our commitment to racial justice. \",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8988334\",\"elType\":\"widget\",\"settings\":{\"title\":\"Action Plan\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60beb9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Increasing professional development opportunities for staff and board, focused on recognizing and rectifying racial injustice in housing and related institutions. Opportunities will be offered via a spectrum of resources, discussion and trainings from a variety of antiracism\\u00a0educators.<\\/li><li>Adapting\\u00a0the AAHS social media plan to dedicate at least one monthly post focused on awareness and resources addressing racial injustice in housing and related institutions.<\\/li><li>Updating our Board Member welcome binders to include:<ol><li>Our AAHS Racial Justice Commitment<\\/li><li>A fact sheet on inequities within the Housing institution.<\\/li><li>A\\u00a0resource list of supportive literature compiled by staff and current board members.<\\/li><\\/ol><\\/li><li>Updating our Employee Manual, our Organizational Policies, and our Volunteer Agreement\\u00a0to include the AAHS Racial Justice Commitment.<\\/li><li>Broadening our intern partnerships for more Black students\' involvement.<\\/li><li>Advertising future job openings at AAHS with Black-led networks and publications\\u00a0in our community.<\\/li><li>Increasing efforts to further diversify the AAHS Board of Directors to more accurately reflect our diverse community.<\\/li><li>Establishing June 19, Juneteenth, as a day of reflection and action for racial justice for AAHS Staff.<ul><li>To learn more about Juneteenth, check out local leaders at the\\u00a0<u><a href=\\\"https:\\/\\/www.negabusinessalliance.org\\/juneteenth\\\">Northeast Georgia Business Alliance<\\/a><\\/u>or visit the\\u00a0<u><a href=\\\"https:\\/\\/nmaahc.si.edu\\/blog-post\\/historical-legacy-juneteenth\\\">National Museum of African American History and Culture<\\/a><\\/u>.<\\/li><\\/ul><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1766076\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"3bd1f3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"c717a3b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c359fa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc1c726\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"933b2ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"ebc3194\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95f247d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"346c2c9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"af4b581\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b522951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aee9a7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bb3037d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"ee9a59b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"0de0911\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9d4b32\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b75308c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b30ec9b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"00e0110\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"15a5d5f\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Build Schools\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d8b72f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e116465\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"0c770c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"8ad7dec\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Strengthen\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c137448\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4219c01\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c4fba2a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eec22e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4390b08\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we care for\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bb8843\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ca09e32\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"e188386\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\"},\"elements\":[{\"id\":\"6b2bea8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"360\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/what-we-do-003-free-img-1.jpg\"},\"image_size\":\"full\",\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"656513d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"380a646\",\"elType\":\"widget\",\"settings\":{\"title\":\"New life for children, in a new land\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f758c95\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"\"},\"color\":\"#FFD0B3\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"afc932c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5e5d240\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"0c128b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"42a26b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c9d5e39\",\"elType\":\"widget\",\"settings\":{\"title\":\"A new future for exploited children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4697cf9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"415e4b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4328108\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"bb6d7ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\"},\"elements\":[{\"id\":\"42437de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"359\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/what-we-do-002-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"731700c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1240\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"70fb19a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\"},\"elements\":[{\"id\":\"a82d695\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"358\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/what-we-do-001-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"c2f5d43\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7a86842\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bringing dreams within reach for children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d5de94d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"7e5059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"471d7dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3282,731,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3283,731,'_elementor_pro_version','3.2.1'),(3290,732,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3291,732,'_elementor_pro_version','3.2.1'),(3295,733,'_elementor_edit_mode','builder'),(3296,733,'_elementor_template_type','widget'),(3297,733,'_elementor_version','3.2.5'),(3298,733,'_elementor_pro_version','3.2.1'),(3299,733,'_wp_page_template','default'),(3300,733,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3301,733,'_elementor_data','[{\"id\":\"722\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition\":\"fade\",\"transition_speed\":800,\"content_animation\":\"\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}]'),(3302,733,'_elementor_controls_usage','a:1:{s:6:\"slides\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:14:\"section_slides\";a:2:{s:6:\"slides\";i:1;s:13:\"slides_height\";i:1;}s:22:\"section_slider_options\";a:5:{s:14:\"pause_on_hover\";i:1;s:20:\"pause_on_interaction\";i:1;s:16:\"transition_speed\";i:1;s:17:\"content_animation\";i:1;s:10:\"transition\";i:1;}}s:5:\"style\";a:4:{s:19:\"section_style_title\";a:5:{s:29:\"heading_typography_typography\";i:1;s:30:\"heading_typography_font_family\";i:1;s:28:\"heading_typography_font_size\";i:1;s:30:\"heading_typography_font_weight\";i:1;s:33:\"heading_typography_text_transform\";i:1;}s:25:\"section_style_description\";a:2:{s:33:\"description_typography_typography\";i:1;s:32:\"description_typography_font_size\";i:1;}s:20:\"section_style_button\";a:4:{s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_weight\";i:1;s:32:\"button_typography_text_transform\";i:1;s:32:\"button_typography_letter_spacing\";i:1;}s:20:\"section_style_slides\";a:3:{s:17:\"content_max_width\";i:1;s:26:\"slides_horizontal_position\";i:1;s:17:\"slides_text_align\";i:1;}}}}}'),(3303,733,'_elementor_template_widget_type','slides'),(3304,733,'_elementor_global_widget_included_posts','a:3:{i:725;b:1;i:349;b:1;i:350;b:1;}'),(3335,737,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3336,737,'_elementor_pro_version','3.2.1'),(6390,1150,'_elementor_edit_mode','builder'),(6391,1150,'_elementor_template_type','wp-page'),(6392,1150,'_elementor_version','3.2.5'),(6393,1150,'_wp_page_template','default'),(6394,1150,'_elementor_data','s:102812:\"a:4:{i:0;a:5:{s:2:\"id\";s:7:\"e86fa30\";s:8:\"settings\";a:33:{s:3:\"gap\";s:2:\"no\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#1B1F29\";s:16:\"background_image\";a:2:{s:2:\"id\";i:1142;s:3:\"url\";s:114:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-header-bg-img-5.jpg\";}s:19:\"background_position\";s:13:\"center center\";s:26:\"background_position_mobile\";s:8:\"top left\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";s:29:\"background_overlay_background\";s:7:\"classic\";s:24:\"background_overlay_color\";s:7:\"#1B1F29\";s:26:\"background_overlay_opacity\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:3:\"0.8\";s:5:\"sizes\";a:0:{}}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"200\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:3:\"104\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"120\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"80\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"128\";s:5:\"right\";s:2:\"24\";s:6:\"bottom\";s:2:\"64\";s:4:\"left\";s:2:\"24\";s:8:\"isLinked\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"b9cda33\";s:8:\"settings\";a:21:{s:12:\"_column_size\";s:3:\"100\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:6:{s:2:\"id\";s:7:\"58d0d41\";s:8:\"settings\";a:22:{s:5:\"title\";s:9:\"Resources\";s:11:\"header_size\";s:2:\"h1\";s:5:\"align\";s:6:\"center\";s:11:\"title_color\";s:7:\"#FFFFFF\";s:21:\"typography_typography\";s:6:\"custom\";s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"-2\";s:5:\"sizes\";a:0:{}}s:32:\"typography_letter_spacing_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"-1\";s:5:\"sizes\";a:0:{}}s:32:\"typography_letter_spacing_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"-1\";s:5:\"sizes\";a:0:{}}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"120\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:3:\"120\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"491e9b5\";s:8:\"settings\";a:16:{s:6:\"editor\";s:152:\"<p>Aliquet adipiscing in dignissim scelerisque fermentum nibh condimentum ligula eget nunc blandit interdum eros, massa ante ipsum senectus quis in.</p>\";s:5:\"align\";s:6:\"center\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"280\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:3:\"280\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"80\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"80\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:1;a:5:{s:2:\"id\";s:7:\"c540576\";s:8:\"settings\";a:28:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"20\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"104\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:3:\"104\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"80\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"80\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"64\";s:5:\"right\";s:2:\"24\";s:6:\"bottom\";s:2:\"64\";s:4:\"left\";s:2:\"24\";s:8:\"isLinked\";s:0:\"\";}s:29:\"background_overlay_background\";s:7:\"classic\";s:26:\"background_overlay_opacity\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.1000000000000000055511151231257827021181583404541015625;s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:24:\"background_overlay_color\";s:37:\"globals/colors?id=astralinkhovercolor\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"929c567\";s:8:\"settings\";a:24:{s:12:\"_column_size\";s:2:\"50\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:19:\"_inline_size_tablet\";s:3:\"100\";s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"16\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:6:{s:2:\"id\";s:7:\"813d8c4\";s:8:\"settings\";a:20:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"56\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"4\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"0\";s:5:\"sizes\";a:0:{}}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"40\";s:5:\"sizes\";a:0:{}}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:5:\"color\";s:32:\"globals/colors?id=astratextcolor\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"b350094\";s:8:\"settings\";a:12:{s:5:\"title\";s:36:\"Best practices for digital marketing\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"958edd3\";s:8:\"settings\";a:25:{s:12:\"_column_size\";s:2:\"50\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"48\";s:5:\"right\";s:2:\"80\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:19:\"_inline_size_tablet\";s:3:\"100\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"16\";s:5:\"right\";s:2:\"80\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:6:{s:2:\"id\";s:7:\"8a7cef4\";s:8:\"settings\";a:16:{s:6:\"editor\";s:172:\"<p>Pellentesque vel tempus ultrices fringilla feugiat sagittis, fermentum eget nunc lacus, mi ut eros sed a tincidunt massa amet tellus tempor, nec curabitur ultricies.</p>\";s:10:\"text_color\";s:7:\"#4C5262\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"-16\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_weight\";s:3:\"600\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"b04bbf5\";s:8:\"settings\";a:13:{s:6:\"editor\";s:270:\"<p>Consequat neque fermentum facilisi neque lacus elit velit ultrices aliquam nibh lorem arcu consequat mauris lacus, risus egestas quam dictum enim diam sociis volutpat vel id id non interdum sollicitudin sit est arcu vulputate quis vulputate facilisi in nibh urna.</p>\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"-16\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:2;a:5:{s:2:\"id\";s:7:\"253abe7\";s:8:\"settings\";a:24:{s:3:\"gap\";s:2:\"no\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"104\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:3:\"104\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"80\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"80\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"64\";s:5:\"right\";s:2:\"24\";s:6:\"bottom\";s:2:\"64\";s:4:\"left\";s:2:\"24\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"df82c77\";s:8:\"settings\";a:21:{s:12:\"_column_size\";s:3:\"100\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:5:{s:2:\"id\";s:7:\"ccb724a\";s:8:\"settings\";a:31:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"30\";s:13:\"border_border\";s:5:\"solid\";s:12:\"border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:12:\"border_color\";s:7:\"#E2E7F0\";s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"104\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"80\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"64\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"104\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"80\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"64\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:5:{s:2:\"id\";s:7:\"489b415\";s:8:\"settings\";a:28:{s:12:\"_column_size\";s:2:\"33\";s:12:\"_inline_size\";s:2:\"30\";s:19:\"_inline_size_tablet\";s:5:\"33.33\";s:19:\"_inline_size_mobile\";s:3:\"100\";s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"80\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"80\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:6:{s:2:\"id\";s:7:\"d66f6a8\";s:8:\"settings\";a:15:{s:5:\"image\";a:2:{s:2:\"id\";i:1143;s:3:\"url\";s:90:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg\";}s:10:\"image_size\";s:4:\"full\";s:32:\"image_box_shadow_box_shadow_type\";s:3:\"yes\";s:27:\"image_box_shadow_box_shadow\";a:5:{s:10:\"horizontal\";s:2:\"24\";s:8:\"vertical\";s:2:\"40\";s:4:\"blur\";s:2:\"80\";s:6:\"spread\";s:3:\"-24\";s:5:\"color\";s:18:\"rgba(0, 0, 0, 0.4)\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"66a04cc\";s:8:\"settings\";a:28:{s:12:\"_column_size\";s:2:\"33\";s:12:\"_inline_size\";s:2:\"30\";s:19:\"_inline_size_tablet\";s:5:\"66.66\";s:19:\"_inline_size_mobile\";s:3:\"100\";s:23:\"content_position_tablet\";s:6:\"bottom\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"80\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"24\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"16\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"34ac146\";s:8:\"settings\";a:20:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"56\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"4\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"0\";s:5:\"sizes\";a:0:{}}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"40\";s:5:\"sizes\";a:0:{}}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:5:\"color\";s:32:\"globals/colors?id=astratextcolor\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"1fa5d9b\";s:8:\"settings\";a:12:{s:5:\"title\";s:31:\"Digital Marketing Essentials #1\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"59d8273\";s:8:\"settings\";a:16:{s:6:\"editor\";s:105:\"<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.</p>\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"-16\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_weight\";s:3:\"600\";s:11:\"__globals__\";a:1:{s:10:\"text_color\";s:32:\"globals/colors?id=astralinkhover\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"1d64e73\";s:8:\"settings\";a:28:{s:12:\"_column_size\";s:2:\"33\";s:12:\"_inline_size\";s:6:\"39.664\";s:19:\"_inline_size_tablet\";s:3:\"100\";s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:5:\"33.33\";s:8:\"isLinked\";s:0:\"\";}s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"40\";s:5:\"right\";s:2:\"80\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"24\";s:5:\"right\";s:2:\"64\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"423856e\";s:8:\"settings\";a:13:{s:6:\"editor\";s:220:\"<p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.</p>\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"-16\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"b4f4a67\";s:8:\"settings\";a:17:{s:9:\"icon_list\";a:3:{i:0;a:4:{s:4:\"text\";s:32:\"Molestie in eu ipsum condimentum\";s:13:\"selected_icon\";a:2:{s:5:\"value\";s:13:\"fas fa-circle\";s:7:\"library\";s:8:\"fa-solid\";}s:3:\"_id\";s:7:\"384ec63\";s:4:\"link\";a:4:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}}i:1;a:4:{s:4:\"text\";s:38:\"Quis in lobortis nunc ullamcorper sit \";s:13:\"selected_icon\";a:2:{s:5:\"value\";s:13:\"fas fa-circle\";s:7:\"library\";s:8:\"fa-solid\";}s:3:\"_id\";s:7:\"7ba52ed\";s:4:\"link\";a:4:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}}i:2;a:4:{s:4:\"text\";s:53:\"Non sit vulputate praesent praesent dignissim platea \";s:13:\"selected_icon\";a:2:{s:5:\"value\";s:13:\"fas fa-circle\";s:7:\"library\";s:8:\"fa-solid\";}s:3:\"_id\";s:7:\"d9cd325\";s:4:\"link\";a:4:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}}}s:13:\"space_between\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"12\";s:5:\"sizes\";a:0:{}}s:11:\"text_indent\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"8\";s:5:\"sizes\";a:0:{}}s:26:\"icon_typography_typography\";s:6:\"custom\";s:27:\"icon_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:3:\"1.4\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:2:{s:10:\"icon_color\";s:32:\"globals/colors?id=astratextcolor\";s:10:\"text_color\";s:32:\"globals/colors?id=astralinkhover\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"icon-list\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"c328b40\";s:8:\"settings\";a:27:{s:4:\"text\";s:7:\"Buy Now\";s:5:\"align\";s:4:\"left\";s:13:\"selected_icon\";a:2:{s:5:\"value\";a:2:{s:2:\"id\";i:1144;s:3:\"url\";s:89:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/long-right-arrow-icon-1.svg\";}s:7:\"library\";s:3:\"svg\";}s:10:\"icon_align\";s:5:\"right\";s:11:\"icon_indent\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"24\";s:5:\"sizes\";a:0:{}}s:16:\"background_color\";s:9:\"#00000000\";s:11:\"hover_color\";s:7:\"#FFFFFF\";s:13:\"border_border\";s:5:\"solid\";s:12:\"border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";s:1:\"1\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"24\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"16\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:4:{s:17:\"button_text_color\";s:32:\"globals/colors?id=astratextcolor\";s:12:\"border_color\";s:32:\"globals/colors?id=astratextcolor\";s:29:\"button_background_hover_color\";s:33:\"globals/colors?id=astrathemecolor\";s:25:\"button_hover_border_color\";s:33:\"globals/colors?id=astrathemecolor\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:7:\"section\";}i:1;a:5:{s:2:\"id\";s:7:\"9e531aa\";s:8:\"settings\";a:31:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"30\";s:13:\"border_border\";s:5:\"solid\";s:12:\"border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:12:\"border_color\";s:7:\"#E2E7F0\";s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"104\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"80\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"64\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"104\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"80\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"64\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:5:{s:2:\"id\";s:7:\"d11ed70\";s:8:\"settings\";a:28:{s:12:\"_column_size\";s:2:\"33\";s:12:\"_inline_size\";s:2:\"30\";s:19:\"_inline_size_tablet\";s:5:\"33.33\";s:19:\"_inline_size_mobile\";s:3:\"100\";s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"80\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"80\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:6:{s:2:\"id\";s:7:\"2dc4a4c\";s:8:\"settings\";a:15:{s:5:\"image\";a:2:{s:2:\"id\";i:1145;s:3:\"url\";s:90:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\";}s:10:\"image_size\";s:4:\"full\";s:32:\"image_box_shadow_box_shadow_type\";s:3:\"yes\";s:27:\"image_box_shadow_box_shadow\";a:5:{s:10:\"horizontal\";s:2:\"24\";s:8:\"vertical\";s:2:\"40\";s:4:\"blur\";s:2:\"80\";s:6:\"spread\";s:3:\"-24\";s:5:\"color\";s:18:\"rgba(0, 0, 0, 0.4)\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"33971b9\";s:8:\"settings\";a:28:{s:12:\"_column_size\";s:2:\"33\";s:12:\"_inline_size\";s:2:\"30\";s:19:\"_inline_size_tablet\";s:5:\"66.66\";s:19:\"_inline_size_mobile\";s:3:\"100\";s:23:\"content_position_tablet\";s:6:\"bottom\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"80\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"24\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"16\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"28b6546\";s:8:\"settings\";a:20:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"56\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"4\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"0\";s:5:\"sizes\";a:0:{}}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"40\";s:5:\"sizes\";a:0:{}}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:5:\"color\";s:32:\"globals/colors?id=astratextcolor\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"423120b\";s:8:\"settings\";a:12:{s:5:\"title\";s:31:\"Digital Marketing Essentials #2\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"5b77406\";s:8:\"settings\";a:16:{s:6:\"editor\";s:105:\"<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.</p>\";s:10:\"text_color\";s:7:\"#4C5262\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"-16\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_weight\";s:3:\"600\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"32647e5\";s:8:\"settings\";a:28:{s:12:\"_column_size\";s:2:\"33\";s:12:\"_inline_size\";s:6:\"39.664\";s:19:\"_inline_size_tablet\";s:3:\"100\";s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:5:\"33.33\";s:8:\"isLinked\";s:0:\"\";}s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"40\";s:5:\"right\";s:2:\"80\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"24\";s:5:\"right\";s:2:\"64\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"2d833a8\";s:8:\"settings\";a:13:{s:6:\"editor\";s:220:\"<p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.</p>\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"-16\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"d57d479\";s:8:\"settings\";a:17:{s:9:\"icon_list\";a:3:{i:0;a:4:{s:4:\"text\";s:32:\"Molestie in eu ipsum condimentum\";s:13:\"selected_icon\";a:2:{s:5:\"value\";s:13:\"fas fa-circle\";s:7:\"library\";s:8:\"fa-solid\";}s:3:\"_id\";s:7:\"384ec63\";s:4:\"link\";a:4:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}}i:1;a:4:{s:4:\"text\";s:38:\"Quis in lobortis nunc ullamcorper sit \";s:13:\"selected_icon\";a:2:{s:5:\"value\";s:13:\"fas fa-circle\";s:7:\"library\";s:8:\"fa-solid\";}s:3:\"_id\";s:7:\"7ba52ed\";s:4:\"link\";a:4:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}}i:2;a:4:{s:4:\"text\";s:53:\"Non sit vulputate praesent praesent dignissim platea \";s:13:\"selected_icon\";a:2:{s:5:\"value\";s:13:\"fas fa-circle\";s:7:\"library\";s:8:\"fa-solid\";}s:3:\"_id\";s:7:\"d9cd325\";s:4:\"link\";a:4:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}}}s:13:\"space_between\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"12\";s:5:\"sizes\";a:0:{}}s:11:\"text_indent\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"8\";s:5:\"sizes\";a:0:{}}s:26:\"icon_typography_typography\";s:6:\"custom\";s:27:\"icon_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:3:\"1.4\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:2:{s:10:\"icon_color\";s:32:\"globals/colors?id=astratextcolor\";s:10:\"text_color\";s:32:\"globals/colors?id=astralinkhover\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"icon-list\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"a67e40b\";s:8:\"settings\";a:27:{s:4:\"text\";s:7:\"Buy Now\";s:5:\"align\";s:4:\"left\";s:13:\"selected_icon\";a:2:{s:5:\"value\";a:2:{s:2:\"id\";i:1144;s:3:\"url\";s:89:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/long-right-arrow-icon-1.svg\";}s:7:\"library\";s:3:\"svg\";}s:10:\"icon_align\";s:5:\"right\";s:11:\"icon_indent\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"24\";s:5:\"sizes\";a:0:{}}s:16:\"background_color\";s:9:\"#00000000\";s:11:\"hover_color\";s:7:\"#FFFFFF\";s:13:\"border_border\";s:5:\"solid\";s:12:\"border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";s:1:\"1\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"24\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"16\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:4:{s:17:\"button_text_color\";s:32:\"globals/colors?id=astratextcolor\";s:12:\"border_color\";s:32:\"globals/colors?id=astratextcolor\";s:29:\"button_background_hover_color\";s:33:\"globals/colors?id=astrathemecolor\";s:25:\"button_hover_border_color\";s:33:\"globals/colors?id=astrathemecolor\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:7:\"section\";}i:2;a:5:{s:2:\"id\";s:7:\"5e3c304\";s:8:\"settings\";a:30:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"30\";s:12:\"border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:12:\"border_color\";s:7:\"#E2E7F0\";s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"80\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"64\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:5:{s:2:\"id\";s:7:\"3656439\";s:8:\"settings\";a:28:{s:12:\"_column_size\";s:2:\"33\";s:12:\"_inline_size\";s:2:\"30\";s:19:\"_inline_size_tablet\";s:5:\"33.33\";s:19:\"_inline_size_mobile\";s:3:\"100\";s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"80\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"80\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:6:{s:2:\"id\";s:7:\"630ad01\";s:8:\"settings\";a:15:{s:5:\"image\";a:2:{s:2:\"id\";i:1146;s:3:\"url\";s:90:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg\";}s:10:\"image_size\";s:4:\"full\";s:32:\"image_box_shadow_box_shadow_type\";s:3:\"yes\";s:27:\"image_box_shadow_box_shadow\";a:5:{s:10:\"horizontal\";s:2:\"24\";s:8:\"vertical\";s:2:\"40\";s:4:\"blur\";s:2:\"80\";s:6:\"spread\";s:3:\"-24\";s:5:\"color\";s:18:\"rgba(0, 0, 0, 0.4)\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"f03f634\";s:8:\"settings\";a:28:{s:12:\"_column_size\";s:2:\"33\";s:12:\"_inline_size\";s:2:\"30\";s:19:\"_inline_size_tablet\";s:5:\"66.66\";s:19:\"_inline_size_mobile\";s:3:\"100\";s:23:\"content_position_tablet\";s:6:\"bottom\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"80\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"24\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"16\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"449be5a\";s:8:\"settings\";a:20:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"56\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"4\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"0\";s:5:\"sizes\";a:0:{}}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"40\";s:5:\"sizes\";a:0:{}}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:5:\"color\";s:32:\"globals/colors?id=astratextcolor\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"f505cc8\";s:8:\"settings\";a:12:{s:5:\"title\";s:26:\"Digital Marketing Handbook\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"e27570a\";s:8:\"settings\";a:16:{s:6:\"editor\";s:105:\"<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.</p>\";s:10:\"text_color\";s:7:\"#4C5262\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"-16\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_weight\";s:3:\"600\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"eb6161f\";s:8:\"settings\";a:28:{s:12:\"_column_size\";s:2:\"33\";s:12:\"_inline_size\";s:6:\"39.664\";s:19:\"_inline_size_tablet\";s:3:\"100\";s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:5:\"33.33\";s:8:\"isLinked\";s:0:\"\";}s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"40\";s:5:\"right\";s:2:\"80\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"24\";s:5:\"right\";s:2:\"64\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"9705d53\";s:8:\"settings\";a:13:{s:6:\"editor\";s:220:\"<p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.</p>\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"-16\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"7158521\";s:8:\"settings\";a:17:{s:9:\"icon_list\";a:3:{i:0;a:4:{s:4:\"text\";s:32:\"Molestie in eu ipsum condimentum\";s:13:\"selected_icon\";a:2:{s:5:\"value\";s:13:\"fas fa-circle\";s:7:\"library\";s:8:\"fa-solid\";}s:3:\"_id\";s:7:\"384ec63\";s:4:\"link\";a:4:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}}i:1;a:4:{s:4:\"text\";s:38:\"Quis in lobortis nunc ullamcorper sit \";s:13:\"selected_icon\";a:2:{s:5:\"value\";s:13:\"fas fa-circle\";s:7:\"library\";s:8:\"fa-solid\";}s:3:\"_id\";s:7:\"7ba52ed\";s:4:\"link\";a:4:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}}i:2;a:4:{s:4:\"text\";s:53:\"Non sit vulputate praesent praesent dignissim platea \";s:13:\"selected_icon\";a:2:{s:5:\"value\";s:13:\"fas fa-circle\";s:7:\"library\";s:8:\"fa-solid\";}s:3:\"_id\";s:7:\"d9cd325\";s:4:\"link\";a:4:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}}}s:13:\"space_between\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"12\";s:5:\"sizes\";a:0:{}}s:11:\"text_indent\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"8\";s:5:\"sizes\";a:0:{}}s:26:\"icon_typography_typography\";s:6:\"custom\";s:27:\"icon_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:3:\"1.4\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:2:{s:10:\"icon_color\";s:32:\"globals/colors?id=astratextcolor\";s:10:\"text_color\";s:32:\"globals/colors?id=astralinkhover\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"icon-list\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"5e38237\";s:8:\"settings\";a:27:{s:4:\"text\";s:7:\"Buy Now\";s:5:\"align\";s:4:\"left\";s:13:\"selected_icon\";a:2:{s:5:\"value\";a:2:{s:2:\"id\";i:1144;s:3:\"url\";s:89:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/long-right-arrow-icon-1.svg\";}s:7:\"library\";s:3:\"svg\";}s:10:\"icon_align\";s:5:\"right\";s:11:\"icon_indent\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"24\";s:5:\"sizes\";a:0:{}}s:16:\"background_color\";s:9:\"#00000000\";s:11:\"hover_color\";s:7:\"#FFFFFF\";s:13:\"border_border\";s:5:\"solid\";s:12:\"border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";s:1:\"1\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"24\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"16\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:4:{s:17:\"button_text_color\";s:32:\"globals/colors?id=astratextcolor\";s:12:\"border_color\";s:32:\"globals/colors?id=astratextcolor\";s:29:\"button_background_hover_color\";s:33:\"globals/colors?id=astrathemecolor\";s:25:\"button_hover_border_color\";s:33:\"globals/colors?id=astrathemecolor\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:7:\"section\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:3;a:5:{s:2:\"id\";s:7:\"d6e64a5\";s:8:\"settings\";a:28:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"20\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"104\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:3:\"144\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"80\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:3:\"104\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"64\";s:5:\"right\";s:2:\"24\";s:6:\"bottom\";s:2:\"64\";s:4:\"left\";s:2:\"24\";s:8:\"isLinked\";s:0:\"\";}s:29:\"background_overlay_background\";s:7:\"classic\";s:26:\"background_overlay_opacity\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.1000000000000000055511151231257827021181583404541015625;s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:24:\"background_overlay_color\";s:37:\"globals/colors?id=astralinkhovercolor\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"75b1742\";s:8:\"settings\";a:24:{s:12:\"_column_size\";s:2:\"50\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"192\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"48\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"24\";s:6:\"bottom\";s:2:\"24\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:4:{i:0;a:6:{s:2:\"id\";s:7:\"1d076d7\";s:8:\"settings\";a:20:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"56\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"4\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"0\";s:5:\"sizes\";a:0:{}}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"24\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"40\";s:5:\"sizes\";a:0:{}}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:5:\"color\";s:32:\"globals/colors?id=astratextcolor\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"4d53f04\";s:8:\"settings\";a:12:{s:5:\"title\";s:33:\"Digital Marketing News &amp; Blog\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"e042d76\";s:8:\"settings\";a:12:{s:6:\"editor\";s:147:\"<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.</p>\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}i:3;a:6:{s:2:\"id\";s:7:\"ec4a328\";s:8:\"settings\";a:25:{s:4:\"text\";s:14:\"View All Posts\";s:13:\"selected_icon\";a:2:{s:5:\"value\";a:2:{s:2:\"id\";i:1144;s:3:\"url\";s:89:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/long-right-arrow-icon-1.svg\";}s:7:\"library\";s:3:\"svg\";}s:10:\"icon_align\";s:5:\"right\";s:11:\"icon_indent\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"24\";s:5:\"sizes\";a:0:{}}s:11:\"hover_color\";s:7:\"#FFFFFF\";s:13:\"border_border\";s:5:\"solid\";s:12:\"border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";s:1:\"1\";}s:5:\"align\";s:4:\"left\";s:16:\"background_color\";s:9:\"#00000000\";s:11:\"__globals__\";a:4:{s:17:\"button_text_color\";s:32:\"globals/colors?id=astratextcolor\";s:12:\"border_color\";s:32:\"globals/colors?id=astratextcolor\";s:29:\"button_background_hover_color\";s:33:\"globals/colors?id=astrathemecolor\";s:25:\"button_hover_border_color\";s:33:\"globals/colors?id=astrathemecolor\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"ce23738\";s:8:\"settings\";a:23:{s:12:\"_column_size\";s:2:\"50\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"48\";s:5:\"right\";s:2:\"80\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"32\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"82c82d4\";s:8:\"settings\";a:27:{s:5:\"image\";a:2:{s:2:\"id\";i:1147;s:3:\"url\";s:120:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\";}s:10:\"title_text\";s:26:\"Elit mattis platea rhoncus\";s:16:\"description_text\";s:89:\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\";s:8:\"position\";s:4:\"left\";s:10:\"title_size\";s:2:\"h4\";s:11:\"image_space\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"24\";s:5:\"sizes\";a:0:{}}s:18:\"image_space_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"24\";s:5:\"sizes\";a:0:{}}s:17:\"text_align_mobile\";s:4:\"left\";s:18:\"title_bottom_space\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"8\";s:5:\"sizes\";a:0:{}}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"12\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"32\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"_border_border\";s:5:\"solid\";s:13:\"_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:13:\"_border_color\";s:7:\"#E2E7F0\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"image-box\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"5f17742\";s:8:\"settings\";a:27:{s:5:\"image\";a:2:{s:2:\"id\";i:1148;s:3:\"url\";s:120:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\";}s:10:\"title_text\";s:33:\"Nisl eleifend vulputate ultricies\";s:16:\"description_text\";s:89:\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\";s:8:\"position\";s:4:\"left\";s:10:\"title_size\";s:2:\"h4\";s:11:\"image_space\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"24\";s:5:\"sizes\";a:0:{}}s:18:\"image_space_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"24\";s:5:\"sizes\";a:0:{}}s:17:\"text_align_mobile\";s:4:\"left\";s:18:\"title_bottom_space\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"8\";s:5:\"sizes\";a:0:{}}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"12\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"32\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"_border_border\";s:5:\"solid\";s:13:\"_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:13:\"_border_color\";s:7:\"#E2E7F0\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"image-box\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"1050cd7\";s:8:\"settings\";a:26:{s:5:\"image\";a:2:{s:2:\"id\";i:1149;s:3:\"url\";s:120:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\";}s:10:\"title_text\";s:20:\"Porttitor quam dolor\";s:16:\"description_text\";s:89:\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\";s:8:\"position\";s:4:\"left\";s:10:\"title_size\";s:2:\"h4\";s:11:\"image_space\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"24\";s:5:\"sizes\";a:0:{}}s:17:\"text_align_mobile\";s:4:\"left\";s:18:\"title_bottom_space\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"8\";s:5:\"sizes\";a:0:{}}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"12\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"32\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"_border_border\";s:5:\"solid\";s:13:\"_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:13:\"_border_color\";s:7:\"#E2E7F0\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"image-box\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}}\";'),(3321,735,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3322,735,'_elementor_pro_version','3.2.1'),(3323,736,'_elementor_edit_mode','builder'),(3324,736,'_elementor_template_type','wp-page'),(3325,736,'_elementor_version','3.2.5'),(3326,736,'_wp_page_template','default'),(3327,736,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b52fc8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"8b7dcdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2a9f4a3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a98c06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f94db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"39f6a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234679c\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"24eb5ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f76ab54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a44e0ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"316ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"901be20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"9105c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7988bcf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0771b92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1c81cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"54bc76d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRIDGE TO HOME TRANSITIONAL SHELTER*\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6abbdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"79db3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c663a5a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3c145d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"ea5dbe2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"a082d0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7f51506\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0075eb8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"81f2836\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"cba4de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cff4e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOCAL ENGAGEMENT\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"056c7ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0450a6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b263036\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heartbeat\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"fcb17c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"877ec79\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"e08cb33\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"1d1e22f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-school\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"326e21b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"444d009\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"f09b325\",\"elType\":\"widget\",\"settings\":{\"title\":\"*For more information about this new exciting program click here!\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3328,736,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3329,736,'_elementor_pro_version','3.2.1'),(3343,738,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3344,738,'_elementor_pro_version','3.2.1'),(3346,739,'_elementor_edit_mode','builder'),(3347,739,'_elementor_template_type','wp-page'),(3348,739,'_elementor_version','3.2.5'),(3349,739,'_wp_page_template','default'),(3350,739,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(3351,739,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3352,739,'_elementor_pro_version','3.2.1'),(3359,740,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3360,740,'_elementor_pro_version','3.2.1'),(6201,1123,'_elementor_edit_mode','builder'),(6202,1123,'_elementor_template_type','wp-page'),(6203,1123,'_elementor_version','3.2.5'),(6204,1123,'_wp_page_template','default'),(6205,1123,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(3370,741,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3371,741,'_elementor_pro_version','3.2.1'),(3373,742,'_elementor_edit_mode','builder'),(3374,742,'_elementor_template_type','wp-page'),(3375,742,'_elementor_version','3.2.5'),(3376,742,'_wp_page_template','default'),(3377,742,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d066a2e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Staff\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1195d59\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b50e113\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"top\",\"structure\":\"30\"},\"elements\":[{\"id\":\"910f068\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"_inline_size_tablet\":33.332999999999998408384271897375583648681640625,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3ea6f83\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image\":{\"id\":626,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/estate-agent.jpg\"},\"image_size\":\"full\",\"align\":\"center\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a75eb8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chair Manager\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"5\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1023088\",\"elType\":\"widget\",\"settings\":{\"title\":\"Danielle Pena\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"940b87d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"96e5cc2\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+1 910-626-85255\",\"icon\":\"fa fa-phone\",\"_id\":\"0ab7b46\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"contact@info.com\",\"icon\":\"fa fa-envelope\",\"_id\":\"b6c9884\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"baebc17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"_inline_size_tablet\":33.332999999999998408384271897375583648681640625,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdf76c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image\":{\"id\":627,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/estate-agent-5.jpg\"},\"image_size\":\"full\",\"align\":\"center\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"77b287f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Market Strategist\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"5\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3e088a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mark Obrien\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1efb8b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2fa6b98\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+1 910-626-85255\",\"icon\":\"fa fa-phone\",\"_id\":\"0ab7b46\"},{\"text\":\"contact@info.com\",\"icon\":\"fa fa-envelope\",\"_id\":\"b6c9884\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7e7a729\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"_inline_size_tablet\":33.332999999999998408384271897375583648681640625,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"df00831\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image\":{\"id\":628,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/team-08-free-img.jpg\"},\"image_size\":\"full\",\"align\":\"center\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"06f48b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sales Manager\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"5\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4460153\",\"elType\":\"widget\",\"settings\":{\"title\":\"Russell Douglas\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82c7ed8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7a74b77\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+1 910-626-85255\",\"icon\":\"fa fa-phone\",\"_id\":\"0ab7b46\"},{\"text\":\"contact@info.com\",\"icon\":\"fa fa-envelope\",\"_id\":\"b6c9884\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b0b1e8a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"top\",\"structure\":\"30\"},\"elements\":[{\"id\":\"1329d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"_inline_size_tablet\":33.332999999999998408384271897375583648681640625,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"211cb50\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image\":{\"id\":629,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/team-07-free-img.jpg\"},\"image_size\":\"full\",\"align\":\"center\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4b449cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Agent\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"5\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a598019\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eugene Berry\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21cfdd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7e9f07f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+1 910-626-85255\",\"icon\":\"fa fa-phone\",\"_id\":\"0ab7b46\"},{\"text\":\"contact@info.com\",\"icon\":\"fa fa-envelope\",\"_id\":\"b6c9884\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"729c0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"_inline_size_tablet\":33.332999999999998408384271897375583648681640625,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d3140a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image\":{\"id\":630,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/estate-agent-1.jpg\"},\"image_size\":\"full\",\"align\":\"center\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f14ec9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Agent\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"5\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0171eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Debra Gilbert\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0fb7021\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a96a4aa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+1 910-626-85255\",\"icon\":\"fa fa-phone\",\"_id\":\"0ab7b46\"},{\"text\":\"contact@info.com\",\"icon\":\"fa fa-envelope\",\"_id\":\"b6c9884\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4c2993d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"_inline_size_tablet\":33.332999999999998408384271897375583648681640625,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"75\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"940dcae\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image\":{\"id\":631,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/estate-agent-3.jpg\"},\"image_size\":\"full\",\"align\":\"center\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7f1b254\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Agent\",\"header_size\":\"h6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"5\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1df501e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Edward Alvarez\",\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21dcca8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8832956\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+1 910-626-85255\",\"icon\":\"fa fa-phone\",\"_id\":\"0ab7b46\"},{\"text\":\"contact@info.com\",\"icon\":\"fa fa-envelope\",\"_id\":\"b6c9884\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3378,742,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3379,742,'_elementor_pro_version','3.2.1'),(3386,743,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3387,743,'_elementor_pro_version','3.2.1'),(5588,1051,'_elementor_edit_mode','builder'),(5589,1051,'_elementor_template_type','wp-page'),(5590,1051,'_elementor_version','3.2.5'),(5591,1051,'_wp_page_template','default'),(5592,1051,'_elementor_data','s:109868:\"a:5:{i:0;a:5:{s:2:\"id\";s:7:\"c6943fb\";s:8:\"settings\";a:25:{s:13:\"content_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:3:\"640\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";s:2:\"no\";s:21:\"background_background\";s:7:\"classic\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"128\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"64\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:32:\"globals/colors?id=astralinkhover\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"fac106b\";s:8:\"settings\";a:21:{s:12:\"_column_size\";s:3:\"100\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:6:{s:2:\"id\";s:7:\"5837c6c\";s:8:\"settings\";a:15:{s:5:\"title\";s:8:\"About me\";s:11:\"header_size\";s:2:\"h1\";s:5:\"align\";s:6:\"center\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:35:\"globals/colors?id=astraheadingcolor\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"75ee072\";s:8:\"settings\";a:14:{s:6:\"editor\";s:128:\"Ultricies dui, pellentesque pellentesque tristique rhoncus, risus elementum massa orci tellus arcu velit molestie quisque fusce.\";s:5:\"align\";s:6:\"center\";s:11:\"__globals__\";a:1:{s:10:\"text_color\";s:34:\"globals/colors?id=astraextracolor3\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:1;a:5:{s:2:\"id\";s:7:\"c926a2e\";s:8:\"settings\";a:24:{s:3:\"gap\";s:2:\"no\";s:21:\"background_background\";s:7:\"classic\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"64\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:34:\"globals/colors?id=astraextracolor2\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"d699517\";s:8:\"settings\";a:21:{s:12:\"_column_size\";s:3:\"100\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:6:{s:2:\"id\";s:7:\"0e8cdff\";s:8:\"settings\";a:16:{s:5:\"title\";s:27:\"Tim has been featured on...\";s:21:\"typography_font_style\";s:6:\"italic\";s:11:\"header_size\";s:2:\"h5\";s:5:\"align\";s:6:\"center\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"8\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:5:{s:2:\"id\";s:7:\"49932ab\";s:8:\"settings\";a:26:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"50\";s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"96\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"88\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"88\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:5:{i:0;a:5:{s:2:\"id\";s:7:\"fd67517\";s:8:\"settings\";a:22:{s:12:\"_column_size\";s:2:\"20\";s:19:\"_inline_size_mobile\";s:2:\"50\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:6:{s:2:\"id\";s:7:\"9446724\";s:8:\"settings\";a:13:{s:5:\"image\";a:2:{s:2:\"id\";i:1039;s:3:\"url\";s:72:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-1.svg\";}s:10:\"image_size\";s:4:\"full\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"b917eda\";s:8:\"settings\";a:22:{s:12:\"_column_size\";s:2:\"20\";s:19:\"_inline_size_mobile\";s:2:\"50\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:6:{s:2:\"id\";s:7:\"406dc4d\";s:8:\"settings\";a:13:{s:5:\"image\";a:2:{s:2:\"id\";i:1040;s:3:\"url\";s:72:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-2.svg\";}s:10:\"image_size\";s:4:\"full\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"75186f1\";s:8:\"settings\";a:22:{s:12:\"_column_size\";s:2:\"20\";s:19:\"_inline_size_mobile\";s:2:\"50\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:6:{s:2:\"id\";s:7:\"6b2812b\";s:8:\"settings\";a:13:{s:5:\"image\";a:2:{s:2:\"id\";i:1041;s:3:\"url\";s:72:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-3.svg\";}s:10:\"image_size\";s:4:\"full\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:3;a:5:{s:2:\"id\";s:7:\"3c0d804\";s:8:\"settings\";a:22:{s:12:\"_column_size\";s:2:\"20\";s:19:\"_inline_size_mobile\";s:2:\"50\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:6:{s:2:\"id\";s:7:\"dfb4c11\";s:8:\"settings\";a:13:{s:5:\"image\";a:2:{s:2:\"id\";i:1042;s:3:\"url\";s:72:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-4.svg\";}s:10:\"image_size\";s:4:\"full\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:4;a:5:{s:2:\"id\";s:7:\"23574d8\";s:8:\"settings\";a:23:{s:12:\"_column_size\";s:2:\"20\";s:19:\"_inline_size_mobile\";s:3:\"100\";s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:6:{s:2:\"id\";s:7:\"cfa4646\";s:8:\"settings\";a:13:{s:5:\"image\";a:2:{s:2:\"id\";i:1043;s:3:\"url\";s:72:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-5.svg\";}s:10:\"image_size\";s:4:\"full\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:7:\"section\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:2;a:5:{s:2:\"id\";s:7:\"d60be6f\";s:8:\"settings\";a:24:{s:3:\"gap\";s:2:\"no\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"144\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:3:\"144\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"80\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"80\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"64\";s:5:\"right\";s:2:\"24\";s:6:\"bottom\";s:2:\"64\";s:4:\"left\";s:2:\"24\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"59a6066\";s:8:\"settings\";a:21:{s:12:\"_column_size\";s:3:\"100\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:5:{i:0;a:5:{s:2:\"id\";s:7:\"46c3439\";s:8:\"settings\";a:24:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"20\";s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"128\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"96\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"08bf2a2\";s:8:\"settings\";a:24:{s:12:\"_column_size\";s:2:\"50\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"96\";s:4:\"left\";s:2:\"96\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"48\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:6:{s:2:\"id\";s:7:\"d88acf2\";s:8:\"settings\";a:16:{s:5:\"image\";a:2:{s:2:\"id\";i:1044;s:3:\"url\";s:100:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/public-speaker-template-man-figure.jpg\";}s:10:\"image_size\";s:4:\"full\";s:32:\"image_box_shadow_box_shadow_type\";s:3:\"yes\";s:27:\"image_box_shadow_box_shadow\";a:5:{s:10:\"horizontal\";s:3:\"-96\";s:8:\"vertical\";s:2:\"96\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";s:5:\"color\";s:7:\"#F6F6FE\";}s:12:\"align_tablet\";s:4:\"left\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"8fc8beb\";s:8:\"settings\";a:23:{s:12:\"_column_size\";s:2:\"50\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"32\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"96\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:4:{i:0;a:6:{s:2:\"id\";s:7:\"b3343bc\";s:8:\"settings\";a:19:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"48\";s:5:\"sizes\";a:0:{}}s:5:\"align\";s:4:\"left\";s:4:\"text\";s:7:\"Divider\";s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"0\";s:5:\"sizes\";a:0:{}}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"24\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:5:\"color\";s:32:\"globals/colors?id=astratextcolor\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"84cfc77\";s:8:\"settings\";a:16:{s:5:\"title\";s:36:\"Molestie laoreet erat laoreet mauris\";s:21:\"typography_typography\";s:6:\"custom\";s:21:\"typography_font_style\";s:6:\"italic\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"8\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"bd75bb1\";s:8:\"settings\";a:15:{s:6:\"editor\";s:150:\"Dapibus id interdum fusce sed odio massa tellus amet, faucibus nibh consequat justo mauris, donec nec tempus in volutpat iaculis pellentesque in urna.\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_weight\";s:3:\"600\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"-8\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}i:3;a:6:{s:2:\"id\";s:7:\"ed390ca\";s:8:\"settings\";a:13:{s:6:\"editor\";s:299:\"Diam, urna, ornare leo facilisis suspendisse eu rutrum id augue cursus tincidunt nisl eget ornare pharetra ac pharetra, pulvinar ipsum sed amet diam morbi amet cursus blandit augue feugiat arcu aliquet egestas id diam rhoncus, mollis arcu pharetra quis duis morbi a nunc diam mauris ut tortor ipsum.\";s:22:\"typography_font_weight\";s:3:\"600\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:7:\"section\";}i:1;a:6:{s:2:\"id\";s:7:\"a7c1c88\";s:8:\"settings\";a:22:{s:5:\"title\";s:3:\"“\";s:11:\"header_size\";s:3:\"div\";s:5:\"align\";s:6:\"center\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"DM Serif Display\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"80\";s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"64\";s:5:\"sizes\";a:0:{}}s:21:\"typography_font_style\";s:6:\"italic\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"1\";s:5:\"sizes\";a:0:{}}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"-40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:32:\"globals/colors?id=astralinkhover\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"2104079\";s:8:\"settings\";a:19:{s:5:\"title\";s:75:\"Proin neque egestas fusce morbi nunc ornare nisl, massa tincidunt et neque.\";s:5:\"align\";s:6:\"center\";s:21:\"typography_typography\";s:6:\"custom\";s:21:\"typography_font_style\";s:6:\"italic\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"1\";s:5:\"sizes\";a:0:{}}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"120\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:3:\"120\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"48\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"48\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:3;a:6:{s:2:\"id\";s:7:\"a3287a0\";s:8:\"settings\";a:19:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"48\";s:5:\"sizes\";a:0:{}}s:5:\"align\";s:6:\"center\";s:4:\"text\";s:7:\"Divider\";s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"16\";s:5:\"sizes\";a:0:{}}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:10:\"gap_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"8\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:32:\"globals/colors?id=astratextcolor\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";}i:4;a:6:{s:2:\"id\";s:7:\"cba95bd\";s:8:\"settings\";a:16:{s:5:\"title\";s:10:\"Tim Walter\";s:11:\"header_size\";s:2:\"h5\";s:5:\"align\";s:6:\"center\";s:12:\"align_tablet\";s:6:\"center\";s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"48\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"48\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:3;a:5:{s:2:\"id\";s:7:\"2df16a4\";s:8:\"settings\";a:26:{s:3:\"gap\";s:2:\"no\";s:21:\"background_background\";s:7:\"classic\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"144\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:3:\"144\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"80\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"80\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"64\";s:5:\"right\";s:2:\"24\";s:6:\"bottom\";s:2:\"64\";s:4:\"left\";s:2:\"24\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:34:\"globals/colors?id=astraextracolor2\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"c9d2fb8\";s:8:\"settings\";a:21:{s:12:\"_column_size\";s:3:\"100\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:4:{i:0;a:6:{s:2:\"id\";s:7:\"56edfd6\";s:8:\"settings\";a:18:{s:5:\"title\";s:12:\"Books by Tim\";s:21:\"typography_typography\";s:6:\"custom\";s:21:\"typography_font_style\";s:6:\"italic\";s:5:\"align\";s:6:\"center\";s:12:\"align_mobile\";s:4:\"left\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"8\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"c3d8e4b\";s:8:\"settings\";a:17:{s:6:\"editor\";s:142:\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\";s:5:\"align\";s:6:\"center\";s:12:\"align_mobile\";s:4:\"left\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"280\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:3:\"280\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"80\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"80\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}i:2;a:5:{s:2:\"id\";s:7:\"0a9d613\";s:8:\"settings\";a:24:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"30\";s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"64\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"96\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"16\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"64\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:5:{s:2:\"id\";s:7:\"5d515b2\";s:8:\"settings\";a:26:{s:12:\"_column_size\";s:2:\"33\";s:21:\"space_between_widgets\";s:1:\"8\";s:28:\"space_between_widgets_mobile\";s:2:\"16\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"100\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"32\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"48\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:6:{s:2:\"id\";s:7:\"f1344b4\";s:8:\"settings\";a:18:{s:5:\"image\";a:2:{s:2:\"id\";i:1045;s:3:\"url\";s:72:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\";}s:10:\"title_text\";s:36:\"Elementum aliquam hendrerit volutpat\";s:16:\"description_text\";s:0:\"\";s:10:\"title_size\";s:2:\"h4\";s:10:\"image_size\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:17:\"text_align_mobile\";s:4:\"left\";s:18:\"title_bottom_space\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"0\";s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"image-box\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"1947356\";s:8:\"settings\";a:27:{s:4:\"text\";s:16:\"Get the Book Now\";s:5:\"align\";s:6:\"center\";s:12:\"align_mobile\";s:4:\"left\";s:13:\"selected_icon\";a:2:{s:5:\"value\";a:2:{s:2:\"id\";i:1046;s:3:\"url\";s:87:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/long-right-arrow-icon.svg\";}s:7:\"library\";s:3:\"svg\";}s:10:\"icon_align\";s:5:\"right\";s:11:\"icon_indent\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"16\";s:5:\"sizes\";a:0:{}}s:16:\"background_color\";s:9:\"#00000000\";s:13:\"border_border\";s:5:\"solid\";s:12:\"border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:12:\"text_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:2:{s:17:\"button_text_color\";s:32:\"globals/colors?id=astratextcolor\";s:11:\"hover_color\";s:32:\"globals/colors?id=astralinkhover\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"6ba6430\";s:8:\"settings\";a:26:{s:12:\"_column_size\";s:2:\"33\";s:21:\"space_between_widgets\";s:1:\"8\";s:28:\"space_between_widgets_mobile\";s:2:\"16\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"16\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"16\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"48\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:6:{s:2:\"id\";s:7:\"3a1bbc9\";s:8:\"settings\";a:18:{s:5:\"image\";a:2:{s:2:\"id\";i:1047;s:3:\"url\";s:72:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\";}s:10:\"title_text\";s:33:\"Fringilla congueque volutpat nibh\";s:16:\"description_text\";s:0:\"\";s:10:\"title_size\";s:2:\"h4\";s:10:\"image_size\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:17:\"text_align_mobile\";s:4:\"left\";s:18:\"title_bottom_space\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"0\";s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"image-box\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"b9334bd\";s:8:\"settings\";a:27:{s:4:\"text\";s:16:\"Get the Book Now\";s:5:\"align\";s:6:\"center\";s:12:\"align_mobile\";s:4:\"left\";s:13:\"selected_icon\";a:2:{s:5:\"value\";a:2:{s:2:\"id\";i:1046;s:3:\"url\";s:87:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/long-right-arrow-icon.svg\";}s:7:\"library\";s:3:\"svg\";}s:10:\"icon_align\";s:5:\"right\";s:11:\"icon_indent\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"16\";s:5:\"sizes\";a:0:{}}s:16:\"background_color\";s:9:\"#00000000\";s:13:\"border_border\";s:5:\"solid\";s:12:\"border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:12:\"text_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:2:{s:17:\"button_text_color\";s:32:\"globals/colors?id=astratextcolor\";s:11:\"hover_color\";s:32:\"globals/colors?id=astralinkhover\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"9c158e3\";s:8:\"settings\";a:26:{s:12:\"_column_size\";s:2:\"33\";s:21:\"space_between_widgets\";s:1:\"8\";s:28:\"space_between_widgets_mobile\";s:2:\"16\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:3:\"100\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"32\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:6:{s:2:\"id\";s:7:\"23a0540\";s:8:\"settings\";a:18:{s:5:\"image\";a:2:{s:2:\"id\";i:1048;s:3:\"url\";s:72:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\";}s:10:\"title_text\";s:40:\"Dapibus sapien non egestas viverra purus\";s:16:\"description_text\";s:0:\"\";s:10:\"title_size\";s:2:\"h4\";s:10:\"image_size\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:17:\"text_align_mobile\";s:4:\"left\";s:18:\"title_bottom_space\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"0\";s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"image-box\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"b5c8f3f\";s:8:\"settings\";a:27:{s:4:\"text\";s:16:\"Get the Book Now\";s:5:\"align\";s:6:\"center\";s:12:\"align_mobile\";s:4:\"left\";s:13:\"selected_icon\";a:2:{s:5:\"value\";a:2:{s:2:\"id\";i:1046;s:3:\"url\";s:87:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/long-right-arrow-icon.svg\";}s:7:\"library\";s:3:\"svg\";}s:10:\"icon_align\";s:5:\"right\";s:11:\"icon_indent\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"16\";s:5:\"sizes\";a:0:{}}s:16:\"background_color\";s:9:\"#00000000\";s:13:\"border_border\";s:5:\"solid\";s:12:\"border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:12:\"text_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:2:{s:17:\"button_text_color\";s:32:\"globals/colors?id=astratextcolor\";s:11:\"hover_color\";s:32:\"globals/colors?id=astralinkhover\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:7:\"section\";}i:3;a:6:{s:2:\"id\";s:7:\"aaaa6b5\";s:8:\"settings\";a:21:{s:4:\"text\";s:13:\"Find Our More\";s:5:\"align\";s:6:\"center\";s:12:\"align_mobile\";s:4:\"left\";s:13:\"selected_icon\";a:2:{s:5:\"value\";a:2:{s:2:\"id\";i:1046;s:3:\"url\";s:87:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/long-right-arrow-icon.svg\";}s:7:\"library\";s:3:\"svg\";}s:10:\"icon_align\";s:5:\"right\";s:11:\"icon_indent\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:4;a:5:{s:2:\"id\";s:7:\"1bb8162\";s:8:\"settings\";a:24:{s:3:\"gap\";s:2:\"no\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"144\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:3:\"144\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"80\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"80\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"64\";s:5:\"right\";s:2:\"24\";s:6:\"bottom\";s:2:\"64\";s:4:\"left\";s:2:\"24\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"487eee8\";s:8:\"settings\";a:21:{s:12:\"_column_size\";s:3:\"100\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:5:{s:2:\"id\";s:7:\"4c722cb\";s:8:\"settings\";a:30:{s:3:\"gap\";s:2:\"no\";s:12:\"height_inner\";s:10:\"min-height\";s:19:\"custom_height_inner\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:3:\"600\";s:5:\"sizes\";a:0:{}}s:26:\"custom_height_inner_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:3:\"400\";s:5:\"sizes\";a:0:{}}s:16:\"content_position\";s:6:\"middle\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_image\";a:2:{s:2:\"id\";i:1049;s:3:\"url\";s:102:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/public-speaker-template-video-img-bg.jpg\";}s:19:\"background_position\";s:13:\"center center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"b53ed7d\";s:8:\"settings\";a:21:{s:12:\"_column_size\";s:3:\"100\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:6:{s:2:\"id\";s:7:\"647c5f3\";s:8:\"settings\";a:19:{s:13:\"selected_icon\";a:2:{s:5:\"value\";s:11:\"fas fa-play\";s:7:\"library\";s:8:\"fa-solid\";}s:4:\"view\";s:7:\"stacked\";s:4:\"link\";a:4:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}s:15:\"hover_animation\";s:4:\"grow\";s:4:\"size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"20\";s:5:\"sizes\";a:0:{}}s:11:\"size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"16\";s:5:\"sizes\";a:0:{}}s:12:\"icon_padding\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"24\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:2:{s:13:\"primary_color\";s:35:\"globals/colors?id=astraheadingcolor\";s:15:\"secondary_color\";s:32:\"globals/colors?id=astralinkhover\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:4:\"icon\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:7:\"section\";}i:1;a:5:{s:2:\"id\";s:7:\"7b87eb5\";s:8:\"settings\";a:25:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"20\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"64\";s:5:\"right\";s:2:\"80\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"96\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"48\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"24\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"1fe8b60\";s:8:\"settings\";a:25:{s:12:\"_column_size\";s:2:\"50\";s:28:\"space_between_widgets_mobile\";s:2:\"24\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"80\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"48\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"24\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:6:{s:2:\"id\";s:7:\"4eb2e65\";s:8:\"settings\";a:16:{s:5:\"title\";s:23:\"Tim\'s featured keynote \";s:21:\"typography_typography\";s:6:\"custom\";s:21:\"typography_font_style\";s:6:\"italic\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"8\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"7e6a1a5\";s:8:\"settings\";a:26:{s:12:\"_column_size\";s:2:\"50\";s:21:\"space_between_widgets\";s:2:\"32\";s:28:\"space_between_widgets_mobile\";s:2:\"24\";s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"8\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"32\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"28\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"6dd112b\";s:8:\"settings\";a:18:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"48\";s:5:\"sizes\";a:0:{}}s:5:\"align\";s:4:\"left\";s:4:\"text\";s:7:\"Divider\";s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"0\";s:5:\"sizes\";a:0:{}}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:5:\"color\";s:32:\"globals/colors?id=astratextcolor\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"c200bfa\";s:8:\"settings\";a:13:{s:6:\"editor\";s:304:\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\";s:22:\"typography_font_weight\";s:3:\"600\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"37b9953\";s:8:\"settings\";a:21:{s:4:\"text\";s:17:\"Book Tim To Speak\";s:13:\"selected_icon\";a:2:{s:5:\"value\";a:2:{s:2:\"id\";i:1046;s:3:\"url\";s:87:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/long-right-arrow-icon.svg\";}s:7:\"library\";s:3:\"svg\";}s:10:\"icon_align\";s:5:\"right\";s:11:\"icon_indent\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:5:\"align\";s:4:\"left\";s:12:\"align_mobile\";s:4:\"left\";s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:7:\"section\";}i:2;a:5:{s:2:\"id\";s:7:\"22e3c1c\";s:8:\"settings\";a:28:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"20\";s:13:\"border_border\";s:5:\"solid\";s:12:\"border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:12:\"border_color\";s:7:\"#DCDFE5\";s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"96\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"96\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"64\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"378d1ef\";s:8:\"settings\";a:23:{s:12:\"_column_size\";s:2:\"50\";s:21:\"space_between_widgets\";s:2:\"32\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"ee870de\";s:8:\"settings\";a:22:{s:5:\"title\";s:3:\"“\";s:11:\"header_size\";s:3:\"div\";s:5:\"align\";s:4:\"left\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"DM Serif Display\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"48\";s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"64\";s:5:\"sizes\";a:0:{}}s:21:\"typography_font_style\";s:6:\"italic\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"1\";s:5:\"sizes\";a:0:{}}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"-32\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:32:\"globals/colors?id=astralinkhover\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"6d8cd1e\";s:8:\"settings\";a:22:{s:5:\"title\";s:152:\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\";s:5:\"align\";s:4:\"left\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:3:\"1.4\";s:5:\"sizes\";a:0:{}}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"96\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"header_size\";s:3:\"div\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"24\";s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"18\";s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:32:\"globals/colors?id=astralinkhover\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"e940f82\";s:8:\"settings\";a:16:{s:5:\"title\";s:19:\"Sean Paul, Director\";s:11:\"header_size\";s:2:\"h5\";s:5:\"align\";s:4:\"left\";s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"48\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"48\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:34:\"globals/colors?id=astraextracolor3\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"7a1e658\";s:8:\"settings\";a:23:{s:12:\"_column_size\";s:2:\"50\";s:21:\"space_between_widgets\";s:2:\"32\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"32\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"9f30fff\";s:8:\"settings\";a:22:{s:5:\"title\";s:3:\"“\";s:11:\"header_size\";s:3:\"div\";s:5:\"align\";s:4:\"left\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"DM Serif Display\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"48\";s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"64\";s:5:\"sizes\";a:0:{}}s:21:\"typography_font_style\";s:6:\"italic\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"1\";s:5:\"sizes\";a:0:{}}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"-32\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:32:\"globals/colors?id=astralinkhover\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"9f42e6f\";s:8:\"settings\";a:22:{s:5:\"title\";s:116:\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\";s:5:\"align\";s:4:\"left\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:3:\"1.4\";s:5:\"sizes\";a:0:{}}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"96\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"header_size\";s:3:\"div\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"24\";s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"18\";s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:32:\"globals/colors?id=astralinkhover\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"65cbcd8\";s:8:\"settings\";a:16:{s:5:\"title\";s:24:\"Anthony Rodgers, Manager\";s:11:\"header_size\";s:2:\"h5\";s:5:\"align\";s:4:\"left\";s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"48\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"48\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:34:\"globals/colors?id=astraextracolor3\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:7:\"section\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}}\";'),(3397,744,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3398,744,'_elementor_pro_version','3.2.1'),(3400,745,'_elementor_edit_mode','builder'),(3401,745,'_elementor_template_type','wp-page'),(3402,745,'_elementor_version','3.2.5'),(3403,745,'_wp_page_template','default'),(3404,745,'_elementor_data','[{\"id\":\"c8b716c\",\"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}},\"elements\":[{\"id\":\"1e7e5b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5298130\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"transition\":\"fade\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"2b082bf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"reverse_order_mobile\":\"reverse-mobile\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"d0c22b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"5\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9502734\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in touch\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd30d0b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"123 Fifth Avenue, New York, NY 10160\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"6f88154\"},{\"text\":\"contact@info.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"ff72309\"},{\"text\":\"1-404-491-9311\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"e7fdb8e\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"divider_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"__globals__\":{\"divider_color\":\"globals\\/colors?id=367e41b\",\"icon_color\":\"globals\\/colors?id=accent\"},\"text_indent\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"8e9a797\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"20fd175\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheChrishaunFoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"b986dc2\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/TheChrishaunFdn\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"844a283\",\"link\":{\"url\":\"https:\\/\\/instagram.com\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/company\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9c6f2fa\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCmzlzjopXMpjtDYwwQ2qacg\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"4624ff3\"},{\"social_icon\":{\"value\":\"fab fa-tumblr\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/thechrishaunfoundation.tumblr.com\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1c734ed\"},{\"social_icon\":{\"value\":\"fab fa-vimeo\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/vimeo.com\\/user108876918\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f797cf\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"\"},{\"id\":\"3a22498\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"d2c9317\",\"elType\":\"widget\",\"settings\":{\"title\":\"Message us\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29a8053\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please use the contact form below, if you have any general questions or requests about our services.\\n\\nWe will try our best to respond back to you within 24 hours.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0de74bc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"form_id\":\"17\"}},\"elements\":[],\"widgetType\":\"wp-widget-wpforms-widget\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5674771\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f092d2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"c34f4cc\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":\"500\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3405,745,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3406,745,'_elementor_pro_version','3.2.1'),(3413,746,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3414,746,'_elementor_pro_version','3.2.1'),(5231,1003,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6270,1130,'_elementor_edit_mode','builder'),(6271,1130,'_elementor_template_type','wp-page'),(6272,1130,'_elementor_version','3.2.5'),(6273,1130,'_wp_page_template','default'),(6274,1130,'_elementor_data','[{\"id\":\"c8b716c\",\"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}},\"elements\":[{\"id\":\"1e7e5b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"affdce9\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"2b082bf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"reverse_order_mobile\":\"reverse-mobile\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"d0c22b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"5\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9502734\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in touch\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd30d0b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"123 Fifth Avenue, New York, NY 10160\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"6f88154\"},{\"text\":\"contact@info.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"ff72309\"},{\"text\":\"1-404-491-9311\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"e7fdb8e\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"divider_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"__globals__\":{\"divider_color\":\"globals\\/colors?id=367e41b\",\"icon_color\":\"globals\\/colors?id=accent\"},\"text_indent\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"8e9a797\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"20fd175\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheChrishaunFoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"b986dc2\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/TheChrishaunFdn\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"844a283\",\"link\":{\"url\":\"https:\\/\\/instagram.com\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/company\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9c6f2fa\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCmzlzjopXMpjtDYwwQ2qacg\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"4624ff3\"},{\"social_icon\":{\"value\":\"fab fa-tumblr\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/thechrishaunfoundation.tumblr.com\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1c734ed\"},{\"social_icon\":{\"value\":\"fab fa-vimeo\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/vimeo.com\\/user108876918\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f797cf\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"\"},{\"id\":\"3a22498\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"d2c9317\",\"elType\":\"widget\",\"settings\":{\"title\":\"Message us\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29a8053\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please use the contact form below, if you have any general questions or requests about our services.\\n\\nWe will try our best to respond back to you within 24 hours.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0de74bc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"form_id\":\"17\"}},\"elements\":[],\"widgetType\":\"wp-widget-wpforms-widget\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5674771\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f092d2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"c34f4cc\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":\"500\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3420,747,'_menu_item_type','post_type'),(3421,747,'_menu_item_menu_item_parent','638'),(3422,747,'_menu_item_object_id','639'),(3423,747,'_menu_item_object','page'),(3424,747,'_menu_item_target',''),(3425,747,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3426,747,'_menu_item_xfn',''),(3427,747,'_menu_item_url',''),(3430,748,'site-post-title','disabled'),(3431,748,'site-sidebar-layout','no-sidebar'),(3432,748,'site-content-layout','page-builder'),(3433,748,'ast-featured-img','disabled'),(3434,748,'ast-breadcrumbs-content','disabled'),(3435,748,'theme-transparent-header-meta','disabled'),(3436,748,'_yoast_wpseo_estimated-reading-time-minutes','4'),(3437,748,'_elementor_edit_mode','builder'),(3438,748,'_elementor_template_type','wp-page'),(3439,748,'_elementor_version','3.2.5'),(3440,748,'_astra_content_layout_flag','disabled'),(3441,748,'ast-title-bar-display','disabled'),(3442,748,'_wp_page_template','default'),(3443,748,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"91e8fbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Online-auction.jpg\",\"id\":783}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0e03bee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bidding Open Click to Bid\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"1c4233f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"1182b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e06677b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase Tickets\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"cf27e70\",\"elType\":\"widget\",\"settings\":{\"text\":\"1 Ticket for $5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e5dca1\",\"elType\":\"widget\",\"settings\":{\"text\":\"5 Ticket for $20\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"937462c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"de813e0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Purchase your Culinary Catchall tickets to win 52 giftcards to local restaurants! That\'s right - you can eat out once a week for free for a YEAR! It\'s the best drawing in town and all the proceeds go to support our 3 programs for families moving from homelessness to stable housing. Tickets are $5 for one ticket and $20 for 5 tickets! Get yours today and make sure to check back November 6 to hear who won!\\n\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"96318fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Winner will be drawn at 9pm the evening of November 6, the final night of our Virtual Silent Auction.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58aff7c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support Local Restaurant\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"062c1e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Thanks to your generosity we have met our goal (and surpassed it!) for the Culinary Catchall! Get your tickets for your chance to win the First, Second or Third prize baskets of local gift certificates! \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"cdb8c17\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":100,\"content_position\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2e87b3f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary-catch.jpg\",\"id\":799}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4074,824,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3444,748,'_yoast_wpseo_content_score','60'),(3445,748,'astra-main-page-id','55335'),(3446,748,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3447,748,'_wxr_import_user_slug','alex'),(3448,748,'_astra_sites_imported_post','1'),(3449,748,'_astra_sites_enable_for_batch','1'),(3450,748,'_elementor_pro_version','3.2.1'),(3451,748,'_astra_sites_hotlink_imported','1'),(3452,748,'_edit_lock','1629173231:1'),(3453,748,'_edit_last','1'),(3474,751,'_wp_attached_file','2021/07/Virtual-Auction.jpg'),(3475,751,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:560;s:6:\"height\";i:479;s:4:\"file\";s:27:\"2021/07/Virtual-Auction.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Virtual-Auction-300x257.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Virtual-Auction-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3480,754,'_elementor_edit_mode','builder'),(3481,754,'_elementor_template_type','wp-page'),(3482,754,'_elementor_version','3.2.5'),(3483,754,'_wp_page_template','default'),(3484,754,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"736c3be\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":722}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3456,749,'_elementor_edit_mode','builder'),(3457,749,'_elementor_template_type','wp-page'),(3458,749,'_elementor_version','3.2.5'),(3459,749,'_wp_page_template','default'),(3460,749,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"736c3be\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":722}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3461,749,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3462,749,'_elementor_pro_version','3.2.1'),(3464,749,'_elementor_controls_usage','a:11:{s:6:\"global\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:6:\"column\";a:3:{s:5:\"count\";i:19;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:6;s:14:\"padding_tablet\";i:8;s:14:\"padding_mobile\";i:5;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;s:6:\"margin\";i:1;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:7:{s:12:\"_inline_size\";i:3;s:16:\"content_position\";i:1;s:5:\"align\";i:1;s:28:\"space_between_widgets_tablet\";i:3;s:21:\"space_between_widgets\";i:5;s:19:\"_inline_size_tablet\";i:6;s:28:\"space_between_widgets_mobile\";i:4;}}s:5:\"style\";a:1:{s:12:\"section_typo\";a:1:{s:10:\"text_align\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:6:\"layout\";i:2;s:3:\"gap\";i:11;s:13:\"custom_height\";i:4;s:20:\"custom_height_mobile\";i:1;s:15:\"column_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:2;s:7:\"padding\";i:10;s:14:\"padding_tablet\";i:8;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:3;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:31:\"background_overlay_color_b_stop\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:14:\"section_border\";a:2:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:4;s:13:\"selected_icon\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:15:\"hover_animation\";i:4;s:33:\"button_box_shadow_box_shadow_type\";i:4;s:28:\"button_box_shadow_box_shadow\";i:4;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:4;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:4;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:6;s:11:\"header_size\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:8:\"_padding\";i:2;s:14:\"_margin_tablet\";i:2;s:15:\"_padding_tablet\";i:2;s:15:\"_padding_mobile\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:2:{s:21:\"typography_typography\";i:1;s:25:\"typography_text_transform\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:4;s:12:\"width_mobile\";i:4;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:4;s:3:\"gap\";i:4;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}}}s:13:\"image-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_gallery\";a:4:{s:10:\"wp_gallery\";i:1;s:14:\"thumbnail_size\";i:1;s:15:\"gallery_columns\";i:1;s:13:\"open_lightbox\";i:1;}}s:5:\"style\";a:1:{s:22:\"section_gallery_images\";a:2:{s:13:\"image_spacing\";i:1;s:20:\"image_spacing_custom\";i:1;}}}}s:14:\"image-carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:22:\"section_image_carousel\";a:7:{s:8:\"carousel\";i:1;s:14:\"thumbnail_size\";i:1;s:14:\"slides_to_show\";i:1;s:16:\"slides_to_scroll\";i:1;s:10:\"navigation\";i:1;s:21:\"slides_to_show_tablet\";i:1;s:21:\"slides_to_show_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:19:\"image_border_border\";i:1;s:18:\"image_border_width\";i:1;s:20:\"image_spacing_custom\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:4:{s:13:\"ending_number\";i:4;s:6:\"suffix\";i:4;s:5:\"title\";i:4;s:6:\"prefix\";i:1;}}s:5:\"style\";a:2:{s:14:\"section_number\";a:7:{s:12:\"number_color\";i:4;s:28:\"typography_number_typography\";i:4;s:29:\"typography_number_font_family\";i:4;s:27:\"typography_number_font_size\";i:4;s:29:\"typography_number_font_weight\";i:4;s:34:\"typography_number_font_size_tablet\";i:4;s:34:\"typography_number_font_size_mobile\";i:4;}s:13:\"section_title\";a:6:{s:11:\"title_color\";i:4;s:27:\"typography_title_typography\";i:4;s:28:\"typography_title_font_family\";i:4;s:26:\"typography_title_font_size\";i:4;s:28:\"typography_title_font_weight\";i:4;s:33:\"typography_title_font_size_tablet\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:4;s:15:\"_padding_tablet\";i:4;s:15:\"_padding_mobile\";i:4;}}}}}'),(3499,756,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3500,756,'_elementor_pro_version','3.2.1'),(3494,756,'_elementor_edit_mode','builder'),(3495,756,'_elementor_template_type','wp-page'),(3496,756,'_elementor_version','3.2.5'),(3497,756,'_wp_page_template','default'),(3498,756,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751}},\"elements\":[],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753}},\"elements\":[],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5156,969,'_wp_attached_file','2021/08/CF-Life-After.png'),(5157,969,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:25:\"2021/08/CF-Life-After.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"CF-Life-After-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"CF-Life-After-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3478,753,'_wp_attached_file','2021/07/Culinary.jpg'),(3479,753,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:373;s:6:\"height\";i:319;s:4:\"file\";s:20:\"2021/07/Culinary.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Culinary-300x257.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Culinary-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3485,754,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3486,754,'_elementor_pro_version','3.2.1'),(3487,755,'_elementor_edit_mode','builder'),(3488,755,'_elementor_template_type','wp-page'),(3489,755,'_elementor_version','3.2.5'),(3490,755,'_wp_page_template','default'),(3491,755,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"736c3be\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":722}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3492,755,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3493,755,'_elementor_pro_version','3.2.1'),(3503,757,'_elementor_edit_mode','builder'),(3504,757,'_elementor_template_type','wp-page'),(3505,757,'_elementor_version','3.2.5'),(3506,757,'_wp_page_template','default'),(3507,757,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751}},\"elements\":[],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753}},\"elements\":[],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3508,757,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3509,757,'_elementor_pro_version','3.2.1'),(3511,758,'_elementor_edit_mode','builder'),(3512,758,'_elementor_template_type','wp-page'),(3513,758,'_elementor_version','3.2.5'),(3514,758,'_wp_page_template','default'),(3515,758,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751}},\"elements\":[],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753}},\"elements\":[],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3516,758,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3517,758,'_elementor_pro_version','3.2.1'),(3519,759,'_elementor_edit_mode','builder'),(3520,759,'_elementor_template_type','wp-page'),(3521,759,'_elementor_version','3.2.5'),(3522,759,'_wp_page_template','default'),(3523,759,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3524,759,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3525,759,'_elementor_pro_version','3.2.1'),(3538,761,'_elementor_edit_mode','builder'),(3539,761,'_elementor_template_type','wp-page'),(3540,761,'_elementor_version','3.2.5'),(3541,761,'_wp_page_template','default'),(3542,761,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3529,760,'_elementor_edit_mode','builder'),(3530,760,'_elementor_template_type','wp-page'),(3531,760,'_elementor_version','3.2.5'),(3532,760,'_wp_page_template','default'),(3533,760,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3534,760,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3535,760,'_elementor_pro_version','3.2.1'),(3536,760,'_elementor_controls_usage','a:10:{s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:8;s:14:\"padding_tablet\";i:10;s:14:\"padding_mobile\";i:7;s:13:\"margin_tablet\";i:3;s:13:\"margin_mobile\";i:3;s:6:\"margin\";i:1;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:7:{s:12:\"_inline_size\";i:6;s:16:\"content_position\";i:1;s:5:\"align\";i:1;s:28:\"space_between_widgets_tablet\";i:3;s:21:\"space_between_widgets\";i:5;s:19:\"_inline_size_tablet\";i:6;s:28:\"space_between_widgets_mobile\";i:4;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:4:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:15:\"background_size\";i:2;}s:12:\"section_typo\";a:1:{s:10:\"text_align\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:2;s:7:\"padding\";i:10;s:14:\"padding_tablet\";i:8;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:1;}}s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:7;}s:14:\"section_layout\";a:5:{s:6:\"layout\";i:2;s:3:\"gap\";i:11;s:13:\"custom_height\";i:4;s:20:\"custom_height_mobile\";i:1;s:15:\"column_position\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:3;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:31:\"background_overlay_color_b_stop\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:14:\"section_border\";a:2:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:4;s:13:\"selected_icon\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:15:\"hover_animation\";i:4;s:33:\"button_box_shadow_box_shadow_type\";i:4;s:28:\"button_box_shadow_box_shadow\";i:4;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:4;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:4;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:6;s:11:\"header_size\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:8:\"_padding\";i:2;s:14:\"_margin_tablet\";i:2;s:15:\"_padding_tablet\";i:2;s:15:\"_padding_mobile\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:2:{s:21:\"typography_typography\";i:1;s:25:\"typography_text_transform\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:4;s:12:\"width_mobile\";i:4;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:4;s:3:\"gap\";i:4;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}}}s:13:\"image-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_gallery\";a:4:{s:10:\"wp_gallery\";i:1;s:14:\"thumbnail_size\";i:1;s:15:\"gallery_columns\";i:1;s:13:\"open_lightbox\";i:1;}}s:5:\"style\";a:1:{s:22:\"section_gallery_images\";a:2:{s:13:\"image_spacing\";i:1;s:20:\"image_spacing_custom\";i:1;}}}}s:14:\"image-carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:22:\"section_image_carousel\";a:7:{s:8:\"carousel\";i:1;s:14:\"thumbnail_size\";i:1;s:14:\"slides_to_show\";i:1;s:16:\"slides_to_scroll\";i:1;s:10:\"navigation\";i:1;s:21:\"slides_to_show_tablet\";i:1;s:21:\"slides_to_show_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:19:\"image_border_border\";i:1;s:18:\"image_border_width\";i:1;s:20:\"image_spacing_custom\";i:1;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:4:{s:13:\"ending_number\";i:4;s:6:\"suffix\";i:4;s:5:\"title\";i:4;s:6:\"prefix\";i:1;}}s:5:\"style\";a:2:{s:14:\"section_number\";a:7:{s:12:\"number_color\";i:4;s:28:\"typography_number_typography\";i:4;s:29:\"typography_number_font_family\";i:4;s:27:\"typography_number_font_size\";i:4;s:29:\"typography_number_font_weight\";i:4;s:34:\"typography_number_font_size_tablet\";i:4;s:34:\"typography_number_font_size_mobile\";i:4;}s:13:\"section_title\";a:6:{s:11:\"title_color\";i:4;s:27:\"typography_title_typography\";i:4;s:28:\"typography_title_font_family\";i:4;s:26:\"typography_title_font_size\";i:4;s:28:\"typography_title_font_weight\";i:4;s:33:\"typography_title_font_size_tablet\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:4;s:15:\"_padding_tablet\";i:4;s:15:\"_padding_mobile\";i:4;}}}}}'),(3543,761,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3544,761,'_elementor_pro_version','3.2.1'),(3546,762,'_elementor_edit_mode','builder'),(3547,762,'_elementor_template_type','wp-page'),(3548,762,'_elementor_version','3.2.5'),(3549,762,'_wp_page_template','default'),(3550,762,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]');
INSERT INTO `wpxo_postmeta` VALUES (3551,762,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3552,762,'_elementor_pro_version','3.2.1'),(3594,767,'_elementor_pro_version','3.2.1'),(3593,767,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3592,767,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3591,767,'_wp_page_template','default'),(3588,767,'_elementor_edit_mode','builder'),(3589,767,'_elementor_template_type','wp-page'),(3590,767,'_elementor_version','3.2.5'),(3562,764,'_elementor_edit_mode','builder'),(3563,764,'_elementor_template_type','wp-page'),(3564,764,'_elementor_version','3.2.5'),(3565,764,'_wp_page_template','default'),(3566,764,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3567,764,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3568,764,'_elementor_pro_version','3.2.1'),(3572,765,'_elementor_edit_mode','builder'),(3573,765,'_elementor_template_type','wp-page'),(3574,765,'_elementor_version','3.2.5'),(3575,765,'_wp_page_template','default'),(3576,765,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3577,765,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3578,765,'_elementor_pro_version','3.2.1'),(3580,766,'_elementor_edit_mode','builder'),(3581,766,'_elementor_template_type','wp-page'),(3582,766,'_elementor_version','3.2.5'),(3583,766,'_wp_page_template','default'),(3584,766,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3585,766,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3586,766,'_elementor_pro_version','3.2.1'),(3598,768,'_elementor_edit_mode','builder'),(3599,768,'_elementor_template_type','wp-page'),(3600,768,'_elementor_version','3.2.5'),(3601,768,'_wp_page_template','default'),(3602,768,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3603,768,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3604,768,'_elementor_pro_version','3.2.1'),(3606,769,'_elementor_edit_mode','builder'),(3607,769,'_elementor_template_type','wp-page'),(3608,769,'_elementor_version','3.2.5'),(3609,769,'_wp_page_template','default'),(3610,769,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3611,769,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3612,769,'_elementor_pro_version','3.2.1'),(3614,770,'_elementor_edit_mode','builder'),(3615,770,'_elementor_template_type','wp-page'),(3616,770,'_elementor_version','3.2.5'),(3617,770,'_wp_page_template','default'),(3618,770,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year.  We hope that you will be able to support AAHS this year, as our work is more necessary than ever.  Above all else, however, we hope this finds you and your family safe and healthy. \\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3619,770,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3620,770,'_elementor_pro_version','3.2.1'),(3636,773,'_elementor_edit_mode','builder'),(3637,773,'_elementor_template_type','wp-page'),(3638,773,'_elementor_version','3.2.5'),(3639,773,'_wp_page_template','default'),(3640,773,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year.  We hope that you will be able to support AAHS this year, as our work is more necessary than ever.  Above all else, however, we hope this finds you and your family safe and healthy. \\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3657,775,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3658,775,'_elementor_pro_version','3.2.1'),(3652,775,'_elementor_edit_mode','builder'),(3653,775,'_elementor_template_type','wp-page'),(3654,775,'_elementor_version','3.2.5'),(3655,775,'_wp_page_template','default'),(3656,775,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3634,772,'_wp_attached_file','2021/07/image.jpg'),(3635,772,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1263;s:6:\"height\";i:316;s:4:\"file\";s:17:\"2021/07/image.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"image-300x75.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"image-1024x256.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"image-768x192.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3641,773,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3642,773,'_elementor_pro_version','3.2.1'),(3644,774,'_elementor_edit_mode','builder'),(3645,774,'_elementor_template_type','wp-page'),(3646,774,'_elementor_version','3.2.5'),(3647,774,'_wp_page_template','default'),(3648,774,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year.  We hope that you will be able to support AAHS this year, as our work is more necessary than ever.  Above all else, however, we hope this finds you and your family safe and healthy. \\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3649,774,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3650,774,'_elementor_pro_version','3.2.1'),(3662,776,'_elementor_edit_mode','builder'),(3663,776,'_elementor_template_type','wp-page'),(3664,776,'_elementor_version','3.2.5'),(3665,776,'_wp_page_template','default'),(3666,776,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3667,776,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3668,776,'_elementor_pro_version','3.2.1'),(3670,777,'_elementor_edit_mode','builder'),(3671,777,'_elementor_template_type','wp-page'),(3672,777,'_elementor_version','3.2.5'),(3673,777,'_wp_page_template','default'),(3674,777,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3675,777,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3676,777,'_elementor_pro_version','3.2.1'),(3678,778,'_elementor_edit_mode','builder'),(3679,778,'_elementor_template_type','wp-page'),(3680,778,'_elementor_version','3.2.5'),(3681,778,'_wp_page_template','default'),(3682,778,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3683,778,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3684,778,'_elementor_pro_version','3.2.1'),(3688,779,'_elementor_edit_mode','builder'),(3689,779,'_elementor_template_type','wp-page'),(3690,779,'_elementor_version','3.2.5'),(3691,779,'_wp_page_template','default'),(3692,779,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3693,779,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3694,779,'_elementor_pro_version','3.2.1'),(3696,780,'_elementor_edit_mode','builder'),(3697,780,'_elementor_template_type','wp-page'),(3698,780,'_elementor_version','3.2.5'),(3699,780,'_wp_page_template','default'),(3700,780,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3701,780,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3702,780,'_elementor_pro_version','3.2.1'),(3704,781,'_elementor_edit_mode','builder'),(3705,781,'_elementor_template_type','wp-page'),(3706,781,'_elementor_version','3.2.5'),(3707,781,'_wp_page_template','default'),(3708,781,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3709,781,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3710,781,'_elementor_pro_version','3.2.1'),(3729,784,'_elementor_edit_mode','builder'),(3730,784,'_elementor_template_type','wp-page'),(3731,784,'_elementor_version','3.2.5'),(3732,784,'_wp_page_template','default'),(3733,784,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3726,783,'_wp_attached_file','2021/07/Online-auction.jpg'),(3727,783,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:504;s:6:\"height\";i:504;s:4:\"file\";s:26:\"2021/07/Online-auction.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Online-auction-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Online-auction-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3750,786,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3751,786,'_elementor_pro_version','3.2.1'),(3745,786,'_elementor_edit_mode','builder'),(3746,786,'_elementor_template_type','wp-page'),(3747,786,'_elementor_version','3.2.5'),(3748,786,'_wp_page_template','default'),(3749,786,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"91e8fbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Online-auction.jpg\",\"id\":783}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"42d61d7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0e03bee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bidding Open Click to Bid\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3734,784,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3735,784,'_elementor_pro_version','3.2.1'),(3737,785,'_elementor_edit_mode','builder'),(3738,785,'_elementor_template_type','wp-page'),(3739,785,'_elementor_version','3.2.5'),(3740,785,'_wp_page_template','default'),(3741,785,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3742,785,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3743,785,'_elementor_pro_version','3.2.1'),(3755,787,'_elementor_edit_mode','builder'),(3756,787,'_elementor_template_type','wp-page'),(3757,787,'_elementor_version','3.2.5'),(3758,787,'_wp_page_template','default'),(3759,787,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"91e8fbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Online-auction.jpg\",\"id\":783}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"42d61d7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0e03bee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bidding Open Click to Bid\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3760,787,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3761,787,'_elementor_pro_version','3.2.1'),(3763,788,'_elementor_edit_mode','builder'),(3764,788,'_elementor_template_type','wp-page'),(3765,788,'_elementor_version','3.2.5'),(3766,788,'_wp_page_template','default'),(3767,788,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"91e8fbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Online-auction.jpg\",\"id\":783}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"42d61d7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0e03bee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bidding Open Click to Bid\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3768,788,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3769,788,'_elementor_pro_version','3.2.1'),(3771,789,'_elementor_edit_mode','builder'),(3772,789,'_elementor_template_type','wp-page'),(3773,789,'_elementor_version','3.2.5'),(3774,789,'_wp_page_template','default'),(3775,789,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"91e8fbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Online-auction.jpg\",\"id\":783}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"42d61d7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0e03bee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bidding Open Click to Bid\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3776,789,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3777,789,'_elementor_pro_version','3.2.1'),(3781,790,'_elementor_edit_mode','builder'),(3782,790,'_elementor_template_type','wp-page'),(3783,790,'_elementor_version','3.2.5'),(3784,790,'_wp_page_template','default'),(3785,790,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"91e8fbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Online-auction.jpg\",\"id\":783}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"42d61d7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0e03bee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bidding Open Click to Bid\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3786,790,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3787,790,'_elementor_pro_version','3.2.1'),(3789,791,'_elementor_edit_mode','builder'),(3790,791,'_elementor_template_type','wp-page'),(3791,791,'_elementor_version','3.2.5'),(3792,791,'_wp_page_template','default'),(3793,791,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"91e8fbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Online-auction.jpg\",\"id\":783}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"42d61d7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0e03bee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bidding Open Click to Bid\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3794,791,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3795,791,'_elementor_pro_version','3.2.1'),(3849,798,'_elementor_edit_mode','builder'),(3797,792,'_elementor_edit_mode','builder'),(3798,792,'_elementor_template_type','wp-page'),(3799,792,'_elementor_version','3.2.5'),(3800,792,'_wp_page_template','default'),(3801,792,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"91e8fbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Online-auction.jpg\",\"id\":783}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"42d61d7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0e03bee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bidding Open Click to Bid\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3802,792,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3803,792,'_elementor_pro_version','3.2.1'),(3807,793,'_elementor_edit_mode','builder'),(3808,793,'_elementor_template_type','wp-page'),(3809,793,'_elementor_version','3.2.5'),(3810,793,'_wp_page_template','default'),(3811,793,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"91e8fbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Online-auction.jpg\",\"id\":783}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"42d61d7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0e03bee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bidding Open Click to Bid\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3812,793,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3813,793,'_elementor_pro_version','3.2.1'),(3815,794,'_elementor_edit_mode','builder'),(3816,794,'_elementor_template_type','wp-page'),(3817,794,'_elementor_version','3.2.5'),(3818,794,'_wp_page_template','default'),(3819,794,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"91e8fbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Online-auction.jpg\",\"id\":783}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"42d61d7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0e03bee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bidding Open Click to Bid\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3820,794,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3821,794,'_elementor_pro_version','3.2.1'),(3823,795,'_elementor_edit_mode','builder'),(3824,795,'_elementor_template_type','wp-page'),(3825,795,'_elementor_version','3.2.5'),(3826,795,'_wp_page_template','default'),(3827,795,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"91e8fbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Online-auction.jpg\",\"id\":783}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"42d61d7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0e03bee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bidding Open Click to Bid\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]');
INSERT INTO `wpxo_postmeta` VALUES (3828,795,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3829,795,'_elementor_pro_version','3.2.1'),(3833,796,'_elementor_edit_mode','builder'),(3834,796,'_elementor_template_type','wp-page'),(3835,796,'_elementor_version','3.2.5'),(3836,796,'_wp_page_template','default'),(3837,796,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"91e8fbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Online-auction.jpg\",\"id\":783}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"42d61d7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0e03bee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bidding Open Click to Bid\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3838,796,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3839,796,'_elementor_pro_version','3.2.1'),(3841,797,'_elementor_edit_mode','builder'),(3842,797,'_elementor_template_type','wp-page'),(3843,797,'_elementor_version','3.2.5'),(3844,797,'_wp_page_template','default'),(3845,797,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"91e8fbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Online-auction.jpg\",\"id\":783}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"42d61d7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0e03bee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bidding Open Click to Bid\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3846,797,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3847,797,'_elementor_pro_version','3.2.1'),(3850,798,'_elementor_template_type','wp-page'),(3851,798,'_elementor_version','3.2.5'),(3852,798,'_wp_page_template','default'),(3853,798,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"91e8fbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Online-auction.jpg\",\"id\":783}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"0e03bee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bidding Open Click to Bid\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3854,798,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3855,798,'_elementor_pro_version','3.2.1'),(3871,801,'_elementor_edit_mode','builder'),(3872,801,'_elementor_template_type','wp-page'),(3873,801,'_elementor_version','3.2.5'),(3874,801,'_wp_page_template','default'),(3875,801,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"91e8fbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Online-auction.jpg\",\"id\":783}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"0e03bee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bidding Open Click to Bid\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3859,799,'_wp_attached_file','2021/07/Culinary-catch.jpg'),(3860,799,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:504;s:6:\"height\";i:504;s:4:\"file\";s:26:\"2021/07/Culinary-catch.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Culinary-catch-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Culinary-catch-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3892,803,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3893,803,'_elementor_pro_version','3.2.1'),(3891,803,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"91e8fbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Online-auction.jpg\",\"id\":783}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"0e03bee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bidding Open Click to Bid\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"1c4233f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"1182b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e06677b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase Tickets\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"91ca4cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"cdb8c17\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2e87b3f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary-catch.jpg\",\"id\":799}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3887,803,'_elementor_edit_mode','builder'),(3888,803,'_elementor_template_type','wp-page'),(3889,803,'_elementor_version','3.2.5'),(3890,803,'_wp_page_template','default'),(3876,801,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3877,801,'_elementor_pro_version','3.2.1'),(3879,802,'_elementor_edit_mode','builder'),(3880,802,'_elementor_template_type','wp-page'),(3881,802,'_elementor_version','3.2.5'),(3882,802,'_wp_page_template','default'),(3883,802,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"91e8fbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Online-auction.jpg\",\"id\":783}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"0e03bee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bidding Open Click to Bid\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3884,802,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3885,802,'_elementor_pro_version','3.2.1'),(3897,804,'_elementor_edit_mode','builder'),(3898,804,'_elementor_template_type','wp-page'),(3899,804,'_elementor_version','3.2.5'),(3900,804,'_wp_page_template','default'),(3901,804,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"91e8fbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Online-auction.jpg\",\"id\":783}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"0e03bee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bidding Open Click to Bid\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"1c4233f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"1182b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e06677b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase Tickets\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"91ca4cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"cdb8c17\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2e87b3f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary-catch.jpg\",\"id\":799}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3902,804,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3903,804,'_elementor_pro_version','3.2.1'),(3905,805,'_elementor_edit_mode','builder'),(3906,805,'_elementor_template_type','wp-page'),(3907,805,'_elementor_version','3.2.5'),(3908,805,'_wp_page_template','default'),(3909,805,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"91e8fbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Online-auction.jpg\",\"id\":783}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"0e03bee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bidding Open Click to Bid\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"1c4233f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"1182b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e06677b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase Tickets\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"91ca4cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"cdb8c17\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2e87b3f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary-catch.jpg\",\"id\":799}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3910,805,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3911,805,'_elementor_pro_version','3.2.1'),(3966,812,'_elementor_template_type','wp-page'),(3967,812,'_elementor_version','3.2.5'),(3968,812,'_wp_page_template','default'),(3969,812,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"91e8fbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Online-auction.jpg\",\"id\":783}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"0e03bee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bidding Open Click to Bid\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"1c4233f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"1182b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e06677b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase Tickets\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"cf27e70\",\"elType\":\"widget\",\"settings\":{\"text\":\"1 Ticket for $5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e5dca1\",\"elType\":\"widget\",\"settings\":{\"text\":\"5 Ticket for $20\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"937462c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"de813e0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Purchase your Culinary Catchall tickets to win 52 giftcards to local restaurants! That\'s right - you can eat out once a week for free for a YEAR! It\'s the best drawing in town and all the proceeds go to support our 3 programs for families moving from homelessness to stable housing. Tickets are $5 for one ticket and $20 for 5 tickets! Get yours today and make sure to check back November 6 to hear who won!\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"cdb8c17\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2e87b3f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary-catch.jpg\",\"id\":799}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3913,806,'_elementor_edit_mode','builder'),(3914,806,'_elementor_template_type','wp-page'),(3915,806,'_elementor_version','3.2.5'),(3916,806,'_wp_page_template','default'),(3917,806,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"91e8fbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Online-auction.jpg\",\"id\":783}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"0e03bee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bidding Open Click to Bid\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"1c4233f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"1182b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e06677b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase Tickets\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"cf27e70\",\"elType\":\"widget\",\"settings\":{\"text\":\"1 Ticket for $5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e5dca1\",\"elType\":\"widget\",\"settings\":{\"text\":\"1 Ticket for $5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"91ca4cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"cdb8c17\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2e87b3f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary-catch.jpg\",\"id\":799}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3918,806,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3919,806,'_elementor_pro_version','3.2.1'),(3923,807,'_elementor_edit_mode','builder'),(3924,807,'_elementor_template_type','wp-page'),(3925,807,'_elementor_version','3.2.5'),(3926,807,'_wp_page_template','default'),(3927,807,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"91e8fbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Online-auction.jpg\",\"id\":783}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"0e03bee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bidding Open Click to Bid\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"1c4233f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"1182b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e06677b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase Tickets\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"cf27e70\",\"elType\":\"widget\",\"settings\":{\"text\":\"1 Ticket for $5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e5dca1\",\"elType\":\"widget\",\"settings\":{\"text\":\"1 Ticket for $5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"91ca4cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"cdb8c17\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2e87b3f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary-catch.jpg\",\"id\":799}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3928,807,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3929,807,'_elementor_pro_version','3.2.1'),(3931,808,'_elementor_edit_mode','builder'),(3932,808,'_elementor_template_type','wp-page'),(3933,808,'_elementor_version','3.2.5'),(3934,808,'_wp_page_template','default'),(3935,808,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"91e8fbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Online-auction.jpg\",\"id\":783}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"0e03bee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bidding Open Click to Bid\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"1c4233f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"1182b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e06677b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase Tickets\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"cf27e70\",\"elType\":\"widget\",\"settings\":{\"text\":\"1 Ticket for $5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e5dca1\",\"elType\":\"widget\",\"settings\":{\"text\":\"1 Ticket for $5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"91ca4cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"cdb8c17\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2e87b3f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary-catch.jpg\",\"id\":799}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3936,808,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3937,808,'_elementor_pro_version','3.2.1'),(3965,812,'_elementor_edit_mode','builder'),(3939,809,'_elementor_edit_mode','builder'),(3940,809,'_elementor_template_type','wp-page'),(3941,809,'_elementor_version','3.2.5'),(3942,809,'_wp_page_template','default'),(3943,809,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"91e8fbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Online-auction.jpg\",\"id\":783}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"0e03bee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bidding Open Click to Bid\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"1c4233f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"1182b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e06677b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase Tickets\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"cf27e70\",\"elType\":\"widget\",\"settings\":{\"text\":\"1 Ticket for $5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e5dca1\",\"elType\":\"widget\",\"settings\":{\"text\":\"5 Ticket for $20\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"91ca4cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"cdb8c17\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2e87b3f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary-catch.jpg\",\"id\":799}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3944,809,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3945,809,'_elementor_pro_version','3.2.1'),(3949,810,'_elementor_edit_mode','builder'),(3950,810,'_elementor_template_type','wp-page'),(3951,810,'_elementor_version','3.2.5'),(3952,810,'_wp_page_template','default'),(3953,810,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"91e8fbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Online-auction.jpg\",\"id\":783}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"0e03bee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bidding Open Click to Bid\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"1c4233f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"1182b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e06677b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase Tickets\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"cf27e70\",\"elType\":\"widget\",\"settings\":{\"text\":\"1 Ticket for $5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e5dca1\",\"elType\":\"widget\",\"settings\":{\"text\":\"5 Ticket for $20\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"91ca4cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"cdb8c17\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2e87b3f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary-catch.jpg\",\"id\":799}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3954,810,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3955,810,'_elementor_pro_version','3.2.1'),(3957,811,'_elementor_edit_mode','builder'),(3958,811,'_elementor_template_type','wp-page'),(3959,811,'_elementor_version','3.2.5'),(3960,811,'_wp_page_template','default'),(3961,811,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"91e8fbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Online-auction.jpg\",\"id\":783}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"0e03bee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bidding Open Click to Bid\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"1c4233f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"1182b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e06677b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase Tickets\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"cf27e70\",\"elType\":\"widget\",\"settings\":{\"text\":\"1 Ticket for $5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e5dca1\",\"elType\":\"widget\",\"settings\":{\"text\":\"5 Ticket for $20\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"91ca4cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"cdb8c17\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2e87b3f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary-catch.jpg\",\"id\":799}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3962,811,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3963,811,'_elementor_pro_version','3.2.1'),(3970,812,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3971,812,'_elementor_pro_version','3.2.1'),(3975,813,'_elementor_edit_mode','builder'),(3976,813,'_elementor_template_type','wp-page'),(3977,813,'_elementor_version','3.2.5'),(3978,813,'_wp_page_template','default'),(3979,813,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"91e8fbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Online-auction.jpg\",\"id\":783}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"0e03bee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bidding Open Click to Bid\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"1c4233f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"1182b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e06677b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase Tickets\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"cf27e70\",\"elType\":\"widget\",\"settings\":{\"text\":\"1 Ticket for $5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e5dca1\",\"elType\":\"widget\",\"settings\":{\"text\":\"5 Ticket for $20\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"937462c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"de813e0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Purchase your Culinary Catchall tickets to win 52 giftcards to local restaurants! That\'s right - you can eat out once a week for free for a YEAR! It\'s the best drawing in town and all the proceeds go to support our 3 programs for families moving from homelessness to stable housing. Tickets are $5 for one ticket and $20 for 5 tickets! Get yours today and make sure to check back November 6 to hear who won!\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"cdb8c17\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2e87b3f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary-catch.jpg\",\"id\":799}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3980,813,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3981,813,'_elementor_pro_version','3.2.1'),(3983,814,'_elementor_edit_mode','builder'),(3984,814,'_elementor_template_type','wp-page'),(3985,814,'_elementor_version','3.2.5'),(3986,814,'_wp_page_template','default'),(3987,814,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"91e8fbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Online-auction.jpg\",\"id\":783}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"0e03bee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bidding Open Click to Bid\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"1c4233f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"1182b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e06677b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase Tickets\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"cf27e70\",\"elType\":\"widget\",\"settings\":{\"text\":\"1 Ticket for $5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e5dca1\",\"elType\":\"widget\",\"settings\":{\"text\":\"5 Ticket for $20\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"937462c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"de813e0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Purchase your Culinary Catchall tickets to win 52 giftcards to local restaurants! That\'s right - you can eat out once a week for free for a YEAR! It\'s the best drawing in town and all the proceeds go to support our 3 programs for families moving from homelessness to stable housing. Tickets are $5 for one ticket and $20 for 5 tickets! Get yours today and make sure to check back November 6 to hear who won!\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"cdb8c17\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2e87b3f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary-catch.jpg\",\"id\":799}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3988,814,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3989,814,'_elementor_pro_version','3.2.1'),(3991,815,'_elementor_edit_mode','builder'),(3992,815,'_elementor_template_type','wp-page'),(3993,815,'_elementor_version','3.2.5'),(3994,815,'_wp_page_template','default'),(3995,815,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"91e8fbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Online-auction.jpg\",\"id\":783}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"0e03bee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bidding Open Click to Bid\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"1c4233f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"1182b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e06677b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase Tickets\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"cf27e70\",\"elType\":\"widget\",\"settings\":{\"text\":\"1 Ticket for $5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e5dca1\",\"elType\":\"widget\",\"settings\":{\"text\":\"5 Ticket for $20\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"937462c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"de813e0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Purchase your Culinary Catchall tickets to win 52 giftcards to local restaurants! That\'s right - you can eat out once a week for free for a YEAR! It\'s the best drawing in town and all the proceeds go to support our 3 programs for families moving from homelessness to stable housing. Tickets are $5 for one ticket and $20 for 5 tickets! Get yours today and make sure to check back November 6 to hear who won!\\n\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"96318fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Winner will be drawn at 9pm the evening of November 6, the final night of our Virtual Silent Auction.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"cdb8c17\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2e87b3f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary-catch.jpg\",\"id\":799}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(3996,815,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3997,815,'_elementor_pro_version','3.2.1'),(4001,816,'_elementor_edit_mode','builder'),(4002,816,'_elementor_template_type','wp-page'),(4003,816,'_elementor_version','3.2.5'),(4004,816,'_wp_page_template','default'),(4005,816,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"91e8fbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Online-auction.jpg\",\"id\":783}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"0e03bee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bidding Open Click to Bid\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"1c4233f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"1182b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e06677b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase Tickets\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"cf27e70\",\"elType\":\"widget\",\"settings\":{\"text\":\"1 Ticket for $5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e5dca1\",\"elType\":\"widget\",\"settings\":{\"text\":\"5 Ticket for $20\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"937462c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"de813e0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Purchase your Culinary Catchall tickets to win 52 giftcards to local restaurants! That\'s right - you can eat out once a week for free for a YEAR! It\'s the best drawing in town and all the proceeds go to support our 3 programs for families moving from homelessness to stable housing. Tickets are $5 for one ticket and $20 for 5 tickets! Get yours today and make sure to check back November 6 to hear who won!\\n\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"96318fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Winner will be drawn at 9pm the evening of November 6, the final night of our Virtual Silent Auction.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"cdb8c17\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2e87b3f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary-catch.jpg\",\"id\":799}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4006,816,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4007,816,'_elementor_pro_version','3.2.1'),(4009,817,'_elementor_edit_mode','builder'),(4010,817,'_elementor_template_type','wp-page'),(4011,817,'_elementor_version','3.2.5'),(4012,817,'_wp_page_template','default'),(4013,817,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"91e8fbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Online-auction.jpg\",\"id\":783}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"0e03bee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bidding Open Click to Bid\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"1c4233f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"1182b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e06677b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase Tickets\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"cf27e70\",\"elType\":\"widget\",\"settings\":{\"text\":\"1 Ticket for $5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e5dca1\",\"elType\":\"widget\",\"settings\":{\"text\":\"5 Ticket for $20\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"937462c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"de813e0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Purchase your Culinary Catchall tickets to win 52 giftcards to local restaurants! That\'s right - you can eat out once a week for free for a YEAR! It\'s the best drawing in town and all the proceeds go to support our 3 programs for families moving from homelessness to stable housing. Tickets are $5 for one ticket and $20 for 5 tickets! Get yours today and make sure to check back November 6 to hear who won!\\n\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"96318fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Winner will be drawn at 9pm the evening of November 6, the final night of our Virtual Silent Auction.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"cdb8c17\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2e87b3f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary-catch.jpg\",\"id\":799}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4014,817,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4015,817,'_elementor_pro_version','3.2.1'),(4070,824,'_elementor_template_type','wp-page'),(4071,824,'_elementor_version','3.2.5'),(4072,824,'_wp_page_template','default'),(4073,824,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"91e8fbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Online-auction.jpg\",\"id\":783}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"0e03bee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bidding Open Click to Bid\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"1c4233f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"1182b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e06677b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase Tickets\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"cf27e70\",\"elType\":\"widget\",\"settings\":{\"text\":\"1 Ticket for $5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e5dca1\",\"elType\":\"widget\",\"settings\":{\"text\":\"5 Ticket for $20\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"937462c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"de813e0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Purchase your Culinary Catchall tickets to win 52 giftcards to local restaurants! That\'s right - you can eat out once a week for free for a YEAR! It\'s the best drawing in town and all the proceeds go to support our 3 programs for families moving from homelessness to stable housing. Tickets are $5 for one ticket and $20 for 5 tickets! Get yours today and make sure to check back November 6 to hear who won!\\n\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"96318fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Winner will be drawn at 9pm the evening of November 6, the final night of our Virtual Silent Auction.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58aff7c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support Local Restaurant\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"062c1e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Thanks to your generosity we have met our goal (and surpassed it!) for the Culinary Catchall! Get your tickets for your chance to win the First, Second or Third prize baskets of local gift certificates! \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"cdb8c17\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\"},\"elements\":[{\"id\":\"2e87b3f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary-catch.jpg\",\"id\":799}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4017,818,'_elementor_edit_mode','builder'),(4018,818,'_elementor_template_type','wp-page'),(4019,818,'_elementor_version','3.2.5'),(4020,818,'_wp_page_template','default'),(4021,818,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"91e8fbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Online-auction.jpg\",\"id\":783}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"0e03bee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bidding Open Click to Bid\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"1c4233f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"1182b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e06677b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase Tickets\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"cf27e70\",\"elType\":\"widget\",\"settings\":{\"text\":\"1 Ticket for $5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e5dca1\",\"elType\":\"widget\",\"settings\":{\"text\":\"5 Ticket for $20\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"937462c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"de813e0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Purchase your Culinary Catchall tickets to win 52 giftcards to local restaurants! That\'s right - you can eat out once a week for free for a YEAR! It\'s the best drawing in town and all the proceeds go to support our 3 programs for families moving from homelessness to stable housing. Tickets are $5 for one ticket and $20 for 5 tickets! Get yours today and make sure to check back November 6 to hear who won!\\n\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"96318fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Winner will be drawn at 9pm the evening of November 6, the final night of our Virtual Silent Auction.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58aff7c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support Local Restaurant\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"062c1e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Thanks to your generosity we have met our goal (and surpassed it!) for the Culinary Catchall! Get your tickets for your chance to win the First, Second or Third prize baskets of local gift certificates! \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"cdb8c17\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2e87b3f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary-catch.jpg\",\"id\":799}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4022,818,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4023,818,'_elementor_pro_version','3.2.1'),(4027,819,'_elementor_edit_mode','builder'),(4028,819,'_elementor_template_type','wp-page'),(4029,819,'_elementor_version','3.2.5'),(4030,819,'_wp_page_template','default'),(4031,819,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"91e8fbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Online-auction.jpg\",\"id\":783}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"0e03bee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bidding Open Click to Bid\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"1c4233f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"1182b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e06677b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase Tickets\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"cf27e70\",\"elType\":\"widget\",\"settings\":{\"text\":\"1 Ticket for $5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e5dca1\",\"elType\":\"widget\",\"settings\":{\"text\":\"5 Ticket for $20\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"937462c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"de813e0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Purchase your Culinary Catchall tickets to win 52 giftcards to local restaurants! That\'s right - you can eat out once a week for free for a YEAR! It\'s the best drawing in town and all the proceeds go to support our 3 programs for families moving from homelessness to stable housing. Tickets are $5 for one ticket and $20 for 5 tickets! Get yours today and make sure to check back November 6 to hear who won!\\n\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"96318fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Winner will be drawn at 9pm the evening of November 6, the final night of our Virtual Silent Auction.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58aff7c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support Local Restaurant\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"062c1e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Thanks to your generosity we have met our goal (and surpassed it!) for the Culinary Catchall! Get your tickets for your chance to win the First, Second or Third prize baskets of local gift certificates! \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"cdb8c17\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2e87b3f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary-catch.jpg\",\"id\":799}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4032,819,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4033,819,'_elementor_pro_version','3.2.1'),(4035,820,'_elementor_edit_mode','builder'),(4036,820,'_elementor_template_type','wp-page'),(4037,820,'_elementor_version','3.2.5'),(4038,820,'_wp_page_template','default'),(4039,820,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"91e8fbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Online-auction.jpg\",\"id\":783}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"0e03bee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bidding Open Click to Bid\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"1c4233f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"1182b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e06677b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase Tickets\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"cf27e70\",\"elType\":\"widget\",\"settings\":{\"text\":\"1 Ticket for $5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e5dca1\",\"elType\":\"widget\",\"settings\":{\"text\":\"5 Ticket for $20\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"937462c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"de813e0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Purchase your Culinary Catchall tickets to win 52 giftcards to local restaurants! That\'s right - you can eat out once a week for free for a YEAR! It\'s the best drawing in town and all the proceeds go to support our 3 programs for families moving from homelessness to stable housing. Tickets are $5 for one ticket and $20 for 5 tickets! Get yours today and make sure to check back November 6 to hear who won!\\n\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"96318fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Winner will be drawn at 9pm the evening of November 6, the final night of our Virtual Silent Auction.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58aff7c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support Local Restaurant\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"062c1e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Thanks to your generosity we have met our goal (and surpassed it!) for the Culinary Catchall! Get your tickets for your chance to win the First, Second or Third prize baskets of local gift certificates! \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"cdb8c17\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2e87b3f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary-catch.jpg\",\"id\":799}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4040,820,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4041,820,'_elementor_pro_version','3.2.1'),(4069,824,'_elementor_edit_mode','builder'),(4043,821,'_elementor_edit_mode','builder'),(4044,821,'_elementor_template_type','wp-page'),(4045,821,'_elementor_version','3.2.5'),(4046,821,'_wp_page_template','default'),(4047,821,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"91e8fbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Online-auction.jpg\",\"id\":783}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"0e03bee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bidding Open Click to Bid\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"1c4233f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"1182b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e06677b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase Tickets\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"cf27e70\",\"elType\":\"widget\",\"settings\":{\"text\":\"1 Ticket for $5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e5dca1\",\"elType\":\"widget\",\"settings\":{\"text\":\"5 Ticket for $20\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"937462c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"de813e0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Purchase your Culinary Catchall tickets to win 52 giftcards to local restaurants! That\'s right - you can eat out once a week for free for a YEAR! It\'s the best drawing in town and all the proceeds go to support our 3 programs for families moving from homelessness to stable housing. Tickets are $5 for one ticket and $20 for 5 tickets! Get yours today and make sure to check back November 6 to hear who won!\\n\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"96318fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Winner will be drawn at 9pm the evening of November 6, the final night of our Virtual Silent Auction.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58aff7c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support Local Restaurant\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"062c1e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Thanks to your generosity we have met our goal (and surpassed it!) for the Culinary Catchall! Get your tickets for your chance to win the First, Second or Third prize baskets of local gift certificates! \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"cdb8c17\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\"},\"elements\":[{\"id\":\"2e87b3f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary-catch.jpg\",\"id\":799}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4048,821,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4049,821,'_elementor_pro_version','3.2.1'),(4053,822,'_elementor_edit_mode','builder'),(4054,822,'_elementor_template_type','wp-page'),(4055,822,'_elementor_version','3.2.5'),(4056,822,'_wp_page_template','default'),(4057,822,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"91e8fbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Online-auction.jpg\",\"id\":783}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"0e03bee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bidding Open Click to Bid\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"1c4233f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"1182b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e06677b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase Tickets\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"cf27e70\",\"elType\":\"widget\",\"settings\":{\"text\":\"1 Ticket for $5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e5dca1\",\"elType\":\"widget\",\"settings\":{\"text\":\"5 Ticket for $20\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"937462c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"de813e0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Purchase your Culinary Catchall tickets to win 52 giftcards to local restaurants! That\'s right - you can eat out once a week for free for a YEAR! It\'s the best drawing in town and all the proceeds go to support our 3 programs for families moving from homelessness to stable housing. Tickets are $5 for one ticket and $20 for 5 tickets! Get yours today and make sure to check back November 6 to hear who won!\\n\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"96318fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Winner will be drawn at 9pm the evening of November 6, the final night of our Virtual Silent Auction.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58aff7c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support Local Restaurant\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"062c1e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Thanks to your generosity we have met our goal (and surpassed it!) for the Culinary Catchall! Get your tickets for your chance to win the First, Second or Third prize baskets of local gift certificates! \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"cdb8c17\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\"},\"elements\":[{\"id\":\"2e87b3f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary-catch.jpg\",\"id\":799}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]');
INSERT INTO `wpxo_postmeta` VALUES (4058,822,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4059,822,'_elementor_pro_version','3.2.1'),(4061,823,'_elementor_edit_mode','builder'),(4062,823,'_elementor_template_type','wp-page'),(4063,823,'_elementor_version','3.2.5'),(4064,823,'_wp_page_template','default'),(4065,823,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"91e8fbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Online-auction.jpg\",\"id\":783}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"0e03bee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bidding Open Click to Bid\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"1c4233f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"1182b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e06677b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase Tickets\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"cf27e70\",\"elType\":\"widget\",\"settings\":{\"text\":\"1 Ticket for $5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e5dca1\",\"elType\":\"widget\",\"settings\":{\"text\":\"5 Ticket for $20\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"937462c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"de813e0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Purchase your Culinary Catchall tickets to win 52 giftcards to local restaurants! That\'s right - you can eat out once a week for free for a YEAR! It\'s the best drawing in town and all the proceeds go to support our 3 programs for families moving from homelessness to stable housing. Tickets are $5 for one ticket and $20 for 5 tickets! Get yours today and make sure to check back November 6 to hear who won!\\n\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"96318fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Winner will be drawn at 9pm the evening of November 6, the final night of our Virtual Silent Auction.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58aff7c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support Local Restaurant\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"062c1e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Thanks to your generosity we have met our goal (and surpassed it!) for the Culinary Catchall! Get your tickets for your chance to win the First, Second or Third prize baskets of local gift certificates! \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"cdb8c17\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\"},\"elements\":[{\"id\":\"2e87b3f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary-catch.jpg\",\"id\":799}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4066,823,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4067,823,'_elementor_pro_version','3.2.1'),(4075,824,'_elementor_pro_version','3.2.1'),(4079,825,'_elementor_edit_mode','builder'),(4080,825,'_elementor_template_type','wp-page'),(4081,825,'_elementor_version','3.2.5'),(4082,825,'_wp_page_template','default'),(4083,825,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"91e8fbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Online-auction.jpg\",\"id\":783}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"0e03bee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bidding Open Click to Bid\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"1c4233f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"1182b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e06677b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase Tickets\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"cf27e70\",\"elType\":\"widget\",\"settings\":{\"text\":\"1 Ticket for $5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e5dca1\",\"elType\":\"widget\",\"settings\":{\"text\":\"5 Ticket for $20\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"937462c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"de813e0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Purchase your Culinary Catchall tickets to win 52 giftcards to local restaurants! That\'s right - you can eat out once a week for free for a YEAR! It\'s the best drawing in town and all the proceeds go to support our 3 programs for families moving from homelessness to stable housing. Tickets are $5 for one ticket and $20 for 5 tickets! Get yours today and make sure to check back November 6 to hear who won!\\n\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"96318fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Winner will be drawn at 9pm the evening of November 6, the final night of our Virtual Silent Auction.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58aff7c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support Local Restaurant\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"062c1e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Thanks to your generosity we have met our goal (and surpassed it!) for the Culinary Catchall! Get your tickets for your chance to win the First, Second or Third prize baskets of local gift certificates! \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"cdb8c17\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\"},\"elements\":[{\"id\":\"2e87b3f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary-catch.jpg\",\"id\":799}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4084,825,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4085,825,'_elementor_pro_version','3.2.1'),(4087,826,'_elementor_edit_mode','builder'),(4088,826,'_elementor_template_type','wp-page'),(4089,826,'_elementor_version','3.2.5'),(4090,826,'_wp_page_template','default'),(4091,826,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"91e8fbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Online-auction.jpg\",\"id\":783}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"0e03bee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bidding Open Click to Bid\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"1c4233f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"1182b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e06677b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase Tickets\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"cf27e70\",\"elType\":\"widget\",\"settings\":{\"text\":\"1 Ticket for $5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e5dca1\",\"elType\":\"widget\",\"settings\":{\"text\":\"5 Ticket for $20\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"937462c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"de813e0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Purchase your Culinary Catchall tickets to win 52 giftcards to local restaurants! That\'s right - you can eat out once a week for free for a YEAR! It\'s the best drawing in town and all the proceeds go to support our 3 programs for families moving from homelessness to stable housing. Tickets are $5 for one ticket and $20 for 5 tickets! Get yours today and make sure to check back November 6 to hear who won!\\n\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"96318fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Winner will be drawn at 9pm the evening of November 6, the final night of our Virtual Silent Auction.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58aff7c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support Local Restaurant\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"062c1e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Thanks to your generosity we have met our goal (and surpassed it!) for the Culinary Catchall! Get your tickets for your chance to win the First, Second or Third prize baskets of local gift certificates! \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"cdb8c17\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\"},\"elements\":[{\"id\":\"2e87b3f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary-catch.jpg\",\"id\":799}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4092,826,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4093,826,'_elementor_pro_version','3.2.1'),(4095,827,'_elementor_edit_mode','builder'),(4096,827,'_elementor_template_type','wp-page'),(4097,827,'_elementor_version','3.2.5'),(4098,827,'_wp_page_template','default'),(4099,827,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"91e8fbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Online-auction.jpg\",\"id\":783}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0e03bee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bidding Open Click to Bid\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"1c4233f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"1182b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e06677b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase Tickets\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"cf27e70\",\"elType\":\"widget\",\"settings\":{\"text\":\"1 Ticket for $5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e5dca1\",\"elType\":\"widget\",\"settings\":{\"text\":\"5 Ticket for $20\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"937462c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"de813e0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Purchase your Culinary Catchall tickets to win 52 giftcards to local restaurants! That\'s right - you can eat out once a week for free for a YEAR! It\'s the best drawing in town and all the proceeds go to support our 3 programs for families moving from homelessness to stable housing. Tickets are $5 for one ticket and $20 for 5 tickets! Get yours today and make sure to check back November 6 to hear who won!\\n\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"96318fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Winner will be drawn at 9pm the evening of November 6, the final night of our Virtual Silent Auction.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58aff7c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support Local Restaurant\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"062c1e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Thanks to your generosity we have met our goal (and surpassed it!) for the Culinary Catchall! Get your tickets for your chance to win the First, Second or Third prize baskets of local gift certificates! \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"cdb8c17\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":100,\"content_position\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2e87b3f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary-catch.jpg\",\"id\":799}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4100,827,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4101,827,'_elementor_pro_version','3.2.1'),(4105,828,'_elementor_edit_mode','builder'),(4106,828,'_elementor_template_type','wp-page'),(4107,828,'_elementor_version','3.2.5'),(4108,828,'_wp_page_template','default'),(4109,828,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"91e8fbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Online-auction.jpg\",\"id\":783}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0e03bee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bidding Open Click to Bid\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"1c4233f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"1182b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e06677b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase Tickets\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"cf27e70\",\"elType\":\"widget\",\"settings\":{\"text\":\"1 Ticket for $5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e5dca1\",\"elType\":\"widget\",\"settings\":{\"text\":\"5 Ticket for $20\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"937462c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"de813e0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Purchase your Culinary Catchall tickets to win 52 giftcards to local restaurants! That\'s right - you can eat out once a week for free for a YEAR! It\'s the best drawing in town and all the proceeds go to support our 3 programs for families moving from homelessness to stable housing. Tickets are $5 for one ticket and $20 for 5 tickets! Get yours today and make sure to check back November 6 to hear who won!\\n\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"96318fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Winner will be drawn at 9pm the evening of November 6, the final night of our Virtual Silent Auction.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58aff7c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support Local Restaurant\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"062c1e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Thanks to your generosity we have met our goal (and surpassed it!) for the Culinary Catchall! Get your tickets for your chance to win the First, Second or Third prize baskets of local gift certificates! \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"cdb8c17\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":100,\"content_position\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2e87b3f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary-catch.jpg\",\"id\":799}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4110,828,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4111,828,'_elementor_pro_version','3.2.1'),(4113,829,'_elementor_edit_mode','builder'),(4114,829,'_elementor_template_type','wp-page'),(4115,829,'_elementor_version','3.2.5'),(4116,829,'_wp_page_template','default'),(4117,829,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"91e8fbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Online-auction.jpg\",\"id\":783}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0e03bee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bidding Open Click to Bid\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"1c4233f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"1182b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e06677b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase Tickets\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"cf27e70\",\"elType\":\"widget\",\"settings\":{\"text\":\"1 Ticket for $5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e5dca1\",\"elType\":\"widget\",\"settings\":{\"text\":\"5 Ticket for $20\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"937462c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"de813e0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Purchase your Culinary Catchall tickets to win 52 giftcards to local restaurants! That\'s right - you can eat out once a week for free for a YEAR! It\'s the best drawing in town and all the proceeds go to support our 3 programs for families moving from homelessness to stable housing. Tickets are $5 for one ticket and $20 for 5 tickets! Get yours today and make sure to check back November 6 to hear who won!\\n\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"96318fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Winner will be drawn at 9pm the evening of November 6, the final night of our Virtual Silent Auction.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58aff7c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support Local Restaurant\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"062c1e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Thanks to your generosity we have met our goal (and surpassed it!) for the Culinary Catchall! Get your tickets for your chance to win the First, Second or Third prize baskets of local gift certificates! \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"cdb8c17\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":100,\"content_position\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2e87b3f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary-catch.jpg\",\"id\":799}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4118,829,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4119,829,'_elementor_pro_version','3.2.1'),(4174,836,'_elementor_template_type','wp-page'),(4175,836,'_elementor_version','3.2.5'),(4176,836,'_wp_page_template','default'),(4177,836,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"91e8fbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Online-auction.jpg\",\"id\":783}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0e03bee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bidding Open Click to Bid\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"1c4233f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"1182b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e06677b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase Tickets\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"cf27e70\",\"elType\":\"widget\",\"settings\":{\"text\":\"1 Ticket for $5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e5dca1\",\"elType\":\"widget\",\"settings\":{\"text\":\"5 Ticket for $20\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"937462c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"de813e0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Purchase your Culinary Catchall tickets to win 52 giftcards to local restaurants! That\'s right - you can eat out once a week for free for a YEAR! It\'s the best drawing in town and all the proceeds go to support our 3 programs for families moving from homelessness to stable housing. Tickets are $5 for one ticket and $20 for 5 tickets! Get yours today and make sure to check back November 6 to hear who won!\\n\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"96318fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Winner will be drawn at 9pm the evening of November 6, the final night of our Virtual Silent Auction.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58aff7c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support Local Restaurant\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"062c1e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Thanks to your generosity we have met our goal (and surpassed it!) for the Culinary Catchall! Get your tickets for your chance to win the First, Second or Third prize baskets of local gift certificates! \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"cdb8c17\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":100,\"content_position\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2e87b3f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary-catch.jpg\",\"id\":799}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4121,830,'_elementor_edit_mode','builder'),(4122,830,'_elementor_template_type','wp-page'),(4123,830,'_elementor_version','3.2.5'),(4124,830,'_wp_page_template','default'),(4125,830,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"91e8fbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Online-auction.jpg\",\"id\":783}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0e03bee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bidding Open Click to Bid\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"1c4233f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"1182b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e06677b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase Tickets\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"cf27e70\",\"elType\":\"widget\",\"settings\":{\"text\":\"1 Ticket for $5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e5dca1\",\"elType\":\"widget\",\"settings\":{\"text\":\"5 Ticket for $20\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"937462c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"de813e0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Purchase your Culinary Catchall tickets to win 52 giftcards to local restaurants! That\'s right - you can eat out once a week for free for a YEAR! It\'s the best drawing in town and all the proceeds go to support our 3 programs for families moving from homelessness to stable housing. Tickets are $5 for one ticket and $20 for 5 tickets! Get yours today and make sure to check back November 6 to hear who won!\\n\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"96318fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Winner will be drawn at 9pm the evening of November 6, the final night of our Virtual Silent Auction.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58aff7c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support Local Restaurant\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"062c1e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Thanks to your generosity we have met our goal (and surpassed it!) for the Culinary Catchall! Get your tickets for your chance to win the First, Second or Third prize baskets of local gift certificates! \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"cdb8c17\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":100,\"content_position\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2e87b3f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary-catch.jpg\",\"id\":799}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4126,830,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4127,830,'_elementor_pro_version','3.2.1'),(4131,831,'_elementor_edit_mode','builder'),(4132,831,'_elementor_template_type','wp-page'),(4133,831,'_elementor_version','3.2.5'),(4134,831,'_wp_page_template','default'),(4135,831,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"91e8fbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Online-auction.jpg\",\"id\":783}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0e03bee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bidding Open Click to Bid\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"1c4233f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"1182b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e06677b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase Tickets\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"cf27e70\",\"elType\":\"widget\",\"settings\":{\"text\":\"1 Ticket for $5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e5dca1\",\"elType\":\"widget\",\"settings\":{\"text\":\"5 Ticket for $20\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"937462c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"de813e0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Purchase your Culinary Catchall tickets to win 52 giftcards to local restaurants! That\'s right - you can eat out once a week for free for a YEAR! It\'s the best drawing in town and all the proceeds go to support our 3 programs for families moving from homelessness to stable housing. Tickets are $5 for one ticket and $20 for 5 tickets! Get yours today and make sure to check back November 6 to hear who won!\\n\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"96318fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Winner will be drawn at 9pm the evening of November 6, the final night of our Virtual Silent Auction.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58aff7c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support Local Restaurant\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"062c1e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Thanks to your generosity we have met our goal (and surpassed it!) for the Culinary Catchall! Get your tickets for your chance to win the First, Second or Third prize baskets of local gift certificates! \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"cdb8c17\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":100,\"content_position\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2e87b3f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary-catch.jpg\",\"id\":799}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4136,831,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4137,831,'_elementor_pro_version','3.2.1'),(4139,832,'_elementor_edit_mode','builder'),(4140,832,'_elementor_template_type','wp-page'),(4141,832,'_elementor_version','3.2.5'),(4142,832,'_wp_page_template','default'),(4143,832,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"91e8fbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Online-auction.jpg\",\"id\":783}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0e03bee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bidding Open Click to Bid\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"1c4233f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"1182b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e06677b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase Tickets\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"cf27e70\",\"elType\":\"widget\",\"settings\":{\"text\":\"1 Ticket for $5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e5dca1\",\"elType\":\"widget\",\"settings\":{\"text\":\"5 Ticket for $20\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"937462c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"de813e0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Purchase your Culinary Catchall tickets to win 52 giftcards to local restaurants! That\'s right - you can eat out once a week for free for a YEAR! It\'s the best drawing in town and all the proceeds go to support our 3 programs for families moving from homelessness to stable housing. Tickets are $5 for one ticket and $20 for 5 tickets! Get yours today and make sure to check back November 6 to hear who won!\\n\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"96318fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Winner will be drawn at 9pm the evening of November 6, the final night of our Virtual Silent Auction.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58aff7c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support Local Restaurant\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"062c1e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Thanks to your generosity we have met our goal (and surpassed it!) for the Culinary Catchall! Get your tickets for your chance to win the First, Second or Third prize baskets of local gift certificates! \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"cdb8c17\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":100,\"content_position\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2e87b3f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary-catch.jpg\",\"id\":799}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4144,832,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4145,832,'_elementor_pro_version','3.2.1'),(4173,836,'_elementor_edit_mode','builder'),(4147,833,'_elementor_edit_mode','builder'),(4148,833,'_elementor_template_type','wp-page'),(4149,833,'_elementor_version','3.2.5'),(4150,833,'_wp_page_template','default'),(4151,833,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"91e8fbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Online-auction.jpg\",\"id\":783}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0e03bee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bidding Open Click to Bid\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"1c4233f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"1182b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e06677b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase Tickets\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"cf27e70\",\"elType\":\"widget\",\"settings\":{\"text\":\"1 Ticket for $5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e5dca1\",\"elType\":\"widget\",\"settings\":{\"text\":\"5 Ticket for $20\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"937462c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"de813e0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Purchase your Culinary Catchall tickets to win 52 giftcards to local restaurants! That\'s right - you can eat out once a week for free for a YEAR! It\'s the best drawing in town and all the proceeds go to support our 3 programs for families moving from homelessness to stable housing. Tickets are $5 for one ticket and $20 for 5 tickets! Get yours today and make sure to check back November 6 to hear who won!\\n\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"96318fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Winner will be drawn at 9pm the evening of November 6, the final night of our Virtual Silent Auction.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58aff7c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support Local Restaurant\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"062c1e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Thanks to your generosity we have met our goal (and surpassed it!) for the Culinary Catchall! Get your tickets for your chance to win the First, Second or Third prize baskets of local gift certificates! \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"cdb8c17\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":100,\"content_position\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2e87b3f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary-catch.jpg\",\"id\":799}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4152,833,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4153,833,'_elementor_pro_version','3.2.1'),(4157,834,'_elementor_edit_mode','builder'),(4158,834,'_elementor_template_type','wp-page'),(4159,834,'_elementor_version','3.2.5'),(4160,834,'_wp_page_template','default'),(4161,834,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"91e8fbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Online-auction.jpg\",\"id\":783}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0e03bee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bidding Open Click to Bid\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"1c4233f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"1182b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e06677b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase Tickets\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"cf27e70\",\"elType\":\"widget\",\"settings\":{\"text\":\"1 Ticket for $5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e5dca1\",\"elType\":\"widget\",\"settings\":{\"text\":\"5 Ticket for $20\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"937462c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"de813e0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Purchase your Culinary Catchall tickets to win 52 giftcards to local restaurants! That\'s right - you can eat out once a week for free for a YEAR! It\'s the best drawing in town and all the proceeds go to support our 3 programs for families moving from homelessness to stable housing. Tickets are $5 for one ticket and $20 for 5 tickets! Get yours today and make sure to check back November 6 to hear who won!\\n\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"96318fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Winner will be drawn at 9pm the evening of November 6, the final night of our Virtual Silent Auction.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58aff7c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support Local Restaurant\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"062c1e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Thanks to your generosity we have met our goal (and surpassed it!) for the Culinary Catchall! Get your tickets for your chance to win the First, Second or Third prize baskets of local gift certificates! \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"cdb8c17\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":100,\"content_position\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2e87b3f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary-catch.jpg\",\"id\":799}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4181,748,'_elementor_controls_usage','a:7:{s:6:\"button\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:8;s:5:\"align\";i:6;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:4;s:15:\"_padding_mobile\";i:2;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:21:\"typography_typography\";i:4;s:20:\"typography_font_size\";i:4;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:4;s:25:\"typography_letter_spacing\";i:4;s:12:\"text_padding\";i:1;s:19:\"text_padding_tablet\";i:2;s:32:\"typography_letter_spacing_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:5;s:14:\"padding_tablet\";i:7;s:14:\"padding_mobile\";i:5;s:13:\"margin_tablet\";i:3;s:13:\"margin_mobile\";i:3;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:5;s:16:\"content_position\";i:6;s:5:\"align\";i:4;s:19:\"_inline_size_tablet\";i:4;s:28:\"space_between_widgets_tablet\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:15:\"background_size\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:2;s:7:\"padding\";i:3;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}s:19:\"_section_responsive\";a:2:{s:20:\"reverse_order_tablet\";i:1;s:20:\"reverse_order_mobile\";i:1;}}s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}s:14:\"section_layout\";a:5:{s:6:\"layout\";i:1;s:3:\"gap\";i:4;s:6:\"height\";i:1;s:20:\"custom_height_mobile\";i:1;s:13:\"custom_height\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:4:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:5:\"align\";i:3;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:8:\"_padding\";i:1;s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:1;}}}}}'),(4162,834,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4163,834,'_elementor_pro_version','3.2.1'),(4165,835,'_elementor_edit_mode','builder'),(4166,835,'_elementor_template_type','wp-page'),(4167,835,'_elementor_version','3.2.5'),(4168,835,'_wp_page_template','default'),(4169,835,'_elementor_data','[{\"id\":\"6dd8334\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Virtual-Auction.jpg\",\"id\":751},\"content_position\":\"bottom\",\"align\":\"center\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"20ebaca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Virtual Auction\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"4e5eb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5f17d58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/harvest.jpg\",\"id\":752}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"89533c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary.jpg\",\"id\":753},\"content_position\":\"bottom\",\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"cbca20d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Culinary Raffle\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa21d9f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"909e4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47bede0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Around this time each year, AAHS prepares to host our annual Harvest for the Homeless benefit to raise funds and awareness for our programs. Regrettably, our 2020 event has been cancelled due to the COVID pandemic. At AAHS, we have worked hard to adjust our services to not only remain safely open for those families in our care, but also to expand our capacity to meet the rising need generated by this crisis. As of early September 2020, we have sheltered and\\/or housed over 50 families - 110 children and 65 adults - throughout the pandemic, and we continue to serve those vulnerable. We understand that these are challenging times for everyone and therefore have not solicited donations throughout the year. We hope that you will be able to support AAHS this year, as our work is more necessary than ever. Above all else, however, we hope this finds you and your family safe and healthy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf878ed\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/image.jpg\",\"id\":772},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"e3a2e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"8460f5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor Families At Chrishaun Foundation\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"100\",\"bottom\":\"20\",\"left\":\"100\",\"isLinked\":false},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"91e8fbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Online-auction.jpg\",\"id\":783}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0e03bee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bidding Open Click to Bid\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your Holiday shopping done! Our online auction is open and bidding ends Friday November 6 at 11:59pm! You\'ll need to set up a simple account to bid. Click here to register and place your bids! If you\'d like to bid outside the system or with check, please email oamato@helpathenshomeless.org the item you\'re bidding on and the amount you\'d like to bid. You can also email her with any auction questions! Happy Bidding and thank you for your support!\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"1c4233f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"1182b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e06677b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase Tickets\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"cf27e70\",\"elType\":\"widget\",\"settings\":{\"text\":\"1 Ticket for $5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e5dca1\",\"elType\":\"widget\",\"settings\":{\"text\":\"5 Ticket for $20\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"937462c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"de813e0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Purchase your Culinary Catchall tickets to win 52 giftcards to local restaurants! That\'s right - you can eat out once a week for free for a YEAR! It\'s the best drawing in town and all the proceeds go to support our 3 programs for families moving from homelessness to stable housing. Tickets are $5 for one ticket and $20 for 5 tickets! Get yours today and make sure to check back November 6 to hear who won!\\n\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"96318fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Winner will be drawn at 9pm the evening of November 6, the final night of our Virtual Silent Auction.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58aff7c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support Local Restaurant\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"062c1e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Thanks to your generosity we have met our goal (and surpassed it!) for the Culinary Catchall! Get your tickets for your chance to win the First, Second or Third prize baskets of local gift certificates! \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"cdb8c17\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":100,\"content_position\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2e87b3f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/Culinary-catch.jpg\",\"id\":799}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4170,835,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4171,835,'_elementor_pro_version','3.2.1'),(4178,836,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4179,836,'_elementor_pro_version','3.2.1'),(4184,837,'site-post-title','disabled'),(4185,837,'site-sidebar-layout','no-sidebar'),(4186,837,'site-content-layout','page-builder'),(4187,837,'ast-featured-img','disabled'),(4188,837,'ast-breadcrumbs-content','disabled'),(4189,837,'theme-transparent-header-meta','disabled'),(4190,837,'_yoast_wpseo_estimated-reading-time-minutes','4'),(4191,837,'_elementor_edit_mode','builder'),(4192,837,'_elementor_template_type','wp-page'),(4193,837,'_elementor_version','3.2.5'),(4194,837,'_astra_content_layout_flag','disabled'),(4195,837,'ast-title-bar-display','disabled'),(4196,837,'_wp_page_template','default'),(4197,837,'_elementor_data','[{\"id\":\"6dd8334\",\"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\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/file.mp4\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-end\"},\"elements\":[{\"id\":\"b878bcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Change Lives - Sponsor Families\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"5fd442e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\\n\\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d61a35\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"HOMETOWN HERO\",\"description_text_a\":\"$5000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"f702c70\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6f86eec\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"51771d9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition with logo on the Virtual Harvest Auction on Handbid. (if received by 10\\/16\\/2020)<\\/li><li>Recognition in all print advertising and on Athens Area Homeless Shelter website year-round.<\\/li><li>Your logo (large) displayed on full page Flagpole Thank You advertisement. (if received by 11\\/6\\/2020)<\\/li><li>100 raffle tickets entered in the Culinary Catchall raffle.<\\/li><li>Two dedicated social media posts thanking you for your support throughout the year.<\\/li><li>Sponsorship plaque to display at your business.<\\/li><li>Early access to the Harvest 2020 Virtual Auction.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce9287e\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"COMMUNTIY  BUILDER\",\"description_text_a\":\"$2000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"9706c60\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on the Harvest Virtual Auction Handbid Site (if received by 10\\/16\\/2020)<\\/li><li>Recognition on Athens Area Homeless Shelter website year-round<\\/li><li>Your logo displayed on our full page Flagpole Thank You advertisement (if received by 11\\/6\\/2020)<\\/li><li>80 raffle tickets entered in the Culinary Catchall Raffle<\\/li><li>One dedicated social media post thanking you for your support during the year.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dada6ea\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"FAMILY PARTNER\",\"description_text_a\":\"$1000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $1000 sponsorship provides one year\'s supply of milk for children in shelter or 8 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"b1d96de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on the Harvest Virtual Auction Site on Handbid. (if received by 10\\/16\\/2020)<\\/li><li>Recognition on Athens Area Homeless Shelter website year-round.<\\/li><li>Your logo (small) displayed on our Flagpole Thank You advertisement. (if received by 11\\/6\\/2020)<\\/li><li>60 raffle tickets entered into the Culinary Catchall raffle.<\\/li><li>Inclusion in group social media posts thanking our sponsors and supporters.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3944c06\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"CHILDCARE PROVIDER\",\"description_text_a\":\"$500 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor4.jpg\",\"id\":888},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $500 sponsorship provides 2 months of groceries for our Barber Street shelter or one month of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor4.jpg\",\"id\":888},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"2773178\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on the Harvest Virtual Auction Handbid site. (if received by 10\\/16\\/2020)<\\/li><li>Recognition on Athens Area Homeless Shelter website year-round.<\\/li><li>Inclusion in a social media post thanking our sponsors and supporters.<\\/li><li>40 raffle tickets entered into the Culinary Catchall Raffle.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22d01a7\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"SHELTER FRIEND\",\"description_text_a\":\"$250 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor5.jpg\",\"id\":887},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $250 sponsorship provides nearly 150 bus passes for a working parent or 2 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor5.jpg\",\"id\":887},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"a3be666\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on Athens Area Homeless Shelter website year-round.<\\/li><li>20 raffle tickets entered into the Culinary Catchall Raffle<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4617,891,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4306,850,'_elementor_edit_mode','builder'),(4307,850,'_elementor_template_type','wp-page'),(4308,850,'_elementor_version','3.2.5'),(4309,850,'_wp_page_template','default'),(4310,850,'_elementor_data','[{\"id\":\"6dd8334\",\"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\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/file.mp4\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-end\"},\"elements\":[{\"id\":\"b878bcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Change Lives - Sponsor Families\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"5fd442e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\\n\\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4244,843,'_elementor_edit_mode','builder'),(4245,843,'_elementor_template_type','wp-page'),(4246,843,'_elementor_version','3.2.5'),(4247,843,'_wp_page_template','default'),(4248,843,'_elementor_data','[{\"id\":\"6dd8334\",\"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\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/file.mp4\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-end\"},\"elements\":[{\"id\":\"b878bcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Change Lives - Sponsor Families\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.24)\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4198,837,'_yoast_wpseo_content_score','60'),(4199,837,'astra-main-page-id','55335'),(4200,837,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4201,837,'_wxr_import_user_slug','alex'),(4202,837,'_astra_sites_imported_post','1'),(4203,837,'_astra_sites_enable_for_batch','1'),(4204,837,'_elementor_pro_version','3.2.1'),(4205,837,'_astra_sites_hotlink_imported','1'),(4206,837,'_edit_lock','1625206930:1'),(4207,837,'_edit_last','1'),(4230,841,'_elementor_edit_mode','builder'),(4231,841,'_elementor_template_type','wp-page'),(4232,841,'_elementor_version','3.2.5'),(4233,841,'_wp_page_template','default'),(4234,841,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"736c3be\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":722}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4210,838,'_elementor_edit_mode','builder'),(4211,838,'_elementor_template_type','wp-page'),(4212,838,'_elementor_version','3.2.5'),(4213,838,'_wp_page_template','default'),(4214,838,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"736c3be\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":722}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4215,838,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4216,838,'_elementor_pro_version','3.2.1'),(4218,838,'_elementor_controls_usage','a:11:{s:6:\"global\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:6:\"column\";a:3:{s:5:\"count\";i:19;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:6;s:14:\"padding_tablet\";i:8;s:14:\"padding_mobile\";i:5;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;s:6:\"margin\";i:1;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:7:{s:12:\"_inline_size\";i:3;s:16:\"content_position\";i:1;s:5:\"align\";i:1;s:28:\"space_between_widgets_tablet\";i:3;s:21:\"space_between_widgets\";i:5;s:19:\"_inline_size_tablet\";i:6;s:28:\"space_between_widgets_mobile\";i:4;}}s:5:\"style\";a:1:{s:12:\"section_typo\";a:1:{s:10:\"text_align\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:6:\"layout\";i:2;s:3:\"gap\";i:11;s:13:\"custom_height\";i:4;s:20:\"custom_height_mobile\";i:1;s:15:\"column_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:2;s:7:\"padding\";i:10;s:14:\"padding_tablet\";i:8;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:3;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:31:\"background_overlay_color_b_stop\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:14:\"section_border\";a:2:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:4;s:13:\"selected_icon\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:15:\"hover_animation\";i:4;s:33:\"button_box_shadow_box_shadow_type\";i:4;s:28:\"button_box_shadow_box_shadow\";i:4;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:4;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:4;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:6;s:11:\"header_size\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:8:\"_padding\";i:2;s:14:\"_margin_tablet\";i:2;s:15:\"_padding_tablet\";i:2;s:15:\"_padding_mobile\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:2:{s:21:\"typography_typography\";i:1;s:25:\"typography_text_transform\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:4;s:12:\"width_mobile\";i:4;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:4;s:3:\"gap\";i:4;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}}}s:13:\"image-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_gallery\";a:4:{s:10:\"wp_gallery\";i:1;s:14:\"thumbnail_size\";i:1;s:15:\"gallery_columns\";i:1;s:13:\"open_lightbox\";i:1;}}s:5:\"style\";a:1:{s:22:\"section_gallery_images\";a:2:{s:13:\"image_spacing\";i:1;s:20:\"image_spacing_custom\";i:1;}}}}s:14:\"image-carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:22:\"section_image_carousel\";a:7:{s:8:\"carousel\";i:1;s:14:\"thumbnail_size\";i:1;s:14:\"slides_to_show\";i:1;s:16:\"slides_to_scroll\";i:1;s:10:\"navigation\";i:1;s:21:\"slides_to_show_tablet\";i:1;s:21:\"slides_to_show_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:19:\"image_border_border\";i:1;s:18:\"image_border_width\";i:1;s:20:\"image_spacing_custom\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:4:{s:13:\"ending_number\";i:4;s:6:\"suffix\";i:4;s:5:\"title\";i:4;s:6:\"prefix\";i:1;}}s:5:\"style\";a:2:{s:14:\"section_number\";a:7:{s:12:\"number_color\";i:4;s:28:\"typography_number_typography\";i:4;s:29:\"typography_number_font_family\";i:4;s:27:\"typography_number_font_size\";i:4;s:29:\"typography_number_font_weight\";i:4;s:34:\"typography_number_font_size_tablet\";i:4;s:34:\"typography_number_font_size_mobile\";i:4;}s:13:\"section_title\";a:6:{s:11:\"title_color\";i:4;s:27:\"typography_title_typography\";i:4;s:28:\"typography_title_font_family\";i:4;s:26:\"typography_title_font_size\";i:4;s:28:\"typography_title_font_weight\";i:4;s:33:\"typography_title_font_size_tablet\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:4;s:15:\"_padding_tablet\";i:4;s:15:\"_padding_mobile\";i:4;}}}}}'),(4249,843,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4250,843,'_elementor_pro_version','3.2.1'),(4253,844,'_elementor_edit_mode','builder'),(4254,844,'_elementor_template_type','wp-page'),(4255,844,'_elementor_version','3.2.5'),(4256,844,'_wp_page_template','default'),(4257,844,'_elementor_data','[{\"id\":\"6dd8334\",\"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\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/file.mp4\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-end\"},\"elements\":[{\"id\":\"b878bcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Change Lives - Sponsor Families\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.24)\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4228,840,'_wp_attached_file','2021/07/file.mp4'),(4229,840,'_wp_attachment_metadata','a:10:{s:7:\"bitrate\";i:3021108;s:8:\"filesize\";i:6198044;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:16;s:16:\"length_formatted\";s:4:\"0:16\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:17:\"created_timestamp\";i:-2082844800;}'),(4235,841,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4236,841,'_elementor_pro_version','3.2.1'),(4237,842,'_elementor_edit_mode','builder'),(4238,842,'_elementor_template_type','wp-page'),(4239,842,'_elementor_version','3.2.5'),(4240,842,'_wp_page_template','default'),(4241,842,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"736c3be\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":722}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4242,842,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4243,842,'_elementor_pro_version','3.2.1'),(4258,844,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4259,844,'_elementor_pro_version','3.2.1'),(4261,845,'_elementor_edit_mode','builder'),(4262,845,'_elementor_template_type','wp-page'),(4263,845,'_elementor_version','3.2.5'),(4264,845,'_wp_page_template','default'),(4265,845,'_elementor_data','[{\"id\":\"6dd8334\",\"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\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/file.mp4\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-end\"},\"elements\":[{\"id\":\"b878bcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Change Lives - Sponsor Families\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.24)\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4266,845,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4267,845,'_elementor_pro_version','3.2.1'),(4269,846,'_elementor_edit_mode','builder'),(4270,846,'_elementor_template_type','wp-page'),(4271,846,'_elementor_version','3.2.5'),(4272,846,'_wp_page_template','default'),(4273,846,'_elementor_data','[{\"id\":\"6dd8334\",\"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\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/file.mp4\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-end\"},\"elements\":[{\"id\":\"b878bcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Change Lives - Sponsor Families\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4274,846,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4275,846,'_elementor_pro_version','3.2.1'),(4290,848,'_elementor_edit_mode','builder'),(4291,848,'_elementor_template_type','wp-page'),(4292,848,'_elementor_version','3.2.5'),(4293,848,'_wp_page_template','default'),(4294,848,'_elementor_data','[{\"id\":\"6dd8334\",\"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\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/file.mp4\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-end\"},\"elements\":[{\"id\":\"b878bcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Change Lives - Sponsor Families\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4332,852,'_menu_item_url',''),(4331,852,'_menu_item_xfn',''),(4311,850,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4312,850,'_elementor_pro_version','3.2.1'),(4346,855,'_elementor_edit_mode','builder'),(4347,855,'_elementor_template_type','wp-page'),(4348,855,'_elementor_version','3.2.5'),(4349,855,'_wp_page_template','default'),(4350,855,'_elementor_data','[{\"id\":\"6dd8334\",\"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\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/file.mp4\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-end\"},\"elements\":[{\"id\":\"b878bcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Change Lives - Sponsor Families\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"5fd442e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\\n\\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4316,851,'_menu_item_type','post_type'),(4317,851,'_menu_item_menu_item_parent','852'),(4318,851,'_menu_item_object_id','837'),(4319,851,'_menu_item_object','page'),(4320,851,'_menu_item_target',''),(4321,851,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4322,851,'_menu_item_xfn',''),(4323,851,'_menu_item_url',''),(4325,852,'_menu_item_type','post_type'),(4326,852,'_menu_item_menu_item_parent','0'),(4327,852,'_menu_item_object_id','748'),(4328,852,'_menu_item_object','page'),(4329,852,'_menu_item_target',''),(4330,852,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4295,848,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4296,848,'_elementor_pro_version','3.2.1'),(4298,849,'_elementor_edit_mode','builder'),(4299,849,'_elementor_template_type','wp-page'),(4300,849,'_elementor_version','3.2.5'),(4301,849,'_wp_page_template','default'),(4302,849,'_elementor_data','[{\"id\":\"6dd8334\",\"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\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/file.mp4\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-end\"},\"elements\":[{\"id\":\"b878bcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Change Lives - Sponsor Families\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation provides collaborative, comprehensive services to homeless individuals and families working toward sustainable independence.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>The Chrishaun Foundation<\\/strong> is a 501(c)(3) non-profit organization serving homeless individuals and families in Athens-Clarke County, Georgia. It was established in 1986 and was formally incorporated in 1990.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4303,849,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4304,849,'_elementor_pro_version','3.2.1'),(4335,853,'_elementor_edit_mode','builder'),(4336,853,'_elementor_template_type','wp-page'),(4337,853,'_elementor_version','3.2.5'),(4338,853,'_wp_page_template','default'),(4339,853,'_elementor_data','[{\"id\":\"6dd8334\",\"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\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/file.mp4\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-end\"},\"elements\":[{\"id\":\"b878bcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Change Lives - Sponsor Families\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"5fd442e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\\n\\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4340,853,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4341,853,'_elementor_pro_version','3.2.1'),(4342,853,'_elementor_controls_usage','a:10:{s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:33:\"button_box_shadow_box_shadow_type\";i:1;s:28:\"button_box_shadow_box_shadow\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:4;s:14:\"padding_tablet\";i:8;s:14:\"padding_mobile\";i:4;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:16:\"content_position\";i:1;s:5:\"align\";i:1;s:28:\"space_between_widgets_tablet\";i:3;s:21:\"space_between_widgets\";i:5;s:19:\"_inline_size_tablet\";i:6;s:28:\"space_between_widgets_mobile\";i:4;}}s:5:\"style\";a:1:{s:12:\"section_typo\";a:1:{s:10:\"text_align\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:6:\"layout\";i:2;s:3:\"gap\";i:9;s:13:\"custom_height\";i:3;s:20:\"custom_height_mobile\";i:1;s:15:\"column_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:3;s:7:\"padding\";i:8;s:14:\"padding_tablet\";i:7;s:13:\"margin_mobile\";i:1;s:14:\"padding_mobile\";i:4;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:21:\"background_video_link\";i:1;s:16:\"background_color\";i:2;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:31:\"background_overlay_color_b_stop\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:14:\"section_border\";a:2:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}}}s:13:\"image-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_gallery\";a:4:{s:10:\"wp_gallery\";i:1;s:14:\"thumbnail_size\";i:1;s:15:\"gallery_columns\";i:1;s:13:\"open_lightbox\";i:1;}}s:5:\"style\";a:1:{s:22:\"section_gallery_images\";a:2:{s:13:\"image_spacing\";i:1;s:20:\"image_spacing_custom\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:4;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:8:\"_padding\";i:1;s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:2:{s:21:\"typography_typography\";i:1;s:25:\"typography_text_transform\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:4;s:12:\"width_mobile\";i:4;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:4;s:3:\"gap\";i:4;}}}}s:14:\"image-carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:22:\"section_image_carousel\";a:7:{s:8:\"carousel\";i:1;s:14:\"thumbnail_size\";i:1;s:14:\"slides_to_show\";i:1;s:16:\"slides_to_scroll\";i:1;s:10:\"navigation\";i:1;s:21:\"slides_to_show_tablet\";i:1;s:21:\"slides_to_show_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:19:\"image_border_border\";i:1;s:18:\"image_border_width\";i:1;s:20:\"image_spacing_custom\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:4:{s:13:\"ending_number\";i:4;s:6:\"suffix\";i:4;s:5:\"title\";i:4;s:6:\"prefix\";i:1;}}s:5:\"style\";a:2:{s:14:\"section_number\";a:7:{s:12:\"number_color\";i:4;s:28:\"typography_number_typography\";i:4;s:29:\"typography_number_font_family\";i:4;s:27:\"typography_number_font_size\";i:4;s:29:\"typography_number_font_weight\";i:4;s:34:\"typography_number_font_size_tablet\";i:4;s:34:\"typography_number_font_size_mobile\";i:4;}s:13:\"section_title\";a:6:{s:11:\"title_color\";i:4;s:27:\"typography_title_typography\";i:4;s:28:\"typography_title_font_family\";i:4;s:26:\"typography_title_font_size\";i:4;s:28:\"typography_title_font_weight\";i:4;s:33:\"typography_title_font_size_tablet\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:4;s:15:\"_padding_tablet\";i:4;s:15:\"_padding_mobile\";i:4;}}}}}'),(4344,854,'_wp_attached_file','2021/07/sponsor1.jpg'),(4345,854,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1467;s:6:\"height\";i:258;s:4:\"file\";s:20:\"2021/07/sponsor1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"sponsor1-300x53.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:53;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"sponsor1-1024x180.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"sponsor1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"sponsor1-768x135.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4351,855,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4352,855,'_elementor_pro_version','3.2.1'),(4354,856,'_elementor_edit_mode','builder'),(4355,856,'_elementor_template_type','wp-page'),(4356,856,'_elementor_version','3.2.5'),(4357,856,'_wp_page_template','default'),(4358,856,'_elementor_data','[{\"id\":\"6dd8334\",\"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\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/file.mp4\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-end\"},\"elements\":[{\"id\":\"b878bcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Change Lives - Sponsor Families\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"5fd442e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\\n\\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4359,856,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4360,856,'_elementor_pro_version','3.2.1'),(8993,1496,'_elementor_edit_mode','builder'),(8994,1496,'_elementor_template_type','wp-page'),(4414,863,'_elementor_edit_mode','builder'),(4415,863,'_elementor_template_type','wp-page'),(4362,857,'_elementor_edit_mode','builder'),(4363,857,'_elementor_template_type','wp-page'),(4364,857,'_elementor_version','3.2.5'),(4365,857,'_wp_page_template','default'),(4366,857,'_elementor_data','[{\"id\":\"6dd8334\",\"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\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/file.mp4\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-end\"},\"elements\":[{\"id\":\"b878bcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Change Lives - Sponsor Families\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"5fd442e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\\n\\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19f534f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1d61a35\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"HOMETOWN HERO\",\"description_text_a\":\"$5000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"zoom-in\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4367,857,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4368,857,'_elementor_pro_version','3.2.1'),(8995,1496,'_elementor_version','3.2.5'),(8996,1496,'_wp_page_template','default'),(8997,1496,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"84a1037\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[{\"id\":\"7058e5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"669db52\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"a2fe2a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dee2fa5\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"748e1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make a One Time Gift\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a076a21\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b915158\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"b7fc055\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c6c29fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Become a Shelter Provider\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40a6606\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Make a difference in the lives of homeless individuals and families every month of the year. Your monthly gift creates a consistent stream of financial support and enables us to make efficient plans for the future. You can enroll in our shelter provider program online through Kindful or by contacting your bank to have a check sent to the shelter each month.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b3a89e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Setup a monthly donation\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"2064436\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c4517d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sponsor Foundation\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ae31092\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.<\\/p><p>We hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28a9233\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1c184a9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"e5bf69e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"76910b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Going Home Kits\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d3364c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Athens Area Homeless Shelter\\u2019s Going Home Program offers assistance to families who are transitioning from homelessness to independence. With your help, AAHS can provide simple home items for cleaning kits, bedroom kits, or even entire apartment kits.\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b5671d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7022a3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b75b071\",\"elType\":\"widget\",\"settings\":{\"title\":\"Honor & Memorial Giving\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a1c1e2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is a meaningful way to recognize significant life events and people while supporting the organization\\u2019s mission to help those experiencing homelessness move toward stable housing. When you give an honor or memorial gift, a special card is sent to your honoree or their family. Click here to honor someone with your gift.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8507f8e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"2bede14\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e6a1d49\",\"elType\":\"widget\",\"settings\":{\"title\":\"Matching Programs\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cad7620\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Many employers sponsor gift matching programs. To find out if your company has a matching gift policy, please contact your Human Resources department.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0f57424\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0376470\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"06d2386\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7daed8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wish List\\n\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e9383f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Our wishlist provides you with an up-to-date item list of which the Shelter is in need. Use this list as a resource for your group supply drive! All donated items can be delivered to AAHS during regular office hours.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f94e700\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1e4181b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f458d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Planned Giving\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec63d1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When you prepare your will, living trust, or other estate plans, you can protect and provide for your family, remember special friends and loved ones, or even establish a bequest to benefit AAHS. Contact the AAHS Executive Director for more information.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0bb5ad9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1e605ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(4372,858,'_elementor_edit_mode','builder'),(4373,858,'_elementor_template_type','wp-page'),(4374,858,'_elementor_version','3.2.5'),(4375,858,'_wp_page_template','default'),(4376,858,'_elementor_data','[{\"id\":\"6dd8334\",\"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\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/file.mp4\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-end\"},\"elements\":[{\"id\":\"b878bcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Change Lives - Sponsor Families\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"5fd442e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\\n\\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19f534f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1d61a35\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"HOMETOWN HERO\",\"description_text_a\":\"$5000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"zoom-in\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4377,858,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4378,858,'_elementor_pro_version','3.2.1'),(4380,859,'_elementor_edit_mode','builder'),(4381,859,'_elementor_template_type','wp-page'),(4382,859,'_elementor_version','3.2.5'),(4383,859,'_wp_page_template','default'),(4384,859,'_elementor_data','[{\"id\":\"6dd8334\",\"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\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/file.mp4\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-end\"},\"elements\":[{\"id\":\"b878bcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Change Lives - Sponsor Families\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"5fd442e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\\n\\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19f534f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1d61a35\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"HOMETOWN HERO\",\"description_text_a\":\"$5000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"zoom-in\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4385,859,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4386,859,'_elementor_pro_version','3.2.1'),(4388,860,'_elementor_edit_mode','builder'),(4389,860,'_elementor_template_type','wp-page'),(4390,860,'_elementor_version','3.2.5'),(4391,860,'_wp_page_template','default'),(4392,860,'_elementor_data','[{\"id\":\"6dd8334\",\"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\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/file.mp4\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-end\"},\"elements\":[{\"id\":\"b878bcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Change Lives - Sponsor Families\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"5fd442e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\\n\\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19f534f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1d61a35\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"HOMETOWN HERO\",\"description_text_a\":\"$5000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4393,860,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4394,860,'_elementor_pro_version','3.2.1'),(5196,987,'_elementor_data','s:6:\"a:0:{}\";'),(4398,861,'_elementor_edit_mode','builder'),(4399,861,'_elementor_template_type','wp-page'),(4400,861,'_elementor_version','3.2.5'),(4401,861,'_wp_page_template','default'),(4402,861,'_elementor_data','[{\"id\":\"6dd8334\",\"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\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/file.mp4\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-end\"},\"elements\":[{\"id\":\"b878bcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Change Lives - Sponsor Families\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"5fd442e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\\n\\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19f534f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1d61a35\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"HOMETOWN HERO\",\"description_text_a\":\"$5000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4403,861,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4404,861,'_elementor_pro_version','3.2.1'),(4406,862,'_elementor_edit_mode','builder'),(4407,862,'_elementor_template_type','wp-page'),(4408,862,'_elementor_version','3.2.5'),(4409,862,'_wp_page_template','default'),(4410,862,'_elementor_data','[{\"id\":\"6dd8334\",\"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\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/file.mp4\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-end\"},\"elements\":[{\"id\":\"b878bcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Change Lives - Sponsor Families\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"5fd442e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\\n\\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19f534f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1d61a35\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"HOMETOWN HERO\",\"description_text_a\":\"$5000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4411,862,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4412,862,'_elementor_pro_version','3.2.1'),(4416,863,'_elementor_version','3.2.5'),(4417,863,'_wp_page_template','default'),(4418,863,'_elementor_data','[{\"id\":\"6dd8334\",\"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\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/file.mp4\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-end\"},\"elements\":[{\"id\":\"b878bcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Change Lives - Sponsor Families\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"5fd442e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\\n\\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d61a35\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"HOMETOWN HERO\",\"description_text_a\":\"$5000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4419,863,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4420,863,'_elementor_pro_version','3.2.1'),(4426,865,'_elementor_edit_mode','builder'),(4427,865,'_elementor_template_type','wp-page'),(4428,865,'_elementor_version','3.2.5'),(4429,865,'_wp_page_template','default'),(4430,865,'_elementor_data','[{\"id\":\"6dd8334\",\"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\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/file.mp4\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-end\"},\"elements\":[{\"id\":\"b878bcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Change Lives - Sponsor Families\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"5fd442e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\\n\\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d61a35\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"HOMETOWN HERO\",\"description_text_a\":\"$5000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4424,864,'_wp_attached_file','2021/07/sponsor2.jpg'),(4425,864,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1467;s:6:\"height\";i:258;s:4:\"file\";s:20:\"2021/07/sponsor2.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"sponsor2-300x53.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:53;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"sponsor2-1024x180.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"sponsor2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"sponsor2-768x135.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4431,865,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4432,865,'_elementor_pro_version','3.2.1'),(4434,866,'_elementor_edit_mode','builder'),(4435,866,'_elementor_template_type','wp-page'),(4436,866,'_elementor_version','3.2.5'),(4437,866,'_wp_page_template','default'),(4438,866,'_elementor_data','[{\"id\":\"6dd8334\",\"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\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/file.mp4\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-end\"},\"elements\":[{\"id\":\"b878bcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Change Lives - Sponsor Families\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"5fd442e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\\n\\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d61a35\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"HOMETOWN HERO\",\"description_text_a\":\"$5000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4439,866,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4440,866,'_elementor_pro_version','3.2.1'),(4442,867,'_elementor_edit_mode','builder'),(4443,867,'_elementor_template_type','wp-page'),(4444,867,'_elementor_version','3.2.5'),(4445,867,'_wp_page_template','default'),(4446,867,'_elementor_data','[{\"id\":\"6dd8334\",\"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\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/file.mp4\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-end\"},\"elements\":[{\"id\":\"b878bcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Change Lives - Sponsor Families\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"5fd442e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\\n\\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d61a35\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"HOMETOWN HERO\",\"description_text_a\":\"$5000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"f702c70\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6f86eec\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"51771d9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition with logo on the Virtual Harvest Auction on Handbid. (if received by 10\\/16\\/2020)<\\/li><li>Recognition in all print advertising and on Athens Area Homeless Shelter website year-round.<\\/li><li>Your logo (large) displayed on full page Flagpole Thank You advertisement. (if received by 11\\/6\\/2020)<\\/li><li>100 raffle tickets entered in the Culinary Catchall raffle.<\\/li><li>Two dedicated social media posts thanking you for your support throughout the year.<\\/li><li>Sponsorship plaque to display at your business.<\\/li><li>Early access to the Harvest 2020 Virtual Auction.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce9287e\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"COMMUNTIY  BUILDER\",\"description_text_a\":\"$2000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]');
INSERT INTO `wpxo_postmeta` VALUES (4447,867,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4448,867,'_elementor_pro_version','3.2.1'),(4452,868,'_elementor_edit_mode','builder'),(4453,868,'_elementor_template_type','wp-page'),(4454,868,'_elementor_version','3.2.5'),(4455,868,'_wp_page_template','default'),(4456,868,'_elementor_data','[{\"id\":\"6dd8334\",\"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\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/file.mp4\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-end\"},\"elements\":[{\"id\":\"b878bcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Change Lives - Sponsor Families\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"5fd442e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\\n\\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d61a35\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"HOMETOWN HERO\",\"description_text_a\":\"$5000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"f702c70\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6f86eec\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"51771d9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition with logo on the Virtual Harvest Auction on Handbid. (if received by 10\\/16\\/2020)<\\/li><li>Recognition in all print advertising and on Athens Area Homeless Shelter website year-round.<\\/li><li>Your logo (large) displayed on full page Flagpole Thank You advertisement. (if received by 11\\/6\\/2020)<\\/li><li>100 raffle tickets entered in the Culinary Catchall raffle.<\\/li><li>Two dedicated social media posts thanking you for your support throughout the year.<\\/li><li>Sponsorship plaque to display at your business.<\\/li><li>Early access to the Harvest 2020 Virtual Auction.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce9287e\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"COMMUNTIY  BUILDER\",\"description_text_a\":\"$2000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4457,868,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4458,868,'_elementor_pro_version','3.2.1'),(4460,869,'_elementor_edit_mode','builder'),(4461,869,'_elementor_template_type','wp-page'),(4462,869,'_elementor_version','3.2.5'),(4463,869,'_wp_page_template','default'),(4464,869,'_elementor_data','[{\"id\":\"6dd8334\",\"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\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/file.mp4\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-end\"},\"elements\":[{\"id\":\"b878bcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Change Lives - Sponsor Families\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"5fd442e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\\n\\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d61a35\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"HOMETOWN HERO\",\"description_text_a\":\"$5000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"f702c70\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6f86eec\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"51771d9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition with logo on the Virtual Harvest Auction on Handbid. (if received by 10\\/16\\/2020)<\\/li><li>Recognition in all print advertising and on Athens Area Homeless Shelter website year-round.<\\/li><li>Your logo (large) displayed on full page Flagpole Thank You advertisement. (if received by 11\\/6\\/2020)<\\/li><li>100 raffle tickets entered in the Culinary Catchall raffle.<\\/li><li>Two dedicated social media posts thanking you for your support throughout the year.<\\/li><li>Sponsorship plaque to display at your business.<\\/li><li>Early access to the Harvest 2020 Virtual Auction.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce9287e\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"COMMUNTIY  BUILDER\",\"description_text_a\":\"$2000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4465,869,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4466,869,'_elementor_pro_version','3.2.1'),(4468,870,'_elementor_edit_mode','builder'),(4469,870,'_elementor_template_type','wp-page'),(4470,870,'_elementor_version','3.2.5'),(4471,870,'_wp_page_template','default'),(4472,870,'_elementor_data','[{\"id\":\"6dd8334\",\"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\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/file.mp4\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-end\"},\"elements\":[{\"id\":\"b878bcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Change Lives - Sponsor Families\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"5fd442e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\\n\\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d61a35\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"HOMETOWN HERO\",\"description_text_a\":\"$5000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"f702c70\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6f86eec\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"51771d9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition with logo on the Virtual Harvest Auction on Handbid. (if received by 10\\/16\\/2020)<\\/li><li>Recognition in all print advertising and on Athens Area Homeless Shelter website year-round.<\\/li><li>Your logo (large) displayed on full page Flagpole Thank You advertisement. (if received by 11\\/6\\/2020)<\\/li><li>100 raffle tickets entered in the Culinary Catchall raffle.<\\/li><li>Two dedicated social media posts thanking you for your support throughout the year.<\\/li><li>Sponsorship plaque to display at your business.<\\/li><li>Early access to the Harvest 2020 Virtual Auction.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce9287e\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"COMMUNTIY  BUILDER\",\"description_text_a\":\"$2000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"9706c60\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on the Harvest Virtual Auction Handbid Site (if received by 10\\/16\\/2020)<\\/li><li>Recognition on Athens Area Homeless Shelter website year-round<\\/li><li>Your logo displayed on our full page Flagpole Thank You advertisement (if received by 11\\/6\\/2020)<\\/li><li>80 raffle tickets entered in the Culinary Catchall Raffle<\\/li><li>One dedicated social media post thanking you for your support during the year.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dada6ea\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"FAMILY PARTNER\",\"description_text_a\":\"$1000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4473,870,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4474,870,'_elementor_pro_version','3.2.1'),(5194,987,'_wp_page_template','default'),(5195,987,'_elementor_page_settings','a:11:{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:\"#000000\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#FFFFFF\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#FFD0B3\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#833556\";}}s:13:\"custom_colors\";a:2:{i:0;a:3:{s:3:\"_id\";s:7:\"367e41b\";s:5:\"title\";s:7:\"Divider\";s:5:\"color\";s:7:\"#E5E5E5\";}i:1;a:3:{s:3:\"_id\";s:7:\"dfa4654\";s:5:\"title\";s:16:\"New Global Color\";s:5:\"color\";s:7:\"#F344CB\";}}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:7:\"Charity\";s:16:\"site_description\";s:33:\"Don&#039;t turn away, Give today!\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";s:1:\"1\";s:11:\"viewport_md\";s:3:\"768\";s:11:\"viewport_lg\";s:4:\"1025\";}'),(4479,872,'_elementor_edit_mode','builder'),(4480,872,'_elementor_template_type','wp-page'),(4481,872,'_elementor_version','3.2.5'),(4482,872,'_wp_page_template','default'),(4483,872,'_elementor_data','[{\"id\":\"6dd8334\",\"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\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/file.mp4\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-end\"},\"elements\":[{\"id\":\"b878bcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Change Lives - Sponsor Families\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"5fd442e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\\n\\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d61a35\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"HOMETOWN HERO\",\"description_text_a\":\"$5000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"f702c70\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6f86eec\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"51771d9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition with logo on the Virtual Harvest Auction on Handbid. (if received by 10\\/16\\/2020)<\\/li><li>Recognition in all print advertising and on Athens Area Homeless Shelter website year-round.<\\/li><li>Your logo (large) displayed on full page Flagpole Thank You advertisement. (if received by 11\\/6\\/2020)<\\/li><li>100 raffle tickets entered in the Culinary Catchall raffle.<\\/li><li>Two dedicated social media posts thanking you for your support throughout the year.<\\/li><li>Sponsorship plaque to display at your business.<\\/li><li>Early access to the Harvest 2020 Virtual Auction.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce9287e\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"COMMUNTIY  BUILDER\",\"description_text_a\":\"$2000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"9706c60\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on the Harvest Virtual Auction Handbid Site (if received by 10\\/16\\/2020)<\\/li><li>Recognition on Athens Area Homeless Shelter website year-round<\\/li><li>Your logo displayed on our full page Flagpole Thank You advertisement (if received by 11\\/6\\/2020)<\\/li><li>80 raffle tickets entered in the Culinary Catchall Raffle<\\/li><li>One dedicated social media post thanking you for your support during the year.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dada6ea\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"FAMILY PARTNER\",\"description_text_a\":\"$1000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4477,871,'_wp_attached_file','2021/07/sponsor3.jpg'),(4478,871,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1467;s:6:\"height\";i:258;s:4:\"file\";s:20:\"2021/07/sponsor3.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"sponsor3-300x53.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:53;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"sponsor3-1024x180.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"sponsor3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"sponsor3-768x135.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4484,872,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4485,872,'_elementor_pro_version','3.2.1'),(4486,873,'_elementor_edit_mode','builder'),(4487,873,'_elementor_template_type','wp-page'),(4488,873,'_elementor_version','3.2.5'),(4489,873,'_wp_page_template','default'),(4490,873,'_elementor_data','[{\"id\":\"6dd8334\",\"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\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/file.mp4\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-end\"},\"elements\":[{\"id\":\"b878bcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Change Lives - Sponsor Families\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"5fd442e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\\n\\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d61a35\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"HOMETOWN HERO\",\"description_text_a\":\"$5000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"f702c70\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6f86eec\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"51771d9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition with logo on the Virtual Harvest Auction on Handbid. (if received by 10\\/16\\/2020)<\\/li><li>Recognition in all print advertising and on Athens Area Homeless Shelter website year-round.<\\/li><li>Your logo (large) displayed on full page Flagpole Thank You advertisement. (if received by 11\\/6\\/2020)<\\/li><li>100 raffle tickets entered in the Culinary Catchall raffle.<\\/li><li>Two dedicated social media posts thanking you for your support throughout the year.<\\/li><li>Sponsorship plaque to display at your business.<\\/li><li>Early access to the Harvest 2020 Virtual Auction.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce9287e\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"COMMUNTIY  BUILDER\",\"description_text_a\":\"$2000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"9706c60\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on the Harvest Virtual Auction Handbid Site (if received by 10\\/16\\/2020)<\\/li><li>Recognition on Athens Area Homeless Shelter website year-round<\\/li><li>Your logo displayed on our full page Flagpole Thank You advertisement (if received by 11\\/6\\/2020)<\\/li><li>80 raffle tickets entered in the Culinary Catchall Raffle<\\/li><li>One dedicated social media post thanking you for your support during the year.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dada6ea\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"FAMILY PARTNER\",\"description_text_a\":\"$1000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4491,873,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4492,873,'_elementor_pro_version','3.2.1'),(4493,874,'_elementor_edit_mode','builder'),(4494,874,'_elementor_template_type','wp-page'),(4495,874,'_elementor_version','3.2.5'),(4496,874,'_wp_page_template','default'),(4497,874,'_elementor_data','[{\"id\":\"6dd8334\",\"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\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/file.mp4\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-end\"},\"elements\":[{\"id\":\"b878bcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Change Lives - Sponsor Families\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"5fd442e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\\n\\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d61a35\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"HOMETOWN HERO\",\"description_text_a\":\"$5000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"f702c70\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6f86eec\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"51771d9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition with logo on the Virtual Harvest Auction on Handbid. (if received by 10\\/16\\/2020)<\\/li><li>Recognition in all print advertising and on Athens Area Homeless Shelter website year-round.<\\/li><li>Your logo (large) displayed on full page Flagpole Thank You advertisement. (if received by 11\\/6\\/2020)<\\/li><li>100 raffle tickets entered in the Culinary Catchall raffle.<\\/li><li>Two dedicated social media posts thanking you for your support throughout the year.<\\/li><li>Sponsorship plaque to display at your business.<\\/li><li>Early access to the Harvest 2020 Virtual Auction.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce9287e\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"COMMUNTIY  BUILDER\",\"description_text_a\":\"$2000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"9706c60\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on the Harvest Virtual Auction Handbid Site (if received by 10\\/16\\/2020)<\\/li><li>Recognition on Athens Area Homeless Shelter website year-round<\\/li><li>Your logo displayed on our full page Flagpole Thank You advertisement (if received by 11\\/6\\/2020)<\\/li><li>80 raffle tickets entered in the Culinary Catchall Raffle<\\/li><li>One dedicated social media post thanking you for your support during the year.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dada6ea\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"FAMILY PARTNER\",\"description_text_a\":\"$1000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $1000 sponsorship provides one year\'s supply of milk for children in shelter or 8 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4498,874,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4499,874,'_elementor_pro_version','3.2.1'),(4509,876,'_elementor_edit_mode','builder'),(4510,876,'_elementor_template_type','wp-page'),(4511,876,'_elementor_version','3.2.5'),(4512,876,'_wp_page_template','default'),(4513,876,'_elementor_data','[{\"id\":\"6dd8334\",\"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\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/file.mp4\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-end\"},\"elements\":[{\"id\":\"b878bcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Change Lives - Sponsor Families\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"5fd442e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\\n\\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d61a35\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"HOMETOWN HERO\",\"description_text_a\":\"$5000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"f702c70\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6f86eec\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"51771d9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition with logo on the Virtual Harvest Auction on Handbid. (if received by 10\\/16\\/2020)<\\/li><li>Recognition in all print advertising and on Athens Area Homeless Shelter website year-round.<\\/li><li>Your logo (large) displayed on full page Flagpole Thank You advertisement. (if received by 11\\/6\\/2020)<\\/li><li>100 raffle tickets entered in the Culinary Catchall raffle.<\\/li><li>Two dedicated social media posts thanking you for your support throughout the year.<\\/li><li>Sponsorship plaque to display at your business.<\\/li><li>Early access to the Harvest 2020 Virtual Auction.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce9287e\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"COMMUNTIY  BUILDER\",\"description_text_a\":\"$2000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"9706c60\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on the Harvest Virtual Auction Handbid Site (if received by 10\\/16\\/2020)<\\/li><li>Recognition on Athens Area Homeless Shelter website year-round<\\/li><li>Your logo displayed on our full page Flagpole Thank You advertisement (if received by 11\\/6\\/2020)<\\/li><li>80 raffle tickets entered in the Culinary Catchall Raffle<\\/li><li>One dedicated social media post thanking you for your support during the year.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dada6ea\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"FAMILY PARTNER\",\"description_text_a\":\"$1000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $1000 sponsorship provides one year\'s supply of milk for children in shelter or 8 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4528,878,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4529,878,'_elementor_pro_version','3.2.1'),(4612,891,'_elementor_edit_mode','builder'),(4613,891,'_elementor_template_type','wp-page'),(4614,891,'_elementor_version','3.2.5'),(4615,891,'_wp_page_template','default'),(4616,891,'_elementor_data','[{\"id\":\"6dd8334\",\"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\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/file.mp4\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-end\"},\"elements\":[{\"id\":\"b878bcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Change Lives - Sponsor Families\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"5fd442e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\\n\\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d61a35\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"HOMETOWN HERO\",\"description_text_a\":\"$5000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"f702c70\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6f86eec\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"51771d9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition with logo on the Virtual Harvest Auction on Handbid. (if received by 10\\/16\\/2020)<\\/li><li>Recognition in all print advertising and on Athens Area Homeless Shelter website year-round.<\\/li><li>Your logo (large) displayed on full page Flagpole Thank You advertisement. (if received by 11\\/6\\/2020)<\\/li><li>100 raffle tickets entered in the Culinary Catchall raffle.<\\/li><li>Two dedicated social media posts thanking you for your support throughout the year.<\\/li><li>Sponsorship plaque to display at your business.<\\/li><li>Early access to the Harvest 2020 Virtual Auction.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce9287e\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"COMMUNTIY  BUILDER\",\"description_text_a\":\"$2000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"9706c60\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on the Harvest Virtual Auction Handbid Site (if received by 10\\/16\\/2020)<\\/li><li>Recognition on Athens Area Homeless Shelter website year-round<\\/li><li>Your logo displayed on our full page Flagpole Thank You advertisement (if received by 11\\/6\\/2020)<\\/li><li>80 raffle tickets entered in the Culinary Catchall Raffle<\\/li><li>One dedicated social media post thanking you for your support during the year.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dada6ea\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"FAMILY PARTNER\",\"description_text_a\":\"$1000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $1000 sponsorship provides one year\'s supply of milk for children in shelter or 8 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"b1d96de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on the Harvest Virtual Auction Site on Handbid. (if received by 10\\/16\\/2020)<\\/li><li>Recognition on Athens Area Homeless Shelter website year-round.<\\/li><li>Your logo (small) displayed on our Flagpole Thank You advertisement. (if received by 11\\/6\\/2020)<\\/li><li>60 raffle tickets entered into the Culinary Catchall raffle.<\\/li><li>Inclusion in group social media posts thanking our sponsors and supporters.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3944c06\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"CHILDCARE PROVIDER\",\"description_text_a\":\"$500 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor4.jpg\",\"id\":888},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $500 sponsorship provides 2 months of groceries for our Barber Street shelter or one month of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor4.jpg\",\"id\":888},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"2773178\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on the Harvest Virtual Auction Handbid site. (if received by 10\\/16\\/2020)<\\/li><li>Recognition on Athens Area Homeless Shelter website year-round.<\\/li><li>Inclusion in a social media post thanking our sponsors and supporters.<\\/li><li>40 raffle tickets entered into the Culinary Catchall Raffle.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22d01a7\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"SHELTER FRIEND\",\"description_text_a\":\"$250 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor5.jpg\",\"id\":887},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $250 sponsorship provides nearly 150 bus passes for a working parent or 2 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"a3be666\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on Athens Area Homeless Shelter website year-round.<\\/li><li>20 raffle tickets entered into the Culinary Catchall Raffle<\\/li><li>\\u00a0<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4523,878,'_elementor_edit_mode','builder'),(4524,878,'_elementor_template_type','wp-page'),(4525,878,'_elementor_version','3.2.5'),(4526,878,'_wp_page_template','default'),(4527,878,'_elementor_data','[{\"id\":\"6dd8334\",\"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\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/file.mp4\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-end\"},\"elements\":[{\"id\":\"b878bcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Change Lives - Sponsor Families\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"5fd442e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\\n\\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d61a35\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"HOMETOWN HERO\",\"description_text_a\":\"$5000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"f702c70\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6f86eec\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"51771d9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition with logo on the Virtual Harvest Auction on Handbid. (if received by 10\\/16\\/2020)<\\/li><li>Recognition in all print advertising and on Athens Area Homeless Shelter website year-round.<\\/li><li>Your logo (large) displayed on full page Flagpole Thank You advertisement. (if received by 11\\/6\\/2020)<\\/li><li>100 raffle tickets entered in the Culinary Catchall raffle.<\\/li><li>Two dedicated social media posts thanking you for your support throughout the year.<\\/li><li>Sponsorship plaque to display at your business.<\\/li><li>Early access to the Harvest 2020 Virtual Auction.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce9287e\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"COMMUNTIY  BUILDER\",\"description_text_a\":\"$2000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"9706c60\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on the Harvest Virtual Auction Handbid Site (if received by 10\\/16\\/2020)<\\/li><li>Recognition on Athens Area Homeless Shelter website year-round<\\/li><li>Your logo displayed on our full page Flagpole Thank You advertisement (if received by 11\\/6\\/2020)<\\/li><li>80 raffle tickets entered in the Culinary Catchall Raffle<\\/li><li>One dedicated social media post thanking you for your support during the year.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dada6ea\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"FAMILY PARTNER\",\"description_text_a\":\"$1000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $1000 sponsorship provides one year\'s supply of milk for children in shelter or 8 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"b1d96de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on the Harvest Virtual Auction Site on Handbid. (if received by 10\\/16\\/2020)<\\/li><li>Recognition on Athens Area Homeless Shelter website year-round.<\\/li><li>Your logo (small) displayed on our Flagpole Thank You advertisement. (if received by 11\\/6\\/2020)<\\/li><li>60 raffle tickets entered into the Culinary Catchall raffle.<\\/li><li>Inclusion in group social media posts thanking our sponsors and supporters.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3944c06\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"CHILDCARE PROVIDER\",\"description_text_a\":\"$500 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $1000 sponsorship provides one year\'s supply of milk for children in shelter or 8 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4514,876,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4515,876,'_elementor_pro_version','3.2.1'),(4516,877,'_elementor_edit_mode','builder'),(4517,877,'_elementor_template_type','wp-page'),(4518,877,'_elementor_version','3.2.5'),(4519,877,'_wp_page_template','default'),(4520,877,'_elementor_data','[{\"id\":\"6dd8334\",\"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\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/file.mp4\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-end\"},\"elements\":[{\"id\":\"b878bcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Change Lives - Sponsor Families\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"5fd442e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\\n\\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d61a35\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"HOMETOWN HERO\",\"description_text_a\":\"$5000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"f702c70\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6f86eec\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"51771d9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition with logo on the Virtual Harvest Auction on Handbid. (if received by 10\\/16\\/2020)<\\/li><li>Recognition in all print advertising and on Athens Area Homeless Shelter website year-round.<\\/li><li>Your logo (large) displayed on full page Flagpole Thank You advertisement. (if received by 11\\/6\\/2020)<\\/li><li>100 raffle tickets entered in the Culinary Catchall raffle.<\\/li><li>Two dedicated social media posts thanking you for your support throughout the year.<\\/li><li>Sponsorship plaque to display at your business.<\\/li><li>Early access to the Harvest 2020 Virtual Auction.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce9287e\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"COMMUNTIY  BUILDER\",\"description_text_a\":\"$2000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"9706c60\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on the Harvest Virtual Auction Handbid Site (if received by 10\\/16\\/2020)<\\/li><li>Recognition on Athens Area Homeless Shelter website year-round<\\/li><li>Your logo displayed on our full page Flagpole Thank You advertisement (if received by 11\\/6\\/2020)<\\/li><li>80 raffle tickets entered in the Culinary Catchall Raffle<\\/li><li>One dedicated social media post thanking you for your support during the year.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dada6ea\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"FAMILY PARTNER\",\"description_text_a\":\"$1000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $1000 sponsorship provides one year\'s supply of milk for children in shelter or 8 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4521,877,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4522,877,'_elementor_pro_version','3.2.1'),(4539,880,'_elementor_edit_mode','builder'),(4540,880,'_elementor_template_type','wp-page'),(4541,880,'_elementor_version','3.2.5'),(4542,880,'_wp_page_template','default'),(4543,880,'_elementor_data','[{\"id\":\"6dd8334\",\"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\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/file.mp4\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-end\"},\"elements\":[{\"id\":\"b878bcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Change Lives - Sponsor Families\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"5fd442e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\\n\\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d61a35\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"HOMETOWN HERO\",\"description_text_a\":\"$5000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"f702c70\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6f86eec\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"51771d9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition with logo on the Virtual Harvest Auction on Handbid. (if received by 10\\/16\\/2020)<\\/li><li>Recognition in all print advertising and on Athens Area Homeless Shelter website year-round.<\\/li><li>Your logo (large) displayed on full page Flagpole Thank You advertisement. (if received by 11\\/6\\/2020)<\\/li><li>100 raffle tickets entered in the Culinary Catchall raffle.<\\/li><li>Two dedicated social media posts thanking you for your support throughout the year.<\\/li><li>Sponsorship plaque to display at your business.<\\/li><li>Early access to the Harvest 2020 Virtual Auction.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce9287e\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"COMMUNTIY  BUILDER\",\"description_text_a\":\"$2000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"9706c60\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on the Harvest Virtual Auction Handbid Site (if received by 10\\/16\\/2020)<\\/li><li>Recognition on Athens Area Homeless Shelter website year-round<\\/li><li>Your logo displayed on our full page Flagpole Thank You advertisement (if received by 11\\/6\\/2020)<\\/li><li>80 raffle tickets entered in the Culinary Catchall Raffle<\\/li><li>One dedicated social media post thanking you for your support during the year.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dada6ea\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"FAMILY PARTNER\",\"description_text_a\":\"$1000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $1000 sponsorship provides one year\'s supply of milk for children in shelter or 8 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"b1d96de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on the Harvest Virtual Auction Site on Handbid. (if received by 10\\/16\\/2020)<\\/li><li>Recognition on Athens Area Homeless Shelter website year-round.<\\/li><li>Your logo (small) displayed on our Flagpole Thank You advertisement. (if received by 11\\/6\\/2020)<\\/li><li>60 raffle tickets entered into the Culinary Catchall raffle.<\\/li><li>Inclusion in group social media posts thanking our sponsors and supporters.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3944c06\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"CHILDCARE PROVIDER\",\"description_text_a\":\"$500 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $1000 sponsorship provides one year\'s supply of milk for children in shelter or 8 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4567,883,'_wp_page_template','default'),(4568,883,'_elementor_data','[{\"id\":\"6dd8334\",\"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\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/file.mp4\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-end\"},\"elements\":[{\"id\":\"b878bcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Change Lives - Sponsor Families\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"5fd442e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\\n\\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d61a35\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"HOMETOWN HERO\",\"description_text_a\":\"$5000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"f702c70\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6f86eec\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"51771d9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition with logo on the Virtual Harvest Auction on Handbid. (if received by 10\\/16\\/2020)<\\/li><li>Recognition in all print advertising and on Athens Area Homeless Shelter website year-round.<\\/li><li>Your logo (large) displayed on full page Flagpole Thank You advertisement. (if received by 11\\/6\\/2020)<\\/li><li>100 raffle tickets entered in the Culinary Catchall raffle.<\\/li><li>Two dedicated social media posts thanking you for your support throughout the year.<\\/li><li>Sponsorship plaque to display at your business.<\\/li><li>Early access to the Harvest 2020 Virtual Auction.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce9287e\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"COMMUNTIY  BUILDER\",\"description_text_a\":\"$2000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"9706c60\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on the Harvest Virtual Auction Handbid Site (if received by 10\\/16\\/2020)<\\/li><li>Recognition on Athens Area Homeless Shelter website year-round<\\/li><li>Your logo displayed on our full page Flagpole Thank You advertisement (if received by 11\\/6\\/2020)<\\/li><li>80 raffle tickets entered in the Culinary Catchall Raffle<\\/li><li>One dedicated social media post thanking you for your support during the year.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dada6ea\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"FAMILY PARTNER\",\"description_text_a\":\"$1000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $1000 sponsorship provides one year\'s supply of milk for children in shelter or 8 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"b1d96de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on the Harvest Virtual Auction Site on Handbid. (if received by 10\\/16\\/2020)<\\/li><li>Recognition on Athens Area Homeless Shelter website year-round.<\\/li><li>Your logo (small) displayed on our Flagpole Thank You advertisement. (if received by 11\\/6\\/2020)<\\/li><li>60 raffle tickets entered into the Culinary Catchall raffle.<\\/li><li>Inclusion in group social media posts thanking our sponsors and supporters.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3944c06\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"CHILDCARE PROVIDER\",\"description_text_a\":\"$500 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"<span style=\\\"color:#FFFFFF\\\">Your $500 sponsorship provides 2 months of groceries for our Barber Street shelter or one month of full time childcare for a child experiencing homelessness.<\\/span>\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4558,882,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4559,882,'_elementor_pro_version','3.2.1'),(4578,885,'_elementor_edit_mode','builder'),(4553,882,'_elementor_edit_mode','builder'),(4554,882,'_elementor_template_type','wp-page'),(4555,882,'_elementor_version','3.2.5'),(4556,882,'_wp_page_template','default'),(4557,882,'_elementor_data','[{\"id\":\"6dd8334\",\"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\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/file.mp4\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-end\"},\"elements\":[{\"id\":\"b878bcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Change Lives - Sponsor Families\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"5fd442e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\\n\\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d61a35\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"HOMETOWN HERO\",\"description_text_a\":\"$5000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"f702c70\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6f86eec\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"51771d9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition with logo on the Virtual Harvest Auction on Handbid. (if received by 10\\/16\\/2020)<\\/li><li>Recognition in all print advertising and on Athens Area Homeless Shelter website year-round.<\\/li><li>Your logo (large) displayed on full page Flagpole Thank You advertisement. (if received by 11\\/6\\/2020)<\\/li><li>100 raffle tickets entered in the Culinary Catchall raffle.<\\/li><li>Two dedicated social media posts thanking you for your support throughout the year.<\\/li><li>Sponsorship plaque to display at your business.<\\/li><li>Early access to the Harvest 2020 Virtual Auction.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce9287e\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"COMMUNTIY  BUILDER\",\"description_text_a\":\"$2000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"9706c60\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on the Harvest Virtual Auction Handbid Site (if received by 10\\/16\\/2020)<\\/li><li>Recognition on Athens Area Homeless Shelter website year-round<\\/li><li>Your logo displayed on our full page Flagpole Thank You advertisement (if received by 11\\/6\\/2020)<\\/li><li>80 raffle tickets entered in the Culinary Catchall Raffle<\\/li><li>One dedicated social media post thanking you for your support during the year.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dada6ea\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"FAMILY PARTNER\",\"description_text_a\":\"$1000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $1000 sponsorship provides one year\'s supply of milk for children in shelter or 8 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"b1d96de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on the Harvest Virtual Auction Site on Handbid. (if received by 10\\/16\\/2020)<\\/li><li>Recognition on Athens Area Homeless Shelter website year-round.<\\/li><li>Your logo (small) displayed on our Flagpole Thank You advertisement. (if received by 11\\/6\\/2020)<\\/li><li>60 raffle tickets entered into the Culinary Catchall raffle.<\\/li><li>Inclusion in group social media posts thanking our sponsors and supporters.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3944c06\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"CHILDCARE PROVIDER\",\"description_text_a\":\"$500 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"<span style=\\\"color:#FFFFFF\\\">Your $500 sponsorship provides 2 months of groceries for our Barber Street shelter or one month of full time childcare for a child experiencing homelessness.<\\/span>\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4544,880,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4545,880,'_elementor_pro_version','3.2.1'),(4546,881,'_elementor_edit_mode','builder'),(4547,881,'_elementor_template_type','wp-page'),(4548,881,'_elementor_version','3.2.5'),(4549,881,'_wp_page_template','default'),(4550,881,'_elementor_data','[{\"id\":\"6dd8334\",\"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\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/file.mp4\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-end\"},\"elements\":[{\"id\":\"b878bcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Change Lives - Sponsor Families\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"5fd442e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\\n\\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d61a35\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"HOMETOWN HERO\",\"description_text_a\":\"$5000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"f702c70\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6f86eec\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"51771d9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition with logo on the Virtual Harvest Auction on Handbid. (if received by 10\\/16\\/2020)<\\/li><li>Recognition in all print advertising and on Athens Area Homeless Shelter website year-round.<\\/li><li>Your logo (large) displayed on full page Flagpole Thank You advertisement. (if received by 11\\/6\\/2020)<\\/li><li>100 raffle tickets entered in the Culinary Catchall raffle.<\\/li><li>Two dedicated social media posts thanking you for your support throughout the year.<\\/li><li>Sponsorship plaque to display at your business.<\\/li><li>Early access to the Harvest 2020 Virtual Auction.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce9287e\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"COMMUNTIY  BUILDER\",\"description_text_a\":\"$2000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"9706c60\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on the Harvest Virtual Auction Handbid Site (if received by 10\\/16\\/2020)<\\/li><li>Recognition on Athens Area Homeless Shelter website year-round<\\/li><li>Your logo displayed on our full page Flagpole Thank You advertisement (if received by 11\\/6\\/2020)<\\/li><li>80 raffle tickets entered in the Culinary Catchall Raffle<\\/li><li>One dedicated social media post thanking you for your support during the year.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dada6ea\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"FAMILY PARTNER\",\"description_text_a\":\"$1000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $1000 sponsorship provides one year\'s supply of milk for children in shelter or 8 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"b1d96de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on the Harvest Virtual Auction Site on Handbid. (if received by 10\\/16\\/2020)<\\/li><li>Recognition on Athens Area Homeless Shelter website year-round.<\\/li><li>Your logo (small) displayed on our Flagpole Thank You advertisement. (if received by 11\\/6\\/2020)<\\/li><li>60 raffle tickets entered into the Culinary Catchall raffle.<\\/li><li>Inclusion in group social media posts thanking our sponsors and supporters.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3944c06\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"CHILDCARE PROVIDER\",\"description_text_a\":\"$500 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $1000 sponsorship provides one year\'s supply of milk for children in shelter or 8 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4551,881,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4552,881,'_elementor_pro_version','3.2.1'),(4564,883,'_elementor_edit_mode','builder'),(4565,883,'_elementor_template_type','wp-page'),(4566,883,'_elementor_version','3.2.5'),(4569,883,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4570,883,'_elementor_pro_version','3.2.1'),(4571,884,'_elementor_edit_mode','builder'),(4572,884,'_elementor_template_type','wp-page'),(4573,884,'_elementor_version','3.2.5'),(4574,884,'_wp_page_template','default'),(4575,884,'_elementor_data','[{\"id\":\"6dd8334\",\"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\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/file.mp4\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-end\"},\"elements\":[{\"id\":\"b878bcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Change Lives - Sponsor Families\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"5fd442e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\\n\\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d61a35\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"HOMETOWN HERO\",\"description_text_a\":\"$5000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"f702c70\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6f86eec\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"51771d9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition with logo on the Virtual Harvest Auction on Handbid. (if received by 10\\/16\\/2020)<\\/li><li>Recognition in all print advertising and on Athens Area Homeless Shelter website year-round.<\\/li><li>Your logo (large) displayed on full page Flagpole Thank You advertisement. (if received by 11\\/6\\/2020)<\\/li><li>100 raffle tickets entered in the Culinary Catchall raffle.<\\/li><li>Two dedicated social media posts thanking you for your support throughout the year.<\\/li><li>Sponsorship plaque to display at your business.<\\/li><li>Early access to the Harvest 2020 Virtual Auction.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce9287e\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"COMMUNTIY  BUILDER\",\"description_text_a\":\"$2000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"9706c60\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on the Harvest Virtual Auction Handbid Site (if received by 10\\/16\\/2020)<\\/li><li>Recognition on Athens Area Homeless Shelter website year-round<\\/li><li>Your logo displayed on our full page Flagpole Thank You advertisement (if received by 11\\/6\\/2020)<\\/li><li>80 raffle tickets entered in the Culinary Catchall Raffle<\\/li><li>One dedicated social media post thanking you for your support during the year.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dada6ea\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"FAMILY PARTNER\",\"description_text_a\":\"$1000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $1000 sponsorship provides one year\'s supply of milk for children in shelter or 8 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"b1d96de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on the Harvest Virtual Auction Site on Handbid. (if received by 10\\/16\\/2020)<\\/li><li>Recognition on Athens Area Homeless Shelter website year-round.<\\/li><li>Your logo (small) displayed on our Flagpole Thank You advertisement. (if received by 11\\/6\\/2020)<\\/li><li>60 raffle tickets entered into the Culinary Catchall raffle.<\\/li><li>Inclusion in group social media posts thanking our sponsors and supporters.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3944c06\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"CHILDCARE PROVIDER\",\"description_text_a\":\"$500 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"<span style=\\\"color:#FFFFFF\\\">Your $500 sponsorship provides 2 months of groceries for our Barber Street shelter or one month of full time childcare for a child experiencing homelessness.<\\/span>\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4576,884,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4577,884,'_elementor_pro_version','3.2.1'),(4579,885,'_elementor_template_type','wp-page'),(4580,885,'_elementor_version','3.2.5'),(4581,885,'_wp_page_template','default'),(4582,885,'_elementor_data','[{\"id\":\"6dd8334\",\"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\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/file.mp4\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-end\"},\"elements\":[{\"id\":\"b878bcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Change Lives - Sponsor Families\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"5fd442e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\\n\\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d61a35\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"HOMETOWN HERO\",\"description_text_a\":\"$5000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"f702c70\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6f86eec\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"51771d9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition with logo on the Virtual Harvest Auction on Handbid. (if received by 10\\/16\\/2020)<\\/li><li>Recognition in all print advertising and on Athens Area Homeless Shelter website year-round.<\\/li><li>Your logo (large) displayed on full page Flagpole Thank You advertisement. (if received by 11\\/6\\/2020)<\\/li><li>100 raffle tickets entered in the Culinary Catchall raffle.<\\/li><li>Two dedicated social media posts thanking you for your support throughout the year.<\\/li><li>Sponsorship plaque to display at your business.<\\/li><li>Early access to the Harvest 2020 Virtual Auction.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce9287e\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"COMMUNTIY  BUILDER\",\"description_text_a\":\"$2000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"9706c60\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on the Harvest Virtual Auction Handbid Site (if received by 10\\/16\\/2020)<\\/li><li>Recognition on Athens Area Homeless Shelter website year-round<\\/li><li>Your logo displayed on our full page Flagpole Thank You advertisement (if received by 11\\/6\\/2020)<\\/li><li>80 raffle tickets entered in the Culinary Catchall Raffle<\\/li><li>One dedicated social media post thanking you for your support during the year.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dada6ea\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"FAMILY PARTNER\",\"description_text_a\":\"$1000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $1000 sponsorship provides one year\'s supply of milk for children in shelter or 8 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"b1d96de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on the Harvest Virtual Auction Site on Handbid. (if received by 10\\/16\\/2020)<\\/li><li>Recognition on Athens Area Homeless Shelter website year-round.<\\/li><li>Your logo (small) displayed on our Flagpole Thank You advertisement. (if received by 11\\/6\\/2020)<\\/li><li>60 raffle tickets entered into the Culinary Catchall raffle.<\\/li><li>Inclusion in group social media posts thanking our sponsors and supporters.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3944c06\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"CHILDCARE PROVIDER\",\"description_text_a\":\"$500 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $500 sponsorship provides 2 months of groceries for our Barber Street shelter or one month of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4583,885,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4584,885,'_elementor_pro_version','3.2.1'),(4598,889,'_elementor_edit_mode','builder'),(4599,889,'_elementor_template_type','wp-page'),(4600,889,'_elementor_version','3.2.5'),(4601,889,'_wp_page_template','default'),(4602,889,'_elementor_data','[{\"id\":\"6dd8334\",\"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\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/file.mp4\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-end\"},\"elements\":[{\"id\":\"b878bcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Change Lives - Sponsor Families\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"5fd442e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\\n\\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d61a35\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"HOMETOWN HERO\",\"description_text_a\":\"$5000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"f702c70\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6f86eec\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"51771d9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition with logo on the Virtual Harvest Auction on Handbid. (if received by 10\\/16\\/2020)<\\/li><li>Recognition in all print advertising and on Athens Area Homeless Shelter website year-round.<\\/li><li>Your logo (large) displayed on full page Flagpole Thank You advertisement. (if received by 11\\/6\\/2020)<\\/li><li>100 raffle tickets entered in the Culinary Catchall raffle.<\\/li><li>Two dedicated social media posts thanking you for your support throughout the year.<\\/li><li>Sponsorship plaque to display at your business.<\\/li><li>Early access to the Harvest 2020 Virtual Auction.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce9287e\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"COMMUNTIY  BUILDER\",\"description_text_a\":\"$2000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"9706c60\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on the Harvest Virtual Auction Handbid Site (if received by 10\\/16\\/2020)<\\/li><li>Recognition on Athens Area Homeless Shelter website year-round<\\/li><li>Your logo displayed on our full page Flagpole Thank You advertisement (if received by 11\\/6\\/2020)<\\/li><li>80 raffle tickets entered in the Culinary Catchall Raffle<\\/li><li>One dedicated social media post thanking you for your support during the year.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dada6ea\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"FAMILY PARTNER\",\"description_text_a\":\"$1000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $1000 sponsorship provides one year\'s supply of milk for children in shelter or 8 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"b1d96de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on the Harvest Virtual Auction Site on Handbid. (if received by 10\\/16\\/2020)<\\/li><li>Recognition on Athens Area Homeless Shelter website year-round.<\\/li><li>Your logo (small) displayed on our Flagpole Thank You advertisement. (if received by 11\\/6\\/2020)<\\/li><li>60 raffle tickets entered into the Culinary Catchall raffle.<\\/li><li>Inclusion in group social media posts thanking our sponsors and supporters.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3944c06\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"CHILDCARE PROVIDER\",\"description_text_a\":\"$500 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $500 sponsorship provides 2 months of groceries for our Barber Street shelter or one month of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4625,892,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4626,892,'_elementor_pro_version','3.2.1'),(4627,893,'_elementor_edit_mode','builder'),(4628,893,'_elementor_template_type','wp-page'),(4629,893,'_elementor_version','3.2.5'),(4630,893,'_wp_page_template','default'),(4631,893,'_elementor_data','[{\"id\":\"6dd8334\",\"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\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/file.mp4\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-end\"},\"elements\":[{\"id\":\"b878bcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Change Lives - Sponsor Families\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"5fd442e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\\n\\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d61a35\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"HOMETOWN HERO\",\"description_text_a\":\"$5000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"f702c70\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6f86eec\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"51771d9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition with logo on the Virtual Harvest Auction on Handbid. (if received by 10\\/16\\/2020)<\\/li><li>Recognition in all print advertising and on Athens Area Homeless Shelter website year-round.<\\/li><li>Your logo (large) displayed on full page Flagpole Thank You advertisement. (if received by 11\\/6\\/2020)<\\/li><li>100 raffle tickets entered in the Culinary Catchall raffle.<\\/li><li>Two dedicated social media posts thanking you for your support throughout the year.<\\/li><li>Sponsorship plaque to display at your business.<\\/li><li>Early access to the Harvest 2020 Virtual Auction.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce9287e\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"COMMUNTIY  BUILDER\",\"description_text_a\":\"$2000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"9706c60\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on the Harvest Virtual Auction Handbid Site (if received by 10\\/16\\/2020)<\\/li><li>Recognition on Athens Area Homeless Shelter website year-round<\\/li><li>Your logo displayed on our full page Flagpole Thank You advertisement (if received by 11\\/6\\/2020)<\\/li><li>80 raffle tickets entered in the Culinary Catchall Raffle<\\/li><li>One dedicated social media post thanking you for your support during the year.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dada6ea\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"FAMILY PARTNER\",\"description_text_a\":\"$1000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $1000 sponsorship provides one year\'s supply of milk for children in shelter or 8 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"b1d96de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on the Harvest Virtual Auction Site on Handbid. (if received by 10\\/16\\/2020)<\\/li><li>Recognition on Athens Area Homeless Shelter website year-round.<\\/li><li>Your logo (small) displayed on our Flagpole Thank You advertisement. (if received by 11\\/6\\/2020)<\\/li><li>60 raffle tickets entered into the Culinary Catchall raffle.<\\/li><li>Inclusion in group social media posts thanking our sponsors and supporters.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3944c06\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"CHILDCARE PROVIDER\",\"description_text_a\":\"$500 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor4.jpg\",\"id\":888},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $500 sponsorship provides 2 months of groceries for our Barber Street shelter or one month of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor4.jpg\",\"id\":888},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"2773178\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on the Harvest Virtual Auction Handbid site. (if received by 10\\/16\\/2020)<\\/li><li>Recognition on Athens Area Homeless Shelter website year-round.<\\/li><li>Inclusion in a social media post thanking our sponsors and supporters.<\\/li><li>40 raffle tickets entered into the Culinary Catchall Raffle.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22d01a7\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"SHELTER FRIEND\",\"description_text_a\":\"$250 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor5.jpg\",\"id\":887},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $250 sponsorship provides nearly 150 bus passes for a working parent or 2 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"a3be666\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on Athens Area Homeless Shelter website year-round.<\\/li><li>20 raffle tickets entered into the Culinary Catchall Raffle<\\/li><li>\\u00a0<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4632,893,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4633,893,'_elementor_pro_version','3.2.1'),(4634,894,'_elementor_edit_mode','builder'),(4635,894,'_elementor_template_type','wp-page'),(4636,894,'_elementor_version','3.2.5'),(4637,894,'_wp_page_template','default'),(4638,894,'_elementor_data','[{\"id\":\"6dd8334\",\"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\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/file.mp4\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-end\"},\"elements\":[{\"id\":\"b878bcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Change Lives - Sponsor Families\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"5fd442e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\\n\\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d61a35\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"HOMETOWN HERO\",\"description_text_a\":\"$5000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"f702c70\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6f86eec\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"51771d9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition with logo on the Virtual Harvest Auction on Handbid. (if received by 10\\/16\\/2020)<\\/li><li>Recognition in all print advertising and on Athens Area Homeless Shelter website year-round.<\\/li><li>Your logo (large) displayed on full page Flagpole Thank You advertisement. (if received by 11\\/6\\/2020)<\\/li><li>100 raffle tickets entered in the Culinary Catchall raffle.<\\/li><li>Two dedicated social media posts thanking you for your support throughout the year.<\\/li><li>Sponsorship plaque to display at your business.<\\/li><li>Early access to the Harvest 2020 Virtual Auction.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce9287e\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"COMMUNTIY  BUILDER\",\"description_text_a\":\"$2000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"9706c60\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on the Harvest Virtual Auction Handbid Site (if received by 10\\/16\\/2020)<\\/li><li>Recognition on Athens Area Homeless Shelter website year-round<\\/li><li>Your logo displayed on our full page Flagpole Thank You advertisement (if received by 11\\/6\\/2020)<\\/li><li>80 raffle tickets entered in the Culinary Catchall Raffle<\\/li><li>One dedicated social media post thanking you for your support during the year.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dada6ea\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"FAMILY PARTNER\",\"description_text_a\":\"$1000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $1000 sponsorship provides one year\'s supply of milk for children in shelter or 8 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"b1d96de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on the Harvest Virtual Auction Site on Handbid. (if received by 10\\/16\\/2020)<\\/li><li>Recognition on Athens Area Homeless Shelter website year-round.<\\/li><li>Your logo (small) displayed on our Flagpole Thank You advertisement. (if received by 11\\/6\\/2020)<\\/li><li>60 raffle tickets entered into the Culinary Catchall raffle.<\\/li><li>Inclusion in group social media posts thanking our sponsors and supporters.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3944c06\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"CHILDCARE PROVIDER\",\"description_text_a\":\"$500 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor4.jpg\",\"id\":888},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $500 sponsorship provides 2 months of groceries for our Barber Street shelter or one month of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor4.jpg\",\"id\":888},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"2773178\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on the Harvest Virtual Auction Handbid site. (if received by 10\\/16\\/2020)<\\/li><li>Recognition on Athens Area Homeless Shelter website year-round.<\\/li><li>Inclusion in a social media post thanking our sponsors and supporters.<\\/li><li>40 raffle tickets entered into the Culinary Catchall Raffle.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22d01a7\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"SHELTER FRIEND\",\"description_text_a\":\"$250 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor5.jpg\",\"id\":887},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $250 sponsorship provides nearly 150 bus passes for a working parent or 2 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"a3be666\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on Athens Area Homeless Shelter website year-round.<\\/li><li>20 raffle tickets entered into the Culinary Catchall Raffle<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4618,891,'_elementor_pro_version','3.2.1'),(4620,892,'_elementor_edit_mode','builder'),(4621,892,'_elementor_template_type','wp-page'),(4622,892,'_elementor_version','3.2.5'),(4623,892,'_wp_page_template','default'),(4624,892,'_elementor_data','[{\"id\":\"6dd8334\",\"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\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/file.mp4\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-end\"},\"elements\":[{\"id\":\"b878bcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Change Lives - Sponsor Families\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"5fd442e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\\n\\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d61a35\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"HOMETOWN HERO\",\"description_text_a\":\"$5000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"f702c70\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6f86eec\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"51771d9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition with logo on the Virtual Harvest Auction on Handbid. (if received by 10\\/16\\/2020)<\\/li><li>Recognition in all print advertising and on Athens Area Homeless Shelter website year-round.<\\/li><li>Your logo (large) displayed on full page Flagpole Thank You advertisement. (if received by 11\\/6\\/2020)<\\/li><li>100 raffle tickets entered in the Culinary Catchall raffle.<\\/li><li>Two dedicated social media posts thanking you for your support throughout the year.<\\/li><li>Sponsorship plaque to display at your business.<\\/li><li>Early access to the Harvest 2020 Virtual Auction.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce9287e\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"COMMUNTIY  BUILDER\",\"description_text_a\":\"$2000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"9706c60\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on the Harvest Virtual Auction Handbid Site (if received by 10\\/16\\/2020)<\\/li><li>Recognition on Athens Area Homeless Shelter website year-round<\\/li><li>Your logo displayed on our full page Flagpole Thank You advertisement (if received by 11\\/6\\/2020)<\\/li><li>80 raffle tickets entered in the Culinary Catchall Raffle<\\/li><li>One dedicated social media post thanking you for your support during the year.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dada6ea\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"FAMILY PARTNER\",\"description_text_a\":\"$1000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $1000 sponsorship provides one year\'s supply of milk for children in shelter or 8 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"b1d96de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on the Harvest Virtual Auction Site on Handbid. (if received by 10\\/16\\/2020)<\\/li><li>Recognition on Athens Area Homeless Shelter website year-round.<\\/li><li>Your logo (small) displayed on our Flagpole Thank You advertisement. (if received by 11\\/6\\/2020)<\\/li><li>60 raffle tickets entered into the Culinary Catchall raffle.<\\/li><li>Inclusion in group social media posts thanking our sponsors and supporters.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3944c06\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"CHILDCARE PROVIDER\",\"description_text_a\":\"$500 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor4.jpg\",\"id\":888},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $500 sponsorship provides 2 months of groceries for our Barber Street shelter or one month of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor4.jpg\",\"id\":888},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"2773178\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on the Harvest Virtual Auction Handbid site. (if received by 10\\/16\\/2020)<\\/li><li>Recognition on Athens Area Homeless Shelter website year-round.<\\/li><li>Inclusion in a social media post thanking our sponsors and supporters.<\\/li><li>40 raffle tickets entered into the Culinary Catchall Raffle.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22d01a7\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"SHELTER FRIEND\",\"description_text_a\":\"$250 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor5.jpg\",\"id\":887},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $250 sponsorship provides nearly 150 bus passes for a working parent or 2 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"a3be666\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on Athens Area Homeless Shelter website year-round.<\\/li><li>20 raffle tickets entered into the Culinary Catchall Raffle<\\/li><li>\\u00a0<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4594,887,'_wp_attached_file','2021/07/sponsor5.jpg'),(4595,887,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1467;s:6:\"height\";i:258;s:4:\"file\";s:20:\"2021/07/sponsor5.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"sponsor5-300x53.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:53;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"sponsor5-1024x180.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"sponsor5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"sponsor5-768x135.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4596,888,'_wp_attached_file','2021/07/sponsor4.jpg'),(4597,888,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1467;s:6:\"height\";i:258;s:4:\"file\";s:20:\"2021/07/sponsor4.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"sponsor4-300x53.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:53;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"sponsor4-1024x180.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"sponsor4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"sponsor4-768x135.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4603,889,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4604,889,'_elementor_pro_version','3.2.1'),(4605,890,'_elementor_edit_mode','builder'),(4606,890,'_elementor_template_type','wp-page'),(4607,890,'_elementor_version','3.2.5'),(4608,890,'_wp_page_template','default'),(4609,890,'_elementor_data','[{\"id\":\"6dd8334\",\"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\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/file.mp4\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-end\"},\"elements\":[{\"id\":\"b878bcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Change Lives - Sponsor Families\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"5fd442e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\\n\\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d61a35\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"HOMETOWN HERO\",\"description_text_a\":\"$5000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"f702c70\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6f86eec\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"51771d9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition with logo on the Virtual Harvest Auction on Handbid. (if received by 10\\/16\\/2020)<\\/li><li>Recognition in all print advertising and on Athens Area Homeless Shelter website year-round.<\\/li><li>Your logo (large) displayed on full page Flagpole Thank You advertisement. (if received by 11\\/6\\/2020)<\\/li><li>100 raffle tickets entered in the Culinary Catchall raffle.<\\/li><li>Two dedicated social media posts thanking you for your support throughout the year.<\\/li><li>Sponsorship plaque to display at your business.<\\/li><li>Early access to the Harvest 2020 Virtual Auction.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce9287e\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"COMMUNTIY  BUILDER\",\"description_text_a\":\"$2000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"9706c60\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on the Harvest Virtual Auction Handbid Site (if received by 10\\/16\\/2020)<\\/li><li>Recognition on Athens Area Homeless Shelter website year-round<\\/li><li>Your logo displayed on our full page Flagpole Thank You advertisement (if received by 11\\/6\\/2020)<\\/li><li>80 raffle tickets entered in the Culinary Catchall Raffle<\\/li><li>One dedicated social media post thanking you for your support during the year.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dada6ea\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"FAMILY PARTNER\",\"description_text_a\":\"$1000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $1000 sponsorship provides one year\'s supply of milk for children in shelter or 8 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"b1d96de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on the Harvest Virtual Auction Site on Handbid. (if received by 10\\/16\\/2020)<\\/li><li>Recognition on Athens Area Homeless Shelter website year-round.<\\/li><li>Your logo (small) displayed on our Flagpole Thank You advertisement. (if received by 11\\/6\\/2020)<\\/li><li>60 raffle tickets entered into the Culinary Catchall raffle.<\\/li><li>Inclusion in group social media posts thanking our sponsors and supporters.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3944c06\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"CHILDCARE PROVIDER\",\"description_text_a\":\"$500 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $500 sponsorship provides 2 months of groceries for our Barber Street shelter or one month of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4610,890,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4611,890,'_elementor_pro_version','3.2.1'),(4639,894,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4640,894,'_elementor_pro_version','3.2.1'),(4643,895,'_elementor_edit_mode','builder'),(4644,895,'_elementor_template_type','wp-page'),(4645,895,'_elementor_version','3.2.5'),(4646,895,'_wp_page_template','default'),(4647,895,'_elementor_data','[{\"id\":\"6dd8334\",\"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\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/file.mp4\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-end\"},\"elements\":[{\"id\":\"b878bcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Change Lives - Sponsor Families\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"5fd442e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\\n\\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d61a35\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"HOMETOWN HERO\",\"description_text_a\":\"$5000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"f702c70\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6f86eec\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"51771d9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition with logo on the Virtual Harvest Auction on Handbid. (if received by 10\\/16\\/2020)<\\/li><li>Recognition in all print advertising and on Athens Area Homeless Shelter website year-round.<\\/li><li>Your logo (large) displayed on full page Flagpole Thank You advertisement. (if received by 11\\/6\\/2020)<\\/li><li>100 raffle tickets entered in the Culinary Catchall raffle.<\\/li><li>Two dedicated social media posts thanking you for your support throughout the year.<\\/li><li>Sponsorship plaque to display at your business.<\\/li><li>Early access to the Harvest 2020 Virtual Auction.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce9287e\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"COMMUNTIY  BUILDER\",\"description_text_a\":\"$2000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"9706c60\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on the Harvest Virtual Auction Handbid Site (if received by 10\\/16\\/2020)<\\/li><li>Recognition on Athens Area Homeless Shelter website year-round<\\/li><li>Your logo displayed on our full page Flagpole Thank You advertisement (if received by 11\\/6\\/2020)<\\/li><li>80 raffle tickets entered in the Culinary Catchall Raffle<\\/li><li>One dedicated social media post thanking you for your support during the year.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dada6ea\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"FAMILY PARTNER\",\"description_text_a\":\"$1000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $1000 sponsorship provides one year\'s supply of milk for children in shelter or 8 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"b1d96de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on the Harvest Virtual Auction Site on Handbid. (if received by 10\\/16\\/2020)<\\/li><li>Recognition on Athens Area Homeless Shelter website year-round.<\\/li><li>Your logo (small) displayed on our Flagpole Thank You advertisement. (if received by 11\\/6\\/2020)<\\/li><li>60 raffle tickets entered into the Culinary Catchall raffle.<\\/li><li>Inclusion in group social media posts thanking our sponsors and supporters.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3944c06\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"CHILDCARE PROVIDER\",\"description_text_a\":\"$500 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor4.jpg\",\"id\":888},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $500 sponsorship provides 2 months of groceries for our Barber Street shelter or one month of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor4.jpg\",\"id\":888},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"2773178\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on the Harvest Virtual Auction Handbid site. (if received by 10\\/16\\/2020)<\\/li><li>Recognition on Athens Area Homeless Shelter website year-round.<\\/li><li>Inclusion in a social media post thanking our sponsors and supporters.<\\/li><li>40 raffle tickets entered into the Culinary Catchall Raffle.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22d01a7\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"SHELTER FRIEND\",\"description_text_a\":\"$250 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor5.jpg\",\"id\":887},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $250 sponsorship provides nearly 150 bus passes for a working parent or 2 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"a3be666\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on Athens Area Homeless Shelter website year-round.<\\/li><li>20 raffle tickets entered into the Culinary Catchall Raffle<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4667,837,'_elementor_controls_usage','a:5:{s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:33:\"button_box_shadow_box_shadow_type\";i:1;s:28:\"button_box_shadow_box_shadow\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:16:\"content_position\";i:1;s:5:\"align\";i:1;s:28:\"space_between_widgets_tablet\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:3;s:7:\"padding\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:21:\"background_video_link\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}}}}s:8:\"flip-box\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:22:\"section_side_a_content\";a:8:{s:15:\"graphic_element\";i:5;s:12:\"title_text_a\";i:5;s:18:\"description_text_a\";i:5;s:23:\"background_a_background\";i:5;s:18:\"background_a_image\";i:5;s:21:\"background_a_position\";i:5;s:17:\"background_a_size\";i:5;s:20:\"background_overlay_a\";i:5;}s:22:\"section_side_b_content\";a:8:{s:12:\"title_text_b\";i:5;s:18:\"description_text_b\";i:5;s:11:\"button_text\";i:5;s:23:\"background_b_background\";i:5;s:18:\"background_b_image\";i:5;s:21:\"background_b_position\";i:5;s:17:\"background_b_size\";i:5;s:20:\"background_overlay_b\";i:5;}s:20:\"section_box_settings\";a:1:{s:11:\"flip_effect\";i:5;}}s:5:\"style\";a:2:{s:15:\"section_style_a\";a:4:{s:13:\"title_color_a\";i:5;s:19:\"description_color_a\";i:5;s:35:\"description_typography_a_typography\";i:5;s:34:\"description_typography_a_font_size\";i:5;}s:15:\"section_style_b\";a:4:{s:13:\"title_color_b\";i:5;s:35:\"description_typography_b_typography\";i:5;s:34:\"description_typography_b_font_size\";i:5;s:36:\"description_typography_b_font_weight\";i:5;}}}}}'),(4648,895,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4649,895,'_elementor_pro_version','3.2.1'),(5192,987,'_elementor_template_type','kit'),(5193,987,'_elementor_version','3.2.3'),(4651,896,'_elementor_edit_mode','builder'),(4652,896,'_elementor_template_type','wp-page'),(4653,896,'_elementor_version','3.2.5'),(4654,896,'_wp_page_template','default'),(4655,896,'_elementor_data','[{\"id\":\"6dd8334\",\"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\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/file.mp4\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-end\"},\"elements\":[{\"id\":\"b878bcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Change Lives - Sponsor Families\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"5fd442e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\\n\\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d61a35\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"HOMETOWN HERO\",\"description_text_a\":\"$5000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"f702c70\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6f86eec\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"51771d9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition with logo on the Virtual Harvest Auction on Handbid. (if received by 10\\/16\\/2020)<\\/li><li>Recognition in all print advertising and on Athens Area Homeless Shelter website year-round.<\\/li><li>Your logo (large) displayed on full page Flagpole Thank You advertisement. (if received by 11\\/6\\/2020)<\\/li><li>100 raffle tickets entered in the Culinary Catchall raffle.<\\/li><li>Two dedicated social media posts thanking you for your support throughout the year.<\\/li><li>Sponsorship plaque to display at your business.<\\/li><li>Early access to the Harvest 2020 Virtual Auction.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce9287e\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"COMMUNTIY  BUILDER\",\"description_text_a\":\"$2000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"9706c60\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on the Harvest Virtual Auction Handbid Site (if received by 10\\/16\\/2020)<\\/li><li>Recognition on Athens Area Homeless Shelter website year-round<\\/li><li>Your logo displayed on our full page Flagpole Thank You advertisement (if received by 11\\/6\\/2020)<\\/li><li>80 raffle tickets entered in the Culinary Catchall Raffle<\\/li><li>One dedicated social media post thanking you for your support during the year.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dada6ea\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"FAMILY PARTNER\",\"description_text_a\":\"$1000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $1000 sponsorship provides one year\'s supply of milk for children in shelter or 8 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"b1d96de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on the Harvest Virtual Auction Site on Handbid. (if received by 10\\/16\\/2020)<\\/li><li>Recognition on Athens Area Homeless Shelter website year-round.<\\/li><li>Your logo (small) displayed on our Flagpole Thank You advertisement. (if received by 11\\/6\\/2020)<\\/li><li>60 raffle tickets entered into the Culinary Catchall raffle.<\\/li><li>Inclusion in group social media posts thanking our sponsors and supporters.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3944c06\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"CHILDCARE PROVIDER\",\"description_text_a\":\"$500 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor4.jpg\",\"id\":888},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $500 sponsorship provides 2 months of groceries for our Barber Street shelter or one month of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor4.jpg\",\"id\":888},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"2773178\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on the Harvest Virtual Auction Handbid site. (if received by 10\\/16\\/2020)<\\/li><li>Recognition on Athens Area Homeless Shelter website year-round.<\\/li><li>Inclusion in a social media post thanking our sponsors and supporters.<\\/li><li>40 raffle tickets entered into the Culinary Catchall Raffle.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22d01a7\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"SHELTER FRIEND\",\"description_text_a\":\"$250 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor5.jpg\",\"id\":887},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $250 sponsorship provides nearly 150 bus passes for a working parent or 2 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"a3be666\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on Athens Area Homeless Shelter website year-round.<\\/li><li>20 raffle tickets entered into the Culinary Catchall Raffle<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4656,896,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4657,896,'_elementor_pro_version','3.2.1'),(5191,987,'_elementor_edit_mode','builder'),(4659,897,'_elementor_edit_mode','builder'),(4660,897,'_elementor_template_type','wp-page'),(4661,897,'_elementor_version','3.2.5'),(4662,897,'_wp_page_template','default'),(4663,897,'_elementor_data','[{\"id\":\"6dd8334\",\"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\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/file.mp4\"},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-end\"},\"elements\":[{\"id\":\"b878bcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Change Lives - Sponsor Families\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"5fd442e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.\\n\\nWe hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d61a35\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"HOMETOWN HERO\",\"description_text_a\":\"$5000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $5000 sponsorship provides 6 months of shelter for a family in our ARCH Village Shelter or 40 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor1.jpg\",\"id\":854},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"f702c70\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6f86eec\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"51771d9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition with logo on the Virtual Harvest Auction on Handbid. (if received by 10\\/16\\/2020)<\\/li><li>Recognition in all print advertising and on Athens Area Homeless Shelter website year-round.<\\/li><li>Your logo (large) displayed on full page Flagpole Thank You advertisement. (if received by 11\\/6\\/2020)<\\/li><li>100 raffle tickets entered in the Culinary Catchall raffle.<\\/li><li>Two dedicated social media posts thanking you for your support throughout the year.<\\/li><li>Sponsorship plaque to display at your business.<\\/li><li>Early access to the Harvest 2020 Virtual Auction.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce9287e\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"COMMUNTIY  BUILDER\",\"description_text_a\":\"$2000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $2000 sponsorship provides 3 months of electricity at our Barber Street Shelter or 16 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor2.jpg\",\"id\":864},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"9706c60\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on the Harvest Virtual Auction Handbid Site (if received by 10\\/16\\/2020)<\\/li><li>Recognition on Athens Area Homeless Shelter website year-round<\\/li><li>Your logo displayed on our full page Flagpole Thank You advertisement (if received by 11\\/6\\/2020)<\\/li><li>80 raffle tickets entered in the Culinary Catchall Raffle<\\/li><li>One dedicated social media post thanking you for your support during the year.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dada6ea\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"FAMILY PARTNER\",\"description_text_a\":\"$1000 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $1000 sponsorship provides one year\'s supply of milk for children in shelter or 8 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor3.jpg\",\"id\":871},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"b1d96de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on the Harvest Virtual Auction Site on Handbid. (if received by 10\\/16\\/2020)<\\/li><li>Recognition on Athens Area Homeless Shelter website year-round.<\\/li><li>Your logo (small) displayed on our Flagpole Thank You advertisement. (if received by 11\\/6\\/2020)<\\/li><li>60 raffle tickets entered into the Culinary Catchall raffle.<\\/li><li>Inclusion in group social media posts thanking our sponsors and supporters.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3944c06\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"CHILDCARE PROVIDER\",\"description_text_a\":\"$500 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor4.jpg\",\"id\":888},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $500 sponsorship provides 2 months of groceries for our Barber Street shelter or one month of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor4.jpg\",\"id\":888},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"2773178\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on the Harvest Virtual Auction Handbid site. (if received by 10\\/16\\/2020)<\\/li><li>Recognition on Athens Area Homeless Shelter website year-round.<\\/li><li>Inclusion in a social media post thanking our sponsors and supporters.<\\/li><li>40 raffle tickets entered into the Culinary Catchall Raffle.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22d01a7\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"SHELTER FRIEND\",\"description_text_a\":\"$250 Sponsorship\",\"background_a_background\":\"classic\",\"background_a_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor5.jpg\",\"id\":887},\"background_a_position\":\"center center\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"#00000054\",\"title_text_b\":\"\",\"description_text_b\":\"Your $250 sponsorship provides nearly 150 bus passes for a working parent or 2 weeks of full time childcare for a child experiencing homelessness.\",\"button_text\":\"\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/07\\/sponsor5.jpg\",\"id\":887},\"background_b_position\":\"center center\",\"background_b_size\":\"cover\",\"background_overlay_b\":\"#000000AB\",\"flip_effect\":\"fade\",\"title_color_a\":\"#FFFFFF\",\"description_color_a\":\"#FFFFFF\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color_b\":\"#FFFFFF\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_b_font_weight\":\"600\",\"__globals__\":{\"title_color_a\":\"globals\\/colors?id=secondary\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"title_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_b\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"a3be666\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Recognition on Athens Area Homeless Shelter website year-round.<\\/li><li>20 raffle tickets entered into the Culinary Catchall Raffle<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(4664,897,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4665,897,'_elementor_pro_version','3.2.1'),(4670,898,'site-post-title','disabled'),(4671,898,'site-sidebar-layout','no-sidebar'),(4672,898,'site-content-layout','page-builder'),(4673,898,'ast-featured-img','disabled'),(4674,898,'ast-breadcrumbs-content','disabled'),(4675,898,'theme-transparent-header-meta','enabled'),(4676,898,'_yoast_wpseo_estimated-reading-time-minutes','4'),(9002,348,'_edit_lock','1633998945:1'),(4678,898,'_elementor_template_type','wp-page'),(4679,898,'_elementor_version','3.2.5'),(4680,898,'_astra_content_layout_flag','disabled'),(4681,898,'ast-title-bar-display','disabled'),(4682,898,'_wp_page_template','default'),(4683,898,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"84a1037\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[{\"id\":\"7058e5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"669db52\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"a2fe2a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dee2fa5\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"748e1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make a One Time Gift\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a076a21\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b915158\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"b7fc055\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c6c29fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Become a Shelter Provider\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40a6606\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Make a difference in the lives of homeless individuals and families every month of the year. Your monthly gift creates a consistent stream of financial support and enables us to make efficient plans for the future. You can enroll in our shelter provider program online through Kindful or by contacting your bank to have a check sent to the shelter each month.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b3a89e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Setup a monthly donation\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"2064436\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c4517d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sponsor Foundation\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ae31092\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.<\\/p><p>We hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28a9233\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1c184a9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"e5bf69e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"76910b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Going Home Kits\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d3364c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Athens Area Homeless Shelter\\u2019s Going Home Program offers assistance to families who are transitioning from homelessness to independence. With your help, AAHS can provide simple home items for cleaning kits, bedroom kits, or even entire apartment kits.\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b5671d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7022a3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b75b071\",\"elType\":\"widget\",\"settings\":{\"title\":\"Honor & Memorial Giving\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a1c1e2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is a meaningful way to recognize significant life events and people while supporting the organization\\u2019s mission to help those experiencing homelessness move toward stable housing. When you give an honor or memorial gift, a special card is sent to your honoree or their family. Click here to honor someone with your gift.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8507f8e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"2bede14\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e6a1d49\",\"elType\":\"widget\",\"settings\":{\"title\":\"Matching Programs\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cad7620\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Many employers sponsor gift matching programs. To find out if your company has a matching gift policy, please contact your Human Resources department.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0f57424\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0376470\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"06d2386\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7daed8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wish List\\n\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e9383f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Our wishlist provides you with an up-to-date item list of which the Shelter is in need. Use this list as a resource for your group supply drive! All donated items can be delivered to AAHS during regular office hours.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f94e700\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1e4181b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f458d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Planned Giving\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec63d1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When you prepare your will, living trust, or other estate plans, you can protect and provide for your family, remember special friends and loved ones, or even establish a bequest to benefit AAHS. Contact the AAHS Executive Director for more information.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0bb5ad9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1e605ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(4684,898,'_yoast_wpseo_content_score','60'),(4685,898,'astra-main-page-id','55335'),(4686,898,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4687,898,'_wxr_import_user_slug','alex'),(4688,898,'_astra_sites_imported_post','1'),(4689,898,'_astra_sites_enable_for_batch','1'),(4690,898,'_elementor_pro_version','3.2.1'),(4691,898,'_astra_sites_hotlink_imported','1'),(4692,898,'_edit_lock','1633710447:1'),(4693,898,'_edit_last','1'),(4705,900,'_elementor_edit_mode','builder'),(4706,900,'_elementor_template_type','wp-page'),(4707,900,'_elementor_version','3.2.5'),(4708,900,'_wp_page_template','default'),(4709,900,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4696,899,'_elementor_edit_mode','builder'),(4697,899,'_elementor_template_type','wp-page'),(4698,899,'_elementor_version','3.2.5'),(4699,899,'_wp_page_template','default'),(4700,899,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4701,899,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4702,899,'_elementor_pro_version','3.2.1'),(4703,899,'_elementor_controls_usage','a:5:{s:6:\"global\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:5;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:5;s:6:\"margin\";i:4;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:28:\"space_between_widgets_tablet\";i:1;s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:4;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:4;s:26:\"box_shadow_box_shadow_type\";i:4;s:21:\"box_shadow_box_shadow\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:6:\"layout\";i:1;s:3:\"gap\";i:4;s:13:\"custom_height\";i:1;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:1;s:7:\"padding\";i:4;s:14:\"padding_tablet\";i:3;s:14:\"padding_mobile\";i:3;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:16:\"background_color\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:22:\"background_size_mobile\";i:2;s:19:\"background_bg_width\";i:2;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:2;s:26:\"background_overlay_color_b\";i:2;s:26:\"background_overlay_opacity\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:4:{s:13:\"selected_icon\";i:4;s:10:\"title_text\";i:4;s:16:\"description_text\";i:4;s:10:\"title_size\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:3:{s:10:\"icon_space\";i:4;s:9:\"icon_size\";i:4;s:13:\"primary_color\";i:4;}s:21:\"section_style_content\";a:5:{s:28:\"title_typography_line_height\";i:4;s:32:\"description_typography_font_size\";i:4;s:34:\"description_typography_font_weight\";i:4;s:34:\"description_typography_line_height\";i:4;s:10:\"text_align\";i:4;}}}}}'),(4710,900,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4711,900,'_elementor_pro_version','3.2.1'),(4713,901,'_elementor_edit_mode','builder'),(4714,901,'_elementor_template_type','wp-page'),(4715,901,'_elementor_version','3.2.5'),(4716,901,'_wp_page_template','default'),(4717,901,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4718,901,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4719,901,'_elementor_pro_version','3.2.1'),(4795,911,'_elementor_template_type','wp-page'),(4796,911,'_elementor_version','3.2.5'),(4797,911,'_wp_page_template','default'),(4798,911,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"84a1037\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[{\"id\":\"7058e5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"669db52\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"a2fe2a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dee2fa5\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"748e1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make a One Time Gift\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a076a21\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"01fa645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4721,902,'_elementor_edit_mode','builder'),(4722,902,'_elementor_template_type','wp-page'),(4723,902,'_elementor_version','3.2.5'),(4724,902,'_wp_page_template','default'),(4725,902,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"84a1037\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"7058e5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"669db52\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"a2fe2a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dee2fa5\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4726,902,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4727,902,'_elementor_pro_version','3.2.1'),(4731,903,'_elementor_edit_mode','builder'),(4732,903,'_elementor_template_type','wp-page'),(4733,903,'_elementor_version','3.2.5'),(4734,903,'_wp_page_template','default'),(4735,903,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"84a1037\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"7058e5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"669db52\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"a2fe2a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dee2fa5\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4736,903,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4737,903,'_elementor_pro_version','3.2.1'),(5186,984,'_wp_attached_file','2021/08/logo-no-color.png'),(5187,984,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:25:\"2021/08/logo-no-color.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"logo-no-color-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"logo-no-color-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"logo-no-color-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"logo-no-color-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4739,904,'_elementor_edit_mode','builder'),(4740,904,'_elementor_template_type','wp-page'),(4741,904,'_elementor_version','3.2.5'),(4742,904,'_wp_page_template','default'),(4743,904,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"84a1037\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"7058e5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"669db52\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"a2fe2a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dee2fa5\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4744,904,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4745,904,'_elementor_pro_version','3.2.1'),(4794,911,'_elementor_edit_mode','builder'),(4747,905,'_elementor_edit_mode','builder'),(4748,905,'_elementor_template_type','wp-page'),(4749,905,'_elementor_version','3.2.5'),(4750,905,'_wp_page_template','default'),(4751,905,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"84a1037\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[{\"id\":\"7058e5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"669db52\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"a2fe2a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dee2fa5\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4752,905,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4753,905,'_elementor_pro_version','3.2.1'),(4757,906,'_elementor_edit_mode','builder'),(4758,906,'_elementor_template_type','wp-page'),(4759,906,'_elementor_version','3.2.5'),(4760,906,'_wp_page_template','default'),(4761,906,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"84a1037\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[{\"id\":\"7058e5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"669db52\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"a2fe2a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dee2fa5\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4762,906,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4763,906,'_elementor_pro_version','3.2.1'),(4764,907,'_elementor_edit_mode','builder'),(4765,907,'_elementor_template_type','wp-page'),(4766,907,'_elementor_version','3.2.5'),(4767,907,'_wp_page_template','default'),(4768,907,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"84a1037\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[{\"id\":\"7058e5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"669db52\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"a2fe2a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dee2fa5\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4769,907,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4770,907,'_elementor_pro_version','3.2.1'),(4771,908,'_elementor_edit_mode','builder'),(4772,908,'_elementor_template_type','wp-page'),(4773,908,'_elementor_version','3.2.5'),(4774,908,'_wp_page_template','default'),(4775,908,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"84a1037\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[{\"id\":\"7058e5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"669db52\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"a2fe2a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dee2fa5\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4776,908,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4777,908,'_elementor_pro_version','3.2.1'),(4780,909,'_elementor_edit_mode','builder'),(4781,909,'_elementor_template_type','wp-page'),(4782,909,'_elementor_version','3.2.5'),(4783,909,'_wp_page_template','default'),(4784,909,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"84a1037\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[{\"id\":\"7058e5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"669db52\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"a2fe2a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dee2fa5\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4785,909,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4786,909,'_elementor_pro_version','3.2.1'),(4787,910,'_elementor_edit_mode','builder'),(4788,910,'_elementor_template_type','wp-page'),(4789,910,'_elementor_version','3.2.5'),(4790,910,'_wp_page_template','default'),(4791,910,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"84a1037\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[{\"id\":\"7058e5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"669db52\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"a2fe2a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dee2fa5\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4792,910,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4793,910,'_elementor_pro_version','3.2.1'),(4799,911,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4800,911,'_elementor_pro_version','3.2.1'),(4803,912,'_elementor_edit_mode','builder'),(4804,912,'_elementor_template_type','wp-page'),(4805,912,'_elementor_version','3.2.5'),(4806,912,'_wp_page_template','default'),(4807,912,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"84a1037\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[{\"id\":\"7058e5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"669db52\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"a2fe2a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dee2fa5\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"748e1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make a One Time Gift\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a076a21\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"01fa645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4808,912,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4809,912,'_elementor_pro_version','3.2.1'),(4810,913,'_elementor_edit_mode','builder'),(4811,913,'_elementor_template_type','wp-page'),(4812,913,'_elementor_version','3.2.5'),(4813,913,'_wp_page_template','default'),(4814,913,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"84a1037\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[{\"id\":\"7058e5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"669db52\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"a2fe2a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dee2fa5\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"748e1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make a One Time Gift\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a076a21\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"01fa645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4815,913,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4816,913,'_elementor_pro_version','3.2.1'),(4863,920,'_elementor_edit_mode','builder'),(4817,914,'_elementor_edit_mode','builder'),(4818,914,'_elementor_template_type','wp-page'),(4819,914,'_elementor_version','3.2.5'),(4820,914,'_wp_page_template','default'),(4821,914,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"84a1037\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[{\"id\":\"7058e5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"669db52\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"a2fe2a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dee2fa5\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"748e1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make a One Time Gift\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a076a21\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b915158\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"01fa645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4822,914,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wpxo_postmeta` VALUES (4823,914,'_elementor_pro_version','3.2.1'),(4826,915,'_elementor_edit_mode','builder'),(4827,915,'_elementor_template_type','wp-page'),(4828,915,'_elementor_version','3.2.5'),(4829,915,'_wp_page_template','default'),(4830,915,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"84a1037\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[{\"id\":\"7058e5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"669db52\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"a2fe2a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dee2fa5\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"748e1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make a One Time Gift\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a076a21\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b915158\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"01fa645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4831,915,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4832,915,'_elementor_pro_version','3.2.1'),(4833,916,'_elementor_edit_mode','builder'),(4834,916,'_elementor_template_type','wp-page'),(4835,916,'_elementor_version','3.2.5'),(4836,916,'_wp_page_template','default'),(4837,916,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"84a1037\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[{\"id\":\"7058e5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"669db52\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"a2fe2a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dee2fa5\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"748e1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make a One Time Gift\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a076a21\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b915158\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"01fa645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4838,916,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4839,916,'_elementor_pro_version','3.2.1'),(4840,917,'_elementor_edit_mode','builder'),(4841,917,'_elementor_template_type','wp-page'),(4842,917,'_elementor_version','3.2.5'),(4843,917,'_wp_page_template','default'),(4844,917,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"84a1037\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[{\"id\":\"7058e5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"669db52\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"a2fe2a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dee2fa5\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"748e1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make a One Time Gift\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a076a21\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b915158\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"01fa645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4845,917,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4846,917,'_elementor_pro_version','3.2.1'),(4849,918,'_elementor_edit_mode','builder'),(4850,918,'_elementor_template_type','wp-page'),(4851,918,'_elementor_version','3.2.5'),(4852,918,'_wp_page_template','default'),(4853,918,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"84a1037\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[{\"id\":\"7058e5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"669db52\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"a2fe2a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dee2fa5\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"748e1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make a One Time Gift\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a076a21\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b915158\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"01fa645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4854,918,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4855,918,'_elementor_pro_version','3.2.1'),(4856,919,'_elementor_edit_mode','builder'),(4857,919,'_elementor_template_type','wp-page'),(4858,919,'_elementor_version','3.2.5'),(4859,919,'_wp_page_template','default'),(4860,919,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"84a1037\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[{\"id\":\"7058e5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"669db52\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"a2fe2a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dee2fa5\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"748e1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make a One Time Gift\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a076a21\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b915158\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"01fa645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4861,919,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4862,919,'_elementor_pro_version','3.2.1'),(4864,920,'_elementor_template_type','wp-page'),(4865,920,'_elementor_version','3.2.5'),(4866,920,'_wp_page_template','default'),(4867,920,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"84a1037\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[{\"id\":\"7058e5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"669db52\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"a2fe2a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dee2fa5\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"748e1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make a One Time Gift\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a076a21\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b915158\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"01fa645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4868,920,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4869,920,'_elementor_pro_version','3.2.1'),(4872,921,'_elementor_edit_mode','builder'),(4873,921,'_elementor_template_type','wp-page'),(4874,921,'_elementor_version','3.2.5'),(4875,921,'_wp_page_template','default'),(4876,921,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"84a1037\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[{\"id\":\"7058e5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"669db52\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"a2fe2a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dee2fa5\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"748e1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make a One Time Gift\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a076a21\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b915158\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"01fa645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4877,921,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4878,921,'_elementor_pro_version','3.2.1'),(4879,922,'_elementor_edit_mode','builder'),(4880,922,'_elementor_template_type','wp-page'),(4881,922,'_elementor_version','3.2.5'),(4882,922,'_wp_page_template','default'),(4883,922,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"84a1037\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[{\"id\":\"7058e5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"669db52\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"a2fe2a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dee2fa5\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"748e1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make a One Time Gift\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a076a21\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b915158\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"01fa645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4884,922,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4885,922,'_elementor_pro_version','3.2.1'),(4886,923,'_elementor_edit_mode','builder'),(4887,923,'_elementor_template_type','wp-page'),(4888,923,'_elementor_version','3.2.5'),(4889,923,'_wp_page_template','default'),(4890,923,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"84a1037\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[{\"id\":\"7058e5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"669db52\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"a2fe2a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dee2fa5\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"748e1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make a One Time Gift\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a076a21\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b915158\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"b7fc055\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c6c29fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Become a Shelter Provider\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40a6606\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Make a difference in the lives of homeless individuals and families every month of the year. Your monthly gift creates a consistent stream of financial support and enables us to make efficient plans for the future. You can enroll in our shelter provider program online through Kindful or by contacting your bank to have a check sent to the shelter each month.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b3a89e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4891,923,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4892,923,'_elementor_pro_version','3.2.1'),(4895,924,'_elementor_edit_mode','builder'),(4896,924,'_elementor_template_type','wp-page'),(4897,924,'_elementor_version','3.2.5'),(4898,924,'_wp_page_template','default'),(4899,924,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"84a1037\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[{\"id\":\"7058e5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"669db52\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"a2fe2a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dee2fa5\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"748e1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make a One Time Gift\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a076a21\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b915158\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"b7fc055\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c6c29fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Become a Shelter Provider\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40a6606\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Make a difference in the lives of homeless individuals and families every month of the year. Your monthly gift creates a consistent stream of financial support and enables us to make efficient plans for the future. You can enroll in our shelter provider program online through Kindful or by contacting your bank to have a check sent to the shelter each month.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b3a89e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4900,924,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4901,924,'_elementor_pro_version','3.2.1'),(4902,925,'_elementor_edit_mode','builder'),(4903,925,'_elementor_template_type','wp-page'),(4904,925,'_elementor_version','3.2.5'),(4905,925,'_wp_page_template','default'),(4906,925,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"84a1037\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[{\"id\":\"7058e5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"669db52\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"a2fe2a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dee2fa5\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"748e1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make a One Time Gift\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a076a21\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b915158\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"b7fc055\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c6c29fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Become a Shelter Provider\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40a6606\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Make a difference in the lives of homeless individuals and families every month of the year. Your monthly gift creates a consistent stream of financial support and enables us to make efficient plans for the future. You can enroll in our shelter provider program online through Kindful or by contacting your bank to have a check sent to the shelter each month.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b3a89e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4907,925,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4908,925,'_elementor_pro_version','3.2.1'),(4909,926,'_elementor_edit_mode','builder'),(4910,926,'_elementor_template_type','wp-page'),(4911,926,'_elementor_version','3.2.5'),(4912,926,'_wp_page_template','default'),(4913,926,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"84a1037\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[{\"id\":\"7058e5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"669db52\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"a2fe2a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dee2fa5\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"748e1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make a One Time Gift\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a076a21\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b915158\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"b7fc055\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c6c29fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Become a Shelter Provider\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40a6606\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Make a difference in the lives of homeless individuals and families every month of the year. Your monthly gift creates a consistent stream of financial support and enables us to make efficient plans for the future. You can enroll in our shelter provider program online through Kindful or by contacting your bank to have a check sent to the shelter each month.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b3a89e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Setup a monthly donation\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4914,926,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4915,926,'_elementor_pro_version','3.2.1'),(4918,927,'_elementor_edit_mode','builder'),(4919,927,'_elementor_template_type','wp-page'),(4920,927,'_elementor_version','3.2.5'),(4921,927,'_wp_page_template','default'),(4922,927,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"84a1037\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[{\"id\":\"7058e5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"669db52\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"a2fe2a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dee2fa5\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"748e1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make a One Time Gift\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a076a21\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b915158\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"b7fc055\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c6c29fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Become a Shelter Provider\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40a6606\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Make a difference in the lives of homeless individuals and families every month of the year. Your monthly gift creates a consistent stream of financial support and enables us to make efficient plans for the future. You can enroll in our shelter provider program online through Kindful or by contacting your bank to have a check sent to the shelter each month.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b3a89e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Setup a monthly donation\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4923,927,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4924,927,'_elementor_pro_version','3.2.1'),(4925,928,'_elementor_edit_mode','builder'),(4926,928,'_elementor_template_type','wp-page'),(4927,928,'_elementor_version','3.2.5'),(4928,928,'_wp_page_template','default'),(4929,928,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"84a1037\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[{\"id\":\"7058e5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"669db52\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"a2fe2a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dee2fa5\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"748e1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make a One Time Gift\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a076a21\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b915158\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"b7fc055\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c6c29fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Become a Shelter Provider\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40a6606\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Make a difference in the lives of homeless individuals and families every month of the year. Your monthly gift creates a consistent stream of financial support and enables us to make efficient plans for the future. You can enroll in our shelter provider program online through Kindful or by contacting your bank to have a check sent to the shelter each month.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b3a89e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Setup a monthly donation\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4930,928,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4931,928,'_elementor_pro_version','3.2.1'),(4932,929,'_elementor_edit_mode','builder'),(4933,929,'_elementor_template_type','wp-page'),(4934,929,'_elementor_version','3.2.5'),(4935,929,'_wp_page_template','default'),(4936,929,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"84a1037\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[{\"id\":\"7058e5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"669db52\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"a2fe2a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dee2fa5\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"748e1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make a One Time Gift\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a076a21\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b915158\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"b7fc055\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c6c29fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Become a Shelter Provider\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40a6606\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Make a difference in the lives of homeless individuals and families every month of the year. Your monthly gift creates a consistent stream of financial support and enables us to make efficient plans for the future. You can enroll in our shelter provider program online through Kindful or by contacting your bank to have a check sent to the shelter each month.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b3a89e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Setup a monthly donation\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"2064436\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c4517d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sponsor Foundation\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ae31092\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.<\\/p><p>We hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28a9233\",\"elType\":\"widget\",\"settings\":{\"text\":\"Setup a monthly donation\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4937,929,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4938,929,'_elementor_pro_version','3.2.1'),(4941,930,'_elementor_edit_mode','builder'),(4942,930,'_elementor_template_type','wp-page'),(4943,930,'_elementor_version','3.2.5'),(4944,930,'_wp_page_template','default'),(4945,930,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"84a1037\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[{\"id\":\"7058e5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"669db52\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"a2fe2a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dee2fa5\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"748e1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make a One Time Gift\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a076a21\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b915158\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"b7fc055\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c6c29fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Become a Shelter Provider\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40a6606\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Make a difference in the lives of homeless individuals and families every month of the year. Your monthly gift creates a consistent stream of financial support and enables us to make efficient plans for the future. You can enroll in our shelter provider program online through Kindful or by contacting your bank to have a check sent to the shelter each month.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b3a89e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Setup a monthly donation\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"2064436\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c4517d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sponsor Foundation\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ae31092\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.<\\/p><p>We hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28a9233\",\"elType\":\"widget\",\"settings\":{\"text\":\"Setup a monthly donation\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4946,930,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4947,930,'_elementor_pro_version','3.2.1'),(4948,931,'_elementor_edit_mode','builder'),(4949,931,'_elementor_template_type','wp-page'),(4950,931,'_elementor_version','3.2.5'),(4951,931,'_wp_page_template','default'),(4952,931,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"84a1037\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[{\"id\":\"7058e5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"669db52\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"a2fe2a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dee2fa5\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"748e1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make a One Time Gift\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a076a21\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b915158\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"b7fc055\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c6c29fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Become a Shelter Provider\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40a6606\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Make a difference in the lives of homeless individuals and families every month of the year. Your monthly gift creates a consistent stream of financial support and enables us to make efficient plans for the future. You can enroll in our shelter provider program online through Kindful or by contacting your bank to have a check sent to the shelter each month.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b3a89e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Setup a monthly donation\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"2064436\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c4517d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sponsor Foundation\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ae31092\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.<\\/p><p>We hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28a9233\",\"elType\":\"widget\",\"settings\":{\"text\":\"Setup a monthly donation\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4953,931,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4954,931,'_elementor_pro_version','3.2.1'),(4955,932,'_elementor_edit_mode','builder'),(4956,932,'_elementor_template_type','wp-page'),(4957,932,'_elementor_version','3.2.5'),(4958,932,'_wp_page_template','default'),(4959,932,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"84a1037\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[{\"id\":\"7058e5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"669db52\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"a2fe2a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dee2fa5\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"748e1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make a One Time Gift\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a076a21\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b915158\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"b7fc055\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c6c29fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Become a Shelter Provider\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40a6606\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Make a difference in the lives of homeless individuals and families every month of the year. Your monthly gift creates a consistent stream of financial support and enables us to make efficient plans for the future. You can enroll in our shelter provider program online through Kindful or by contacting your bank to have a check sent to the shelter each month.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b3a89e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Setup a monthly donation\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"2064436\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c4517d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sponsor Foundation\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ae31092\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.<\\/p><p>We hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28a9233\",\"elType\":\"widget\",\"settings\":{\"text\":\"Setup a monthly donation\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4960,932,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4961,932,'_elementor_pro_version','3.2.1'),(4964,933,'_elementor_edit_mode','builder'),(4965,933,'_elementor_template_type','wp-page'),(4966,933,'_elementor_version','3.2.5'),(4967,933,'_wp_page_template','default'),(4968,933,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"84a1037\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[{\"id\":\"7058e5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"669db52\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"a2fe2a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dee2fa5\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"748e1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make a One Time Gift\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a076a21\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b915158\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"b7fc055\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c6c29fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Become a Shelter Provider\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40a6606\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Make a difference in the lives of homeless individuals and families every month of the year. Your monthly gift creates a consistent stream of financial support and enables us to make efficient plans for the future. You can enroll in our shelter provider program online through Kindful or by contacting your bank to have a check sent to the shelter each month.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b3a89e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Setup a monthly donation\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"2064436\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c4517d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sponsor Foundation\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ae31092\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.<\\/p><p>We hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28a9233\",\"elType\":\"widget\",\"settings\":{\"text\":\"Setup a monthly donation\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4969,933,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4970,933,'_elementor_pro_version','3.2.1'),(4971,934,'_elementor_edit_mode','builder'),(4972,934,'_elementor_template_type','wp-page'),(4973,934,'_elementor_version','3.2.5'),(4974,934,'_wp_page_template','default'),(4975,934,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"84a1037\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[{\"id\":\"7058e5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"669db52\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"a2fe2a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dee2fa5\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"748e1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make a One Time Gift\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a076a21\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b915158\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"b7fc055\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c6c29fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Become a Shelter Provider\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40a6606\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Make a difference in the lives of homeless individuals and families every month of the year. Your monthly gift creates a consistent stream of financial support and enables us to make efficient plans for the future. You can enroll in our shelter provider program online through Kindful or by contacting your bank to have a check sent to the shelter each month.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b3a89e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Setup a monthly donation\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"2064436\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c4517d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sponsor Foundation\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ae31092\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.<\\/p><p>We hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28a9233\",\"elType\":\"widget\",\"settings\":{\"text\":\"Setup a monthly donation\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4976,934,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4977,934,'_elementor_pro_version','3.2.1'),(4978,935,'_elementor_edit_mode','builder'),(4979,935,'_elementor_template_type','wp-page'),(4980,935,'_elementor_version','3.2.5'),(4981,935,'_wp_page_template','default'),(4982,935,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"84a1037\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[{\"id\":\"7058e5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"669db52\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"a2fe2a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dee2fa5\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"748e1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make a One Time Gift\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a076a21\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b915158\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"b7fc055\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c6c29fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Become a Shelter Provider\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40a6606\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Make a difference in the lives of homeless individuals and families every month of the year. Your monthly gift creates a consistent stream of financial support and enables us to make efficient plans for the future. You can enroll in our shelter provider program online through Kindful or by contacting your bank to have a check sent to the shelter each month.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b3a89e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Setup a monthly donation\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"2064436\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c4517d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sponsor Foundation\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ae31092\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.<\\/p><p>We hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28a9233\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1c184a9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"e5bf69e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"76910b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Going Home Kits\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d3364c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Athens Area Homeless Shelter\\u2019s Going Home Program offers assistance to families who are transitioning from homelessness to independence. With your help, AAHS can provide simple home items for cleaning kits, bedroom kits, or even entire apartment kits.\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b5671d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7022a3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b75b071\",\"elType\":\"widget\",\"settings\":{\"title\":\"Honor & Memorial Giving\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a1c1e2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is a meaningful way to recognize significant life events and people while supporting the organization\\u2019s mission to help those experiencing homelessness move toward stable housing. When you give an honor or memorial gift, a special card is sent to your honoree or their family. Click here to honor someone with your gift.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8507f8e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"2bede14\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e6a1d49\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sponsor Foundation\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cad7620\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.<\\/p><p>We hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0f57424\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4983,935,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4984,935,'_elementor_pro_version','3.2.1'),(4987,936,'_elementor_edit_mode','builder'),(4988,936,'_elementor_template_type','wp-page'),(4989,936,'_elementor_version','3.2.5'),(4990,936,'_wp_page_template','default'),(4991,936,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"84a1037\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[{\"id\":\"7058e5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"669db52\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"a2fe2a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dee2fa5\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"748e1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make a One Time Gift\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a076a21\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b915158\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"b7fc055\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c6c29fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Become a Shelter Provider\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40a6606\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Make a difference in the lives of homeless individuals and families every month of the year. Your monthly gift creates a consistent stream of financial support and enables us to make efficient plans for the future. You can enroll in our shelter provider program online through Kindful or by contacting your bank to have a check sent to the shelter each month.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b3a89e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Setup a monthly donation\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"2064436\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c4517d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sponsor Foundation\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ae31092\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.<\\/p><p>We hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28a9233\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1c184a9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"e5bf69e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"76910b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Going Home Kits\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d3364c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Athens Area Homeless Shelter\\u2019s Going Home Program offers assistance to families who are transitioning from homelessness to independence. With your help, AAHS can provide simple home items for cleaning kits, bedroom kits, or even entire apartment kits.\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b5671d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7022a3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b75b071\",\"elType\":\"widget\",\"settings\":{\"title\":\"Honor & Memorial Giving\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a1c1e2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is a meaningful way to recognize significant life events and people while supporting the organization\\u2019s mission to help those experiencing homelessness move toward stable housing. When you give an honor or memorial gift, a special card is sent to your honoree or their family. Click here to honor someone with your gift.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8507f8e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"2bede14\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e6a1d49\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sponsor Foundation\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cad7620\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.<\\/p><p>We hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0f57424\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4992,936,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(4993,936,'_elementor_pro_version','3.2.1'),(4994,937,'_elementor_edit_mode','builder'),(4995,937,'_elementor_template_type','wp-page'),(4996,937,'_elementor_version','3.2.5'),(4997,937,'_wp_page_template','default'),(4998,937,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"84a1037\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[{\"id\":\"7058e5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"669db52\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"a2fe2a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dee2fa5\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"748e1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make a One Time Gift\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a076a21\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b915158\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"b7fc055\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c6c29fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Become a Shelter Provider\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40a6606\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Make a difference in the lives of homeless individuals and families every month of the year. Your monthly gift creates a consistent stream of financial support and enables us to make efficient plans for the future. You can enroll in our shelter provider program online through Kindful or by contacting your bank to have a check sent to the shelter each month.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b3a89e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Setup a monthly donation\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"2064436\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c4517d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sponsor Foundation\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ae31092\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.<\\/p><p>We hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28a9233\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1c184a9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"e5bf69e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"76910b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Going Home Kits\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d3364c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Athens Area Homeless Shelter\\u2019s Going Home Program offers assistance to families who are transitioning from homelessness to independence. With your help, AAHS can provide simple home items for cleaning kits, bedroom kits, or even entire apartment kits.\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b5671d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7022a3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b75b071\",\"elType\":\"widget\",\"settings\":{\"title\":\"Honor & Memorial Giving\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a1c1e2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is a meaningful way to recognize significant life events and people while supporting the organization\\u2019s mission to help those experiencing homelessness move toward stable housing. When you give an honor or memorial gift, a special card is sent to your honoree or their family. Click here to honor someone with your gift.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8507f8e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"2bede14\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e6a1d49\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sponsor Foundation\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cad7620\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.<\\/p><p>We hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0f57424\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4999,937,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5000,937,'_elementor_pro_version','3.2.1'),(5002,939,'_elementor_edit_mode','builder'),(5004,939,'_elementor_template_type','wp-page'),(5006,939,'_elementor_version','3.2.5'),(5008,939,'_wp_page_template','default'),(5036,942,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5037,942,'_elementor_pro_version','3.2.1'),(5038,898,'_elementor_controls_usage','a:6:{s:6:\"global\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:6:\"column\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:11;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:10;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:10;s:6:\"margin\";i:10;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:12;s:16:\"content_position\";i:1;s:5:\"align\";i:1;s:21:\"space_between_widgets\";i:9;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:2:{s:26:\"box_shadow_box_shadow_type\";i:9;s:21:\"box_shadow_box_shadow\";i:9;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:1;s:7:\"padding\";i:5;s:14:\"padding_tablet\";i:3;s:14:\"padding_mobile\";i:3;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:3;s:19:\"background_position\";i:3;s:17:\"background_repeat\";i:3;s:15:\"background_size\";i:3;s:22:\"background_size_mobile\";i:3;s:19:\"background_bg_width\";i:3;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:3;s:26:\"background_overlay_color_b\";i:3;s:26:\"background_overlay_opacity\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:9;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:8;s:11:\"header_size\";i:8;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:8;s:5:\"align\";i:8;}}}}}'),(5010,939,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"84a1037\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[{\"id\":\"7058e5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"669db52\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"a2fe2a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dee2fa5\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"748e1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make a One Time Gift\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a076a21\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b915158\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"b7fc055\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c6c29fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Become a Shelter Provider\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40a6606\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Make a difference in the lives of homeless individuals and families every month of the year. Your monthly gift creates a consistent stream of financial support and enables us to make efficient plans for the future. You can enroll in our shelter provider program online through Kindful or by contacting your bank to have a check sent to the shelter each month.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b3a89e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Setup a monthly donation\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"2064436\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c4517d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sponsor Foundation\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ae31092\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.<\\/p><p>We hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28a9233\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1c184a9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"e5bf69e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"76910b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Going Home Kits\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d3364c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Athens Area Homeless Shelter\\u2019s Going Home Program offers assistance to families who are transitioning from homelessness to independence. With your help, AAHS can provide simple home items for cleaning kits, bedroom kits, or even entire apartment kits.\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b5671d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7022a3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b75b071\",\"elType\":\"widget\",\"settings\":{\"title\":\"Honor & Memorial Giving\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a1c1e2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is a meaningful way to recognize significant life events and people while supporting the organization\\u2019s mission to help those experiencing homelessness move toward stable housing. When you give an honor or memorial gift, a special card is sent to your honoree or their family. Click here to honor someone with your gift.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8507f8e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"2bede14\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e6a1d49\",\"elType\":\"widget\",\"settings\":{\"title\":\"Matching Programs\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cad7620\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Many employers sponsor gift matching programs. To find out if your company has a matching gift policy, please contact your Human Resources department.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0f57424\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0376470\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"06d2386\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7daed8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wish List\\n\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e9383f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Our wishlist provides you with an up-to-date item list of which the Shelter is in need. Use this list as a resource for your group supply drive! All donated items can be delivered to AAHS during regular office hours.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f94e700\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1e4181b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f458d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Planned Giving\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec63d1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When you prepare your will, living trust, or other estate plans, you can protect and provide for your family, remember special friends and loved ones, or even establish a bequest to benefit AAHS. Contact the AAHS Executive Director for more information.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0bb5ad9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1e605ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(5032,942,'_elementor_template_type','wp-page'),(5033,942,'_elementor_version','3.2.5'),(5034,942,'_wp_page_template','default'),(5035,942,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"84a1037\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[{\"id\":\"7058e5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"669db52\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"a2fe2a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dee2fa5\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"748e1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make a One Time Gift\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a076a21\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b915158\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"b7fc055\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c6c29fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Become a Shelter Provider\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40a6606\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Make a difference in the lives of homeless individuals and families every month of the year. Your monthly gift creates a consistent stream of financial support and enables us to make efficient plans for the future. You can enroll in our shelter provider program online through Kindful or by contacting your bank to have a check sent to the shelter each month.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b3a89e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Setup a monthly donation\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"2064436\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c4517d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sponsor Foundation\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ae31092\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.<\\/p><p>We hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28a9233\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1c184a9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"e5bf69e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"76910b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Going Home Kits\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d3364c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Athens Area Homeless Shelter\\u2019s Going Home Program offers assistance to families who are transitioning from homelessness to independence. With your help, AAHS can provide simple home items for cleaning kits, bedroom kits, or even entire apartment kits.\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b5671d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7022a3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b75b071\",\"elType\":\"widget\",\"settings\":{\"title\":\"Honor & Memorial Giving\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a1c1e2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is a meaningful way to recognize significant life events and people while supporting the organization\\u2019s mission to help those experiencing homelessness move toward stable housing. When you give an honor or memorial gift, a special card is sent to your honoree or their family. Click here to honor someone with your gift.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8507f8e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"2bede14\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e6a1d49\",\"elType\":\"widget\",\"settings\":{\"title\":\"Matching Programs\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cad7620\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Many employers sponsor gift matching programs. To find out if your company has a matching gift policy, please contact your Human Resources department.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0f57424\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0376470\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"06d2386\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7daed8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wish List\\n\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e9383f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Our wishlist provides you with an up-to-date item list of which the Shelter is in need. Use this list as a resource for your group supply drive! All donated items can be delivered to AAHS during regular office hours.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f94e700\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1e4181b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f458d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Planned Giving\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec63d1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When you prepare your will, living trust, or other estate plans, you can protect and provide for your family, remember special friends and loved ones, or even establish a bequest to benefit AAHS. Contact the AAHS Executive Director for more information.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0bb5ad9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1e605ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(5012,939,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5031,942,'_elementor_edit_mode','builder'),(5014,939,'_elementor_pro_version','3.2.1'),(5017,940,'_elementor_edit_mode','builder'),(5018,940,'_elementor_template_type','wp-page'),(5019,940,'_elementor_version','3.2.5'),(5020,940,'_wp_page_template','default'),(5021,940,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"84a1037\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[{\"id\":\"7058e5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"669db52\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"a2fe2a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dee2fa5\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"748e1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make a One Time Gift\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a076a21\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b915158\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"b7fc055\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c6c29fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Become a Shelter Provider\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40a6606\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Make a difference in the lives of homeless individuals and families every month of the year. Your monthly gift creates a consistent stream of financial support and enables us to make efficient plans for the future. You can enroll in our shelter provider program online through Kindful or by contacting your bank to have a check sent to the shelter each month.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b3a89e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Setup a monthly donation\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"2064436\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c4517d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sponsor Foundation\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ae31092\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.<\\/p><p>We hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28a9233\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1c184a9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"e5bf69e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"76910b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Going Home Kits\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d3364c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Athens Area Homeless Shelter\\u2019s Going Home Program offers assistance to families who are transitioning from homelessness to independence. With your help, AAHS can provide simple home items for cleaning kits, bedroom kits, or even entire apartment kits.\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b5671d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7022a3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b75b071\",\"elType\":\"widget\",\"settings\":{\"title\":\"Honor & Memorial Giving\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a1c1e2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is a meaningful way to recognize significant life events and people while supporting the organization\\u2019s mission to help those experiencing homelessness move toward stable housing. When you give an honor or memorial gift, a special card is sent to your honoree or their family. Click here to honor someone with your gift.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8507f8e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"2bede14\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e6a1d49\",\"elType\":\"widget\",\"settings\":{\"title\":\"Matching Programs\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cad7620\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Many employers sponsor gift matching programs. To find out if your company has a matching gift policy, please contact your Human Resources department.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0f57424\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0376470\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"06d2386\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7daed8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wish List\\n\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e9383f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Our wishlist provides you with an up-to-date item list of which the Shelter is in need. Use this list as a resource for your group supply drive! All donated items can be delivered to AAHS during regular office hours.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f94e700\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1e4181b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f458d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Planned Giving\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec63d1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When you prepare your will, living trust, or other estate plans, you can protect and provide for your family, remember special friends and loved ones, or even establish a bequest to benefit AAHS. Contact the AAHS Executive Director for more information.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0bb5ad9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1e605ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(5022,940,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5023,940,'_elementor_pro_version','3.2.1'),(5024,941,'_elementor_edit_mode','builder'),(5025,941,'_elementor_template_type','wp-page'),(5026,941,'_elementor_version','3.2.5'),(5027,941,'_wp_page_template','default'),(5028,941,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"84a1037\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[{\"id\":\"7058e5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"669db52\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"a2fe2a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dee2fa5\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"748e1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make a One Time Gift\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a076a21\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b915158\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"b7fc055\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c6c29fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Become a Shelter Provider\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40a6606\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Make a difference in the lives of homeless individuals and families every month of the year. Your monthly gift creates a consistent stream of financial support and enables us to make efficient plans for the future. You can enroll in our shelter provider program online through Kindful or by contacting your bank to have a check sent to the shelter each month.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b3a89e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Setup a monthly donation\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"2064436\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c4517d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sponsor Foundation\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ae31092\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.<\\/p><p>We hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28a9233\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1c184a9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"e5bf69e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"76910b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Going Home Kits\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d3364c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Athens Area Homeless Shelter\\u2019s Going Home Program offers assistance to families who are transitioning from homelessness to independence. With your help, AAHS can provide simple home items for cleaning kits, bedroom kits, or even entire apartment kits.\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b5671d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7022a3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b75b071\",\"elType\":\"widget\",\"settings\":{\"title\":\"Honor & Memorial Giving\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a1c1e2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is a meaningful way to recognize significant life events and people while supporting the organization\\u2019s mission to help those experiencing homelessness move toward stable housing. When you give an honor or memorial gift, a special card is sent to your honoree or their family. Click here to honor someone with your gift.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8507f8e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"2bede14\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e6a1d49\",\"elType\":\"widget\",\"settings\":{\"title\":\"Matching Programs\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cad7620\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Many employers sponsor gift matching programs. To find out if your company has a matching gift policy, please contact your Human Resources department.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0f57424\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0376470\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"06d2386\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7daed8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wish List\\n\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e9383f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Our wishlist provides you with an up-to-date item list of which the Shelter is in need. Use this list as a resource for your group supply drive! All donated items can be delivered to AAHS during regular office hours.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f94e700\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1e4181b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f458d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Planned Giving\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec63d1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When you prepare your will, living trust, or other estate plans, you can protect and provide for your family, remember special friends and loved ones, or even establish a bequest to benefit AAHS. Contact the AAHS Executive Director for more information.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0bb5ad9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1e605ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(5029,941,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5030,941,'_elementor_pro_version','3.2.1'),(5072,947,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5073,947,'_elementor_pro_version','3.2.1'),(5092,950,'_elementor_edit_mode','builder'),(5067,947,'_elementor_edit_mode','builder'),(5068,947,'_elementor_template_type','wp-page'),(5069,947,'_elementor_version','3.2.5'),(5070,947,'_wp_page_template','default'),(5071,947,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"d2c29b7\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5c6e477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"83c4220\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script src=\\\"https:\\/\\/apps.elfsight.com\\/p\\/platform.js\\\" defer><\\/script>\\r\\n<div class=\\\"elfsight-app-ede24e0c-7e0d-4add-892f-9de0a07000cb\\\"><\\/div>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b1a41b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color\":\"#833556\",\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFD0B3\",\"background_overlay_color_b\":\"#FFD0B300\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We care for the children all over the world, no matter tempor incididunt ut labore et dolore.\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.<\\/p>\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-01-free-img-1.jpg\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4dbd69a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"header_size\":\"h5\",\"title_color\":\"#0000007D\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6b3244d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#B8616C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c283f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"b72822a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5115,953,'_elementor_edit_mode','builder'),(5116,953,'_elementor_template_type','wp-page'),(5117,953,'_elementor_version','3.2.5'),(5118,953,'_wp_page_template','default'),(5119,953,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"d2c29b7\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5c6e477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"83c4220\",\"elType\":\"widget\",\"settings\":{\"html\":\"[instagram-feed]\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false}]'),(5093,950,'_elementor_template_type','wp-page'),(5058,945,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5059,945,'_elementor_pro_version','3.2.1'),(5060,946,'_elementor_edit_mode','builder'),(5061,946,'_elementor_template_type','wp-page'),(5062,946,'_elementor_version','3.2.5'),(5063,946,'_wp_page_template','default'),(5064,946,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0b1a41b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color\":\"#833556\",\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFD0B3\",\"background_overlay_color_b\":\"#FFD0B300\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We care for the children all over the world, no matter tempor incididunt ut labore et dolore.\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.<\\/p>\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-01-free-img-1.jpg\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4dbd69a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"header_size\":\"h5\",\"title_color\":\"#0000007D\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6b3244d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#B8616C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c283f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"b72822a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5065,946,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5066,946,'_elementor_pro_version','3.2.1'),(5076,948,'_elementor_edit_mode','builder'),(5077,948,'_elementor_template_type','wp-page'),(5078,948,'_elementor_version','3.2.5'),(5079,948,'_wp_page_template','default'),(5080,948,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"d2c29b7\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5c6e477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"83c4220\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script src=\\\"https:\\/\\/apps.elfsight.com\\/p\\/platform.js\\\" defer><\\/script>\\r\\n<div class=\\\"elfsight-app-ede24e0c-7e0d-4add-892f-9de0a07000cb\\\"><\\/div>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b1a41b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color\":\"#833556\",\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFD0B3\",\"background_overlay_color_b\":\"#FFD0B300\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We care for the children all over the world, no matter tempor incididunt ut labore et dolore.\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.<\\/p>\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-01-free-img-1.jpg\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4dbd69a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"header_size\":\"h5\",\"title_color\":\"#0000007D\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6b3244d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#B8616C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c283f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"b72822a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5081,948,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5082,948,'_elementor_pro_version','3.2.1'),(5184,983,'_wp_attached_file','2021/08/logo-no-color-1.png'),(5185,983,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:27:\"2021/08/logo-no-color-1.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"logo-no-color-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"logo-no-color-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"logo-no-color-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"logo-no-color-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5084,949,'_elementor_edit_mode','builder'),(5085,949,'_elementor_template_type','wp-page'),(5086,949,'_elementor_version','3.2.5'),(5087,949,'_wp_page_template','default'),(5088,949,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"d2c29b7\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5c6e477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"83c4220\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script src=\\\"https:\\/\\/apps.elfsight.com\\/p\\/platform.js\\\" defer><\\/script>\\r\\n<div class=\\\"elfsight-app-ede24e0c-7e0d-4add-892f-9de0a07000cb\\\"><\\/div>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b1a41b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color\":\"#833556\",\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFD0B3\",\"background_overlay_color_b\":\"#FFD0B300\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We care for the children all over the world, no matter tempor incididunt ut labore et dolore.\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.<\\/p>\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-01-free-img-1.jpg\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4dbd69a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"header_size\":\"h5\",\"title_color\":\"#0000007D\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6b3244d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#B8616C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c283f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"b72822a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5089,949,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5090,949,'_elementor_pro_version','3.2.1'),(5094,950,'_elementor_version','3.2.5'),(5095,950,'_wp_page_template','default'),(5096,950,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"d2c29b7\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5c6e477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"83c4220\",\"elType\":\"widget\",\"settings\":{\"html\":\"[instagram-feed]\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b1a41b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color\":\"#833556\",\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFD0B3\",\"background_overlay_color_b\":\"#FFD0B300\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We care for the children all over the world, no matter tempor incididunt ut labore et dolore.\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.<\\/p>\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-01-free-img-1.jpg\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4dbd69a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"header_size\":\"h5\",\"title_color\":\"#0000007D\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6b3244d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#B8616C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c283f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"b72822a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5097,950,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5098,950,'_elementor_pro_version','3.2.1'),(5101,951,'_elementor_edit_mode','builder'),(5102,951,'_elementor_template_type','wp-page'),(5103,951,'_elementor_version','3.2.5'),(5104,951,'_wp_page_template','default'),(5105,951,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"d2c29b7\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5c6e477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"83c4220\",\"elType\":\"widget\",\"settings\":{\"html\":\"[instagram-feed]\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b1a41b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color\":\"#833556\",\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFD0B3\",\"background_overlay_color_b\":\"#FFD0B300\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We care for the children all over the world, no matter tempor incididunt ut labore et dolore.\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.<\\/p>\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-01-free-img-1.jpg\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4dbd69a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"header_size\":\"h5\",\"title_color\":\"#0000007D\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6b3244d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#B8616C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c283f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"b72822a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5106,951,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5107,951,'_elementor_pro_version','3.2.1'),(5108,952,'_elementor_edit_mode','builder'),(5109,952,'_elementor_template_type','wp-page'),(5110,952,'_elementor_version','3.2.5'),(5111,952,'_wp_page_template','default'),(5112,952,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"d2c29b7\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5c6e477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"83c4220\",\"elType\":\"widget\",\"settings\":{\"html\":\"[instagram-feed]\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b1a41b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color\":\"#833556\",\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFD0B3\",\"background_overlay_color_b\":\"#FFD0B300\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"We care for the children all over the world, no matter tempor incididunt ut labore et dolore.\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.<\\/p>\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-01-free-img-1.jpg\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4dbd69a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We support children and youth to reach their full potential lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"header_size\":\"h5\",\"title_color\":\"#0000007D\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6b3244d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#B8616C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find &amp; Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#AB5666\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Educate\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#9D4B61\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"background_color\":\"#90405C\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Consult\\n\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c283f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"b72822a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5113,952,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5114,952,'_elementor_pro_version','3.2.1'),(5239,1004,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5240,1004,'_elementor_pro_version','3.2.1'),(5244,1005,'_elementor_version','3.2.5'),(5245,1005,'_wp_page_template','default'),(5246,1005,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"736c3be\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":722}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\\n\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5247,1005,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5248,1005,'_elementor_pro_version','3.2.1'),(5250,349,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(5253,1006,'_elementor_edit_mode','builder'),(5254,1006,'_elementor_template_type','wp-page'),(5255,1006,'_elementor_version','3.3.1'),(5256,1006,'_wp_page_template','default'),(5257,1006,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"736c3be\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":722}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\\n\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5252,722,'_elementor_page_assets','a:0:{}'),(5258,1006,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5259,1006,'_elementor_pro_version','3.2.1'),(5260,1006,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(5261,1007,'_elementor_edit_mode','builder'),(5262,1007,'_elementor_template_type','wp-page'),(5263,1007,'_elementor_version','3.3.1'),(5264,1007,'_wp_page_template','default'),(5265,1007,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"736c3be\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":722}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\\n\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f087e9a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"346\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-03-free-img-1.jpg\"},{\"id\":\"345\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-02-free-img-1.jpg\"},{\"id\":\"353\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-04-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5266,1007,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5267,1007,'_elementor_pro_version','3.2.1'),(5268,1007,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(5274,1008,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5275,1008,'_elementor_pro_version','3.2.1'),(5276,1008,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(5278,1009,'_elementor_edit_mode','builder'),(5279,1009,'_elementor_template_type','wp-page'),(5280,1009,'_elementor_version','3.3.1'),(5281,1009,'_wp_page_template','default'),(5282,1009,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"736c3be\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":722}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\\n\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"c483045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/facebook-cover2-1.png\",\"id\":980,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5283,1009,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5284,1009,'_elementor_pro_version','3.2.1'),(5285,1009,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(5286,1010,'_elementor_edit_mode','builder'),(5287,1010,'_elementor_template_type','wp-page'),(5288,1010,'_elementor_version','3.3.1'),(5289,1010,'_wp_page_template','default'),(5290,1010,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"736c3be\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":722}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\\n\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"c483045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/facebook-cover2-1.png\",\"id\":980,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5291,1010,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5292,1010,'_elementor_pro_version','3.2.1'),(5293,1010,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(5399,1022,'_elementor_version','3.3.1'),(5400,1022,'_wp_page_template','default'),(5294,1011,'_elementor_edit_mode','builder'),(5295,1011,'_elementor_template_type','wp-page'),(5296,1011,'_elementor_version','3.3.1'),(5297,1011,'_wp_page_template','default'),(5298,1011,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"736c3be\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":722}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\\n\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"}},\"elements\":[{\"id\":\"c483045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/facebook-cover2-1.png\",\"id\":980,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5299,1011,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5300,1011,'_elementor_pro_version','3.2.1'),(5301,1011,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(5313,1013,'_elementor_edit_mode','builder'),(5314,1013,'_elementor_template_type','wp-page'),(5315,1013,'_elementor_version','3.3.1'),(5316,1013,'_wp_page_template','default'),(5317,1013,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"736c3be\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":722}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\\n\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"}},\"elements\":[{\"id\":\"c483045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/facebook-cover2-1.png\",\"id\":980,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5336,1015,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5337,1015,'_elementor_pro_version','3.2.1'),(5338,1015,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(5342,1016,'_elementor_edit_mode','builder'),(5343,1016,'_elementor_template_type','wp-page'),(5344,1016,'_elementor_version','3.3.1'),(5345,1016,'_wp_page_template','default'),(5346,1016,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"736c3be\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":722}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\\n\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c483045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/facebook-cover2-1.png\",\"id\":980,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]');
INSERT INTO `wpxo_postmeta` VALUES (5397,1022,'_elementor_edit_mode','builder'),(5398,1022,'_elementor_template_type','wp-page'),(5331,1015,'_elementor_edit_mode','builder'),(5332,1015,'_elementor_template_type','wp-page'),(5333,1015,'_elementor_version','3.3.1'),(5334,1015,'_wp_page_template','default'),(5335,1015,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"736c3be\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":722}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\\n\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c483045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/facebook-cover2-1.png\",\"id\":980,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5318,1013,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5319,1013,'_elementor_pro_version','3.2.1'),(5320,1013,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(5322,1014,'_elementor_edit_mode','builder'),(5323,1014,'_elementor_template_type','wp-page'),(5324,1014,'_elementor_version','3.3.1'),(5325,1014,'_wp_page_template','default'),(5326,1014,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"736c3be\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":722}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\\n\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"}},\"elements\":[{\"id\":\"c483045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/facebook-cover2-1.png\",\"id\":980,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5327,1014,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5328,1014,'_elementor_pro_version','3.2.1'),(5329,1014,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(5347,1016,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5348,1016,'_elementor_pro_version','3.2.1'),(5349,1016,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(5350,1017,'_elementor_edit_mode','builder'),(5351,1017,'_elementor_template_type','wp-page'),(5352,1017,'_elementor_version','3.3.1'),(5353,1017,'_wp_page_template','default'),(5354,1017,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"736c3be\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":722}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\\n\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c483045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/facebook-cover2-1.png\",\"id\":980,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5355,1017,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5356,1017,'_elementor_pro_version','3.2.1'),(5357,1017,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(5358,1018,'_elementor_edit_mode','builder'),(5359,1018,'_elementor_template_type','wp-page'),(5360,1018,'_elementor_version','3.3.1'),(5361,1018,'_wp_page_template','default'),(5362,1018,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"736c3be\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":722}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\\n\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c483045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/facebook-cover2-1.png\",\"id\":980,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5363,1018,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5364,1018,'_elementor_pro_version','3.2.1'),(5365,1018,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(5379,1020,'_elementor_edit_mode','builder'),(5380,1020,'_elementor_template_type','wp-page'),(5381,1020,'_elementor_version','3.3.1'),(5382,1020,'_wp_page_template','default'),(5383,1020,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"736c3be\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":722}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\\n\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c483045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/facebook-cover2-1.png\",\"id\":980,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5402,1022,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5403,1022,'_elementor_pro_version','3.2.1'),(5404,1022,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(5408,1023,'_elementor_edit_mode','builder'),(5409,1023,'_elementor_template_type','wp-page'),(5410,1023,'_elementor_version','3.3.1'),(5411,1023,'_wp_page_template','default'),(5412,1023,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"736c3be\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":722}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\\n\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c483045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/facebook-cover2-1.png\",\"id\":980,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Vision\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size\":null},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life\\u2019s challenges, traumas, and disaster.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5384,1020,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5385,1020,'_elementor_pro_version','3.2.1'),(5386,1020,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(5388,1021,'_elementor_edit_mode','builder'),(5389,1021,'_elementor_template_type','wp-page'),(5390,1021,'_elementor_version','3.3.1'),(5391,1021,'_wp_page_template','default'),(5392,1021,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"736c3be\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":722}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\\n\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c483045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/facebook-cover2-1.png\",\"id\":980,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our History\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"6a9fd7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b74443e\",\"elType\":\"widget\",\"settings\":{\"title\":\"In December 1986, a ten-cot facility provided by the Athens Housing Authority opened its doors in response to an overwhelming need for emergency shelter in the community. Volunteers supplied cots, blankets, and a safe haven from the streets on a one-night basis for those in need.\\n\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Growing community support resulted in an expansion of AAHS and in 1988, in addition to hiring full-time staff, a new facility was acquired: an 18-bed facility for homeless persons in need of securing shelter more than one night at a time. During this time of growth, AAHS expanded its services to include three meals a day, laundry facilities, clothing assistance, and basic crisis intervention.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b9d434\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barber Street facility opening: December 1990. In the mid-1990s, AAHS began to respond to the need for shelter of homeless families. The Shelter began to house three families, and continued to serve homeless individuals in two dorm areas of the facility. The JobTREC Program was adopted by AAHS from Athens Technical College, expanding the AAHS work into the Athens community to support homeless individuals not sheltered on Barber Street. Since its inception, JobTREC (Training, Referral, Education, and Case Management) has served more than 3,500 homeless individuals in Athens.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5393,1021,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5394,1021,'_elementor_pro_version','3.2.1'),(5395,1021,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(5413,1023,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5414,1023,'_elementor_pro_version','3.2.1'),(5415,1023,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(5416,1024,'_elementor_edit_mode','builder'),(5417,1024,'_elementor_template_type','wp-page'),(5418,1024,'_elementor_version','3.3.1'),(5419,1024,'_wp_page_template','default'),(5420,1024,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"736c3be\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":722}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\\n\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c483045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/facebook-cover2-1.png\",\"id\":980,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Vision\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size\":null},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life\\u2019s challenges, traumas, and disaster.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"89e69e8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c7c9cdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"6caa784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f48fa2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-01-free-img-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5421,1024,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5422,1024,'_elementor_pro_version','3.2.1'),(5423,1024,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(5424,1025,'_elementor_edit_mode','builder'),(5425,1025,'_elementor_template_type','wp-page'),(5426,1025,'_elementor_version','3.3.1'),(5427,1025,'_wp_page_template','default'),(5428,1025,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"736c3be\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":722}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\\n\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c483045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/facebook-cover2-1.png\",\"id\":980,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Vision\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size\":null},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life\\u2019s challenges, traumas, and disaster.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"f675fc5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"5843e57\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"b38fca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Vision\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3a8663\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f1fff16\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"564278a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size\":null},\"elements\":[{\"id\":\"e47b068\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life\\u2019s challenges, traumas, and disaster.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5429,1025,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5430,1025,'_elementor_pro_version','3.2.1'),(5431,1025,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(5434,1026,'_elementor_edit_mode','builder'),(5435,1026,'_elementor_template_type','wp-page'),(5436,1026,'_elementor_version','3.3.1'),(5437,1026,'_wp_page_template','default'),(5438,1026,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"736c3be\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":722}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\\n\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c483045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/facebook-cover2-1.png\",\"id\":980,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Vision\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size\":null},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life\\u2019s challenges, traumas, and disaster.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"f675fc5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"5843e57\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"b38fca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Vision\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3a8663\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f1fff16\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"564278a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size\":null},\"elements\":[{\"id\":\"e47b068\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life\\u2019s challenges, traumas, and disaster.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5439,1026,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5440,1026,'_elementor_pro_version','3.2.1'),(5441,1026,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(5442,1027,'_elementor_edit_mode','builder'),(5443,1027,'_elementor_template_type','wp-page'),(5444,1027,'_elementor_version','3.3.1'),(5445,1027,'_wp_page_template','default'),(5446,1027,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"736c3be\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":722}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\\n\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c483045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/facebook-cover2-1.png\",\"id\":980,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Vision\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size\":null},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life\\u2019s challenges, traumas, and disaster.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"f675fc5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"5843e57\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"b38fca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Vision\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3a8663\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f1fff16\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"564278a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size\":null},\"elements\":[{\"id\":\"e47b068\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life\\u2019s challenges, traumas, and disaster.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5447,1027,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5448,1027,'_elementor_pro_version','3.2.1'),(5449,1027,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(5450,1028,'_elementor_edit_mode','builder'),(5451,1028,'_elementor_template_type','wp-page'),(5452,1028,'_elementor_version','3.3.1'),(5453,1028,'_wp_page_template','default'),(5454,1028,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"736c3be\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":722}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\\n\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c483045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/facebook-cover2-1.png\",\"id\":980,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Vision\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size\":null},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life\\u2019s challenges, traumas, and disaster.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"f675fc5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"5843e57\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"b38fca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Vision\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3a8663\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f1fff16\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"564278a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size\":null},\"elements\":[{\"id\":\"e47b068\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life\\u2019s challenges, traumas, and disaster.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5455,1028,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5456,1028,'_elementor_pro_version','3.2.1'),(5457,1028,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(5461,1029,'_elementor_edit_mode','builder'),(5462,1029,'_elementor_template_type','wp-page'),(5463,1029,'_elementor_version','3.3.1'),(5464,1029,'_wp_page_template','default'),(5465,1029,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"736c3be\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":722}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\\n\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c483045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/facebook-cover2-1.png\",\"id\":980,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Vision\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size\":null},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life\\u2019s challenges, traumas, and disaster.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"f675fc5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"5843e57\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"b38fca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Vision\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3a8663\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f1fff16\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"564278a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size\":null},\"elements\":[{\"id\":\"e47b068\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life\\u2019s challenges, traumas, and disaster.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5466,1029,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5467,1029,'_elementor_pro_version','3.2.1'),(5468,1029,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(5470,1030,'_elementor_edit_mode','builder'),(5471,1030,'_elementor_template_type','wp-page'),(5472,1030,'_elementor_version','3.3.1'),(5473,1030,'_wp_page_template','default'),(5474,1030,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"736c3be\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":722}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\\n\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c483045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/facebook-cover2-1.png\",\"id\":980,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Vision\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size\":null},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life\\u2019s challenges, traumas, and disaster.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"f675fc5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"5843e57\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"b38fca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Vision\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3a8663\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f1fff16\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"564278a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size\":null},\"elements\":[{\"id\":\"e47b068\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life\\u2019s challenges, traumas, and disaster.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5475,1030,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5476,1030,'_elementor_pro_version','3.2.1'),(5477,1030,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(5533,1037,'_elementor_template_type','wp-page'),(5534,1037,'_elementor_version','3.3.1'),(5535,1037,'_wp_page_template','default'),(5536,1037,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"736c3be\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":722}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\\n\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c483045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/facebook-cover2-1.png\",\"id\":980,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Vision\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size\":null},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life\\u2019s challenges, traumas, and disaster.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"f675fc5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"5843e57\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"b38fca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3a8663\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f1fff16\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"564278a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size\":null},\"elements\":[{\"id\":\"e47b068\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5479,1031,'_elementor_edit_mode','builder'),(5480,1031,'_elementor_template_type','wp-page'),(5481,1031,'_elementor_version','3.3.1'),(5482,1031,'_wp_page_template','default'),(5483,1031,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"736c3be\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":722}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\\n\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c483045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/facebook-cover2-1.png\",\"id\":980,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Vision\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size\":null},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life\\u2019s challenges, traumas, and disaster.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"f675fc5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"5843e57\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"b38fca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3a8663\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f1fff16\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"564278a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size\":null},\"elements\":[{\"id\":\"e47b068\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5484,1031,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5485,1031,'_elementor_pro_version','3.2.1'),(5486,1031,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(5490,1032,'_elementor_edit_mode','builder'),(5491,1032,'_elementor_template_type','wp-page'),(5492,1032,'_elementor_version','3.3.1'),(5493,1032,'_wp_page_template','default'),(5494,1032,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"736c3be\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":722}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\\n\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c483045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/facebook-cover2-1.png\",\"id\":980,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Vision\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size\":null},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life\\u2019s challenges, traumas, and disaster.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"f675fc5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"5843e57\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"b38fca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3a8663\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f1fff16\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"564278a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size\":null},\"elements\":[{\"id\":\"e47b068\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5495,1032,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5496,1032,'_elementor_pro_version','3.2.1'),(5497,1032,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(5498,1033,'_elementor_edit_mode','builder'),(5499,1033,'_elementor_template_type','wp-page'),(5500,1033,'_elementor_version','3.3.1'),(5501,1033,'_wp_page_template','default'),(5502,1033,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"736c3be\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":722}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\\n\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c483045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/facebook-cover2-1.png\",\"id\":980,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Vision\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size\":null},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life\\u2019s challenges, traumas, and disaster.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"f675fc5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"5843e57\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"b38fca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3a8663\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f1fff16\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"564278a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size\":null},\"elements\":[{\"id\":\"e47b068\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5503,1033,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5504,1033,'_elementor_pro_version','3.2.1'),(5505,1033,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(5532,1037,'_elementor_edit_mode','builder'),(5506,1034,'_elementor_edit_mode','builder'),(5507,1034,'_elementor_template_type','wp-page'),(5508,1034,'_elementor_version','3.3.1'),(5509,1034,'_wp_page_template','default'),(5510,1034,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"736c3be\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":722}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\\n\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c483045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/facebook-cover2-1.png\",\"id\":980,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Vision\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size\":null},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life\\u2019s challenges, traumas, and disaster.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"f675fc5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"5843e57\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"b38fca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3a8663\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f1fff16\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"564278a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size\":null},\"elements\":[{\"id\":\"e47b068\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5511,1034,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5512,1034,'_elementor_pro_version','3.2.1'),(5513,1034,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(5516,1035,'_elementor_edit_mode','builder'),(5517,1035,'_elementor_template_type','wp-page'),(5518,1035,'_elementor_version','3.3.1'),(5519,1035,'_wp_page_template','default'),(5520,1035,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"736c3be\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":722}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\\n\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c483045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/facebook-cover2-1.png\",\"id\":980,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Vision\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size\":null},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life\\u2019s challenges, traumas, and disaster.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"f675fc5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"5843e57\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"b38fca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3a8663\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f1fff16\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"564278a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size\":null},\"elements\":[{\"id\":\"e47b068\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5521,1035,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5522,1035,'_elementor_pro_version','3.2.1'),(5523,1035,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(5524,1036,'_elementor_edit_mode','builder'),(5525,1036,'_elementor_template_type','wp-page'),(5526,1036,'_elementor_version','3.3.1'),(5527,1036,'_wp_page_template','default'),(5528,1036,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"736c3be\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":722}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\\n\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c483045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/facebook-cover2-1.png\",\"id\":980,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Vision\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size\":null},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life\\u2019s challenges, traumas, and disaster.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"f675fc5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"5843e57\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"b38fca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3a8663\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f1fff16\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"564278a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size\":null},\"elements\":[{\"id\":\"e47b068\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1e2701a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":48,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d00f84b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f6334a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"354\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/bg-04-free-img-1.jpg\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"59b145f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29d3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2c14deb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we have\\nachieved\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f75fe1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt<\\/p>\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7793415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"a225ee4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b8735ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"8267a53\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"e65f21b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"677fe60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"6332a1c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"88\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"52f158a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"260f162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"963c41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"c4e4b0e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"147\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"110\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"175\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4c0e183\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"a55b7c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"ae89568\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"number_color\":\"#833556\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"title_color\":\"#00000059\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"95\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"165\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"640e96d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5529,1036,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5530,1036,'_elementor_pro_version','3.2.1'),(5531,1036,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(5537,1037,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5538,1037,'_elementor_pro_version','3.2.1'),(5539,1037,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(8797,1459,'_elementor_edit_mode','builder'),(8798,1459,'_elementor_template_type','wp-page'),(8799,1459,'_elementor_version','3.3.1'),(8800,1459,'_wp_page_template','default'),(8801,1459,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"736c3be\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":722}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\\n\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c483045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/facebook-cover2-1.png\",\"id\":980,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Vision\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size\":null},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life\\u2019s challenges, traumas, and disaster.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"f675fc5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"5843e57\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"b38fca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3a8663\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f1fff16\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"564278a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size\":null},\"elements\":[{\"id\":\"e47b068\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5553,1039,'_wp_attached_file','2021/08/logo-1.svg'),(5554,1039,'_elementor_source_image_hash','7ae1bc6d32dd13521fcc55c5ed9a8b28682b3d12'),(5555,1040,'_wp_attached_file','2021/08/logo-2.svg'),(5632,1056,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5633,1056,'_elementor_pro_version','3.2.1'),(5634,1056,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(5636,1057,'_elementor_edit_mode','builder'),(5637,1057,'_elementor_template_type','wp-page'),(5638,1057,'_elementor_version','3.3.1'),(5639,1057,'_wp_page_template','default'),(5640,1057,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"128\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5},\"elements\":[{\"id\":\"b3343bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"CO-FOUNDER & PRESIDENT<br>\\nBUSINESS OWNER\\/CONSULTANT\\/MENTOR\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.<\\/p><p>She is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.<\\/p>\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a7c1c88\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"80\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2104079\",\"elType\":\"widget\",\"settings\":{\"title\":\"Proin neque egestas fusce morbi nunc ornare nisl, massa tincidunt et neque.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3287a0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"gap_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cba95bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim Walter\",\"header_size\":\"h5\",\"align\":\"center\",\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5556,1040,'_elementor_source_image_hash','713cafdb777786d12f3275cc8bc8f121a918f234'),(5557,1041,'_wp_attached_file','2021/08/logo-3.svg'),(5558,1041,'_elementor_source_image_hash','22b68362bf8526f34db1158aba33b4d12b333589'),(5559,1042,'_wp_attached_file','2021/08/logo-4.svg'),(5560,1042,'_elementor_source_image_hash','222372bc551628f8a6660e9c38103565e79c28ee'),(5561,1043,'_wp_attached_file','2021/08/logo-5.svg'),(5562,1043,'_elementor_source_image_hash','21c18bd8d6acb33a8928155c0e2db661b7a0d543'),(5563,1044,'_wp_attached_file','2021/08/public-speaker-template-man-figure.jpg'),(5564,1044,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:504;s:6:\"height\";i:504;s:4:\"file\";s:46:\"2021/08/public-speaker-template-man-figure.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"public-speaker-template-man-figure-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"public-speaker-template-man-figure-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5565,1044,'_elementor_source_image_hash','3977a3022f2b036392e4324bfddf7e7aa183247e'),(5566,1045,'_wp_attached_file','2021/08/book-3.jpg'),(5567,1045,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:460;s:4:\"file\";s:18:\"2021/08/book-3.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"book-3-196x300.jpg\";s:5:\"width\";i:196;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"book-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5568,1045,'_elementor_source_image_hash','d74bb7ac999f4bbfd529c59e01121f70a0266a35'),(5569,1046,'_wp_attached_file','2021/08/long-right-arrow-icon.svg'),(5570,1046,'_elementor_source_image_hash','331966807e40369b381a5b54911bd49842fe6018'),(5571,1047,'_wp_attached_file','2021/08/book-1.jpg'),(5572,1047,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:460;s:4:\"file\";s:18:\"2021/08/book-1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"book-1-196x300.jpg\";s:5:\"width\";i:196;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"book-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5573,1047,'_elementor_source_image_hash','fcacd99d21b25403e185f2debf55b907e80a9406'),(5574,1048,'_wp_attached_file','2021/08/book-2.jpg'),(5575,1048,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:460;s:4:\"file\";s:18:\"2021/08/book-2.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"book-2-196x300.jpg\";s:5:\"width\";i:196;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"book-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5576,1048,'_elementor_source_image_hash','39e94c3a16d1a82cbb9d5d435ee6fc240f216514'),(5577,1049,'_wp_attached_file','2021/08/public-speaker-template-video-img-bg.jpg'),(5578,1049,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2021/08/public-speaker-template-video-img-bg.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"public-speaker-template-video-img-bg-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"public-speaker-template-video-img-bg-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"public-speaker-template-video-img-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"public-speaker-template-video-img-bg-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5579,1049,'_elementor_source_image_hash','25bbb15f7a27ec363b63912b10adbf6e77d21250'),(5602,1053,'_elementor_edit_mode','builder'),(5603,1053,'_elementor_template_type','wp-page'),(5604,1053,'_elementor_version','3.2.5'),(5605,1053,'_wp_page_template','default'),(5606,1053,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"128\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5},\"elements\":[{\"id\":\"b3343bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"CO-FOUNDER & PRESIDENT<br>\\nBUSINESS OWNER\\/CONSULTANT\\/MENTOR\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.<\\/p><p>She is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.<\\/p>\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a7c1c88\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"80\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2104079\",\"elType\":\"widget\",\"settings\":{\"title\":\"Proin neque egestas fusce morbi nunc ornare nisl, massa tincidunt et neque.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3287a0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"gap_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cba95bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim Walter\",\"header_size\":\"h5\",\"align\":\"center\",\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5607,1053,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5608,1053,'_elementor_pro_version','3.2.1'),(5609,622,'_elementor_page_assets','a:0:{}'),(5611,1054,'_elementor_edit_mode','builder'),(5612,1054,'_elementor_template_type','wp-page'),(5613,1054,'_elementor_version','3.3.1'),(5614,1054,'_wp_page_template','default'),(5615,1054,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"128\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5},\"elements\":[{\"id\":\"b3343bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"CO-FOUNDER & PRESIDENT<br>\\nBUSINESS OWNER\\/CONSULTANT\\/MENTOR\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.<\\/p><p>She is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.<\\/p>\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a7c1c88\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"80\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2104079\",\"elType\":\"widget\",\"settings\":{\"title\":\"Proin neque egestas fusce morbi nunc ornare nisl, massa tincidunt et neque.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3287a0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"gap_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cba95bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim Walter\",\"header_size\":\"h5\",\"align\":\"center\",\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5616,1054,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5617,1054,'_elementor_pro_version','3.2.1'),(5618,1054,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(5619,1055,'_elementor_edit_mode','builder'),(5620,1055,'_elementor_template_type','wp-page'),(5621,1055,'_elementor_version','3.3.1'),(5622,1055,'_wp_page_template','default'),(5623,1055,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"128\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5},\"elements\":[{\"id\":\"b3343bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"CO-FOUNDER & PRESIDENT<br>\\nBUSINESS OWNER\\/CONSULTANT\\/MENTOR\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.<\\/p><p>She is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.<\\/p>\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a7c1c88\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"80\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2104079\",\"elType\":\"widget\",\"settings\":{\"title\":\"Proin neque egestas fusce morbi nunc ornare nisl, massa tincidunt et neque.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3287a0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"gap_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cba95bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim Walter\",\"header_size\":\"h5\",\"align\":\"center\",\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5624,1055,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5625,1055,'_elementor_pro_version','3.2.1'),(5626,1055,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(5586,1050,'_wp_attached_file','2021/08/lexi1.png'),(5587,1050,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:394;s:6:\"height\";i:439;s:4:\"file\";s:17:\"2021/08/lexi1.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"lexi1-269x300.png\";s:5:\"width\";i:269;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"lexi1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5593,1051,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5594,1051,'_elementor_pro_version','3.2.1'),(5595,1052,'_elementor_edit_mode','builder'),(5596,1052,'_elementor_template_type','wp-page'),(5597,1052,'_elementor_version','3.2.5'),(5598,1052,'_wp_page_template','default'),(5599,1052,'_elementor_data','s:109868:\"a:5:{i:0;a:5:{s:2:\"id\";s:7:\"c6943fb\";s:8:\"settings\";a:25:{s:13:\"content_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:3:\"640\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";s:2:\"no\";s:21:\"background_background\";s:7:\"classic\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"128\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"64\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:32:\"globals/colors?id=astralinkhover\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"fac106b\";s:8:\"settings\";a:21:{s:12:\"_column_size\";s:3:\"100\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:6:{s:2:\"id\";s:7:\"5837c6c\";s:8:\"settings\";a:15:{s:5:\"title\";s:8:\"About me\";s:11:\"header_size\";s:2:\"h1\";s:5:\"align\";s:6:\"center\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:35:\"globals/colors?id=astraheadingcolor\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"75ee072\";s:8:\"settings\";a:14:{s:6:\"editor\";s:128:\"Ultricies dui, pellentesque pellentesque tristique rhoncus, risus elementum massa orci tellus arcu velit molestie quisque fusce.\";s:5:\"align\";s:6:\"center\";s:11:\"__globals__\";a:1:{s:10:\"text_color\";s:34:\"globals/colors?id=astraextracolor3\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:1;a:5:{s:2:\"id\";s:7:\"c926a2e\";s:8:\"settings\";a:24:{s:3:\"gap\";s:2:\"no\";s:21:\"background_background\";s:7:\"classic\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"64\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:34:\"globals/colors?id=astraextracolor2\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"d699517\";s:8:\"settings\";a:21:{s:12:\"_column_size\";s:3:\"100\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:6:{s:2:\"id\";s:7:\"0e8cdff\";s:8:\"settings\";a:16:{s:5:\"title\";s:27:\"Tim has been featured on...\";s:21:\"typography_font_style\";s:6:\"italic\";s:11:\"header_size\";s:2:\"h5\";s:5:\"align\";s:6:\"center\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"8\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:5:{s:2:\"id\";s:7:\"49932ab\";s:8:\"settings\";a:26:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"50\";s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"96\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"88\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"88\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:5:{i:0;a:5:{s:2:\"id\";s:7:\"fd67517\";s:8:\"settings\";a:22:{s:12:\"_column_size\";s:2:\"20\";s:19:\"_inline_size_mobile\";s:2:\"50\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:6:{s:2:\"id\";s:7:\"9446724\";s:8:\"settings\";a:13:{s:5:\"image\";a:2:{s:2:\"id\";i:1039;s:3:\"url\";s:72:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-1.svg\";}s:10:\"image_size\";s:4:\"full\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"b917eda\";s:8:\"settings\";a:22:{s:12:\"_column_size\";s:2:\"20\";s:19:\"_inline_size_mobile\";s:2:\"50\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:6:{s:2:\"id\";s:7:\"406dc4d\";s:8:\"settings\";a:13:{s:5:\"image\";a:2:{s:2:\"id\";i:1040;s:3:\"url\";s:72:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-2.svg\";}s:10:\"image_size\";s:4:\"full\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"75186f1\";s:8:\"settings\";a:22:{s:12:\"_column_size\";s:2:\"20\";s:19:\"_inline_size_mobile\";s:2:\"50\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:6:{s:2:\"id\";s:7:\"6b2812b\";s:8:\"settings\";a:13:{s:5:\"image\";a:2:{s:2:\"id\";i:1041;s:3:\"url\";s:72:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-3.svg\";}s:10:\"image_size\";s:4:\"full\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:3;a:5:{s:2:\"id\";s:7:\"3c0d804\";s:8:\"settings\";a:22:{s:12:\"_column_size\";s:2:\"20\";s:19:\"_inline_size_mobile\";s:2:\"50\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:6:{s:2:\"id\";s:7:\"dfb4c11\";s:8:\"settings\";a:13:{s:5:\"image\";a:2:{s:2:\"id\";i:1042;s:3:\"url\";s:72:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-4.svg\";}s:10:\"image_size\";s:4:\"full\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:4;a:5:{s:2:\"id\";s:7:\"23574d8\";s:8:\"settings\";a:23:{s:12:\"_column_size\";s:2:\"20\";s:19:\"_inline_size_mobile\";s:3:\"100\";s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:6:{s:2:\"id\";s:7:\"cfa4646\";s:8:\"settings\";a:13:{s:5:\"image\";a:2:{s:2:\"id\";i:1043;s:3:\"url\";s:72:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-5.svg\";}s:10:\"image_size\";s:4:\"full\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:7:\"section\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:2;a:5:{s:2:\"id\";s:7:\"d60be6f\";s:8:\"settings\";a:24:{s:3:\"gap\";s:2:\"no\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"144\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:3:\"144\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"80\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"80\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"64\";s:5:\"right\";s:2:\"24\";s:6:\"bottom\";s:2:\"64\";s:4:\"left\";s:2:\"24\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"59a6066\";s:8:\"settings\";a:21:{s:12:\"_column_size\";s:3:\"100\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:5:{i:0;a:5:{s:2:\"id\";s:7:\"46c3439\";s:8:\"settings\";a:24:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"20\";s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"128\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"96\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"08bf2a2\";s:8:\"settings\";a:24:{s:12:\"_column_size\";s:2:\"50\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"96\";s:4:\"left\";s:2:\"96\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"48\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:6:{s:2:\"id\";s:7:\"d88acf2\";s:8:\"settings\";a:16:{s:5:\"image\";a:2:{s:2:\"id\";i:1044;s:3:\"url\";s:100:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/public-speaker-template-man-figure.jpg\";}s:10:\"image_size\";s:4:\"full\";s:32:\"image_box_shadow_box_shadow_type\";s:3:\"yes\";s:27:\"image_box_shadow_box_shadow\";a:5:{s:10:\"horizontal\";s:3:\"-96\";s:8:\"vertical\";s:2:\"96\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";s:5:\"color\";s:7:\"#F6F6FE\";}s:12:\"align_tablet\";s:4:\"left\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"8fc8beb\";s:8:\"settings\";a:23:{s:12:\"_column_size\";s:2:\"50\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"32\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"96\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:4:{i:0;a:6:{s:2:\"id\";s:7:\"b3343bc\";s:8:\"settings\";a:19:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"48\";s:5:\"sizes\";a:0:{}}s:5:\"align\";s:4:\"left\";s:4:\"text\";s:7:\"Divider\";s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"0\";s:5:\"sizes\";a:0:{}}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"24\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:5:\"color\";s:32:\"globals/colors?id=astratextcolor\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"84cfc77\";s:8:\"settings\";a:16:{s:5:\"title\";s:36:\"Molestie laoreet erat laoreet mauris\";s:21:\"typography_typography\";s:6:\"custom\";s:21:\"typography_font_style\";s:6:\"italic\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"8\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"bd75bb1\";s:8:\"settings\";a:15:{s:6:\"editor\";s:150:\"Dapibus id interdum fusce sed odio massa tellus amet, faucibus nibh consequat justo mauris, donec nec tempus in volutpat iaculis pellentesque in urna.\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_weight\";s:3:\"600\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"-8\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}i:3;a:6:{s:2:\"id\";s:7:\"ed390ca\";s:8:\"settings\";a:13:{s:6:\"editor\";s:299:\"Diam, urna, ornare leo facilisis suspendisse eu rutrum id augue cursus tincidunt nisl eget ornare pharetra ac pharetra, pulvinar ipsum sed amet diam morbi amet cursus blandit augue feugiat arcu aliquet egestas id diam rhoncus, mollis arcu pharetra quis duis morbi a nunc diam mauris ut tortor ipsum.\";s:22:\"typography_font_weight\";s:3:\"600\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:7:\"section\";}i:1;a:6:{s:2:\"id\";s:7:\"a7c1c88\";s:8:\"settings\";a:22:{s:5:\"title\";s:3:\"“\";s:11:\"header_size\";s:3:\"div\";s:5:\"align\";s:6:\"center\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"DM Serif Display\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"80\";s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"64\";s:5:\"sizes\";a:0:{}}s:21:\"typography_font_style\";s:6:\"italic\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"1\";s:5:\"sizes\";a:0:{}}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"-40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:32:\"globals/colors?id=astralinkhover\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"2104079\";s:8:\"settings\";a:19:{s:5:\"title\";s:75:\"Proin neque egestas fusce morbi nunc ornare nisl, massa tincidunt et neque.\";s:5:\"align\";s:6:\"center\";s:21:\"typography_typography\";s:6:\"custom\";s:21:\"typography_font_style\";s:6:\"italic\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"1\";s:5:\"sizes\";a:0:{}}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"120\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:3:\"120\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"48\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"48\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:3;a:6:{s:2:\"id\";s:7:\"a3287a0\";s:8:\"settings\";a:19:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"48\";s:5:\"sizes\";a:0:{}}s:5:\"align\";s:6:\"center\";s:4:\"text\";s:7:\"Divider\";s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"16\";s:5:\"sizes\";a:0:{}}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:10:\"gap_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"8\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:32:\"globals/colors?id=astratextcolor\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";}i:4;a:6:{s:2:\"id\";s:7:\"cba95bd\";s:8:\"settings\";a:16:{s:5:\"title\";s:10:\"Tim Walter\";s:11:\"header_size\";s:2:\"h5\";s:5:\"align\";s:6:\"center\";s:12:\"align_tablet\";s:6:\"center\";s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"48\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"48\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:3;a:5:{s:2:\"id\";s:7:\"2df16a4\";s:8:\"settings\";a:26:{s:3:\"gap\";s:2:\"no\";s:21:\"background_background\";s:7:\"classic\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"144\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:3:\"144\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"80\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"80\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"64\";s:5:\"right\";s:2:\"24\";s:6:\"bottom\";s:2:\"64\";s:4:\"left\";s:2:\"24\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:34:\"globals/colors?id=astraextracolor2\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"c9d2fb8\";s:8:\"settings\";a:21:{s:12:\"_column_size\";s:3:\"100\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:4:{i:0;a:6:{s:2:\"id\";s:7:\"56edfd6\";s:8:\"settings\";a:18:{s:5:\"title\";s:12:\"Books by Tim\";s:21:\"typography_typography\";s:6:\"custom\";s:21:\"typography_font_style\";s:6:\"italic\";s:5:\"align\";s:6:\"center\";s:12:\"align_mobile\";s:4:\"left\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"8\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"c3d8e4b\";s:8:\"settings\";a:17:{s:6:\"editor\";s:142:\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\";s:5:\"align\";s:6:\"center\";s:12:\"align_mobile\";s:4:\"left\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"280\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:3:\"280\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"80\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"80\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}i:2;a:5:{s:2:\"id\";s:7:\"0a9d613\";s:8:\"settings\";a:24:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"30\";s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"64\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"96\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"16\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"64\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:5:{s:2:\"id\";s:7:\"5d515b2\";s:8:\"settings\";a:26:{s:12:\"_column_size\";s:2:\"33\";s:21:\"space_between_widgets\";s:1:\"8\";s:28:\"space_between_widgets_mobile\";s:2:\"16\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"100\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"32\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"48\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:6:{s:2:\"id\";s:7:\"f1344b4\";s:8:\"settings\";a:18:{s:5:\"image\";a:2:{s:2:\"id\";i:1045;s:3:\"url\";s:72:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-3.jpg\";}s:10:\"title_text\";s:36:\"Elementum aliquam hendrerit volutpat\";s:16:\"description_text\";s:0:\"\";s:10:\"title_size\";s:2:\"h4\";s:10:\"image_size\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:17:\"text_align_mobile\";s:4:\"left\";s:18:\"title_bottom_space\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"0\";s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"image-box\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"1947356\";s:8:\"settings\";a:27:{s:4:\"text\";s:16:\"Get the Book Now\";s:5:\"align\";s:6:\"center\";s:12:\"align_mobile\";s:4:\"left\";s:13:\"selected_icon\";a:2:{s:5:\"value\";a:2:{s:2:\"id\";i:1046;s:3:\"url\";s:87:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/long-right-arrow-icon.svg\";}s:7:\"library\";s:3:\"svg\";}s:10:\"icon_align\";s:5:\"right\";s:11:\"icon_indent\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"16\";s:5:\"sizes\";a:0:{}}s:16:\"background_color\";s:9:\"#00000000\";s:13:\"border_border\";s:5:\"solid\";s:12:\"border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:12:\"text_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:2:{s:17:\"button_text_color\";s:32:\"globals/colors?id=astratextcolor\";s:11:\"hover_color\";s:32:\"globals/colors?id=astralinkhover\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"6ba6430\";s:8:\"settings\";a:26:{s:12:\"_column_size\";s:2:\"33\";s:21:\"space_between_widgets\";s:1:\"8\";s:28:\"space_between_widgets_mobile\";s:2:\"16\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"16\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"16\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"48\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:6:{s:2:\"id\";s:7:\"3a1bbc9\";s:8:\"settings\";a:18:{s:5:\"image\";a:2:{s:2:\"id\";i:1047;s:3:\"url\";s:72:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-1.jpg\";}s:10:\"title_text\";s:33:\"Fringilla congueque volutpat nibh\";s:16:\"description_text\";s:0:\"\";s:10:\"title_size\";s:2:\"h4\";s:10:\"image_size\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:17:\"text_align_mobile\";s:4:\"left\";s:18:\"title_bottom_space\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"0\";s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"image-box\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"b9334bd\";s:8:\"settings\";a:27:{s:4:\"text\";s:16:\"Get the Book Now\";s:5:\"align\";s:6:\"center\";s:12:\"align_mobile\";s:4:\"left\";s:13:\"selected_icon\";a:2:{s:5:\"value\";a:2:{s:2:\"id\";i:1046;s:3:\"url\";s:87:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/long-right-arrow-icon.svg\";}s:7:\"library\";s:3:\"svg\";}s:10:\"icon_align\";s:5:\"right\";s:11:\"icon_indent\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"16\";s:5:\"sizes\";a:0:{}}s:16:\"background_color\";s:9:\"#00000000\";s:13:\"border_border\";s:5:\"solid\";s:12:\"border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:12:\"text_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:2:{s:17:\"button_text_color\";s:32:\"globals/colors?id=astratextcolor\";s:11:\"hover_color\";s:32:\"globals/colors?id=astralinkhover\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"9c158e3\";s:8:\"settings\";a:26:{s:12:\"_column_size\";s:2:\"33\";s:21:\"space_between_widgets\";s:1:\"8\";s:28:\"space_between_widgets_mobile\";s:2:\"16\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:3:\"100\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"32\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:6:{s:2:\"id\";s:7:\"23a0540\";s:8:\"settings\";a:18:{s:5:\"image\";a:2:{s:2:\"id\";i:1048;s:3:\"url\";s:72:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/book-2.jpg\";}s:10:\"title_text\";s:40:\"Dapibus sapien non egestas viverra purus\";s:16:\"description_text\";s:0:\"\";s:10:\"title_size\";s:2:\"h4\";s:10:\"image_size\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:17:\"text_align_mobile\";s:4:\"left\";s:18:\"title_bottom_space\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"0\";s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"image-box\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"b5c8f3f\";s:8:\"settings\";a:27:{s:4:\"text\";s:16:\"Get the Book Now\";s:5:\"align\";s:6:\"center\";s:12:\"align_mobile\";s:4:\"left\";s:13:\"selected_icon\";a:2:{s:5:\"value\";a:2:{s:2:\"id\";i:1046;s:3:\"url\";s:87:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/long-right-arrow-icon.svg\";}s:7:\"library\";s:3:\"svg\";}s:10:\"icon_align\";s:5:\"right\";s:11:\"icon_indent\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"16\";s:5:\"sizes\";a:0:{}}s:16:\"background_color\";s:9:\"#00000000\";s:13:\"border_border\";s:5:\"solid\";s:12:\"border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:12:\"text_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:2:{s:17:\"button_text_color\";s:32:\"globals/colors?id=astratextcolor\";s:11:\"hover_color\";s:32:\"globals/colors?id=astralinkhover\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:7:\"section\";}i:3;a:6:{s:2:\"id\";s:7:\"aaaa6b5\";s:8:\"settings\";a:21:{s:4:\"text\";s:13:\"Find Our More\";s:5:\"align\";s:6:\"center\";s:12:\"align_mobile\";s:4:\"left\";s:13:\"selected_icon\";a:2:{s:5:\"value\";a:2:{s:2:\"id\";i:1046;s:3:\"url\";s:87:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/long-right-arrow-icon.svg\";}s:7:\"library\";s:3:\"svg\";}s:10:\"icon_align\";s:5:\"right\";s:11:\"icon_indent\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:4;a:5:{s:2:\"id\";s:7:\"1bb8162\";s:8:\"settings\";a:24:{s:3:\"gap\";s:2:\"no\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"144\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:3:\"144\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"80\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"80\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"64\";s:5:\"right\";s:2:\"24\";s:6:\"bottom\";s:2:\"64\";s:4:\"left\";s:2:\"24\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"487eee8\";s:8:\"settings\";a:21:{s:12:\"_column_size\";s:3:\"100\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:5:{s:2:\"id\";s:7:\"4c722cb\";s:8:\"settings\";a:30:{s:3:\"gap\";s:2:\"no\";s:12:\"height_inner\";s:10:\"min-height\";s:19:\"custom_height_inner\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:3:\"600\";s:5:\"sizes\";a:0:{}}s:26:\"custom_height_inner_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:3:\"400\";s:5:\"sizes\";a:0:{}}s:16:\"content_position\";s:6:\"middle\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_image\";a:2:{s:2:\"id\";i:1049;s:3:\"url\";s:102:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/public-speaker-template-video-img-bg.jpg\";}s:19:\"background_position\";s:13:\"center center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"b53ed7d\";s:8:\"settings\";a:21:{s:12:\"_column_size\";s:3:\"100\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:6:{s:2:\"id\";s:7:\"647c5f3\";s:8:\"settings\";a:19:{s:13:\"selected_icon\";a:2:{s:5:\"value\";s:11:\"fas fa-play\";s:7:\"library\";s:8:\"fa-solid\";}s:4:\"view\";s:7:\"stacked\";s:4:\"link\";a:4:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}s:15:\"hover_animation\";s:4:\"grow\";s:4:\"size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"20\";s:5:\"sizes\";a:0:{}}s:11:\"size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"16\";s:5:\"sizes\";a:0:{}}s:12:\"icon_padding\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"24\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:2:{s:13:\"primary_color\";s:35:\"globals/colors?id=astraheadingcolor\";s:15:\"secondary_color\";s:32:\"globals/colors?id=astralinkhover\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:4:\"icon\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:7:\"section\";}i:1;a:5:{s:2:\"id\";s:7:\"7b87eb5\";s:8:\"settings\";a:25:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"20\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"64\";s:5:\"right\";s:2:\"80\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"96\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"48\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"24\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"1fe8b60\";s:8:\"settings\";a:25:{s:12:\"_column_size\";s:2:\"50\";s:28:\"space_between_widgets_mobile\";s:2:\"24\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"80\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"48\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"24\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:6:{s:2:\"id\";s:7:\"4eb2e65\";s:8:\"settings\";a:16:{s:5:\"title\";s:23:\"Tim\'s featured keynote \";s:21:\"typography_typography\";s:6:\"custom\";s:21:\"typography_font_style\";s:6:\"italic\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"8\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"7e6a1a5\";s:8:\"settings\";a:26:{s:12:\"_column_size\";s:2:\"50\";s:21:\"space_between_widgets\";s:2:\"32\";s:28:\"space_between_widgets_mobile\";s:2:\"24\";s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"8\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"32\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"28\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"6dd112b\";s:8:\"settings\";a:18:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"48\";s:5:\"sizes\";a:0:{}}s:5:\"align\";s:4:\"left\";s:4:\"text\";s:7:\"Divider\";s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"0\";s:5:\"sizes\";a:0:{}}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:5:\"color\";s:32:\"globals/colors?id=astratextcolor\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"c200bfa\";s:8:\"settings\";a:13:{s:6:\"editor\";s:304:\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\";s:22:\"typography_font_weight\";s:3:\"600\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"37b9953\";s:8:\"settings\";a:21:{s:4:\"text\";s:17:\"Book Tim To Speak\";s:13:\"selected_icon\";a:2:{s:5:\"value\";a:2:{s:2:\"id\";i:1046;s:3:\"url\";s:87:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/long-right-arrow-icon.svg\";}s:7:\"library\";s:3:\"svg\";}s:10:\"icon_align\";s:5:\"right\";s:11:\"icon_indent\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:5:\"align\";s:4:\"left\";s:12:\"align_mobile\";s:4:\"left\";s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:7:\"section\";}i:2;a:5:{s:2:\"id\";s:7:\"22e3c1c\";s:8:\"settings\";a:28:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"20\";s:13:\"border_border\";s:5:\"solid\";s:12:\"border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:12:\"border_color\";s:7:\"#DCDFE5\";s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"96\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"96\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"64\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"378d1ef\";s:8:\"settings\";a:23:{s:12:\"_column_size\";s:2:\"50\";s:21:\"space_between_widgets\";s:2:\"32\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"ee870de\";s:8:\"settings\";a:22:{s:5:\"title\";s:3:\"“\";s:11:\"header_size\";s:3:\"div\";s:5:\"align\";s:4:\"left\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"DM Serif Display\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"48\";s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"64\";s:5:\"sizes\";a:0:{}}s:21:\"typography_font_style\";s:6:\"italic\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"1\";s:5:\"sizes\";a:0:{}}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"-32\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:32:\"globals/colors?id=astralinkhover\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"6d8cd1e\";s:8:\"settings\";a:22:{s:5:\"title\";s:152:\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\";s:5:\"align\";s:4:\"left\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:3:\"1.4\";s:5:\"sizes\";a:0:{}}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"96\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"header_size\";s:3:\"div\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"24\";s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"18\";s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:32:\"globals/colors?id=astralinkhover\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"e940f82\";s:8:\"settings\";a:16:{s:5:\"title\";s:19:\"Sean Paul, Director\";s:11:\"header_size\";s:2:\"h5\";s:5:\"align\";s:4:\"left\";s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"48\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"48\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:34:\"globals/colors?id=astraextracolor3\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"7a1e658\";s:8:\"settings\";a:23:{s:12:\"_column_size\";s:2:\"50\";s:21:\"space_between_widgets\";s:2:\"32\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"32\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"9f30fff\";s:8:\"settings\";a:22:{s:5:\"title\";s:3:\"“\";s:11:\"header_size\";s:3:\"div\";s:5:\"align\";s:4:\"left\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"DM Serif Display\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"48\";s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"64\";s:5:\"sizes\";a:0:{}}s:21:\"typography_font_style\";s:6:\"italic\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"1\";s:5:\"sizes\";a:0:{}}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"-32\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:32:\"globals/colors?id=astralinkhover\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"9f42e6f\";s:8:\"settings\";a:22:{s:5:\"title\";s:116:\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\";s:5:\"align\";s:4:\"left\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:3:\"1.4\";s:5:\"sizes\";a:0:{}}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"96\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"header_size\";s:3:\"div\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"24\";s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"18\";s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:32:\"globals/colors?id=astralinkhover\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"65cbcd8\";s:8:\"settings\";a:16:{s:5:\"title\";s:24:\"Anthony Rodgers, Manager\";s:11:\"header_size\";s:2:\"h5\";s:5:\"align\";s:4:\"left\";s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"48\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"48\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:34:\"globals/colors?id=astraextracolor3\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:7:\"section\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}}\";'),(5600,1052,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5601,1052,'_elementor_pro_version','3.2.1'),(5641,1057,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5642,1057,'_elementor_pro_version','3.2.1'),(5643,1057,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(5644,1058,'_elementor_edit_mode','builder'),(5645,1058,'_elementor_template_type','wp-page'),(5646,1058,'_elementor_version','3.3.1'),(5647,1058,'_wp_page_template','default'),(5648,1058,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"128\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5},\"elements\":[{\"id\":\"b3343bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"CO-FOUNDER & PRESIDENT<br>\\nBUSINESS OWNER\\/CONSULTANT\\/MENTOR\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.<\\/p><p>She is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.<\\/p>\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a7c1c88\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"80\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2104079\",\"elType\":\"widget\",\"settings\":{\"title\":\"Proin neque egestas fusce morbi nunc ornare nisl, massa tincidunt et neque.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3287a0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"gap_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cba95bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim Walter\",\"header_size\":\"h5\",\"align\":\"center\",\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5649,1058,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5650,1058,'_elementor_pro_version','3.2.1'),(5651,1058,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(5652,1059,'_elementor_edit_mode','builder'),(5653,1059,'_elementor_template_type','wp-page'),(5654,1059,'_elementor_version','3.3.1'),(5655,1059,'_wp_page_template','default'),(5656,1059,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"128\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5},\"elements\":[{\"id\":\"b3343bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"CO-FOUNDER & PRESIDENT<br>\\nBUSINESS OWNER\\/CONSULTANT\\/MENTOR\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a7c1c88\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"80\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2104079\",\"elType\":\"widget\",\"settings\":{\"title\":\"Proin neque egestas fusce morbi nunc ornare nisl, massa tincidunt et neque.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3287a0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"gap_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cba95bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim Walter\",\"header_size\":\"h5\",\"align\":\"center\",\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5657,1059,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5658,1059,'_elementor_pro_version','3.2.1'),(5659,1059,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(5663,1060,'_elementor_edit_mode','builder'),(5664,1060,'_elementor_template_type','wp-page'),(5665,1060,'_elementor_version','3.3.1'),(5666,1060,'_wp_page_template','default'),(5667,1060,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"128\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5},\"elements\":[{\"id\":\"b3343bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"CO-FOUNDER & PRESIDENT<br>\\nBUSINESS OWNER\\/CONSULTANT\\/MENTOR\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a7c1c88\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"80\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2104079\",\"elType\":\"widget\",\"settings\":{\"title\":\"Proin neque egestas fusce morbi nunc ornare nisl, massa tincidunt et neque.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3287a0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"gap_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cba95bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim Walter\",\"header_size\":\"h5\",\"align\":\"center\",\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]');
INSERT INTO `wpxo_postmeta` VALUES (5668,1060,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5669,1060,'_elementor_pro_version','3.2.1'),(5670,1060,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(5672,1061,'_elementor_edit_mode','builder'),(5673,1061,'_elementor_template_type','wp-page'),(5674,1061,'_elementor_version','3.3.1'),(5675,1061,'_wp_page_template','default'),(5676,1061,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"128\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5},\"elements\":[{\"id\":\"b3343bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"CO-FOUNDER & PRESIDENT<br>\\nBUSINESS OWNER\\/CONSULTANT\\/MENTOR\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a7c1c88\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"80\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2104079\",\"elType\":\"widget\",\"settings\":{\"title\":\"Proin neque egestas fusce morbi nunc ornare nisl, massa tincidunt et neque.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3287a0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"gap_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cba95bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim Walter\",\"header_size\":\"h5\",\"align\":\"center\",\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5677,1061,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5678,1061,'_elementor_pro_version','3.2.1'),(5679,1061,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(5818,1077,'_wp_page_template','default'),(5681,1062,'_elementor_edit_mode','builder'),(5682,1062,'_elementor_template_type','wp-page'),(5683,1062,'_elementor_version','3.3.1'),(5684,1062,'_wp_page_template','default'),(5685,1062,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"128\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3343bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"CO-FOUNDER & PRESIDENT<br>\\nBUSINESS OWNER\\/CONSULTANT\\/MENTOR\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a7c1c88\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"80\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2104079\",\"elType\":\"widget\",\"settings\":{\"title\":\"Proin neque egestas fusce morbi nunc ornare nisl, massa tincidunt et neque.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3287a0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"gap_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cba95bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim Walter\",\"header_size\":\"h5\",\"align\":\"center\",\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5686,1062,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5687,1062,'_elementor_pro_version','3.2.1'),(5688,1062,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(5692,1063,'_elementor_edit_mode','builder'),(5693,1063,'_elementor_template_type','wp-page'),(5694,1063,'_elementor_version','3.3.1'),(5695,1063,'_wp_page_template','default'),(5696,1063,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"128\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3343bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"CO-FOUNDER & PRESIDENT<br>\\nBUSINESS OWNER\\/CONSULTANT\\/MENTOR\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a7c1c88\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"80\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2104079\",\"elType\":\"widget\",\"settings\":{\"title\":\"Proin neque egestas fusce morbi nunc ornare nisl, massa tincidunt et neque.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3287a0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"gap_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cba95bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim Walter\",\"header_size\":\"h5\",\"align\":\"center\",\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5697,1063,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5698,1063,'_elementor_pro_version','3.2.1'),(5699,1063,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(5700,1064,'_elementor_edit_mode','builder'),(5701,1064,'_elementor_template_type','wp-page'),(5702,1064,'_elementor_version','3.3.1'),(5703,1064,'_wp_page_template','default'),(5704,1064,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"128\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3343bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"CO-FOUNDER & PRESIDENT<br>\\nBUSINESS OWNER\\/CONSULTANT\\/MENTOR\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a7c1c88\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"80\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2104079\",\"elType\":\"widget\",\"settings\":{\"title\":\"Proin neque egestas fusce morbi nunc ornare nisl, massa tincidunt et neque.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3287a0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"gap_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cba95bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim Walter\",\"header_size\":\"h5\",\"align\":\"center\",\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5705,1064,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5706,1064,'_elementor_pro_version','3.2.1'),(5707,1064,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(5708,1065,'_elementor_edit_mode','builder'),(5709,1065,'_elementor_template_type','wp-page'),(5710,1065,'_elementor_version','3.3.1'),(5711,1065,'_wp_page_template','default'),(5712,1065,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"128\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"66\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3343bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"CO-FOUNDER & PRESIDENT<br>\\nBUSINESS OWNER\\/CONSULTANT\\/MENTOR\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a7c1c88\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"80\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2104079\",\"elType\":\"widget\",\"settings\":{\"title\":\"Proin neque egestas fusce morbi nunc ornare nisl, massa tincidunt et neque.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3287a0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"gap_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cba95bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim Walter\",\"header_size\":\"h5\",\"align\":\"center\",\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5713,1065,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5714,1065,'_elementor_pro_version','3.2.1'),(5715,1065,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(5718,1066,'_elementor_edit_mode','builder'),(5719,1066,'_elementor_template_type','wp-page'),(5720,1066,'_elementor_version','3.3.1'),(5721,1066,'_wp_page_template','default'),(5722,1066,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"128\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"66\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3343bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"CO-FOUNDER & PRESIDENT<br>\\nBUSINESS OWNER\\/CONSULTANT\\/MENTOR\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a7c1c88\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"80\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2104079\",\"elType\":\"widget\",\"settings\":{\"title\":\"Proin neque egestas fusce morbi nunc ornare nisl, massa tincidunt et neque.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3287a0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"gap_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cba95bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim Walter\",\"header_size\":\"h5\",\"align\":\"center\",\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5723,1066,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5724,1066,'_elementor_pro_version','3.2.1'),(5725,1066,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(5726,1067,'_elementor_edit_mode','builder'),(5727,1067,'_elementor_template_type','wp-page'),(5728,1067,'_elementor_version','3.3.1'),(5729,1067,'_wp_page_template','default'),(5730,1067,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"128\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"66\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3343bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"CO-FOUNDER & PRESIDENT<br>\\nBUSINESS OWNER\\/CONSULTANT\\/MENTOR\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a7c1c88\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"80\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2104079\",\"elType\":\"widget\",\"settings\":{\"title\":\"Proin neque egestas fusce morbi nunc ornare nisl, massa tincidunt et neque.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3287a0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"gap_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cba95bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim Walter\",\"header_size\":\"h5\",\"align\":\"center\",\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5731,1067,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5732,1067,'_elementor_pro_version','3.2.1'),(5733,1067,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(5734,1068,'_elementor_edit_mode','builder'),(5735,1068,'_elementor_template_type','wp-page'),(5736,1068,'_elementor_version','3.3.1'),(5737,1068,'_wp_page_template','default'),(5738,1068,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"128\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3343bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"CO-FOUNDER & PRESIDENT<br>\\nBUSINESS OWNER\\/CONSULTANT\\/MENTOR\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a7c1c88\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"80\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2104079\",\"elType\":\"widget\",\"settings\":{\"title\":\"Proin neque egestas fusce morbi nunc ornare nisl, massa tincidunt et neque.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3287a0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"gap_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cba95bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim Walter\",\"header_size\":\"h5\",\"align\":\"center\",\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5739,1068,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5740,1068,'_elementor_pro_version','3.2.1'),(5741,1068,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(5744,1069,'_elementor_edit_mode','builder'),(5745,1069,'_elementor_template_type','wp-page'),(5746,1069,'_elementor_version','3.3.1'),(5747,1069,'_wp_page_template','default'),(5748,1069,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"128\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3343bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"CO-FOUNDER & PRESIDENT<br>\\nBUSINESS OWNER\\/CONSULTANT\\/MENTOR\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a7c1c88\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"80\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2104079\",\"elType\":\"widget\",\"settings\":{\"title\":\"Proin neque egestas fusce morbi nunc ornare nisl, massa tincidunt et neque.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3287a0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"gap_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cba95bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim Walter\",\"header_size\":\"h5\",\"align\":\"center\",\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5749,1069,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5750,1069,'_elementor_pro_version','3.2.1'),(5751,1069,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(5752,1070,'_elementor_edit_mode','builder'),(5753,1070,'_elementor_template_type','wp-page'),(5754,1070,'_elementor_version','3.3.1'),(5755,1070,'_wp_page_template','default'),(5756,1070,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"128\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3343bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"CO-FOUNDER & PRESIDENT<br>\\nBUSINESS OWNER\\/CONSULTANT\\/MENTOR\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a7c1c88\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"80\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2104079\",\"elType\":\"widget\",\"settings\":{\"title\":\"Proin neque egestas fusce morbi nunc ornare nisl, massa tincidunt et neque.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3287a0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"gap_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cba95bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim Walter\",\"header_size\":\"h5\",\"align\":\"center\",\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5757,1070,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5758,1070,'_elementor_pro_version','3.2.1'),(5759,1070,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(5817,1077,'_elementor_version','3.3.1'),(5760,1071,'_elementor_edit_mode','builder'),(5761,1071,'_elementor_template_type','wp-page'),(5762,1071,'_elementor_version','3.3.1'),(5763,1071,'_wp_page_template','default'),(5764,1071,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"128\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3343bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"CO-FOUNDER & PRESIDENT<br>\\nBUSINESS OWNER\\/CONSULTANT\\/MENTOR\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a7c1c88\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"80\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2104079\",\"elType\":\"widget\",\"settings\":{\"title\":\"Proin neque egestas fusce morbi nunc ornare nisl, massa tincidunt et neque.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3287a0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"gap_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cba95bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim Walter\",\"header_size\":\"h5\",\"align\":\"center\",\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5765,1071,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5766,1071,'_elementor_pro_version','3.2.1'),(5767,1071,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(5770,1072,'_elementor_edit_mode','builder'),(5771,1072,'_elementor_template_type','wp-page'),(5772,1072,'_elementor_version','3.3.1'),(5773,1072,'_wp_page_template','default'),(5774,1072,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"128\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3343bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"CO-FOUNDER & PRESIDENT<br>\\nBUSINESS OWNER\\/CONSULTANT\\/MENTOR\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a7c1c88\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"80\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2104079\",\"elType\":\"widget\",\"settings\":{\"title\":\"Proin neque egestas fusce morbi nunc ornare nisl, massa tincidunt et neque.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3287a0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"gap_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cba95bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim Walter\",\"header_size\":\"h5\",\"align\":\"center\",\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5775,1072,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5776,1072,'_elementor_pro_version','3.2.1'),(5777,1072,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(5779,1073,'_elementor_edit_mode','builder'),(5780,1073,'_elementor_template_type','wp-page'),(5781,1073,'_elementor_version','3.3.1'),(5782,1073,'_wp_page_template','default'),(5783,1073,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"128\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3343bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"CO-FOUNDER & PRESIDENT<br>\\nBUSINESS OWNER\\/CONSULTANT\\/MENTOR\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a7c1c88\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"80\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2104079\",\"elType\":\"widget\",\"settings\":{\"title\":\"Proin neque egestas fusce morbi nunc ornare nisl, massa tincidunt et neque.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3287a0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"gap_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cba95bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim Walter\",\"header_size\":\"h5\",\"align\":\"center\",\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5784,1073,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5785,1073,'_elementor_pro_version','3.2.1'),(5786,1073,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(5815,1077,'_elementor_edit_mode','builder'),(5816,1077,'_elementor_template_type','wp-page'),(5788,1074,'_elementor_edit_mode','builder'),(5789,1074,'_elementor_template_type','wp-page'),(5790,1074,'_elementor_version','3.3.1'),(5791,1074,'_wp_page_template','default'),(5792,1074,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"128\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3343bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"CO-FOUNDER & PRESIDENT<br>\\nBUSINESS OWNER\\/CONSULTANT\\/MENTOR\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a7c1c88\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"80\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2104079\",\"elType\":\"widget\",\"settings\":{\"title\":\"Proin neque egestas fusce morbi nunc ornare nisl, massa tincidunt et neque.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3287a0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"gap_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cba95bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim Walter\",\"header_size\":\"h5\",\"align\":\"center\",\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5793,1074,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5794,1074,'_elementor_pro_version','3.2.1'),(5795,1074,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(5799,1075,'_elementor_edit_mode','builder'),(5800,1075,'_elementor_template_type','wp-page'),(5801,1075,'_elementor_version','3.3.1'),(5802,1075,'_wp_page_template','default'),(5803,1075,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"128\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3343bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"CO-FOUNDER & PRESIDENT<br>\\nBUSINESS OWNER\\/CONSULTANT\\/MENTOR\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a7c1c88\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"80\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2104079\",\"elType\":\"widget\",\"settings\":{\"title\":\"Proin neque egestas fusce morbi nunc ornare nisl, massa tincidunt et neque.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3287a0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"gap_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cba95bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim Walter\",\"header_size\":\"h5\",\"align\":\"center\",\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5804,1075,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5805,1075,'_elementor_pro_version','3.2.1'),(5806,1075,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(5807,1076,'_elementor_edit_mode','builder'),(5808,1076,'_elementor_template_type','wp-page'),(5809,1076,'_elementor_version','3.3.1'),(5810,1076,'_wp_page_template','default'),(5811,1076,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"128\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3343bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"CO-FOUNDER & PRESIDENT<br>\\nBUSINESS OWNER\\/CONSULTANT\\/MENTOR\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a7c1c88\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"80\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2104079\",\"elType\":\"widget\",\"settings\":{\"title\":\"Proin neque egestas fusce morbi nunc ornare nisl, massa tincidunt et neque.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3287a0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"gap_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cba95bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim Walter\",\"header_size\":\"h5\",\"align\":\"center\",\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5812,1076,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5813,1076,'_elementor_pro_version','3.2.1'),(5814,1076,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(5820,1077,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5821,1077,'_elementor_pro_version','3.2.1'),(5822,1077,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(5825,1078,'_elementor_edit_mode','builder'),(5826,1078,'_elementor_template_type','wp-page'),(5827,1078,'_elementor_version','3.3.1'),(5828,1078,'_wp_page_template','default'),(5829,1078,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"48\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3343bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"CO-FOUNDER & PRESIDENT<br>\\nBUSINESS OWNER\\/CONSULTANT\\/MENTOR\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5830,1078,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5831,1078,'_elementor_pro_version','3.2.1'),(5832,1078,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(5833,1079,'_elementor_edit_mode','builder'),(5834,1079,'_elementor_template_type','wp-page'),(5835,1079,'_elementor_version','3.3.1'),(5836,1079,'_wp_page_template','default'),(5837,1079,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"48\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3343bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"CO-FOUNDER & PRESIDENT<br>\\nBUSINESS OWNER\\/CONSULTANT\\/MENTOR\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5838,1079,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5839,1079,'_elementor_pro_version','3.2.1'),(5840,1079,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(5841,1080,'_elementor_edit_mode','builder'),(5842,1080,'_elementor_template_type','wp-page'),(5843,1080,'_elementor_version','3.3.1'),(5844,1080,'_wp_page_template','default'),(5845,1080,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"48\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3343bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"CO-FOUNDER & PRESIDENT<br>\\nBUSINESS OWNER\\/CONSULTANT\\/MENTOR\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5846,1080,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5847,1080,'_elementor_pro_version','3.2.1'),(5848,1080,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(5851,1081,'_elementor_edit_mode','builder'),(5852,1081,'_elementor_template_type','wp-page'),(5853,1081,'_elementor_version','3.3.1'),(5854,1081,'_wp_page_template','default'),(5855,1081,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"48\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3343bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"CO-FOUNDER & PRESIDENT<br>\\nBUSINESS OWNER\\/CONSULTANT\\/MENTOR\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5856,1081,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5857,1081,'_elementor_pro_version','3.2.1'),(5858,1081,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(5859,1082,'_elementor_edit_mode','builder'),(5860,1082,'_elementor_template_type','wp-page'),(5861,1082,'_elementor_version','3.3.1'),(5862,1082,'_wp_page_template','default'),(5863,1082,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"48\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3343bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"CO-FOUNDER & PRESIDENT<br>\\nBUSINESS OWNER\\/CONSULTANT\\/MENTOR\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5864,1082,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5865,1082,'_elementor_pro_version','3.2.1'),(5866,1082,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(5867,1083,'_elementor_edit_mode','builder'),(5868,1083,'_elementor_template_type','wp-page'),(5869,1083,'_elementor_version','3.3.1'),(5870,1083,'_wp_page_template','default'),(5871,1083,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"48\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"CO-FOUNDER & PRESIDENT<br>\\nBUSINESS OWNER\\/CONSULTANT\\/MENTOR\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a1c7289\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"48\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"85ed543\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"229bbc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f7737\",\"elType\":\"widget\",\"settings\":{\"title\":\"CO-FOUNDER & PRESIDENT<br>\\nBUSINESS OWNER\\/CONSULTANT\\/MENTOR\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c17811\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0801bb4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"8efabdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2a571e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5872,1083,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5873,1083,'_elementor_pro_version','3.2.1'),(5874,1083,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(5877,1084,'_elementor_edit_mode','builder'),(5878,1084,'_elementor_template_type','wp-page'),(5879,1084,'_elementor_version','3.3.1'),(5880,1084,'_wp_page_template','default'),(5881,1084,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"48\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"CO-FOUNDER & PRESIDENT<br>\\nBUSINESS OWNER\\/CONSULTANT\\/MENTOR\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a1c7289\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"48\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"85ed543\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"229bbc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f7737\",\"elType\":\"widget\",\"settings\":{\"title\":\"CO-FOUNDER & PRESIDENT<br>\\nBUSINESS OWNER\\/CONSULTANT\\/MENTOR\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c17811\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0801bb4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"8efabdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2a571e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5882,1084,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5883,1084,'_elementor_pro_version','3.2.1'),(5884,1084,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(5885,1085,'_elementor_edit_mode','builder'),(5886,1085,'_elementor_template_type','wp-page'),(5887,1085,'_elementor_version','3.3.1'),(5888,1085,'_wp_page_template','default'),(5889,1085,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"48\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"CO-FOUNDER & PRESIDENT<br>\\nBUSINESS OWNER\\/CONSULTANT\\/MENTOR\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a1c7289\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"48\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"85ed543\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"229bbc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f7737\",\"elType\":\"widget\",\"settings\":{\"title\":\"CO-FOUNDER & PRESIDENT<br>\\nBUSINESS OWNER\\/CONSULTANT\\/MENTOR\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c17811\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0801bb4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"8efabdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2a571e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5890,1085,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5891,1085,'_elementor_pro_version','3.2.1'),(5892,1085,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(5893,1086,'_elementor_edit_mode','builder'),(5894,1086,'_elementor_template_type','wp-page'),(5895,1086,'_elementor_version','3.3.1'),(5896,1086,'_wp_page_template','default'),(5897,1086,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"48\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"CO-FOUNDER & PRESIDENT<br>\\nBUSINESS OWNER\\/CONSULTANT\\/MENTOR\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a1c7289\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"85ed543\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"229bbc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f7737\",\"elType\":\"widget\",\"settings\":{\"title\":\"CO-FOUNDER & PRESIDENT<br>\\nBUSINESS OWNER\\/CONSULTANT\\/MENTOR\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c17811\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0801bb4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"8efabdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2a571e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5898,1086,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5899,1086,'_elementor_pro_version','3.2.1'),(5900,1086,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(5915,1089,'_elementor_edit_mode','builder'),(5916,1089,'_elementor_template_type','wp-page'),(5917,1089,'_elementor_version','3.3.1'),(5918,1089,'_wp_page_template','default'),(5919,1089,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"48\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"CO-FOUNDER & PRESIDENT<br>\\nBUSINESS OWNER\\/CONSULTANT\\/MENTOR\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a1c7289\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"85ed543\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"229bbc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f7737\",\"elType\":\"widget\",\"settings\":{\"title\":\"CO-FOUNDER & PRESIDENT<br>\\nBUSINESS OWNER\\/CONSULTANT\\/MENTOR\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c17811\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0801bb4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"8efabdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2a571e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5938,1091,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5939,1091,'_elementor_pro_version','3.2.1'),(5940,1091,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(5944,1092,'_elementor_edit_mode','builder'),(5945,1092,'_elementor_template_type','wp-page'),(5946,1092,'_elementor_version','3.3.1'),(5947,1092,'_wp_page_template','default'),(5948,1092,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"48\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"CO-FOUNDER & PRESIDENT<br>\\nBUSINESS OWNER\\/CONSULTANT\\/MENTOR\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a1c7289\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"85ed543\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"229bbc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"MS. SHAWN SMASH-JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f7737\",\"elType\":\"widget\",\"settings\":{\"title\":\"CO-FOUNDER & PRESIDENT<br>\\nBUSINESS OWNER\\/CONSULTANT\\/MENTOR\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c17811\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0801bb4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"8efabdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2a571e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1088,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shawn1-scaled.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5933,1091,'_elementor_edit_mode','builder'),(5934,1091,'_elementor_template_type','wp-page'),(5935,1091,'_elementor_version','3.3.1'),(5936,1091,'_wp_page_template','default'),(5937,1091,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"48\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"CO-FOUNDER & PRESIDENT<br>\\nBUSINESS OWNER\\/CONSULTANT\\/MENTOR\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a1c7289\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"85ed543\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"229bbc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"MS. SHAWN SMASH-JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f7737\",\"elType\":\"widget\",\"settings\":{\"title\":\"CO-FOUNDER & PRESIDENT<br>\\nBUSINESS OWNER\\/CONSULTANT\\/MENTOR\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c17811\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0801bb4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"8efabdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2a571e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1088,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shawn1-scaled.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5913,1088,'_wp_attached_file','2021/08/Shawn1-scaled.jpg'),(5914,1088,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1829;s:6:\"height\";i:2560;s:4:\"file\";s:25:\"2021/08/Shawn1-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Shawn1-214x300.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Shawn1-731x1024.jpg\";s:5:\"width\";i:731;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Shawn1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Shawn1-768x1075.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1075;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:20:\"Shawn1-1097x1536.jpg\";s:5:\"width\";i:1097;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:20:\"Shawn1-1463x2048.jpg\";s:5:\"width\";i:1463;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D5100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1453483661\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"900\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:10:\"Shawn1.jpg\";}'),(5920,1089,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5921,1089,'_elementor_pro_version','3.2.1'),(5922,1089,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(5924,1090,'_elementor_edit_mode','builder'),(5925,1090,'_elementor_template_type','wp-page'),(5926,1090,'_elementor_version','3.3.1'),(5927,1090,'_wp_page_template','default'),(5928,1090,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"48\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"CO-FOUNDER & PRESIDENT<br>\\nBUSINESS OWNER\\/CONSULTANT\\/MENTOR\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a1c7289\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"85ed543\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"229bbc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f7737\",\"elType\":\"widget\",\"settings\":{\"title\":\"CO-FOUNDER & PRESIDENT<br>\\nBUSINESS OWNER\\/CONSULTANT\\/MENTOR\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c17811\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0801bb4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"8efabdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2a571e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5929,1090,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5930,1090,'_elementor_pro_version','3.2.1'),(5931,1090,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(5949,1092,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5950,1092,'_elementor_pro_version','3.2.1'),(5951,1092,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(5952,1093,'_elementor_edit_mode','builder'),(5953,1093,'_elementor_template_type','wp-page'),(5954,1093,'_elementor_version','3.3.1'),(5955,1093,'_wp_page_template','default'),(5956,1093,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"48\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"CO-FOUNDER & PRESIDENT<br>\\nBUSINESS OWNER\\/CONSULTANT\\/MENTOR\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a1c7289\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"85ed543\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"229bbc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"MS. SHAWN SMASH-JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f7737\",\"elType\":\"widget\",\"settings\":{\"title\":\"CO-FOUNDER & PRESIDENT<br>\\nBUSINESS OWNER\\/CONSULTANT\\/MENTOR\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c17811\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0801bb4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"8efabdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2a571e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1088,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shawn1-scaled.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5957,1093,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5958,1093,'_elementor_pro_version','3.2.1'),(5959,1093,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(5960,1094,'_elementor_edit_mode','builder'),(5961,1094,'_elementor_template_type','wp-page'),(5962,1094,'_elementor_version','3.3.1'),(5963,1094,'_wp_page_template','default'),(5964,1094,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"48\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Founder & President<br>\\nBusiness Owner\\/Consultant\\/Mentor\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a1c7289\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"85ed543\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5},\"elements\":[{\"id\":\"229bbc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"MS. SHAWN SMASH-JETT\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f7737\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Founder<br>\\nInternational Keynote & Motivational Speaker\\/Sex Trafficking Expert\\/Author\\/Corporate Trainer\\/Media Personality Host\\/Podcaster\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c17811\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ms. Shawn Smash-Jett, is the Founder of Wealthy Divas International, an organization that empowers women through educational curriculum including finance, employee relations, personal development, and entrepreneurship. This curriculum has also been developed to provide human sex trafficked survivors with the tools and resources needed to establish independence.\\n\\n\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0801bb4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"8efabdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2a571e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1088,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shawn1-scaled.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5965,1094,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5966,1094,'_elementor_pro_version','3.2.1'),(5967,1094,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(5970,1095,'_elementor_edit_mode','builder'),(5971,1095,'_elementor_template_type','wp-page'),(5972,1095,'_elementor_version','3.3.1'),(5973,1095,'_wp_page_template','default'),(5974,1095,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"48\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Founder & President<br>\\nBusiness Owner\\/Consultant\\/Mentor\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a1c7289\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"85ed543\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5},\"elements\":[{\"id\":\"229bbc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"MS. SHAWN SMASH-JETT\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f7737\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Founder<br>\\nInternational Keynote & Motivational Speaker\\/Sex Trafficking Expert\\/Author\\/Corporate Trainer\\/Media Personality Host\\/Podcaster\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c17811\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ms. Shawn Smash-Jett, is the Founder of Wealthy Divas International, an organization that empowers women through educational curriculum including finance, employee relations, personal development, and entrepreneurship. This curriculum has also been developed to provide human sex trafficked survivors with the tools and resources needed to establish independence.\\n\\n\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0801bb4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"8efabdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2a571e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1088,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shawn1-scaled.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]');
INSERT INTO `wpxo_postmeta` VALUES (5975,1095,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5976,1095,'_elementor_pro_version','3.2.1'),(5977,1095,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(5978,1096,'_elementor_edit_mode','builder'),(5979,1096,'_elementor_template_type','wp-page'),(5980,1096,'_elementor_version','3.3.1'),(5981,1096,'_wp_page_template','default'),(5982,1096,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"48\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Founder & President<br>\\nBusiness Owner\\/Consultant\\/Mentor\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a1c7289\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"85ed543\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5},\"elements\":[{\"id\":\"229bbc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"MS. SHAWN SMASH-JETT\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f7737\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Founder<br>\\nInternational Keynote & Motivational Speaker\\/Sex Trafficking Expert\\/Author\\/Corporate Trainer\\/Media Personality Host\\/Podcaster\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c17811\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ms. Shawn Smash-Jett, is the Founder of Wealthy Divas International, an organization that empowers women through educational curriculum including finance, employee relations, personal development, and entrepreneurship. This curriculum has also been developed to provide human sex trafficked survivors with the tools and resources needed to establish independence.\\n\\n\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0801bb4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"8efabdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2a571e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1088,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shawn1-scaled.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5983,1096,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5984,1096,'_elementor_pro_version','3.2.1'),(5985,1096,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(5986,1097,'_elementor_edit_mode','builder'),(5987,1097,'_elementor_template_type','wp-page'),(5988,1097,'_elementor_version','3.3.1'),(5989,1097,'_wp_page_template','default'),(5990,1097,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"48\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Founder & President<br>\\nBusiness Owner\\/Consultant\\/Mentor\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a1c7289\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"85ed543\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5},\"elements\":[{\"id\":\"229bbc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"MS. SHAWN SMASH-JETT\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f7737\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Founder<br>\\nInternational Keynote & Motivational Speaker\\/Sex Trafficking Expert\\/Author\\/Corporate Trainer\\/Media Personality Host\\/Podcaster\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c17811\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ms. Shawn Smash-Jett, is the Founder of Wealthy Divas International, an organization that empowers women through educational curriculum including finance, employee relations, personal development, and entrepreneurship. This curriculum has also been developed to provide human sex trafficked survivors with the tools and resources needed to establish independence.\\n\\n\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0801bb4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"8efabdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2a571e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1088,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shawn1-scaled.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":50,\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5991,1097,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(5992,1097,'_elementor_pro_version','3.2.1'),(5993,1097,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(5996,1098,'_elementor_edit_mode','builder'),(5997,1098,'_elementor_template_type','wp-page'),(5998,1098,'_elementor_version','3.3.1'),(5999,1098,'_wp_page_template','default'),(6000,1098,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"48\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Founder & President<br>\\nBusiness Owner\\/Consultant\\/Mentor\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a1c7289\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"85ed543\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5},\"elements\":[{\"id\":\"229bbc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"MS. SHAWN SMASH-JETT\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f7737\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Founder<br>\\nInternational Keynote & Motivational Speaker\\/Sex Trafficking Expert\\/Author\\/Corporate Trainer\\/Media Personality Host\\/Podcaster\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c17811\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ms. Shawn Smash-Jett, is the Founder of Wealthy Divas International, an organization that empowers women through educational curriculum including finance, employee relations, personal development, and entrepreneurship. This curriculum has also been developed to provide human sex trafficked survivors with the tools and resources needed to establish independence.\\n\\n\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0801bb4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"8efabdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2a571e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1088,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shawn1-scaled.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":50,\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6001,1098,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6002,1098,'_elementor_pro_version','3.2.1'),(6003,1098,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(6004,1099,'_elementor_edit_mode','builder'),(6005,1099,'_elementor_template_type','wp-page'),(6006,1099,'_elementor_version','3.3.1'),(6007,1099,'_wp_page_template','default'),(6008,1099,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"48\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Founder & President<br>\\nBusiness Owner\\/Consultant\\/Mentor\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a1c7289\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"85ed543\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5},\"elements\":[{\"id\":\"229bbc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"MS. SHAWN SMASH-JETT\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f7737\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Founder<br>\\nInternational Keynote & Motivational Speaker\\/Sex Trafficking Expert\\/Author\\/Corporate Trainer\\/Media Personality Host\\/Podcaster\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c17811\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ms. Shawn Smash-Jett, is the Founder of Wealthy Divas International, an organization that empowers women through educational curriculum including finance, employee relations, personal development, and entrepreneurship. This curriculum has also been developed to provide human sex trafficked survivors with the tools and resources needed to establish independence.\\n\\n\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0801bb4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"8efabdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2a571e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1088,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shawn1-scaled.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":50,\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6009,1099,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6010,1099,'_elementor_pro_version','3.2.1'),(6011,1099,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(6092,1109,'_elementor_version','3.3.1'),(6093,1109,'_wp_page_template','default'),(6094,1109,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"48\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Founder & President<br>\\nBusiness Owner\\/Consultant\\/Mentor\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a1c7289\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"85ed543\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"46\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5},\"elements\":[{\"id\":\"229bbc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"MS. SHAWN SMASH-JETT\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f7737\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Founder<br>\\nInternational Keynote & Motivational Speaker\\/Sex Trafficking Expert\\/Author\\/Corporate Trainer\\/Media Personality Host\\/Podcaster\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c17811\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ms. Shawn Smash-Jett, is the Founder of Wealthy Divas International, an organization that empowers women through educational curriculum including finance, employee relations, personal development, and entrepreneurship. This curriculum has also been developed to provide human sex trafficked survivors with the tools and resources needed to establish independence.\\n\\n\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0801bb4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.<br \\/>She is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\\u00a0<span style=\\\"font-style: inherit; font-weight: inherit;\\\">As a community philanthropist and legislative activist, she is passionate about advocating for many causes but most importantly, collaborating with other organizations in her fight against human sex trafficking. She has committed her life to this cause by not only advocating but successfully being an opposing force in rescuing traumatized young women and men so that they may begin their healing journey and recovery.<\\/span><\\/p><p>She is a dynamic and powerful keynote &amp; motivational speaker, corporate coach, business consultant, and author. She disperses her testimony using a variety of social media platforms, hosts two different popular weekly radio shows, and has been featured on television in four markets. She speaks regularly to companies and groups while also working diligently to get legislation passed to help the victims of this horrendous crime.<\\/p>\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"8efabdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2a571e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1088,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shawn1-scaled.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":50,\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"70ce3c4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a114d01\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a19fa8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Shawn Smash-Jett\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In her books, she shares her compelling stories not only giving you real-life inspiring stories, but indeed giving you a guide with the resources, tools and techniques to keep your children, teens and young adults safe from potential  predators.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6012,1100,'_elementor_edit_mode','builder'),(6013,1100,'_elementor_template_type','wp-page'),(6014,1100,'_elementor_version','3.3.1'),(6015,1100,'_wp_page_template','default'),(6016,1100,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"48\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Founder & President<br>\\nBusiness Owner\\/Consultant\\/Mentor\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a1c7289\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"85ed543\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5},\"elements\":[{\"id\":\"229bbc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"MS. SHAWN SMASH-JETT\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f7737\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Founder<br>\\nInternational Keynote & Motivational Speaker\\/Sex Trafficking Expert\\/Author\\/Corporate Trainer\\/Media Personality Host\\/Podcaster\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c17811\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ms. Shawn Smash-Jett, is the Founder of Wealthy Divas International, an organization that empowers women through educational curriculum including finance, employee relations, personal development, and entrepreneurship. This curriculum has also been developed to provide human sex trafficked survivors with the tools and resources needed to establish independence.\\n\\n\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0801bb4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\\n\\nAs a community philanthropist and legislative activist, she is passionate about advocating for many causes but most importantly, collaborating with other organizations in her fight against human sex trafficking. She has committed her life to this cause by not only advocating but successfully being an opposing force in rescuing traumatized young women and men so that they may begin their healing journey and recovery.\\n\\nShe is a dynamic and powerful keynote & motivational speaker, corporate coach, business consultant, and author. She disperses her testimony using a variety of social media platforms, hosts two different popular weekly radio shows, and has been featured on television in four markets. She speaks regularly to companies and groups while also working diligently to get legislation passed to help the victims of this horrendous crime.\\n\\n\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"8efabdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2a571e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1088,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shawn1-scaled.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":50,\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"70ce3c4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a114d01\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a19fa8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6017,1100,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6018,1100,'_elementor_pro_version','3.2.1'),(6019,1100,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(6022,1101,'_elementor_edit_mode','builder'),(6023,1101,'_elementor_template_type','wp-page'),(6024,1101,'_elementor_version','3.3.1'),(6025,1101,'_wp_page_template','default'),(6026,1101,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"48\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Founder & President<br>\\nBusiness Owner\\/Consultant\\/Mentor\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a1c7289\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"85ed543\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5},\"elements\":[{\"id\":\"229bbc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"MS. SHAWN SMASH-JETT\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f7737\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Founder<br>\\nInternational Keynote & Motivational Speaker\\/Sex Trafficking Expert\\/Author\\/Corporate Trainer\\/Media Personality Host\\/Podcaster\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c17811\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ms. Shawn Smash-Jett, is the Founder of Wealthy Divas International, an organization that empowers women through educational curriculum including finance, employee relations, personal development, and entrepreneurship. This curriculum has also been developed to provide human sex trafficked survivors with the tools and resources needed to establish independence.\\n\\n\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0801bb4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\\n\\nAs a community philanthropist and legislative activist, she is passionate about advocating for many causes but most importantly, collaborating with other organizations in her fight against human sex trafficking. She has committed her life to this cause by not only advocating but successfully being an opposing force in rescuing traumatized young women and men so that they may begin their healing journey and recovery.\\n\\nShe is a dynamic and powerful keynote & motivational speaker, corporate coach, business consultant, and author. She disperses her testimony using a variety of social media platforms, hosts two different popular weekly radio shows, and has been featured on television in four markets. She speaks regularly to companies and groups while also working diligently to get legislation passed to help the victims of this horrendous crime.\\n\\n\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"8efabdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2a571e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1088,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shawn1-scaled.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":50,\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"70ce3c4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a114d01\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a19fa8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6027,1101,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6028,1101,'_elementor_pro_version','3.2.1'),(6029,1101,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(6030,1102,'_elementor_edit_mode','builder'),(6031,1102,'_elementor_template_type','wp-page'),(6032,1102,'_elementor_version','3.3.1'),(6033,1102,'_wp_page_template','default'),(6034,1102,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"48\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Founder & President<br>\\nBusiness Owner\\/Consultant\\/Mentor\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a1c7289\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"85ed543\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5},\"elements\":[{\"id\":\"229bbc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"MS. SHAWN SMASH-JETT\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f7737\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Founder<br>\\nInternational Keynote & Motivational Speaker\\/Sex Trafficking Expert\\/Author\\/Corporate Trainer\\/Media Personality Host\\/Podcaster\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c17811\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ms. Shawn Smash-Jett, is the Founder of Wealthy Divas International, an organization that empowers women through educational curriculum including finance, employee relations, personal development, and entrepreneurship. This curriculum has also been developed to provide human sex trafficked survivors with the tools and resources needed to establish independence.\\n\\n\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0801bb4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\\n\\nAs a community philanthropist and legislative activist, she is passionate about advocating for many causes but most importantly, collaborating with other organizations in her fight against human sex trafficking. She has committed her life to this cause by not only advocating but successfully being an opposing force in rescuing traumatized young women and men so that they may begin their healing journey and recovery.\\n\\nShe is a dynamic and powerful keynote & motivational speaker, corporate coach, business consultant, and author. She disperses her testimony using a variety of social media platforms, hosts two different popular weekly radio shows, and has been featured on television in four markets. She speaks regularly to companies and groups while also working diligently to get legislation passed to help the victims of this horrendous crime.\\n\\n\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"8efabdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2a571e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1088,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shawn1-scaled.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":50,\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"70ce3c4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a114d01\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a19fa8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6035,1102,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6036,1102,'_elementor_pro_version','3.2.1'),(6037,1102,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(6090,1109,'_elementor_edit_mode','builder'),(6091,1109,'_elementor_template_type','wp-page'),(6038,1103,'_elementor_edit_mode','builder'),(6039,1103,'_elementor_template_type','wp-page'),(6040,1103,'_elementor_version','3.3.1'),(6041,1103,'_wp_page_template','default'),(6042,1103,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"48\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Founder & President<br>\\nBusiness Owner\\/Consultant\\/Mentor\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a1c7289\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"85ed543\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5},\"elements\":[{\"id\":\"229bbc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"MS. SHAWN SMASH-JETT\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f7737\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Founder<br>\\nInternational Keynote & Motivational Speaker\\/Sex Trafficking Expert\\/Author\\/Corporate Trainer\\/Media Personality Host\\/Podcaster\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c17811\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ms. Shawn Smash-Jett, is the Founder of Wealthy Divas International, an organization that empowers women through educational curriculum including finance, employee relations, personal development, and entrepreneurship. This curriculum has also been developed to provide human sex trafficked survivors with the tools and resources needed to establish independence.\\n\\n\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0801bb4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.<br>\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.&nbsp;<span style=\\\"font-style: inherit; font-weight: inherit;\\\">As a community philanthropist and legislative activist, she is passionate about advocating for many causes but most importantly, collaborating with other organizations in her fight against human sex trafficking. She has committed her life to this cause by not only advocating but successfully being an opposing force in rescuing traumatized young women and men so that they may begin their healing journey and recovery.<\\/span><\\/p>\\n<p>She is a dynamic and powerful keynote &amp; motivational speaker, corporate coach, business consultant, and author. She disperses her testimony using a variety of social media platforms, hosts two different popular weekly radio shows, and has been featured on television in four markets. She speaks regularly to companies and groups while also working diligently to get legislation passed to help the victims of this horrendous crime.<\\/p>\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"8efabdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2a571e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1088,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shawn1-scaled.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":50,\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"70ce3c4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a114d01\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a19fa8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6043,1103,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6044,1103,'_elementor_pro_version','3.2.1'),(6045,1103,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(6048,1104,'_elementor_edit_mode','builder'),(6049,1104,'_elementor_template_type','wp-page'),(6050,1104,'_elementor_version','3.3.1'),(6051,1104,'_wp_page_template','default'),(6052,1104,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"48\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Founder & President<br>\\nBusiness Owner\\/Consultant\\/Mentor\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a1c7289\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"85ed543\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5},\"elements\":[{\"id\":\"229bbc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"MS. SHAWN SMASH-JETT\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f7737\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Founder<br>\\nInternational Keynote & Motivational Speaker\\/Sex Trafficking Expert\\/Author\\/Corporate Trainer\\/Media Personality Host\\/Podcaster\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c17811\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ms. Shawn Smash-Jett, is the Founder of Wealthy Divas International, an organization that empowers women through educational curriculum including finance, employee relations, personal development, and entrepreneurship. This curriculum has also been developed to provide human sex trafficked survivors with the tools and resources needed to establish independence.\\n\\n\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0801bb4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.<br>\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.&nbsp;<span style=\\\"font-style: inherit; font-weight: inherit;\\\">As a community philanthropist and legislative activist, she is passionate about advocating for many causes but most importantly, collaborating with other organizations in her fight against human sex trafficking. She has committed her life to this cause by not only advocating but successfully being an opposing force in rescuing traumatized young women and men so that they may begin their healing journey and recovery.<\\/span><\\/p>\\n<p>She is a dynamic and powerful keynote &amp; motivational speaker, corporate coach, business consultant, and author. She disperses her testimony using a variety of social media platforms, hosts two different popular weekly radio shows, and has been featured on television in four markets. She speaks regularly to companies and groups while also working diligently to get legislation passed to help the victims of this horrendous crime.<\\/p>\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"8efabdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2a571e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1088,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shawn1-scaled.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":50,\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"70ce3c4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a114d01\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a19fa8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6053,1104,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6054,1104,'_elementor_pro_version','3.2.1'),(6055,1104,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(6056,1105,'_elementor_edit_mode','builder'),(6057,1105,'_elementor_template_type','wp-page'),(6058,1105,'_elementor_version','3.3.1'),(6059,1105,'_wp_page_template','default'),(6060,1105,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"48\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Founder & President<br>\\nBusiness Owner\\/Consultant\\/Mentor\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a1c7289\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"85ed543\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5},\"elements\":[{\"id\":\"229bbc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"MS. SHAWN SMASH-JETT\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f7737\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Founder<br>\\nInternational Keynote & Motivational Speaker\\/Sex Trafficking Expert\\/Author\\/Corporate Trainer\\/Media Personality Host\\/Podcaster\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c17811\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ms. Shawn Smash-Jett, is the Founder of Wealthy Divas International, an organization that empowers women through educational curriculum including finance, employee relations, personal development, and entrepreneurship. This curriculum has also been developed to provide human sex trafficked survivors with the tools and resources needed to establish independence.\\n\\n\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0801bb4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.<br>\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.&nbsp;<span style=\\\"font-style: inherit; font-weight: inherit;\\\">As a community philanthropist and legislative activist, she is passionate about advocating for many causes but most importantly, collaborating with other organizations in her fight against human sex trafficking. She has committed her life to this cause by not only advocating but successfully being an opposing force in rescuing traumatized young women and men so that they may begin their healing journey and recovery.<\\/span><\\/p>\\n<p>She is a dynamic and powerful keynote &amp; motivational speaker, corporate coach, business consultant, and author. She disperses her testimony using a variety of social media platforms, hosts two different popular weekly radio shows, and has been featured on television in four markets. She speaks regularly to companies and groups while also working diligently to get legislation passed to help the victims of this horrendous crime.<\\/p>\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"8efabdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2a571e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1088,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shawn1-scaled.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":50,\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"70ce3c4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a114d01\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a19fa8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6061,1105,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6062,1105,'_elementor_pro_version','3.2.1'),(6063,1105,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(6064,1106,'_elementor_edit_mode','builder'),(6065,1106,'_elementor_template_type','wp-page'),(6066,1106,'_elementor_version','3.3.1'),(6067,1106,'_wp_page_template','default'),(6068,1106,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"48\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Founder & President<br>\\nBusiness Owner\\/Consultant\\/Mentor\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a1c7289\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"85ed543\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"46\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5},\"elements\":[{\"id\":\"229bbc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"MS. SHAWN SMASH-JETT\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f7737\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Founder<br>\\nInternational Keynote & Motivational Speaker\\/Sex Trafficking Expert\\/Author\\/Corporate Trainer\\/Media Personality Host\\/Podcaster\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c17811\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ms. Shawn Smash-Jett, is the Founder of Wealthy Divas International, an organization that empowers women through educational curriculum including finance, employee relations, personal development, and entrepreneurship. This curriculum has also been developed to provide human sex trafficked survivors with the tools and resources needed to establish independence.\\n\\n\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0801bb4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.<br \\/>She is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\\u00a0<span style=\\\"font-style: inherit; font-weight: inherit;\\\">As a community philanthropist and legislative activist, she is passionate about advocating for many causes but most importantly, collaborating with other organizations in her fight against human sex trafficking. She has committed her life to this cause by not only advocating but successfully being an opposing force in rescuing traumatized young women and men so that they may begin their healing journey and recovery.<\\/span><\\/p><p>She is a dynamic and powerful keynote &amp; motivational speaker, corporate coach, business consultant, and author. She disperses her testimony using a variety of social media platforms, hosts two different popular weekly radio shows, and has been featured on television in four markets. She speaks regularly to companies and groups while also working diligently to get legislation passed to help the victims of this horrendous crime.<\\/p>\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"8efabdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2a571e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1088,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shawn1-scaled.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":50,\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"70ce3c4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a114d01\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a19fa8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6069,1106,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6070,1106,'_elementor_pro_version','3.2.1'),(6071,1106,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(6074,1107,'_elementor_edit_mode','builder'),(6075,1107,'_elementor_template_type','wp-page'),(6076,1107,'_elementor_version','3.3.1'),(6077,1107,'_wp_page_template','default'),(6078,1107,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"48\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Founder & President<br>\\nBusiness Owner\\/Consultant\\/Mentor\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a1c7289\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"85ed543\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"46\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5},\"elements\":[{\"id\":\"229bbc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"MS. SHAWN SMASH-JETT\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f7737\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Founder<br>\\nInternational Keynote & Motivational Speaker\\/Sex Trafficking Expert\\/Author\\/Corporate Trainer\\/Media Personality Host\\/Podcaster\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c17811\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ms. Shawn Smash-Jett, is the Founder of Wealthy Divas International, an organization that empowers women through educational curriculum including finance, employee relations, personal development, and entrepreneurship. This curriculum has also been developed to provide human sex trafficked survivors with the tools and resources needed to establish independence.\\n\\n\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0801bb4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.<br \\/>She is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\\u00a0<span style=\\\"font-style: inherit; font-weight: inherit;\\\">As a community philanthropist and legislative activist, she is passionate about advocating for many causes but most importantly, collaborating with other organizations in her fight against human sex trafficking. She has committed her life to this cause by not only advocating but successfully being an opposing force in rescuing traumatized young women and men so that they may begin their healing journey and recovery.<\\/span><\\/p><p>She is a dynamic and powerful keynote &amp; motivational speaker, corporate coach, business consultant, and author. She disperses her testimony using a variety of social media platforms, hosts two different popular weekly radio shows, and has been featured on television in four markets. She speaks regularly to companies and groups while also working diligently to get legislation passed to help the victims of this horrendous crime.<\\/p>\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"8efabdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2a571e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1088,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shawn1-scaled.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":50,\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"70ce3c4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a114d01\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a19fa8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6079,1107,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6080,1107,'_elementor_pro_version','3.2.1'),(6081,1107,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(6082,1108,'_elementor_edit_mode','builder'),(6083,1108,'_elementor_template_type','wp-page'),(6084,1108,'_elementor_version','3.3.1'),(6085,1108,'_wp_page_template','default'),(6086,1108,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"48\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Founder & President<br>\\nBusiness Owner\\/Consultant\\/Mentor\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a1c7289\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"85ed543\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"46\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5},\"elements\":[{\"id\":\"229bbc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"MS. SHAWN SMASH-JETT\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f7737\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Founder<br>\\nInternational Keynote & Motivational Speaker\\/Sex Trafficking Expert\\/Author\\/Corporate Trainer\\/Media Personality Host\\/Podcaster\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c17811\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ms. Shawn Smash-Jett, is the Founder of Wealthy Divas International, an organization that empowers women through educational curriculum including finance, employee relations, personal development, and entrepreneurship. This curriculum has also been developed to provide human sex trafficked survivors with the tools and resources needed to establish independence.\\n\\n\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0801bb4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.<br \\/>She is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\\u00a0<span style=\\\"font-style: inherit; font-weight: inherit;\\\">As a community philanthropist and legislative activist, she is passionate about advocating for many causes but most importantly, collaborating with other organizations in her fight against human sex trafficking. She has committed her life to this cause by not only advocating but successfully being an opposing force in rescuing traumatized young women and men so that they may begin their healing journey and recovery.<\\/span><\\/p><p>She is a dynamic and powerful keynote &amp; motivational speaker, corporate coach, business consultant, and author. She disperses her testimony using a variety of social media platforms, hosts two different popular weekly radio shows, and has been featured on television in four markets. She speaks regularly to companies and groups while also working diligently to get legislation passed to help the victims of this horrendous crime.<\\/p>\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"8efabdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2a571e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1088,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shawn1-scaled.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":50,\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"70ce3c4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a114d01\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a19fa8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Tim\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Odio adipiscing mattis in vel ut varius ut dignissim odio ut enim duis a justo rhoncus sed lectus etiam pellentesque nisl mollis pretium nunc.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"280\",\"bottom\":\"0\",\"left\":\"280\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"6ba6430\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3a1bbc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1047,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-1.jpg\"},\"title_text\":\"Fringilla congueque volutpat nibh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b9334bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"},{\"id\":\"9c158e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"8\",\"space_between_widgets_mobile\":\"16\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"23a0540\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1048,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-2.jpg\"},\"title_text\":\"Dapibus sapien non egestas viverra purus\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b5c8f3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"aaaa6b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Our More\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bmstmjc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"487eee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4c722cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":1049,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/public-speaker-template-video-img-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b53ed7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"647c5f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astraheadingcolor\",\"secondary_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"7b87eb5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1fe8b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets_mobile\":\"24\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4eb2e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim\'s featured keynote \",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7e6a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"space_between_widgets_mobile\":\"24\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6dd112b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c200bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In consectetur volutpat enim, elementum suspendisse ipsum mattis placerat scelerisque maecenas ut morbi aliquam donec vivamus dignissim ut ac eget viverra purus faucibus diam adipiscing porttitor volutpat, dolor habitant vitae senectus fringilla quam magnis cras placerat pellentesque vestibulum orci id.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37b9953\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Tim To Speak\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"22e3c1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#DCDFE5\",\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"378d1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ee870de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8cd1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tim is dolor ipsum leo enim amet purus orci, cras donec neque velit maecenas sit adipiscing eu morbi cras eu mi, risus sapien pretium pellentesque arcu.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e940f82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Paul, Director\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7a1e658\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"32\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9f30fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201c\",\"header_size\":\"div\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Serif Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-32\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f42e6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lectus at purus placerat bibendum auctor viverra sit volutpat semper aenean sagittis, lacinia faucibus diam aliquam.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"96\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65cbcd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Rodgers, Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astraextracolor3\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6087,1108,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6088,1108,'_elementor_pro_version','3.2.1'),(6089,1108,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(6095,1109,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6096,1109,'_elementor_pro_version','3.2.1'),(6097,1109,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(6102,1111,'_elementor_edit_mode','builder'),(6103,1111,'_elementor_template_type','wp-page'),(6104,1111,'_elementor_version','3.3.1'),(6105,1111,'_wp_page_template','default'),(6106,1111,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"48\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Founder & President<br>\\nBusiness Owner\\/Consultant\\/Mentor\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a1c7289\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"85ed543\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"46\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5},\"elements\":[{\"id\":\"229bbc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"MS. SHAWN SMASH-JETT\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f7737\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Founder<br>\\nInternational Keynote & Motivational Speaker\\/Sex Trafficking Expert\\/Author\\/Corporate Trainer\\/Media Personality Host\\/Podcaster\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c17811\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ms. Shawn Smash-Jett, is the Founder of Wealthy Divas International, an organization that empowers women through educational curriculum including finance, employee relations, personal development, and entrepreneurship. This curriculum has also been developed to provide human sex trafficked survivors with the tools and resources needed to establish independence.\\n\\n\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0801bb4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.<br \\/>She is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\\u00a0<span style=\\\"font-style: inherit; font-weight: inherit;\\\">As a community philanthropist and legislative activist, she is passionate about advocating for many causes but most importantly, collaborating with other organizations in her fight against human sex trafficking. She has committed her life to this cause by not only advocating but successfully being an opposing force in rescuing traumatized young women and men so that they may begin their healing journey and recovery.<\\/span><\\/p><p>She is a dynamic and powerful keynote &amp; motivational speaker, corporate coach, business consultant, and author. She disperses her testimony using a variety of social media platforms, hosts two different popular weekly radio shows, and has been featured on television in four markets. She speaks regularly to companies and groups while also working diligently to get legislation passed to help the victims of this horrendous crime.<\\/p>\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"8efabdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2a571e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1088,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shawn1-scaled.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":50,\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"70ce3c4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a114d01\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a19fa8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Shawn Smash-Jett\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In her books, she shares her compelling stories not only giving you real-life inspiring stories, but indeed giving you a guide with the resources, tools and techniques to keep your children, teens and young adults safe from potential  predators.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6100,1110,'_wp_attached_file','2021/08/for-sale.jpg'),(6101,1110,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1410;s:6:\"height\";i:2250;s:4:\"file\";s:20:\"2021/08/for-sale.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"for-sale-188x300.jpg\";s:5:\"width\";i:188;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"for-sale-642x1024.jpg\";s:5:\"width\";i:642;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"for-sale-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"for-sale-768x1226.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"for-sale-963x1536.jpg\";s:5:\"width\";i:963;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"for-sale-1283x2048.jpg\";s:5:\"width\";i:1283;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6107,1111,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6108,1111,'_elementor_pro_version','3.2.1'),(6109,1111,'_elementor_page_assets','a:0:{}'),(6110,1112,'_elementor_edit_mode','builder'),(6111,1112,'_elementor_template_type','wp-page'),(6112,1112,'_elementor_version','3.3.1'),(6113,1112,'_wp_page_template','default'),(6114,1112,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"48\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Founder & President<br>\\nBusiness Owner\\/Consultant\\/Mentor\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a1c7289\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"85ed543\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"46\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5},\"elements\":[{\"id\":\"229bbc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"MS. SHAWN SMASH-JETT\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f7737\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Founder<br>\\nInternational Keynote & Motivational Speaker\\/Sex Trafficking Expert\\/Author\\/Corporate Trainer\\/Media Personality Host\\/Podcaster\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c17811\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ms. Shawn Smash-Jett, is the Founder of Wealthy Divas International, an organization that empowers women through educational curriculum including finance, employee relations, personal development, and entrepreneurship. This curriculum has also been developed to provide human sex trafficked survivors with the tools and resources needed to establish independence.\\n\\n\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0801bb4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.<br \\/>She is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\\u00a0<span style=\\\"font-style: inherit; font-weight: inherit;\\\">As a community philanthropist and legislative activist, she is passionate about advocating for many causes but most importantly, collaborating with other organizations in her fight against human sex trafficking. She has committed her life to this cause by not only advocating but successfully being an opposing force in rescuing traumatized young women and men so that they may begin their healing journey and recovery.<\\/span><\\/p><p>She is a dynamic and powerful keynote &amp; motivational speaker, corporate coach, business consultant, and author. She disperses her testimony using a variety of social media platforms, hosts two different popular weekly radio shows, and has been featured on television in four markets. She speaks regularly to companies and groups while also working diligently to get legislation passed to help the victims of this horrendous crime.<\\/p>\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"8efabdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2a571e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1088,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shawn1-scaled.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":50,\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"70ce3c4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a114d01\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a19fa8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Shawn Smash-Jett\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In her books, she shares her compelling stories not only giving you real-life inspiring stories, but indeed giving you a guide with the resources, tools and techniques to keep your children, teens and young adults safe from potential  predators.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a9d613\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5d515b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f1344b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1045,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/book-3.jpg\"},\"title_text\":\"Elementum aliquam hendrerit volutpat\",\"description_text\":\"\",\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1947356\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get the Book Now\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":{\"id\":1046,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"hover_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6115,1112,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6116,1112,'_elementor_pro_version','3.2.1'),(6117,1112,'_elementor_page_assets','a:0:{}'),(6123,1113,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6124,1113,'_elementor_pro_version','3.2.1'),(6125,1113,'_elementor_page_assets','a:0:{}'),(6128,1114,'_elementor_edit_mode','builder'),(6129,1114,'_elementor_template_type','wp-page'),(6130,1114,'_elementor_version','3.3.1'),(6131,1114,'_wp_page_template','default'),(6132,1114,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"48\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Founder & President<br>\\nBusiness Owner\\/Consultant\\/Mentor\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a1c7289\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"85ed543\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"46\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5},\"elements\":[{\"id\":\"229bbc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"MS. SHAWN SMASH-JETT\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f7737\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Founder<br>\\nInternational Keynote & Motivational Speaker\\/Sex Trafficking Expert\\/Author\\/Corporate Trainer\\/Media Personality Host\\/Podcaster\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c17811\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ms. Shawn Smash-Jett, is the Founder of Wealthy Divas International, an organization that empowers women through educational curriculum including finance, employee relations, personal development, and entrepreneurship. This curriculum has also been developed to provide human sex trafficked survivors with the tools and resources needed to establish independence.\\n\\n\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0801bb4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.<br \\/>She is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\\u00a0<span style=\\\"font-style: inherit; font-weight: inherit;\\\">As a community philanthropist and legislative activist, she is passionate about advocating for many causes but most importantly, collaborating with other organizations in her fight against human sex trafficking. She has committed her life to this cause by not only advocating but successfully being an opposing force in rescuing traumatized young women and men so that they may begin their healing journey and recovery.<\\/span><\\/p><p>She is a dynamic and powerful keynote &amp; motivational speaker, corporate coach, business consultant, and author. She disperses her testimony using a variety of social media platforms, hosts two different popular weekly radio shows, and has been featured on television in four markets. She speaks regularly to companies and groups while also working diligently to get legislation passed to help the victims of this horrendous crime.<\\/p>\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"8efabdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2a571e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1088,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shawn1-scaled.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":50,\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"70ce3c4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a114d01\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a19fa8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Shawn Smash-Jett\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In her books, she shares her compelling stories not only giving you real-life inspiring stories, but indeed giving you a guide with the resources, tools and techniques to keep your children, teens and young adults safe from potential  predators.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7599f54\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/for-sale.jpg\",\"id\":1110,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6133,1114,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6134,1114,'_elementor_pro_version','3.2.1'),(6135,1114,'_elementor_page_assets','a:0:{}'),(6136,1115,'_elementor_edit_mode','builder'),(6137,1115,'_elementor_template_type','wp-page'),(6138,1115,'_elementor_version','3.3.1'),(6139,1115,'_wp_page_template','default'),(6140,1115,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"48\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Founder & President<br>\\nBusiness Owner\\/Consultant\\/Mentor\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a1c7289\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"85ed543\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"46\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5},\"elements\":[{\"id\":\"229bbc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"MS. SHAWN SMASH-JETT\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f7737\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Founder<br>\\nInternational Keynote & Motivational Speaker\\/Sex Trafficking Expert\\/Author\\/Corporate Trainer\\/Media Personality Host\\/Podcaster\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c17811\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ms. Shawn Smash-Jett, is the Founder of Wealthy Divas International, an organization that empowers women through educational curriculum including finance, employee relations, personal development, and entrepreneurship. This curriculum has also been developed to provide human sex trafficked survivors with the tools and resources needed to establish independence.\\n\\n\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0801bb4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.<br \\/>She is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\\u00a0<span style=\\\"font-style: inherit; font-weight: inherit;\\\">As a community philanthropist and legislative activist, she is passionate about advocating for many causes but most importantly, collaborating with other organizations in her fight against human sex trafficking. She has committed her life to this cause by not only advocating but successfully being an opposing force in rescuing traumatized young women and men so that they may begin their healing journey and recovery.<\\/span><\\/p><p>She is a dynamic and powerful keynote &amp; motivational speaker, corporate coach, business consultant, and author. She disperses her testimony using a variety of social media platforms, hosts two different popular weekly radio shows, and has been featured on television in four markets. She speaks regularly to companies and groups while also working diligently to get legislation passed to help the victims of this horrendous crime.<\\/p>\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"8efabdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2a571e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1088,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shawn1-scaled.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":50,\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"70ce3c4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a114d01\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a19fa8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Shawn Smash-Jett\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In her books, she shares her compelling stories not only giving you real-life inspiring stories, but indeed giving you a guide with the resources, tools and techniques to keep your children, teens and young adults safe from potential  predators.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7599f54\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/for-sale.jpg\",\"id\":1110,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6141,1115,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6142,1115,'_elementor_pro_version','3.2.1'),(6143,1115,'_elementor_page_assets','a:0:{}'),(6148,1116,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"48\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Founder & President<br>\\nBusiness Owner\\/Consultant\\/Mentor\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a1c7289\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"85ed543\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"46\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5},\"elements\":[{\"id\":\"229bbc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"MS. SHAWN SMASH-JETT\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f7737\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Founder<br>\\nInternational Keynote & Motivational Speaker\\/Sex Trafficking Expert\\/Author\\/Corporate Trainer\\/Media Personality Host\\/Podcaster\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c17811\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ms. Shawn Smash-Jett, is the Founder of Wealthy Divas International, an organization that empowers women through educational curriculum including finance, employee relations, personal development, and entrepreneurship. This curriculum has also been developed to provide human sex trafficked survivors with the tools and resources needed to establish independence.\\n\\n\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0801bb4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.<br \\/>She is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\\u00a0<span style=\\\"font-style: inherit; font-weight: inherit;\\\">As a community philanthropist and legislative activist, she is passionate about advocating for many causes but most importantly, collaborating with other organizations in her fight against human sex trafficking. She has committed her life to this cause by not only advocating but successfully being an opposing force in rescuing traumatized young women and men so that they may begin their healing journey and recovery.<\\/span><\\/p><p>She is a dynamic and powerful keynote &amp; motivational speaker, corporate coach, business consultant, and author. She disperses her testimony using a variety of social media platforms, hosts two different popular weekly radio shows, and has been featured on television in four markets. She speaks regularly to companies and groups while also working diligently to get legislation passed to help the victims of this horrendous crime.<\\/p>\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"8efabdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2a571e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1088,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shawn1-scaled.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":50,\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Shawn Smash-Jett\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In her books, she shares her compelling stories not only giving you real-life inspiring stories, but indeed giving you a guide with the resources, tools and techniques to keep your children, teens and young adults safe from potential  predators.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7599f54\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/for-sale.jpg\",\"id\":1110,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6149,1116,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6150,1116,'_elementor_pro_version','3.2.1'),(6151,1116,'_elementor_page_assets','a:0:{}'),(6154,1117,'_elementor_edit_mode','builder'),(6155,1117,'_elementor_template_type','wp-page'),(6156,1117,'_elementor_version','3.3.1'),(6157,1117,'_wp_page_template','default'),(6158,1117,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"48\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Founder & President<br>\\nBusiness Owner\\/Consultant\\/Mentor\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a1c7289\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"85ed543\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"46\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5},\"elements\":[{\"id\":\"229bbc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"MS. SHAWN SMASH-JETT\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f7737\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Founder<br>\\nInternational Keynote & Motivational Speaker\\/Sex Trafficking Expert\\/Author\\/Corporate Trainer\\/Media Personality Host\\/Podcaster\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c17811\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ms. Shawn Smash-Jett, is the Founder of Wealthy Divas International, an organization that empowers women through educational curriculum including finance, employee relations, personal development, and entrepreneurship. This curriculum has also been developed to provide human sex trafficked survivors with the tools and resources needed to establish independence.\\n\\n\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0801bb4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.<br \\/>She is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\\u00a0<span style=\\\"font-style: inherit; font-weight: inherit;\\\">As a community philanthropist and legislative activist, she is passionate about advocating for many causes but most importantly, collaborating with other organizations in her fight against human sex trafficking. She has committed her life to this cause by not only advocating but successfully being an opposing force in rescuing traumatized young women and men so that they may begin their healing journey and recovery.<\\/span><\\/p><p>She is a dynamic and powerful keynote &amp; motivational speaker, corporate coach, business consultant, and author. She disperses her testimony using a variety of social media platforms, hosts two different popular weekly radio shows, and has been featured on television in four markets. She speaks regularly to companies and groups while also working diligently to get legislation passed to help the victims of this horrendous crime.<\\/p>\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"8efabdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2a571e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1088,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shawn1-scaled.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":50,\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Shawn Smash-Jett\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In her books, she shares her compelling stories not only giving you real-life inspiring stories, but indeed giving you a guide with the resources, tools and techniques to keep your children, teens and young adults safe from potential  predators.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7599f54\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/for-sale.jpg\",\"id\":1110,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6159,1117,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6160,1117,'_elementor_pro_version','3.2.1'),(6161,1117,'_elementor_page_assets','a:0:{}'),(6162,1118,'_elementor_edit_mode','builder'),(6163,1118,'_elementor_template_type','wp-page'),(6164,1118,'_elementor_version','3.3.1'),(6165,1118,'_wp_page_template','default'),(6166,1118,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"48\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Founder & President<br>\\nBusiness Owner\\/Consultant\\/Mentor\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a1c7289\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"85ed543\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"46\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5},\"elements\":[{\"id\":\"229bbc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"MS. SHAWN SMASH-JETT\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f7737\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Founder<br>\\nInternational Keynote & Motivational Speaker\\/Sex Trafficking Expert\\/Author\\/Corporate Trainer\\/Media Personality Host\\/Podcaster\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c17811\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ms. Shawn Smash-Jett, is the Founder of Wealthy Divas International, an organization that empowers women through educational curriculum including finance, employee relations, personal development, and entrepreneurship. This curriculum has also been developed to provide human sex trafficked survivors with the tools and resources needed to establish independence.\\n\\n\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0801bb4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.<br \\/>She is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\\u00a0<span style=\\\"font-style: inherit; font-weight: inherit;\\\">As a community philanthropist and legislative activist, she is passionate about advocating for many causes but most importantly, collaborating with other organizations in her fight against human sex trafficking. She has committed her life to this cause by not only advocating but successfully being an opposing force in rescuing traumatized young women and men so that they may begin their healing journey and recovery.<\\/span><\\/p><p>She is a dynamic and powerful keynote &amp; motivational speaker, corporate coach, business consultant, and author. She disperses her testimony using a variety of social media platforms, hosts two different popular weekly radio shows, and has been featured on television in four markets. She speaks regularly to companies and groups while also working diligently to get legislation passed to help the victims of this horrendous crime.<\\/p>\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"8efabdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2a571e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1088,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shawn1-scaled.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":50,\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Shawn Smash-Jett\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In her books, she shares her compelling stories not only giving you real-life inspiring stories, but indeed giving you a guide with the resources, tools and techniques to keep your children, teens and young adults safe from potential  predators.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7599f54\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/for-sale.jpg\",\"id\":1110,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6167,1118,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6168,1118,'_elementor_pro_version','3.2.1'),(6169,1118,'_elementor_page_assets','a:0:{}'),(6170,1119,'_elementor_edit_mode','builder'),(6171,1119,'_elementor_template_type','wp-page'),(6172,1119,'_elementor_version','3.3.1'),(6173,1119,'_wp_page_template','default'),(6174,1119,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc28bd\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lug9nce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"59a6066\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"46c3439\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"48\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"08bf2a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"96\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d88acf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1050,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/lexi1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"-96\",\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"8fc8beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84cfc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"MISS. ALEXIS JETT\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a169d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Founder & President<br>\\nBusiness Owner\\/Consultant\\/Mentor\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd75bb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Miss Alexis Jett is an adept leader proficient in the execution of management functions such as, planning, scheduling and organizing processes. A seasoned professional with more than 10 years experience with established companies.\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed390ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.\\nShe is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"a1c7289\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"96\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"85ed543\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"46\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets\":5},\"elements\":[{\"id\":\"229bbc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"MS. SHAWN SMASH-JETT\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f7737\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co-Founder<br>\\nInternational Keynote & Motivational Speaker\\/Sex Trafficking Expert\\/Author\\/Corporate Trainer\\/Media Personality Host\\/Podcaster\\n\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c17811\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ms. Shawn Smash-Jett, is the Founder of Wealthy Divas International, an organization that empowers women through educational curriculum including finance, employee relations, personal development, and entrepreneurship. This curriculum has also been developed to provide human sex trafficked survivors with the tools and resources needed to establish independence.\\n\\n\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0801bb4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>She is armed with a defined technique for delivering excellent customer service. This leader\\u2019s mentoring and development expertise is often sought for providing training on standard operating procedures and the implementation of best practices across all levels.<br \\/>She is a natural conversationalist and avid historian engaged in discussions across varied topics and an active source for conflict resolution. She is passionate about working with today\\u2019s youth and ensuring that they have life after life\\u2019s challenges.\\u00a0<span style=\\\"font-style: inherit; font-weight: inherit;\\\">As a community philanthropist and legislative activist, she is passionate about advocating for many causes but most importantly, collaborating with other organizations in her fight against human sex trafficking. She has committed her life to this cause by not only advocating but successfully being an opposing force in rescuing traumatized young women and men so that they may begin their healing journey and recovery.<\\/span><\\/p><p>She is a dynamic and powerful keynote &amp; motivational speaker, corporate coach, business consultant, and author. She disperses her testimony using a variety of social media platforms, hosts two different popular weekly radio shows, and has been featured on television in four markets. She speaks regularly to companies and groups while also working diligently to get legislation passed to help the victims of this horrendous crime.<\\/p>\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"8efabdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"46\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2a571e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1088,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shawn1-scaled.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":50,\"vertical\":\"96\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#F6F6FE\"},\"align_tablet\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"jxr9z0s\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"c9d2fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"56edfd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Books by Shawn Smash-Jett\",\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3d8e4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In her books, she shares her compelling stories not only giving you real-life inspiring stories, but indeed giving you a guide with the resources, tools and techniques to keep your children, teens and young adults safe from potential  predators.\",\"align\":\"center\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7599f54\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/for-sale.jpg\",\"id\":1110,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6175,1119,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6176,1119,'_elementor_pro_version','3.2.1'),(6177,1119,'_elementor_page_assets','a:0:{}'),(6178,622,'_elementor_controls_usage','a:6:{s:6:\"global\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:6:\"column\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:5;s:14:\"padding_tablet\";i:5;s:14:\"padding_mobile\";i:3;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:3;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:21:\"space_between_widgets\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:5;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:3;s:7:\"padding\";i:3;s:13:\"margin_tablet\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:1:{s:21:\"background_background\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:3;s:10:\"image_size\";i:2;s:12:\"align_tablet\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:2:{s:32:\"image_box_shadow_box_shadow_type\";i:2;s:27:\"image_box_shadow_box_shadow\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:2;s:15:\"_padding_tablet\";i:2;s:7:\"_margin\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:5;s:11:\"header_size\";i:4;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:2:{s:21:\"typography_typography\";i:5;s:21:\"typography_font_style\";i:5;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:5;s:15:\"_padding_tablet\";i:5;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:5;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:21:\"typography_typography\";i:2;s:22:\"typography_font_weight\";i:4;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}}}}}'),(6181,1120,'_elementor_edit_mode','builder'),(6182,1120,'_elementor_template_type','page'),(6183,1120,'_elementor_version','3.3.1'),(6184,1120,'_elementor_pro_version','3.2.1'),(6185,1121,'_elementor_edit_mode','builder'),(6186,1121,'_elementor_template_type','page'),(6187,1121,'_elementor_version','3.3.1'),(6188,1121,'_elementor_pro_version','3.2.1'),(6189,1120,'_wp_page_template','default'),(6190,1120,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6191,1120,'_elementor_data','[{\"id\":\"5ed39e12\",\"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}},\"elements\":[{\"id\":\"5e71d44a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d63cb1c\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"previewSettings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition\":\"fade\",\"transition_speed\":800,\"content_animation\":\"\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6c0994f3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"840c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"1e778ff1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"3745f166\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"5e3cc866\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3bf24030\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"1c8bdc98\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"3227846c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3f708dd7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"59dbab9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a1b0acd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"5a9f5977\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"313a54fa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(6192,1122,'_elementor_edit_mode','builder'),(6193,1122,'_elementor_template_type','page'),(6194,1122,'_elementor_version','3.3.1'),(6195,1122,'_elementor_pro_version','3.2.1'),(6196,1122,'_wp_page_template','default'),(6197,1122,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6198,1122,'_elementor_data','[{\"id\":\"5ed39e12\",\"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}},\"elements\":[{\"id\":\"5e71d44a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d63cb1c\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"previewSettings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition\":\"fade\",\"transition_speed\":800,\"content_animation\":\"\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6c0994f3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"840c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"1e778ff1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"3745f166\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"5e3cc866\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3bf24030\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"1c8bdc98\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"3227846c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3f708dd7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"59dbab9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a1b0acd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"5a9f5977\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"313a54fa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(6199,1120,'_elementor_page_assets','a:0:{}'),(6200,1120,'_elementor_controls_usage','a:5:{s:6:\"global\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:5;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:5;s:6:\"margin\";i:4;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:28:\"space_between_widgets_tablet\";i:1;s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:4;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:4;s:26:\"box_shadow_box_shadow_type\";i:4;s:21:\"box_shadow_box_shadow\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:6:\"layout\";i:1;s:3:\"gap\";i:4;s:13:\"custom_height\";i:1;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:1;s:7:\"padding\";i:4;s:14:\"padding_tablet\";i:3;s:14:\"padding_mobile\";i:3;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:16:\"background_color\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:22:\"background_size_mobile\";i:2;s:19:\"background_bg_width\";i:2;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:2;s:26:\"background_overlay_color_b\";i:2;s:26:\"background_overlay_opacity\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:4:{s:13:\"selected_icon\";i:4;s:10:\"title_text\";i:4;s:16:\"description_text\";i:4;s:10:\"title_size\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:3:{s:10:\"icon_space\";i:4;s:9:\"icon_size\";i:4;s:13:\"primary_color\";i:4;}s:21:\"section_style_content\";a:5:{s:28:\"title_typography_line_height\";i:4;s:32:\"description_typography_font_size\";i:4;s:34:\"description_typography_font_weight\";i:4;s:34:\"description_typography_line_height\";i:4;s:10:\"text_align\";i:4;}}}}}'),(6206,1123,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6207,1123,'_elementor_pro_version','3.2.1'),(6209,1124,'_elementor_edit_mode','builder'),(6210,1124,'_elementor_template_type','wp-page'),(6211,1124,'_elementor_version','3.2.5'),(6212,1124,'_wp_page_template','default'),(6213,1124,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72fc08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hamburger\",\"library\":\"fa-solid\"},\"title_text\":\"Meals & Basic Supplies\",\"description_text\":\"We\'ve coordinated over 30,000 meals\\/grocery deliveries for families as well as an abundance of diapers, wipes, personal hygiene items, PPE, cleaning supplies, and school supplies for the 29 families residing in AAHS shelters since COVID-19 began.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"513a8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"52a6ba2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"Housing Assistance\",\"description_text\":\"To date in 2020, we have provided security deposits, utility deposits and committed a full year of rent for 24 families, keeping 52 children and their parents safely housed through this pandemic in our Going Home program*. In November, we added a new emergency response eviction prevention program, keeping even more families safely housed through this crisis. \",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"745366f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"448382c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3d7920\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"title_text\":\"Hotel Shelter\",\"description_text\":\"We\'ve provided hotel shelter to over 20 families (that\'s 42 children and 24  parents!) since COVID-19 began. Because of our proactive move from community shelter, we haven\'t had a COVID-19 outbreak among residents! And all this while safely maintaining families in our Bridge To Home Educational Shelter, Going Home Rapid ReHousing Program and setting up our new Emergency Eviction Prevention Program!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"af0b0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"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\":true}},\"elements\":[{\"id\":\"20fe849\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"title_text\":\"Childcare\",\"description_text\":\"We\'ve provided over 10,000 hours of childcare for all children in our programs since COVID-19 began - including school age children. We also safely adapted and maintained our summer reading and tutoring programs and coordinated with local partners to ensure access to books and educational materials throughout the pandemic.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=dfa4654\"},\"primary_color\":\"#F344CB\",\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(6214,1124,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6215,1124,'_elementor_pro_version','3.2.1'),(6228,1126,'_elementor_edit_mode','builder'),(6255,549,'_elementor_controls_usage','a:5:{s:6:\"global\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:28:\"space_between_widgets_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:1;s:3:\"gap\";i:2;s:13:\"custom_height\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:1;s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}}'),(6233,1126,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6234,1126,'_elementor_pro_version','3.2.1'),(6235,1126,'_elementor_page_assets','a:0:{}'),(6237,1127,'_elementor_edit_mode','builder'),(6238,1127,'_elementor_template_type','wp-page'),(6239,1127,'_elementor_version','3.3.1'),(6240,1127,'_wp_page_template','default'),(6241,1127,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Response to Covid-19\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"86d7a78\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>COVID-19- 2020, one of the most brutal years of our lifetime. In March, the country shut down and it seemed as though everybody lost their job. Even though we were all in this together, it can feel like it\'s only happening to you. Just because other people lost their jobs, it doesn\'t make you feel any better about losing yours. A new normal with masks, took smiles away from people and made life seem so dreary. If you were unfortunate enough to get sick with Covid, that made life even worse. Not only were you going through the worst financial time of your life, but you also had to do it while vomiting, losing taste, having a runny nose, etc.<\\/p><p>Millions of Americans applied for unemployment and the country shut down what you meant you were at home alone or with family for months on end. To be cooped up with no human contact was excruciating for some. You felt so alone and now it will be so hard for you to recuperate financially and emotionally. It was also pretty upsetting to see on social media all the people who are more well-off than you complain about being stuck in their mansions, almost a slap in the face. The Chrishaun foundation is here to help get you back to pre-COVID.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6242,1127,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6243,1127,'_elementor_pro_version','3.2.1'),(6244,1127,'_elementor_page_assets','a:0:{}'),(6246,1128,'_elementor_edit_mode','builder'),(6247,1128,'_elementor_template_type','wp-page'),(6248,1128,'_elementor_version','3.3.1'),(6249,1128,'_wp_page_template','default'),(6250,1128,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Covid-19 Relief Efforts\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"86d7a78\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>COVID-19- 2020, one of the most brutal years of our lifetime. In March, the country shut down and it seemed as though everybody lost their job. Even though we were all in this together, it can feel like it\'s only happening to you. Just because other people lost their jobs, it doesn\'t make you feel any better about losing yours. A new normal with masks, took smiles away from people and made life seem so dreary. If you were unfortunate enough to get sick with Covid, that made life even worse. Not only were you going through the worst financial time of your life, but you also had to do it while vomiting, losing taste, having a runny nose, etc.<\\/p><p>Millions of Americans applied for unemployment and the country shut down what you meant you were at home alone or with family for months on end. To be cooped up with no human contact was excruciating for some. You felt so alone and now it will be so hard for you to recuperate financially and emotionally. It was also pretty upsetting to see on social media all the people who are more well-off than you complain about being stuck in their mansions, almost a slap in the face. The Chrishaun foundation is here to help get you back to pre-COVID.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6251,1128,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6252,1128,'_elementor_pro_version','3.2.1'),(6253,1128,'_elementor_page_assets','a:0:{}'),(6290,1132,'_elementor_pro_version','3.2.1'),(6291,351,'_elementor_page_assets','a:0:{}'),(6293,1133,'_elementor_edit_mode','builder'),(6294,1133,'_elementor_template_type','wp-page'),(6295,1133,'_elementor_version','3.3.1'),(6296,1133,'_wp_page_template','default'),(6297,1133,'_elementor_data','[{\"id\":\"c8b716c\",\"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}},\"elements\":[{\"id\":\"1e7e5b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"affdce9\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"2b082bf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"reverse_order_mobile\":\"reverse-mobile\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"d0c22b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"5\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9502734\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in touch\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd30d0b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"info@thechrishaunfoundation.org\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"ff72309\"},{\"text\":\"1-404-491-9311\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"e7fdb8e\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"divider_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"__globals__\":{\"divider_color\":\"globals\\/colors?id=367e41b\",\"icon_color\":\"globals\\/colors?id=accent\"},\"text_indent\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"8e9a797\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"20fd175\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheChrishaunFoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"b986dc2\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/TheChrishaunFdn\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"844a283\",\"link\":{\"url\":\"https:\\/\\/instagram.com\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/company\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9c6f2fa\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCmzlzjopXMpjtDYwwQ2qacg\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"4624ff3\"},{\"social_icon\":{\"value\":\"fab fa-tumblr\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/thechrishaunfoundation.tumblr.com\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1c734ed\"},{\"social_icon\":{\"value\":\"fab fa-vimeo\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/vimeo.com\\/user108876918\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f797cf\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"\"},{\"id\":\"3a22498\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"d2c9317\",\"elType\":\"widget\",\"settings\":{\"title\":\"Message us\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29a8053\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please use the contact form below, if you have any general questions or requests about our services.\\n\\nWe will try our best to respond back to you within 24 hours.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0de74bc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"form_id\":\"17\"}},\"elements\":[],\"widgetType\":\"wp-widget-wpforms-widget\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5674771\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f092d2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"c34f4cc\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":\"500\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6289,1132,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6286,1132,'_elementor_version','3.2.5'),(6287,1132,'_wp_page_template','default'),(6288,1132,'_elementor_data','[{\"id\":\"c8b716c\",\"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}},\"elements\":[{\"id\":\"1e7e5b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"affdce9\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"2b082bf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"reverse_order_mobile\":\"reverse-mobile\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"d0c22b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"5\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9502734\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in touch\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd30d0b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"info@thechrishaunfoundation.org\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"ff72309\"},{\"text\":\"1-404-491-9311\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"e7fdb8e\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"divider_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"__globals__\":{\"divider_color\":\"globals\\/colors?id=367e41b\",\"icon_color\":\"globals\\/colors?id=accent\"},\"text_indent\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"8e9a797\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"20fd175\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheChrishaunFoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"b986dc2\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/TheChrishaunFdn\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"844a283\",\"link\":{\"url\":\"https:\\/\\/instagram.com\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/company\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9c6f2fa\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCmzlzjopXMpjtDYwwQ2qacg\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"4624ff3\"},{\"social_icon\":{\"value\":\"fab fa-tumblr\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/thechrishaunfoundation.tumblr.com\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1c734ed\"},{\"social_icon\":{\"value\":\"fab fa-vimeo\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/vimeo.com\\/user108876918\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f797cf\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"\"},{\"id\":\"3a22498\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"d2c9317\",\"elType\":\"widget\",\"settings\":{\"title\":\"Message us\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29a8053\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please use the contact form below, if you have any general questions or requests about our services.\\n\\nWe will try our best to respond back to you within 24 hours.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0de74bc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"form_id\":\"17\"}},\"elements\":[],\"widgetType\":\"wp-widget-wpforms-widget\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5674771\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f092d2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"c34f4cc\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":\"500\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6275,1130,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6276,1130,'_elementor_pro_version','3.2.1'),(6277,1131,'_elementor_edit_mode','builder'),(6278,1131,'_elementor_template_type','wp-page'),(6279,1131,'_elementor_version','3.2.5'),(6280,1131,'_wp_page_template','default'),(6281,1131,'_elementor_data','[{\"id\":\"c8b716c\",\"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}},\"elements\":[{\"id\":\"1e7e5b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"affdce9\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"2b082bf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"reverse_order_mobile\":\"reverse-mobile\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"d0c22b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"5\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9502734\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in touch\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd30d0b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"123 Fifth Avenue, New York, NY 10160\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"6f88154\"},{\"text\":\"contact@info.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"ff72309\"},{\"text\":\"1-404-491-9311\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"e7fdb8e\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"divider_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"__globals__\":{\"divider_color\":\"globals\\/colors?id=367e41b\",\"icon_color\":\"globals\\/colors?id=accent\"},\"text_indent\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"8e9a797\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"20fd175\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheChrishaunFoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"b986dc2\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/TheChrishaunFdn\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"844a283\",\"link\":{\"url\":\"https:\\/\\/instagram.com\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/company\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9c6f2fa\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCmzlzjopXMpjtDYwwQ2qacg\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"4624ff3\"},{\"social_icon\":{\"value\":\"fab fa-tumblr\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/thechrishaunfoundation.tumblr.com\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1c734ed\"},{\"social_icon\":{\"value\":\"fab fa-vimeo\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/vimeo.com\\/user108876918\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f797cf\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"\"},{\"id\":\"3a22498\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"d2c9317\",\"elType\":\"widget\",\"settings\":{\"title\":\"Message us\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29a8053\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please use the contact form below, if you have any general questions or requests about our services.\\n\\nWe will try our best to respond back to you within 24 hours.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0de74bc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"form_id\":\"17\"}},\"elements\":[],\"widgetType\":\"wp-widget-wpforms-widget\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5674771\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f092d2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"c34f4cc\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":\"500\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6282,1131,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6283,1131,'_elementor_pro_version','3.2.1'),(6298,1133,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6299,1133,'_elementor_pro_version','3.2.1'),(6300,1133,'_elementor_page_assets','a:0:{}'),(6301,1134,'_elementor_edit_mode','builder'),(6302,1134,'_elementor_template_type','wp-page'),(6303,1134,'_elementor_version','3.3.1'),(6304,1134,'_wp_page_template','default'),(6305,1134,'_elementor_data','[{\"id\":\"c8b716c\",\"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}},\"elements\":[{\"id\":\"1e7e5b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"affdce9\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"2b082bf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"reverse_order_mobile\":\"reverse-mobile\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"d0c22b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"5\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9502734\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in touch\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd30d0b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"info@thechrishaunfoundation.org\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"ff72309\"},{\"text\":\"1-404-491-9311\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"e7fdb8e\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"divider_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"__globals__\":{\"divider_color\":\"globals\\/colors?id=367e41b\",\"icon_color\":\"globals\\/colors?id=accent\"},\"text_indent\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"8e9a797\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"20fd175\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheChrishaunFoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"b986dc2\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/TheChrishaunFdn\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"844a283\",\"link\":{\"url\":\"https:\\/\\/instagram.com\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/company\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9c6f2fa\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCmzlzjopXMpjtDYwwQ2qacg\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"4624ff3\"},{\"social_icon\":{\"value\":\"fab fa-tumblr\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/thechrishaunfoundation.tumblr.com\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1c734ed\"},{\"social_icon\":{\"value\":\"fab fa-vimeo\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/vimeo.com\\/user108876918\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f797cf\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"\"},{\"id\":\"3a22498\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"d2c9317\",\"elType\":\"widget\",\"settings\":{\"title\":\"Message us\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29a8053\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please use the contact form below, if you have any general questions or requests about our services.\\n\\nWe will try our best to respond back to you within 24 hours.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0de74bc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"form_id\":\"17\"}},\"elements\":[],\"widgetType\":\"wp-widget-wpforms-widget\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5674771\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f092d2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"c34f4cc\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":\"500\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6306,1134,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6307,1134,'_elementor_pro_version','3.2.1'),(6308,1134,'_elementor_page_assets','a:0:{}'),(6310,1135,'_elementor_template_type','wp-page'),(6311,1135,'_elementor_version','3.3.1'),(6312,1135,'_wp_page_template','default'),(6313,1135,'_elementor_data','[{\"id\":\"c8b716c\",\"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}},\"elements\":[{\"id\":\"1e7e5b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"affdce9\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"2b082bf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"reverse_order_mobile\":\"reverse-mobile\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"d0c22b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"5\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9502734\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in touch\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd30d0b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"info@thechrishaunfoundation.org\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"ff72309\"},{\"text\":\"1-404-491-9311\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"e7fdb8e\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"divider_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"__globals__\":{\"divider_color\":\"globals\\/colors?id=367e41b\",\"icon_color\":\"globals\\/colors?id=accent\"},\"text_indent\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"8e9a797\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"20fd175\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheChrishaunFoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"b986dc2\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/TheChrishaunFdn\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"844a283\",\"link\":{\"url\":\"https:\\/\\/instagram.com\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/company\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9c6f2fa\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCmzlzjopXMpjtDYwwQ2qacg\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"4624ff3\"},{\"social_icon\":{\"value\":\"fab fa-tumblr\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/thechrishaunfoundation.tumblr.com\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1c734ed\"},{\"social_icon\":{\"value\":\"fab fa-vimeo\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/vimeo.com\\/user108876918\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f797cf\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"\"},{\"id\":\"3a22498\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"d2c9317\",\"elType\":\"widget\",\"settings\":{\"title\":\"Message us\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29a8053\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please use the contact form below, if you have any general questions or requests about our services.\\n\\nWe will try our best to respond back to you within 24 hours.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dd59da9\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"17\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5674771\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f092d2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"c34f4cc\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":\"500\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6314,1135,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6315,1135,'_elementor_pro_version','3.2.1'),(6316,1135,'_elementor_page_assets','a:0:{}'),(6318,1136,'_elementor_edit_mode','builder'),(6319,1136,'_elementor_template_type','wp-page'),(6320,1136,'_elementor_version','3.3.1'),(6321,1136,'_wp_page_template','default'),(6322,1136,'_elementor_data','[{\"id\":\"c8b716c\",\"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}},\"elements\":[{\"id\":\"1e7e5b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"affdce9\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"2b082bf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"reverse_order_mobile\":\"reverse-mobile\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"d0c22b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"5\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9502734\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in touch\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd30d0b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"info@thechrishaunfoundation.org\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"ff72309\"},{\"text\":\"1-404-491-9311\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"e7fdb8e\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"divider_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"__globals__\":{\"divider_color\":\"globals\\/colors?id=367e41b\",\"icon_color\":\"globals\\/colors?id=accent\"},\"text_indent\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"8e9a797\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"20fd175\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheChrishaunFoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"b986dc2\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/TheChrishaunFdn\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"844a283\",\"link\":{\"url\":\"https:\\/\\/instagram.com\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/company\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9c6f2fa\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCmzlzjopXMpjtDYwwQ2qacg\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"4624ff3\"},{\"social_icon\":{\"value\":\"fab fa-tumblr\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/thechrishaunfoundation.tumblr.com\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1c734ed\"},{\"social_icon\":{\"value\":\"fab fa-vimeo\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/vimeo.com\\/user108876918\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f797cf\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"\"},{\"id\":\"3a22498\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"d2c9317\",\"elType\":\"widget\",\"settings\":{\"title\":\"Message us\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29a8053\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please use the contact form below, if you have any general questions or requests about our services.\\n\\nWe will try our best to respond back to you within 24 hours.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dd59da9\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"17\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5674771\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f092d2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"c34f4cc\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":\"500\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6323,1136,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6324,1136,'_elementor_pro_version','3.2.1'),(6325,1136,'_elementor_page_assets','a:0:{}'),(6326,1137,'_elementor_edit_mode','builder'),(6327,1137,'_elementor_template_type','wp-page'),(6328,1137,'_elementor_version','3.3.1'),(6329,1137,'_wp_page_template','default'),(6330,1137,'_elementor_data','[{\"id\":\"c8b716c\",\"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}},\"elements\":[{\"id\":\"1e7e5b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"affdce9\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"2b082bf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"reverse_order_mobile\":\"reverse-mobile\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"d0c22b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"5\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9502734\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in touch\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd30d0b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"info@thechrishaunfoundation.org\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"ff72309\"},{\"text\":\"1-404-491-9311\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"e7fdb8e\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"divider_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"__globals__\":{\"divider_color\":\"globals\\/colors?id=367e41b\",\"icon_color\":\"globals\\/colors?id=accent\"},\"text_indent\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"8e9a797\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"20fd175\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheChrishaunFoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"b986dc2\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/TheChrishaunFdn\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"844a283\",\"link\":{\"url\":\"https:\\/\\/instagram.com\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/company\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9c6f2fa\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCmzlzjopXMpjtDYwwQ2qacg\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"4624ff3\"},{\"social_icon\":{\"value\":\"fab fa-tumblr\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/thechrishaunfoundation.tumblr.com\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1c734ed\"},{\"social_icon\":{\"value\":\"fab fa-vimeo\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/vimeo.com\\/user108876918\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f797cf\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"\"},{\"id\":\"3a22498\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"d2c9317\",\"elType\":\"widget\",\"settings\":{\"title\":\"Message us\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29a8053\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please use the contact form below, if you have any general questions or requests about our services.\\n\\nWe will try our best to respond back to you within 24 hours.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dd59da9\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"17\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5674771\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f092d2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"c34f4cc\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":\"500\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6331,1137,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6332,1137,'_elementor_pro_version','3.2.1'),(6333,1137,'_elementor_page_assets','a:0:{}'),(6334,1138,'_elementor_edit_mode','builder'),(6335,1138,'_elementor_template_type','wp-page'),(6336,1138,'_elementor_version','3.3.1'),(6337,1138,'_wp_page_template','default'),(6338,1138,'_elementor_data','[{\"id\":\"c8b716c\",\"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}},\"elements\":[{\"id\":\"1e7e5b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"affdce9\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"2b082bf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"reverse_order_mobile\":\"reverse-mobile\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"d0c22b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"5\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9502734\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in touch\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd30d0b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"info@thechrishaunfoundation.org\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"ff72309\"},{\"text\":\"1-404-491-9311\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"e7fdb8e\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"divider_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"__globals__\":{\"divider_color\":\"globals\\/colors?id=367e41b\",\"icon_color\":\"globals\\/colors?id=accent\"},\"text_indent\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"8e9a797\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"20fd175\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheChrishaunFoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"b986dc2\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/TheChrishaunFdn\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"844a283\",\"link\":{\"url\":\"https:\\/\\/instagram.com\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/company\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9c6f2fa\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCmzlzjopXMpjtDYwwQ2qacg\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"4624ff3\"},{\"social_icon\":{\"value\":\"fab fa-tumblr\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/thechrishaunfoundation.tumblr.com\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1c734ed\"},{\"social_icon\":{\"value\":\"fab fa-vimeo\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/vimeo.com\\/user108876918\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f797cf\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"\"},{\"id\":\"3a22498\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"d2c9317\",\"elType\":\"widget\",\"settings\":{\"title\":\"Message us\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29a8053\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please use the contact form below, if you have any general questions or requests about our services.\\n\\nWe will try our best to respond back to you within 24 hours.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dd59da9\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"17\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5674771\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f092d2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"c34f4cc\",\"elType\":\"widget\",\"settings\":{\"address\":\"Atlanta, Georgia\",\"height\":{\"unit\":\"px\",\"size\":\"500\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6339,1138,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6340,1138,'_elementor_pro_version','3.2.1'),(6341,1138,'_elementor_page_assets','a:0:{}'),(8679,1437,'_elementor_edit_mode','builder'),(8680,1437,'_elementor_template_type','wp-page'),(8681,1437,'_elementor_version','3.3.1'),(8682,1437,'_wp_page_template','default'),(8683,1437,'_elementor_data','[{\"id\":\"c8b716c\",\"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}},\"elements\":[{\"id\":\"1e7e5b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"affdce9\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"2b082bf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"reverse_order_mobile\":\"reverse-mobile\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"d0c22b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"5\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9502734\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in touch\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd30d0b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"info@thechrishaunfoundation.org\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"ff72309\"},{\"text\":\"1-404-491-9311\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"e7fdb8e\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"divider_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"__globals__\":{\"divider_color\":\"globals\\/colors?id=367e41b\",\"icon_color\":\"globals\\/colors?id=accent\"},\"text_indent\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"8e9a797\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"20fd175\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheChrishaunFoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"b986dc2\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/TheChrishaunFdn\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"844a283\",\"link\":{\"url\":\"https:\\/\\/instagram.com\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/company\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9c6f2fa\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCmzlzjopXMpjtDYwwQ2qacg\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"4624ff3\"},{\"social_icon\":{\"value\":\"fab fa-tumblr\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/thechrishaunfoundation.tumblr.com\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1c734ed\"},{\"social_icon\":{\"value\":\"fab fa-vimeo\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/vimeo.com\\/user108876918\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f797cf\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"\"},{\"id\":\"3a22498\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"d2c9317\",\"elType\":\"widget\",\"settings\":{\"title\":\"Message us\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29a8053\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please use the contact form below, if you have any general questions or requests about our services.\\n\\nWe will try our best to respond back to you within 24 hours.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dd59da9\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"17\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5674771\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f092d2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"c34f4cc\",\"elType\":\"widget\",\"settings\":{\"address\":\"Atlanta, Georgia\",\"height\":{\"unit\":\"px\",\"size\":\"500\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6347,1139,'_elementor_edit_mode','builder'),(6348,1139,'_elementor_template_type','page'),(6349,1139,'_elementor_version','3.3.1'),(6350,1139,'_elementor_pro_version','3.2.1'),(6351,1140,'_elementor_edit_mode','builder'),(6352,1140,'_elementor_template_type','page'),(6353,1140,'_elementor_version','3.3.1'),(6354,1140,'_elementor_pro_version','3.2.1'),(6355,1139,'_wp_page_template','default'),(6356,1139,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6357,1139,'_elementor_data','[{\"id\":\"415b6e77\",\"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}},\"elements\":[{\"id\":\"2d392b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a28631c\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"previewSettings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition\":\"fade\",\"transition_speed\":800,\"content_animation\":\"\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"33fb207a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"76b6e40d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"b1fc9dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c46d03b\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"3505cf91\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"5c594ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec22750\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"50cfbe57\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f551894\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"c1aea52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f3d56c1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"47d5d195\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1c86d37f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"2d03cd50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ec05bc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1b066da4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4adc332e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d451588\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"610a11aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"788a774a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"1ef497da\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"23d9a865\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1006e85c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7acbaa08\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"493722c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRIDGE TO HOME TRANSITIONAL SHELTER*\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"12e37f57\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f85d9ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"1d3f4501\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"47c6762e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2a7d885e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"d63779e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2c007bb7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4416b619\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1af8c81a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"7fe2cbb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"235bb43\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOCAL ENGAGEMENT\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"2dacdf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4330f648\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"70c79546\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heartbeat\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"2771d353\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"75903156\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"44a87a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"523870c1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-school\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"289c89e5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4e33abeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"208415f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"*For more information about this new exciting program click here!\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6358,1141,'_elementor_edit_mode','builder'),(6359,1141,'_elementor_template_type','page'),(6360,1141,'_elementor_version','3.3.1'),(6361,1141,'_elementor_pro_version','3.2.1'),(6362,1141,'_wp_page_template','default'),(6363,1141,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6364,1141,'_elementor_data','[{\"id\":\"415b6e77\",\"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}},\"elements\":[{\"id\":\"2d392b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a28631c\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"previewSettings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition\":\"fade\",\"transition_speed\":800,\"content_animation\":\"\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"33fb207a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"76b6e40d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"b1fc9dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shelter\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c46d03b\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALMOST HOME FAMILY SHELTER\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"3505cf91\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"5c594ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ec22750\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"90 Days of emergency shelter in a welcoming environment for families with children under 18.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"50cfbe57\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f551894\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-baby-carriage\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Full time childcare or after school care provided for families in shelter.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"c1aea52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f3d56c1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"47d5d195\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1c86d37f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"2d03cd50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ec05bc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"GOING HOME RAPID REHOUSING\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1b066da4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4adc332e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d451588\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"6 months tapered rental assistance for families moving out of homelessness into stable housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"610a11aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"788a774a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-lightbulb\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Security and Utility deposits are included in the program to reduce barriers to accessing housing.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"1ef497da\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"23d9a865\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level worker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1006e85c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7acbaa08\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"493722c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRIDGE TO HOME TRANSITIONAL SHELTER*\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"12e37f57\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f85d9ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"1d3f4501\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Transitional shelter including childcare for families with children under 18 to allow for parents to pursue educational goals.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"47c6762e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2a7d885e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Strategic partnership with Athens Tech Adult Education Program to increase student-parents\' access to education and career opportunities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"d63779e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2c007bb7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-handshake\",\"library\":\"fa-regular\"},\"title_text\":\"\",\"description_text\":\"Comprehensive and trauma informed case management with an experienced Master\'s level caseworker.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4416b619\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1af8c81a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"7fe2cbb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"235bb43\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOCAL ENGAGEMENT\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"2dacdf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4330f648\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"70c79546\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heartbeat\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Over 1,000 volunteers engage with us each year to provide tutoring, child enrichment, site work days, meals and maintenance assistance.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"2771d353\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"75903156\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"Collaboration is at our core and our staff participates in numerous different formal alliances to advocate for affordable housing for families in our community.\\n\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"44a87a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"523870c1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-school\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"We regularly provide education in the community on the growing issue of family homelessness and how you can help impact change.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"primary_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"289c89e5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4e33abeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"208415f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"*For more information about this new exciting program click here!\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"typography_typography\":\"custom\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6365,1139,'_elementor_page_assets','a:0:{}'),(6366,1139,'_elementor_controls_usage','a:5:{s:6:\"global\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:6:\"column\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:13;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:13;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;s:6:\"margin\";i:12;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:28:\"space_between_widgets_tablet\";i:5;s:12:\"_inline_size\";i:12;s:21:\"space_between_widgets\";i:12;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:12;s:26:\"box_shadow_box_shadow_type\";i:12;s:21:\"box_shadow_box_shadow\";i:12;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:6:\"layout\";i:1;s:3:\"gap\";i:10;s:13:\"custom_height\";i:5;s:16:\"content_position\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:1;s:7:\"padding\";i:10;s:14:\"padding_tablet\";i:9;s:14:\"padding_mobile\";i:9;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:8:{s:16:\"background_color\";i:4;s:19:\"background_position\";i:4;s:17:\"background_repeat\";i:4;s:15:\"background_size\";i:4;s:22:\"background_size_mobile\";i:4;s:19:\"background_bg_width\";i:1;s:21:\"background_background\";i:3;s:21:\"background_attachment\";i:3;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:4;s:26:\"background_overlay_color_b\";i:4;s:26:\"background_overlay_opacity\";i:4;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:8;s:11:\"header_size\";i:5;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:8:\"_padding\";i:5;s:14:\"_margin_tablet\";i:5;s:15:\"_padding_tablet\";i:5;s:15:\"_padding_mobile\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:2:{s:21:\"typography_typography\";i:1;s:21:\"typography_font_style\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:4:{s:13:\"selected_icon\";i:12;s:10:\"title_text\";i:12;s:16:\"description_text\";i:12;s:10:\"title_size\";i:12;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:2:{s:10:\"icon_space\";i:12;s:9:\"icon_size\";i:12;}s:21:\"section_style_content\";a:5:{s:28:\"title_typography_line_height\";i:12;s:33:\"description_typography_typography\";i:12;s:32:\"description_typography_font_size\";i:12;s:34:\"description_typography_font_weight\";i:12;s:34:\"description_typography_line_height\";i:12;}}}}}'),(6367,1142,'_wp_attached_file','2021/08/digital-marketing-coach-template-header-bg-img-5.jpg'),(6368,1142,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:560;s:4:\"file\";s:60:\"2021/08/digital-marketing-coach-template-header-bg-img-5.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"digital-marketing-coach-template-header-bg-img-5-300x88.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:61:\"digital-marketing-coach-template-header-bg-img-5-1024x299.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:299;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"digital-marketing-coach-template-header-bg-img-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:60:\"digital-marketing-coach-template-header-bg-img-5-768x224.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:61:\"digital-marketing-coach-template-header-bg-img-5-1536x448.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:448;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6369,1142,'_elementor_source_image_hash','dc98ad89141e17315e8fb72a0a6afeb3d15a7a10'),(6370,1143,'_wp_attached_file','2021/08/digital-marketing-book-1.jpg'),(6371,1143,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:624;s:6:\"height\";i:960;s:4:\"file\";s:36:\"2021/08/digital-marketing-book-1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"digital-marketing-book-1-195x300.jpg\";s:5:\"width\";i:195;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"digital-marketing-book-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6372,1143,'_elementor_source_image_hash','f4d33c3572c85804f5990ad0bca4d0334818f491'),(6373,1144,'_wp_attached_file','2021/08/long-right-arrow-icon-1.svg'),(6374,1144,'_elementor_source_image_hash','46c63609859409b5be823f1825b4eb85ea1f2f57'),(6378,1146,'_wp_attached_file','2021/08/digital-marketing-book-3.jpg'),(6379,1146,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:624;s:6:\"height\";i:960;s:4:\"file\";s:36:\"2021/08/digital-marketing-book-3.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"digital-marketing-book-3-195x300.jpg\";s:5:\"width\";i:195;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"digital-marketing-book-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6380,1146,'_elementor_source_image_hash','c1ba49df5a0d22bc78b87dfc04e330bd8cb52190'),(6381,1147,'_wp_attached_file','2021/08/digital-marketing-coach-template-blog-post-img-thumb-1.jpg'),(6382,1147,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:112;s:4:\"file\";s:66:\"2021/08/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\";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:{}}}'),(6383,1147,'_elementor_source_image_hash','f6635f287f1f0c3b73fa1db50b22e1ba5c81ff6b'),(6384,1148,'_wp_attached_file','2021/08/digital-marketing-coach-template-blog-post-img-thumb-2.jpg'),(6385,1148,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:112;s:4:\"file\";s:66:\"2021/08/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\";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:{}}}'),(6386,1148,'_elementor_source_image_hash','90484f161e8fbbc0b1663b16f23e6f89af099fae'),(6387,1149,'_wp_attached_file','2021/08/digital-marketing-coach-template-blog-post-img-thumb-3.jpg'),(6388,1149,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:112;s:4:\"file\";s:66:\"2021/08/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\";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:{}}}'),(6389,1149,'_elementor_source_image_hash','812244261ed9e97804e49fb638cbe4f07f5c6dde'),(6495,1162,'_elementor_edit_mode','builder'),(6496,1162,'_elementor_template_type','wp-page'),(6497,1162,'_elementor_version','3.3.1'),(6498,1162,'_wp_page_template','default'),(6499,1162,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1143,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-1.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now? The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing Essentials #2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b77406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57d479\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Molestie in eu ipsum condimentum\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"384ec63\"},{\"text\":\"Quis in lobortis nunc ullamcorper sit \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"7ba52ed\"},{\"text\":\"Non sit vulputate praesent praesent dignissim platea \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"d9cd325\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"a67e40b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Now\",\"align\":\"left\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"background_color\":\"#00000000\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1146,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-3.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f505cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing Handbook\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e27570a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7158521\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Molestie in eu ipsum condimentum\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"384ec63\"},{\"text\":\"Quis in lobortis nunc ullamcorper sit \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"7ba52ed\"},{\"text\":\"Non sit vulputate praesent praesent dignissim platea \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"d9cd325\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"5e38237\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Now\",\"align\":\"left\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"background_color\":\"#00000000\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"k3nc4xv\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"75b1742\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"192\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1d076d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4d53f04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing News &amp; Blog\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042d76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec4a328\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"align\":\"left\",\"background_color\":\"#00000000\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"ce23738\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"82c82d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1147,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\"},\"title_text\":\"Elit mattis platea rhoncus\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5f17742\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1148,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\"},\"title_text\":\"Nisl eleifend vulputate ultricies\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1050cd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1149,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\"},\"title_text\":\"Porttitor quam dolor\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6444,1156,'_elementor_edit_mode','builder'),(6445,1156,'_elementor_template_type','wp-page'),(6446,1156,'_elementor_version','3.3.1'),(6447,1156,'_wp_page_template','default'),(6448,1156,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1143,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-1.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing Essentials #1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59d8273\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b4f4a67\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Molestie in eu ipsum condimentum\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"384ec63\"},{\"text\":\"Quis in lobortis nunc ullamcorper sit \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"7ba52ed\"},{\"text\":\"Non sit vulputate praesent praesent dignissim platea \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"d9cd325\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c328b40\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Now\",\"align\":\"left\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"background_color\":\"#00000000\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing Essentials #2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b77406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57d479\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Molestie in eu ipsum condimentum\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"384ec63\"},{\"text\":\"Quis in lobortis nunc ullamcorper sit \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"7ba52ed\"},{\"text\":\"Non sit vulputate praesent praesent dignissim platea \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"d9cd325\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"a67e40b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Now\",\"align\":\"left\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"background_color\":\"#00000000\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1146,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-3.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f505cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing Handbook\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e27570a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7158521\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Molestie in eu ipsum condimentum\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"384ec63\"},{\"text\":\"Quis in lobortis nunc ullamcorper sit \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"7ba52ed\"},{\"text\":\"Non sit vulputate praesent praesent dignissim platea \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"d9cd325\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"5e38237\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Now\",\"align\":\"left\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"background_color\":\"#00000000\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"k3nc4xv\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"75b1742\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"192\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1d076d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4d53f04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing News &amp; Blog\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042d76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec4a328\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"align\":\"left\",\"background_color\":\"#00000000\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"ce23738\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"82c82d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1147,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\"},\"title_text\":\"Elit mattis platea rhoncus\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5f17742\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1148,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\"},\"title_text\":\"Nisl eleifend vulputate ultricies\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1050cd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1149,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\"},\"title_text\":\"Porttitor quam dolor\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6405,1152,'_elementor_edit_mode','builder'),(6406,1152,'_elementor_template_type','wp-page'),(6407,1152,'_elementor_version','3.2.5'),(6408,1152,'_wp_page_template','default'),(6409,1152,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best practices for digital marketing\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Pellentesque vel tempus ultrices fringilla feugiat sagittis, fermentum eget nunc lacus, mi ut eros sed a tincidunt massa amet tellus tempor, nec curabitur ultricies.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b04bbf5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Consequat neque fermentum facilisi neque lacus elit velit ultrices aliquam nibh lorem arcu consequat mauris lacus, risus egestas quam dictum enim diam sociis volutpat vel id id non interdum sollicitudin sit est arcu vulputate quis vulputate facilisi in nibh urna.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1143,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-1.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing Essentials #1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59d8273\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b4f4a67\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Molestie in eu ipsum condimentum\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"384ec63\"},{\"text\":\"Quis in lobortis nunc ullamcorper sit \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"7ba52ed\"},{\"text\":\"Non sit vulputate praesent praesent dignissim platea \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"d9cd325\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c328b40\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Now\",\"align\":\"left\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"background_color\":\"#00000000\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing Essentials #2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b77406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57d479\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Molestie in eu ipsum condimentum\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"384ec63\"},{\"text\":\"Quis in lobortis nunc ullamcorper sit \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"7ba52ed\"},{\"text\":\"Non sit vulputate praesent praesent dignissim platea \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"d9cd325\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"a67e40b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Now\",\"align\":\"left\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"background_color\":\"#00000000\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1146,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-3.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f505cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing Handbook\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e27570a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7158521\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Molestie in eu ipsum condimentum\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"384ec63\"},{\"text\":\"Quis in lobortis nunc ullamcorper sit \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"7ba52ed\"},{\"text\":\"Non sit vulputate praesent praesent dignissim platea \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"d9cd325\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"5e38237\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Now\",\"align\":\"left\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"background_color\":\"#00000000\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"k3nc4xv\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"75b1742\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"192\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1d076d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4d53f04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing News &amp; Blog\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042d76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec4a328\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"align\":\"left\",\"background_color\":\"#00000000\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"ce23738\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"82c82d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1147,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\"},\"title_text\":\"Elit mattis platea rhoncus\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5f17742\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1148,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\"},\"title_text\":\"Nisl eleifend vulputate ultricies\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1050cd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1149,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\"},\"title_text\":\"Porttitor quam dolor\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6410,1152,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6411,1152,'_elementor_pro_version','3.2.1'),(6412,480,'_elementor_page_assets','a:0:{}'),(6443,1153,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"previewSettings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition\":\"fade\",\"transition_speed\":800,\"content_animation\":\"\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1143,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-1.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing Essentials #1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59d8273\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b4f4a67\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Molestie in eu ipsum condimentum\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"384ec63\"},{\"text\":\"Quis in lobortis nunc ullamcorper sit \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"7ba52ed\"},{\"text\":\"Non sit vulputate praesent praesent dignissim platea \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"d9cd325\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c328b40\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Now\",\"align\":\"left\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"background_color\":\"#00000000\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing Essentials #2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b77406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57d479\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Molestie in eu ipsum condimentum\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"384ec63\"},{\"text\":\"Quis in lobortis nunc ullamcorper sit \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"7ba52ed\"},{\"text\":\"Non sit vulputate praesent praesent dignissim platea \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"d9cd325\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"a67e40b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Now\",\"align\":\"left\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"background_color\":\"#00000000\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1146,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-3.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f505cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing Handbook\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e27570a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7158521\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Molestie in eu ipsum condimentum\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"384ec63\"},{\"text\":\"Quis in lobortis nunc ullamcorper sit \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"7ba52ed\"},{\"text\":\"Non sit vulputate praesent praesent dignissim platea \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"d9cd325\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"5e38237\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Now\",\"align\":\"left\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"background_color\":\"#00000000\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"k3nc4xv\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"75b1742\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"192\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1d076d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4d53f04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing News &amp; Blog\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042d76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec4a328\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"align\":\"left\",\"background_color\":\"#00000000\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"ce23738\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"82c82d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1147,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\"},\"title_text\":\"Elit mattis platea rhoncus\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5f17742\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1148,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\"},\"title_text\":\"Nisl eleifend vulputate ultricies\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1050cd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1149,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\"},\"title_text\":\"Porttitor quam dolor\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6425,1154,'_elementor_edit_mode','builder'),(6426,1154,'_elementor_template_type','wp-page'),(6427,1154,'_elementor_version','3.3.1'),(6428,1154,'_wp_page_template','default'),(6429,1154,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best practices for digital marketing\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Pellentesque vel tempus ultrices fringilla feugiat sagittis, fermentum eget nunc lacus, mi ut eros sed a tincidunt massa amet tellus tempor, nec curabitur ultricies.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b04bbf5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Consequat neque fermentum facilisi neque lacus elit velit ultrices aliquam nibh lorem arcu consequat mauris lacus, risus egestas quam dictum enim diam sociis volutpat vel id id non interdum sollicitudin sit est arcu vulputate quis vulputate facilisi in nibh urna.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1143,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-1.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing Essentials #1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59d8273\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b4f4a67\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Molestie in eu ipsum condimentum\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"384ec63\"},{\"text\":\"Quis in lobortis nunc ullamcorper sit \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"7ba52ed\"},{\"text\":\"Non sit vulputate praesent praesent dignissim platea \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"d9cd325\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c328b40\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Now\",\"align\":\"left\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"background_color\":\"#00000000\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing Essentials #2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b77406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57d479\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Molestie in eu ipsum condimentum\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"384ec63\"},{\"text\":\"Quis in lobortis nunc ullamcorper sit \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"7ba52ed\"},{\"text\":\"Non sit vulputate praesent praesent dignissim platea \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"d9cd325\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"a67e40b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Now\",\"align\":\"left\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"background_color\":\"#00000000\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1146,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-3.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f505cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing Handbook\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e27570a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7158521\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Molestie in eu ipsum condimentum\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"384ec63\"},{\"text\":\"Quis in lobortis nunc ullamcorper sit \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"7ba52ed\"},{\"text\":\"Non sit vulputate praesent praesent dignissim platea \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"d9cd325\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"5e38237\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Now\",\"align\":\"left\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"background_color\":\"#00000000\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"k3nc4xv\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"75b1742\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"192\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1d076d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4d53f04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing News &amp; Blog\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042d76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec4a328\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"align\":\"left\",\"background_color\":\"#00000000\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"ce23738\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"82c82d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1147,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\"},\"title_text\":\"Elit mattis platea rhoncus\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5f17742\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1148,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\"},\"title_text\":\"Nisl eleifend vulputate ultricies\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1050cd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1149,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\"},\"title_text\":\"Porttitor quam dolor\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]');
INSERT INTO `wpxo_postmeta` VALUES (6395,1150,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6396,1150,'_elementor_pro_version','3.2.1'),(6397,1151,'_elementor_edit_mode','builder'),(6398,1151,'_elementor_template_type','wp-page'),(6399,1151,'_elementor_version','3.2.5'),(6400,1151,'_wp_page_template','default'),(6401,1151,'_elementor_data','s:102812:\"a:4:{i:0;a:5:{s:2:\"id\";s:7:\"e86fa30\";s:8:\"settings\";a:33:{s:3:\"gap\";s:2:\"no\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#1B1F29\";s:16:\"background_image\";a:2:{s:2:\"id\";i:1142;s:3:\"url\";s:114:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-header-bg-img-5.jpg\";}s:19:\"background_position\";s:13:\"center center\";s:26:\"background_position_mobile\";s:8:\"top left\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";s:29:\"background_overlay_background\";s:7:\"classic\";s:24:\"background_overlay_color\";s:7:\"#1B1F29\";s:26:\"background_overlay_opacity\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:3:\"0.8\";s:5:\"sizes\";a:0:{}}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"200\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:3:\"104\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"120\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"80\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"128\";s:5:\"right\";s:2:\"24\";s:6:\"bottom\";s:2:\"64\";s:4:\"left\";s:2:\"24\";s:8:\"isLinked\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"b9cda33\";s:8:\"settings\";a:21:{s:12:\"_column_size\";s:3:\"100\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:6:{s:2:\"id\";s:7:\"58d0d41\";s:8:\"settings\";a:22:{s:5:\"title\";s:9:\"Resources\";s:11:\"header_size\";s:2:\"h1\";s:5:\"align\";s:6:\"center\";s:11:\"title_color\";s:7:\"#FFFFFF\";s:21:\"typography_typography\";s:6:\"custom\";s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"-2\";s:5:\"sizes\";a:0:{}}s:32:\"typography_letter_spacing_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"-1\";s:5:\"sizes\";a:0:{}}s:32:\"typography_letter_spacing_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"-1\";s:5:\"sizes\";a:0:{}}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"120\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:3:\"120\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"491e9b5\";s:8:\"settings\";a:16:{s:6:\"editor\";s:152:\"<p>Aliquet adipiscing in dignissim scelerisque fermentum nibh condimentum ligula eget nunc blandit interdum eros, massa ante ipsum senectus quis in.</p>\";s:5:\"align\";s:6:\"center\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"280\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:3:\"280\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"80\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"80\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:1;a:5:{s:2:\"id\";s:7:\"c540576\";s:8:\"settings\";a:28:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"20\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"104\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:3:\"104\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"80\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"80\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"64\";s:5:\"right\";s:2:\"24\";s:6:\"bottom\";s:2:\"64\";s:4:\"left\";s:2:\"24\";s:8:\"isLinked\";s:0:\"\";}s:29:\"background_overlay_background\";s:7:\"classic\";s:26:\"background_overlay_opacity\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.1000000000000000055511151231257827021181583404541015625;s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:24:\"background_overlay_color\";s:37:\"globals/colors?id=astralinkhovercolor\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"929c567\";s:8:\"settings\";a:24:{s:12:\"_column_size\";s:2:\"50\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:19:\"_inline_size_tablet\";s:3:\"100\";s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"16\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:6:{s:2:\"id\";s:7:\"813d8c4\";s:8:\"settings\";a:20:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"56\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"4\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"0\";s:5:\"sizes\";a:0:{}}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"40\";s:5:\"sizes\";a:0:{}}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:5:\"color\";s:32:\"globals/colors?id=astratextcolor\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"b350094\";s:8:\"settings\";a:12:{s:5:\"title\";s:36:\"Best practices for digital marketing\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"958edd3\";s:8:\"settings\";a:25:{s:12:\"_column_size\";s:2:\"50\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"48\";s:5:\"right\";s:2:\"80\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:19:\"_inline_size_tablet\";s:3:\"100\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"16\";s:5:\"right\";s:2:\"80\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:6:{s:2:\"id\";s:7:\"8a7cef4\";s:8:\"settings\";a:16:{s:6:\"editor\";s:172:\"<p>Pellentesque vel tempus ultrices fringilla feugiat sagittis, fermentum eget nunc lacus, mi ut eros sed a tincidunt massa amet tellus tempor, nec curabitur ultricies.</p>\";s:10:\"text_color\";s:7:\"#4C5262\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"-16\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_weight\";s:3:\"600\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"b04bbf5\";s:8:\"settings\";a:13:{s:6:\"editor\";s:270:\"<p>Consequat neque fermentum facilisi neque lacus elit velit ultrices aliquam nibh lorem arcu consequat mauris lacus, risus egestas quam dictum enim diam sociis volutpat vel id id non interdum sollicitudin sit est arcu vulputate quis vulputate facilisi in nibh urna.</p>\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"-16\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:2;a:5:{s:2:\"id\";s:7:\"253abe7\";s:8:\"settings\";a:24:{s:3:\"gap\";s:2:\"no\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"104\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:3:\"104\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"80\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"80\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"64\";s:5:\"right\";s:2:\"24\";s:6:\"bottom\";s:2:\"64\";s:4:\"left\";s:2:\"24\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"df82c77\";s:8:\"settings\";a:21:{s:12:\"_column_size\";s:3:\"100\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:5:{s:2:\"id\";s:7:\"ccb724a\";s:8:\"settings\";a:31:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"30\";s:13:\"border_border\";s:5:\"solid\";s:12:\"border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:12:\"border_color\";s:7:\"#E2E7F0\";s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"104\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"80\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"64\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"104\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"80\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"64\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:5:{s:2:\"id\";s:7:\"489b415\";s:8:\"settings\";a:28:{s:12:\"_column_size\";s:2:\"33\";s:12:\"_inline_size\";s:2:\"30\";s:19:\"_inline_size_tablet\";s:5:\"33.33\";s:19:\"_inline_size_mobile\";s:3:\"100\";s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"80\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"80\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:6:{s:2:\"id\";s:7:\"d66f6a8\";s:8:\"settings\";a:15:{s:5:\"image\";a:2:{s:2:\"id\";i:1143;s:3:\"url\";s:90:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-1.jpg\";}s:10:\"image_size\";s:4:\"full\";s:32:\"image_box_shadow_box_shadow_type\";s:3:\"yes\";s:27:\"image_box_shadow_box_shadow\";a:5:{s:10:\"horizontal\";s:2:\"24\";s:8:\"vertical\";s:2:\"40\";s:4:\"blur\";s:2:\"80\";s:6:\"spread\";s:3:\"-24\";s:5:\"color\";s:18:\"rgba(0, 0, 0, 0.4)\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"66a04cc\";s:8:\"settings\";a:28:{s:12:\"_column_size\";s:2:\"33\";s:12:\"_inline_size\";s:2:\"30\";s:19:\"_inline_size_tablet\";s:5:\"66.66\";s:19:\"_inline_size_mobile\";s:3:\"100\";s:23:\"content_position_tablet\";s:6:\"bottom\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"80\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"24\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"16\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"34ac146\";s:8:\"settings\";a:20:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"56\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"4\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"0\";s:5:\"sizes\";a:0:{}}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"40\";s:5:\"sizes\";a:0:{}}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:5:\"color\";s:32:\"globals/colors?id=astratextcolor\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"1fa5d9b\";s:8:\"settings\";a:12:{s:5:\"title\";s:31:\"Digital Marketing Essentials #1\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"59d8273\";s:8:\"settings\";a:16:{s:6:\"editor\";s:105:\"<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.</p>\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"-16\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_weight\";s:3:\"600\";s:11:\"__globals__\";a:1:{s:10:\"text_color\";s:32:\"globals/colors?id=astralinkhover\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"1d64e73\";s:8:\"settings\";a:28:{s:12:\"_column_size\";s:2:\"33\";s:12:\"_inline_size\";s:6:\"39.664\";s:19:\"_inline_size_tablet\";s:3:\"100\";s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:5:\"33.33\";s:8:\"isLinked\";s:0:\"\";}s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"40\";s:5:\"right\";s:2:\"80\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"24\";s:5:\"right\";s:2:\"64\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"423856e\";s:8:\"settings\";a:13:{s:6:\"editor\";s:220:\"<p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.</p>\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"-16\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"b4f4a67\";s:8:\"settings\";a:17:{s:9:\"icon_list\";a:3:{i:0;a:4:{s:4:\"text\";s:32:\"Molestie in eu ipsum condimentum\";s:13:\"selected_icon\";a:2:{s:5:\"value\";s:13:\"fas fa-circle\";s:7:\"library\";s:8:\"fa-solid\";}s:3:\"_id\";s:7:\"384ec63\";s:4:\"link\";a:4:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}}i:1;a:4:{s:4:\"text\";s:38:\"Quis in lobortis nunc ullamcorper sit \";s:13:\"selected_icon\";a:2:{s:5:\"value\";s:13:\"fas fa-circle\";s:7:\"library\";s:8:\"fa-solid\";}s:3:\"_id\";s:7:\"7ba52ed\";s:4:\"link\";a:4:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}}i:2;a:4:{s:4:\"text\";s:53:\"Non sit vulputate praesent praesent dignissim platea \";s:13:\"selected_icon\";a:2:{s:5:\"value\";s:13:\"fas fa-circle\";s:7:\"library\";s:8:\"fa-solid\";}s:3:\"_id\";s:7:\"d9cd325\";s:4:\"link\";a:4:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}}}s:13:\"space_between\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"12\";s:5:\"sizes\";a:0:{}}s:11:\"text_indent\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"8\";s:5:\"sizes\";a:0:{}}s:26:\"icon_typography_typography\";s:6:\"custom\";s:27:\"icon_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:3:\"1.4\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:2:{s:10:\"icon_color\";s:32:\"globals/colors?id=astratextcolor\";s:10:\"text_color\";s:32:\"globals/colors?id=astralinkhover\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"icon-list\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"c328b40\";s:8:\"settings\";a:27:{s:4:\"text\";s:7:\"Buy Now\";s:5:\"align\";s:4:\"left\";s:13:\"selected_icon\";a:2:{s:5:\"value\";a:2:{s:2:\"id\";i:1144;s:3:\"url\";s:89:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/long-right-arrow-icon-1.svg\";}s:7:\"library\";s:3:\"svg\";}s:10:\"icon_align\";s:5:\"right\";s:11:\"icon_indent\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"24\";s:5:\"sizes\";a:0:{}}s:16:\"background_color\";s:9:\"#00000000\";s:11:\"hover_color\";s:7:\"#FFFFFF\";s:13:\"border_border\";s:5:\"solid\";s:12:\"border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";s:1:\"1\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"24\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"16\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:4:{s:17:\"button_text_color\";s:32:\"globals/colors?id=astratextcolor\";s:12:\"border_color\";s:32:\"globals/colors?id=astratextcolor\";s:29:\"button_background_hover_color\";s:33:\"globals/colors?id=astrathemecolor\";s:25:\"button_hover_border_color\";s:33:\"globals/colors?id=astrathemecolor\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:7:\"section\";}i:1;a:5:{s:2:\"id\";s:7:\"9e531aa\";s:8:\"settings\";a:31:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"30\";s:13:\"border_border\";s:5:\"solid\";s:12:\"border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:12:\"border_color\";s:7:\"#E2E7F0\";s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"104\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"80\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"64\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"104\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"80\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"64\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:5:{s:2:\"id\";s:7:\"d11ed70\";s:8:\"settings\";a:28:{s:12:\"_column_size\";s:2:\"33\";s:12:\"_inline_size\";s:2:\"30\";s:19:\"_inline_size_tablet\";s:5:\"33.33\";s:19:\"_inline_size_mobile\";s:3:\"100\";s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"80\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"80\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:6:{s:2:\"id\";s:7:\"2dc4a4c\";s:8:\"settings\";a:15:{s:5:\"image\";a:2:{s:2:\"id\";i:1145;s:3:\"url\";s:90:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-2.jpg\";}s:10:\"image_size\";s:4:\"full\";s:32:\"image_box_shadow_box_shadow_type\";s:3:\"yes\";s:27:\"image_box_shadow_box_shadow\";a:5:{s:10:\"horizontal\";s:2:\"24\";s:8:\"vertical\";s:2:\"40\";s:4:\"blur\";s:2:\"80\";s:6:\"spread\";s:3:\"-24\";s:5:\"color\";s:18:\"rgba(0, 0, 0, 0.4)\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"33971b9\";s:8:\"settings\";a:28:{s:12:\"_column_size\";s:2:\"33\";s:12:\"_inline_size\";s:2:\"30\";s:19:\"_inline_size_tablet\";s:5:\"66.66\";s:19:\"_inline_size_mobile\";s:3:\"100\";s:23:\"content_position_tablet\";s:6:\"bottom\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"80\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"24\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"16\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"28b6546\";s:8:\"settings\";a:20:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"56\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"4\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"0\";s:5:\"sizes\";a:0:{}}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"40\";s:5:\"sizes\";a:0:{}}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:5:\"color\";s:32:\"globals/colors?id=astratextcolor\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"423120b\";s:8:\"settings\";a:12:{s:5:\"title\";s:31:\"Digital Marketing Essentials #2\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"5b77406\";s:8:\"settings\";a:16:{s:6:\"editor\";s:105:\"<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.</p>\";s:10:\"text_color\";s:7:\"#4C5262\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"-16\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_weight\";s:3:\"600\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"32647e5\";s:8:\"settings\";a:28:{s:12:\"_column_size\";s:2:\"33\";s:12:\"_inline_size\";s:6:\"39.664\";s:19:\"_inline_size_tablet\";s:3:\"100\";s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:5:\"33.33\";s:8:\"isLinked\";s:0:\"\";}s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"40\";s:5:\"right\";s:2:\"80\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"24\";s:5:\"right\";s:2:\"64\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"2d833a8\";s:8:\"settings\";a:13:{s:6:\"editor\";s:220:\"<p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.</p>\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"-16\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"d57d479\";s:8:\"settings\";a:17:{s:9:\"icon_list\";a:3:{i:0;a:4:{s:4:\"text\";s:32:\"Molestie in eu ipsum condimentum\";s:13:\"selected_icon\";a:2:{s:5:\"value\";s:13:\"fas fa-circle\";s:7:\"library\";s:8:\"fa-solid\";}s:3:\"_id\";s:7:\"384ec63\";s:4:\"link\";a:4:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}}i:1;a:4:{s:4:\"text\";s:38:\"Quis in lobortis nunc ullamcorper sit \";s:13:\"selected_icon\";a:2:{s:5:\"value\";s:13:\"fas fa-circle\";s:7:\"library\";s:8:\"fa-solid\";}s:3:\"_id\";s:7:\"7ba52ed\";s:4:\"link\";a:4:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}}i:2;a:4:{s:4:\"text\";s:53:\"Non sit vulputate praesent praesent dignissim platea \";s:13:\"selected_icon\";a:2:{s:5:\"value\";s:13:\"fas fa-circle\";s:7:\"library\";s:8:\"fa-solid\";}s:3:\"_id\";s:7:\"d9cd325\";s:4:\"link\";a:4:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}}}s:13:\"space_between\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"12\";s:5:\"sizes\";a:0:{}}s:11:\"text_indent\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"8\";s:5:\"sizes\";a:0:{}}s:26:\"icon_typography_typography\";s:6:\"custom\";s:27:\"icon_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:3:\"1.4\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:2:{s:10:\"icon_color\";s:32:\"globals/colors?id=astratextcolor\";s:10:\"text_color\";s:32:\"globals/colors?id=astralinkhover\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"icon-list\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"a67e40b\";s:8:\"settings\";a:27:{s:4:\"text\";s:7:\"Buy Now\";s:5:\"align\";s:4:\"left\";s:13:\"selected_icon\";a:2:{s:5:\"value\";a:2:{s:2:\"id\";i:1144;s:3:\"url\";s:89:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/long-right-arrow-icon-1.svg\";}s:7:\"library\";s:3:\"svg\";}s:10:\"icon_align\";s:5:\"right\";s:11:\"icon_indent\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"24\";s:5:\"sizes\";a:0:{}}s:16:\"background_color\";s:9:\"#00000000\";s:11:\"hover_color\";s:7:\"#FFFFFF\";s:13:\"border_border\";s:5:\"solid\";s:12:\"border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";s:1:\"1\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"24\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"16\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:4:{s:17:\"button_text_color\";s:32:\"globals/colors?id=astratextcolor\";s:12:\"border_color\";s:32:\"globals/colors?id=astratextcolor\";s:29:\"button_background_hover_color\";s:33:\"globals/colors?id=astrathemecolor\";s:25:\"button_hover_border_color\";s:33:\"globals/colors?id=astrathemecolor\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:7:\"section\";}i:2;a:5:{s:2:\"id\";s:7:\"5e3c304\";s:8:\"settings\";a:30:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"30\";s:12:\"border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:12:\"border_color\";s:7:\"#E2E7F0\";s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"80\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"64\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:5:{s:2:\"id\";s:7:\"3656439\";s:8:\"settings\";a:28:{s:12:\"_column_size\";s:2:\"33\";s:12:\"_inline_size\";s:2:\"30\";s:19:\"_inline_size_tablet\";s:5:\"33.33\";s:19:\"_inline_size_mobile\";s:3:\"100\";s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"80\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"80\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:6:{s:2:\"id\";s:7:\"630ad01\";s:8:\"settings\";a:15:{s:5:\"image\";a:2:{s:2:\"id\";i:1146;s:3:\"url\";s:90:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-book-3.jpg\";}s:10:\"image_size\";s:4:\"full\";s:32:\"image_box_shadow_box_shadow_type\";s:3:\"yes\";s:27:\"image_box_shadow_box_shadow\";a:5:{s:10:\"horizontal\";s:2:\"24\";s:8:\"vertical\";s:2:\"40\";s:4:\"blur\";s:2:\"80\";s:6:\"spread\";s:3:\"-24\";s:5:\"color\";s:18:\"rgba(0, 0, 0, 0.4)\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"f03f634\";s:8:\"settings\";a:28:{s:12:\"_column_size\";s:2:\"33\";s:12:\"_inline_size\";s:2:\"30\";s:19:\"_inline_size_tablet\";s:5:\"66.66\";s:19:\"_inline_size_mobile\";s:3:\"100\";s:23:\"content_position_tablet\";s:6:\"bottom\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"80\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"24\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"16\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"449be5a\";s:8:\"settings\";a:20:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"56\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"4\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"0\";s:5:\"sizes\";a:0:{}}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"40\";s:5:\"sizes\";a:0:{}}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:5:\"color\";s:32:\"globals/colors?id=astratextcolor\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"f505cc8\";s:8:\"settings\";a:12:{s:5:\"title\";s:26:\"Digital Marketing Handbook\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"e27570a\";s:8:\"settings\";a:16:{s:6:\"editor\";s:105:\"<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.</p>\";s:10:\"text_color\";s:7:\"#4C5262\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"-16\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_weight\";s:3:\"600\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"eb6161f\";s:8:\"settings\";a:28:{s:12:\"_column_size\";s:2:\"33\";s:12:\"_inline_size\";s:6:\"39.664\";s:19:\"_inline_size_tablet\";s:3:\"100\";s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:5:\"33.33\";s:8:\"isLinked\";s:0:\"\";}s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"40\";s:5:\"right\";s:2:\"80\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"24\";s:5:\"right\";s:2:\"64\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"9705d53\";s:8:\"settings\";a:13:{s:6:\"editor\";s:220:\"<p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.</p>\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"-16\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"7158521\";s:8:\"settings\";a:17:{s:9:\"icon_list\";a:3:{i:0;a:4:{s:4:\"text\";s:32:\"Molestie in eu ipsum condimentum\";s:13:\"selected_icon\";a:2:{s:5:\"value\";s:13:\"fas fa-circle\";s:7:\"library\";s:8:\"fa-solid\";}s:3:\"_id\";s:7:\"384ec63\";s:4:\"link\";a:4:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}}i:1;a:4:{s:4:\"text\";s:38:\"Quis in lobortis nunc ullamcorper sit \";s:13:\"selected_icon\";a:2:{s:5:\"value\";s:13:\"fas fa-circle\";s:7:\"library\";s:8:\"fa-solid\";}s:3:\"_id\";s:7:\"7ba52ed\";s:4:\"link\";a:4:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}}i:2;a:4:{s:4:\"text\";s:53:\"Non sit vulputate praesent praesent dignissim platea \";s:13:\"selected_icon\";a:2:{s:5:\"value\";s:13:\"fas fa-circle\";s:7:\"library\";s:8:\"fa-solid\";}s:3:\"_id\";s:7:\"d9cd325\";s:4:\"link\";a:4:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";s:17:\"custom_attributes\";s:0:\"\";}}}s:13:\"space_between\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"12\";s:5:\"sizes\";a:0:{}}s:11:\"text_indent\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"8\";s:5:\"sizes\";a:0:{}}s:26:\"icon_typography_typography\";s:6:\"custom\";s:27:\"icon_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:3:\"1.4\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:2:{s:10:\"icon_color\";s:32:\"globals/colors?id=astratextcolor\";s:10:\"text_color\";s:32:\"globals/colors?id=astralinkhover\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"icon-list\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"5e38237\";s:8:\"settings\";a:27:{s:4:\"text\";s:7:\"Buy Now\";s:5:\"align\";s:4:\"left\";s:13:\"selected_icon\";a:2:{s:5:\"value\";a:2:{s:2:\"id\";i:1144;s:3:\"url\";s:89:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/long-right-arrow-icon-1.svg\";}s:7:\"library\";s:3:\"svg\";}s:10:\"icon_align\";s:5:\"right\";s:11:\"icon_indent\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"24\";s:5:\"sizes\";a:0:{}}s:16:\"background_color\";s:9:\"#00000000\";s:11:\"hover_color\";s:7:\"#FFFFFF\";s:13:\"border_border\";s:5:\"solid\";s:12:\"border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";s:1:\"1\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"24\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"16\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:4:{s:17:\"button_text_color\";s:32:\"globals/colors?id=astratextcolor\";s:12:\"border_color\";s:32:\"globals/colors?id=astratextcolor\";s:29:\"button_background_hover_color\";s:33:\"globals/colors?id=astrathemecolor\";s:25:\"button_hover_border_color\";s:33:\"globals/colors?id=astrathemecolor\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:7:\"section\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:3;a:5:{s:2:\"id\";s:7:\"d6e64a5\";s:8:\"settings\";a:28:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"20\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"104\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:3:\"144\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"80\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:3:\"104\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"64\";s:5:\"right\";s:2:\"24\";s:6:\"bottom\";s:2:\"64\";s:4:\"left\";s:2:\"24\";s:8:\"isLinked\";s:0:\"\";}s:29:\"background_overlay_background\";s:7:\"classic\";s:26:\"background_overlay_opacity\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.1000000000000000055511151231257827021181583404541015625;s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:24:\"background_overlay_color\";s:37:\"globals/colors?id=astralinkhovercolor\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"75b1742\";s:8:\"settings\";a:24:{s:12:\"_column_size\";s:2:\"50\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"192\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"48\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"24\";s:6:\"bottom\";s:2:\"24\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:4:{i:0;a:6:{s:2:\"id\";s:7:\"1d076d7\";s:8:\"settings\";a:20:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"56\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"4\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"0\";s:5:\"sizes\";a:0:{}}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"24\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"40\";s:5:\"sizes\";a:0:{}}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:5:\"color\";s:32:\"globals/colors?id=astratextcolor\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"4d53f04\";s:8:\"settings\";a:12:{s:5:\"title\";s:33:\"Digital Marketing News &amp; Blog\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"e042d76\";s:8:\"settings\";a:12:{s:6:\"editor\";s:147:\"<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.</p>\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}i:3;a:6:{s:2:\"id\";s:7:\"ec4a328\";s:8:\"settings\";a:25:{s:4:\"text\";s:14:\"View All Posts\";s:13:\"selected_icon\";a:2:{s:5:\"value\";a:2:{s:2:\"id\";i:1144;s:3:\"url\";s:89:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/long-right-arrow-icon-1.svg\";}s:7:\"library\";s:3:\"svg\";}s:10:\"icon_align\";s:5:\"right\";s:11:\"icon_indent\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"24\";s:5:\"sizes\";a:0:{}}s:11:\"hover_color\";s:7:\"#FFFFFF\";s:13:\"border_border\";s:5:\"solid\";s:12:\"border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";s:1:\"1\";}s:5:\"align\";s:4:\"left\";s:16:\"background_color\";s:9:\"#00000000\";s:11:\"__globals__\";a:4:{s:17:\"button_text_color\";s:32:\"globals/colors?id=astratextcolor\";s:12:\"border_color\";s:32:\"globals/colors?id=astratextcolor\";s:29:\"button_background_hover_color\";s:33:\"globals/colors?id=astrathemecolor\";s:25:\"button_hover_border_color\";s:33:\"globals/colors?id=astrathemecolor\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"ce23738\";s:8:\"settings\";a:23:{s:12:\"_column_size\";s:2:\"50\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"48\";s:5:\"right\";s:2:\"80\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"32\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"82c82d4\";s:8:\"settings\";a:27:{s:5:\"image\";a:2:{s:2:\"id\";i:1147;s:3:\"url\";s:120:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\";}s:10:\"title_text\";s:26:\"Elit mattis platea rhoncus\";s:16:\"description_text\";s:89:\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\";s:8:\"position\";s:4:\"left\";s:10:\"title_size\";s:2:\"h4\";s:11:\"image_space\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"24\";s:5:\"sizes\";a:0:{}}s:18:\"image_space_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"24\";s:5:\"sizes\";a:0:{}}s:17:\"text_align_mobile\";s:4:\"left\";s:18:\"title_bottom_space\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"8\";s:5:\"sizes\";a:0:{}}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"12\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"32\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"_border_border\";s:5:\"solid\";s:13:\"_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:13:\"_border_color\";s:7:\"#E2E7F0\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"image-box\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"5f17742\";s:8:\"settings\";a:27:{s:5:\"image\";a:2:{s:2:\"id\";i:1148;s:3:\"url\";s:120:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\";}s:10:\"title_text\";s:33:\"Nisl eleifend vulputate ultricies\";s:16:\"description_text\";s:89:\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\";s:8:\"position\";s:4:\"left\";s:10:\"title_size\";s:2:\"h4\";s:11:\"image_space\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"24\";s:5:\"sizes\";a:0:{}}s:18:\"image_space_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"24\";s:5:\"sizes\";a:0:{}}s:17:\"text_align_mobile\";s:4:\"left\";s:18:\"title_bottom_space\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"8\";s:5:\"sizes\";a:0:{}}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"12\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"32\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"_border_border\";s:5:\"solid\";s:13:\"_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:13:\"_border_color\";s:7:\"#E2E7F0\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"image-box\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"1050cd7\";s:8:\"settings\";a:26:{s:5:\"image\";a:2:{s:2:\"id\";i:1149;s:3:\"url\";s:120:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\";}s:10:\"title_text\";s:20:\"Porttitor quam dolor\";s:16:\"description_text\";s:89:\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\";s:8:\"position\";s:4:\"left\";s:10:\"title_size\";s:2:\"h4\";s:11:\"image_space\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"24\";s:5:\"sizes\";a:0:{}}s:17:\"text_align_mobile\";s:4:\"left\";s:18:\"title_bottom_space\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"8\";s:5:\"sizes\";a:0:{}}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"12\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"32\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"_border_border\";s:5:\"solid\";s:13:\"_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:13:\"_border_color\";s:7:\"#E2E7F0\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"image-box\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}}\";'),(6402,1151,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6403,1151,'_elementor_pro_version','3.2.1'),(6430,1154,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6431,1154,'_elementor_pro_version','3.2.1'),(6432,1154,'_elementor_page_assets','a:0:{}'),(6434,1155,'_elementor_edit_mode','builder'),(6435,1155,'_elementor_template_type','wp-page'),(6436,1155,'_elementor_version','3.3.1'),(6437,1155,'_wp_page_template','default'),(6438,1155,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best practices for digital marketing\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Pellentesque vel tempus ultrices fringilla feugiat sagittis, fermentum eget nunc lacus, mi ut eros sed a tincidunt massa amet tellus tempor, nec curabitur ultricies.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b04bbf5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Consequat neque fermentum facilisi neque lacus elit velit ultrices aliquam nibh lorem arcu consequat mauris lacus, risus egestas quam dictum enim diam sociis volutpat vel id id non interdum sollicitudin sit est arcu vulputate quis vulputate facilisi in nibh urna.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1143,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-1.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing Essentials #1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59d8273\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b4f4a67\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Molestie in eu ipsum condimentum\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"384ec63\"},{\"text\":\"Quis in lobortis nunc ullamcorper sit \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"7ba52ed\"},{\"text\":\"Non sit vulputate praesent praesent dignissim platea \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"d9cd325\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c328b40\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Now\",\"align\":\"left\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"background_color\":\"#00000000\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing Essentials #2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b77406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57d479\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Molestie in eu ipsum condimentum\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"384ec63\"},{\"text\":\"Quis in lobortis nunc ullamcorper sit \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"7ba52ed\"},{\"text\":\"Non sit vulputate praesent praesent dignissim platea \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"d9cd325\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"a67e40b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Now\",\"align\":\"left\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"background_color\":\"#00000000\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1146,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-3.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f505cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing Handbook\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e27570a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7158521\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Molestie in eu ipsum condimentum\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"384ec63\"},{\"text\":\"Quis in lobortis nunc ullamcorper sit \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"7ba52ed\"},{\"text\":\"Non sit vulputate praesent praesent dignissim platea \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"d9cd325\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"5e38237\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Now\",\"align\":\"left\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"background_color\":\"#00000000\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"k3nc4xv\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"75b1742\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"192\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1d076d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4d53f04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing News &amp; Blog\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042d76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec4a328\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"align\":\"left\",\"background_color\":\"#00000000\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"ce23738\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"82c82d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1147,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\"},\"title_text\":\"Elit mattis platea rhoncus\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5f17742\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1148,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\"},\"title_text\":\"Nisl eleifend vulputate ultricies\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1050cd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1149,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\"},\"title_text\":\"Porttitor quam dolor\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6439,1155,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6440,1155,'_elementor_pro_version','3.2.1'),(6441,1155,'_elementor_page_assets','a:0:{}'),(6449,1156,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6450,1156,'_elementor_pro_version','3.2.1'),(6451,1156,'_elementor_page_assets','a:0:{}'),(6454,1157,'_elementor_edit_mode','builder'),(6455,1157,'_elementor_template_type','wp-page'),(6456,1157,'_elementor_version','3.3.1'),(6457,1157,'_wp_page_template','default'),(6458,1157,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1143,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-1.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing Essentials #1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59d8273\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b4f4a67\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Molestie in eu ipsum condimentum\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"384ec63\"},{\"text\":\"Quis in lobortis nunc ullamcorper sit \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"7ba52ed\"},{\"text\":\"Non sit vulputate praesent praesent dignissim platea \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"d9cd325\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c328b40\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Now\",\"align\":\"left\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"background_color\":\"#00000000\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing Essentials #2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b77406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57d479\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Molestie in eu ipsum condimentum\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"384ec63\"},{\"text\":\"Quis in lobortis nunc ullamcorper sit \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"7ba52ed\"},{\"text\":\"Non sit vulputate praesent praesent dignissim platea \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"d9cd325\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"a67e40b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Now\",\"align\":\"left\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"background_color\":\"#00000000\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1146,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-3.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f505cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing Handbook\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e27570a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7158521\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Molestie in eu ipsum condimentum\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"384ec63\"},{\"text\":\"Quis in lobortis nunc ullamcorper sit \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"7ba52ed\"},{\"text\":\"Non sit vulputate praesent praesent dignissim platea \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"d9cd325\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"5e38237\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Now\",\"align\":\"left\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"background_color\":\"#00000000\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"k3nc4xv\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"75b1742\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"192\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1d076d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4d53f04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing News &amp; Blog\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042d76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec4a328\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"align\":\"left\",\"background_color\":\"#00000000\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"ce23738\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"82c82d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1147,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\"},\"title_text\":\"Elit mattis platea rhoncus\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5f17742\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1148,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\"},\"title_text\":\"Nisl eleifend vulputate ultricies\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1050cd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1149,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\"},\"title_text\":\"Porttitor quam dolor\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6459,1157,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6460,1157,'_elementor_pro_version','3.2.1'),(6461,1157,'_elementor_page_assets','a:0:{}'),(6462,1158,'_elementor_edit_mode','builder'),(6463,1158,'_elementor_template_type','wp-page'),(6464,1158,'_elementor_version','3.3.1'),(6465,1158,'_wp_page_template','default'),(6466,1158,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1143,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-1.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing Essentials #1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59d8273\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b4f4a67\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Molestie in eu ipsum condimentum\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"384ec63\"},{\"text\":\"Quis in lobortis nunc ullamcorper sit \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"7ba52ed\"},{\"text\":\"Non sit vulputate praesent praesent dignissim platea \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"d9cd325\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c328b40\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Now\",\"align\":\"left\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"background_color\":\"#00000000\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing Essentials #2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b77406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57d479\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Molestie in eu ipsum condimentum\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"384ec63\"},{\"text\":\"Quis in lobortis nunc ullamcorper sit \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"7ba52ed\"},{\"text\":\"Non sit vulputate praesent praesent dignissim platea \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"d9cd325\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"a67e40b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Now\",\"align\":\"left\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"background_color\":\"#00000000\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1146,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-3.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f505cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing Handbook\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e27570a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7158521\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Molestie in eu ipsum condimentum\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"384ec63\"},{\"text\":\"Quis in lobortis nunc ullamcorper sit \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"7ba52ed\"},{\"text\":\"Non sit vulputate praesent praesent dignissim platea \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"d9cd325\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"5e38237\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Now\",\"align\":\"left\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"background_color\":\"#00000000\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"k3nc4xv\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"75b1742\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"192\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1d076d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4d53f04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing News &amp; Blog\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042d76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec4a328\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"align\":\"left\",\"background_color\":\"#00000000\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"ce23738\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"82c82d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1147,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\"},\"title_text\":\"Elit mattis platea rhoncus\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5f17742\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1148,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\"},\"title_text\":\"Nisl eleifend vulputate ultricies\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1050cd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1149,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\"},\"title_text\":\"Porttitor quam dolor\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6467,1158,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6468,1158,'_elementor_pro_version','3.2.1'),(6469,1158,'_elementor_page_assets','a:0:{}'),(6470,1159,'_elementor_edit_mode','builder'),(6471,1159,'_elementor_template_type','wp-page'),(6472,1159,'_elementor_version','3.3.1'),(6473,1159,'_wp_page_template','default'),(6474,1159,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1143,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-1.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59d8273\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b4f4a67\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Molestie in eu ipsum condimentum\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"384ec63\"},{\"text\":\"Quis in lobortis nunc ullamcorper sit \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"7ba52ed\"},{\"text\":\"Non sit vulputate praesent praesent dignissim platea \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"d9cd325\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c328b40\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Now\",\"align\":\"left\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"background_color\":\"#00000000\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing Essentials #2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b77406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57d479\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Molestie in eu ipsum condimentum\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"384ec63\"},{\"text\":\"Quis in lobortis nunc ullamcorper sit \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"7ba52ed\"},{\"text\":\"Non sit vulputate praesent praesent dignissim platea \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"d9cd325\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"a67e40b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Now\",\"align\":\"left\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"background_color\":\"#00000000\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1146,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-3.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f505cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing Handbook\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e27570a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7158521\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Molestie in eu ipsum condimentum\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"384ec63\"},{\"text\":\"Quis in lobortis nunc ullamcorper sit \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"7ba52ed\"},{\"text\":\"Non sit vulputate praesent praesent dignissim platea \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"d9cd325\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"5e38237\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Now\",\"align\":\"left\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"background_color\":\"#00000000\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"k3nc4xv\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"75b1742\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"192\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1d076d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4d53f04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing News &amp; Blog\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042d76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec4a328\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"align\":\"left\",\"background_color\":\"#00000000\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"ce23738\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"82c82d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1147,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\"},\"title_text\":\"Elit mattis platea rhoncus\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5f17742\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1148,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\"},\"title_text\":\"Nisl eleifend vulputate ultricies\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1050cd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1149,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\"},\"title_text\":\"Porttitor quam dolor\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6475,1159,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6476,1159,'_elementor_pro_version','3.2.1'),(6477,1159,'_elementor_page_assets','a:0:{}'),(6479,1160,'_elementor_edit_mode','builder'),(6480,1160,'_elementor_template_type','wp-page'),(6481,1160,'_elementor_version','3.3.1'),(6482,1160,'_wp_page_template','default'),(6483,1160,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1143,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-1.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59d8273\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b4f4a67\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Molestie in eu ipsum condimentum\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"384ec63\"},{\"text\":\"Quis in lobortis nunc ullamcorper sit \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"7ba52ed\"},{\"text\":\"Non sit vulputate praesent praesent dignissim platea \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"d9cd325\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c328b40\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Now\",\"align\":\"left\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"background_color\":\"#00000000\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing Essentials #2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b77406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57d479\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Molestie in eu ipsum condimentum\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"384ec63\"},{\"text\":\"Quis in lobortis nunc ullamcorper sit \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"7ba52ed\"},{\"text\":\"Non sit vulputate praesent praesent dignissim platea \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"d9cd325\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"a67e40b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Now\",\"align\":\"left\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"background_color\":\"#00000000\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1146,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-3.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f505cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing Handbook\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e27570a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7158521\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Molestie in eu ipsum condimentum\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"384ec63\"},{\"text\":\"Quis in lobortis nunc ullamcorper sit \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"7ba52ed\"},{\"text\":\"Non sit vulputate praesent praesent dignissim platea \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"d9cd325\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"5e38237\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Now\",\"align\":\"left\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"background_color\":\"#00000000\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"k3nc4xv\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"75b1742\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"192\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1d076d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4d53f04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing News &amp; Blog\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042d76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec4a328\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"align\":\"left\",\"background_color\":\"#00000000\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"ce23738\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"82c82d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1147,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\"},\"title_text\":\"Elit mattis platea rhoncus\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5f17742\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1148,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\"},\"title_text\":\"Nisl eleifend vulputate ultricies\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1050cd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1149,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\"},\"title_text\":\"Porttitor quam dolor\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6484,1160,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6485,1160,'_elementor_pro_version','3.2.1'),(6486,1160,'_elementor_page_assets','a:0:{}'),(6487,1161,'_elementor_edit_mode','builder'),(6488,1161,'_elementor_template_type','wp-page'),(6489,1161,'_elementor_version','3.3.1'),(6490,1161,'_wp_page_template','default'),(6491,1161,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1143,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-1.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59d8273\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b4f4a67\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Molestie in eu ipsum condimentum\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"384ec63\"},{\"text\":\"Quis in lobortis nunc ullamcorper sit \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"7ba52ed\"},{\"text\":\"Non sit vulputate praesent praesent dignissim platea \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"d9cd325\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c328b40\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Now\",\"align\":\"left\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"background_color\":\"#00000000\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing Essentials #2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b77406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57d479\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Molestie in eu ipsum condimentum\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"384ec63\"},{\"text\":\"Quis in lobortis nunc ullamcorper sit \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"7ba52ed\"},{\"text\":\"Non sit vulputate praesent praesent dignissim platea \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"d9cd325\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"a67e40b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Now\",\"align\":\"left\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"background_color\":\"#00000000\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1146,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-3.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f505cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing Handbook\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e27570a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7158521\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Molestie in eu ipsum condimentum\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"384ec63\"},{\"text\":\"Quis in lobortis nunc ullamcorper sit \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"7ba52ed\"},{\"text\":\"Non sit vulputate praesent praesent dignissim platea \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"d9cd325\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"5e38237\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Now\",\"align\":\"left\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"background_color\":\"#00000000\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"k3nc4xv\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"75b1742\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"192\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1d076d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4d53f04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing News &amp; Blog\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042d76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec4a328\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"align\":\"left\",\"background_color\":\"#00000000\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"ce23738\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"82c82d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1147,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\"},\"title_text\":\"Elit mattis platea rhoncus\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5f17742\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1148,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\"},\"title_text\":\"Nisl eleifend vulputate ultricies\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1050cd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1149,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\"},\"title_text\":\"Porttitor quam dolor\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6492,1161,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6493,1161,'_elementor_pro_version','3.2.1'),(6494,1161,'_elementor_page_assets','a:0:{}'),(6500,1162,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6501,1162,'_elementor_pro_version','3.2.1'),(6502,1162,'_elementor_page_assets','a:0:{}'),(6505,1163,'_elementor_edit_mode','builder'),(6506,1163,'_elementor_template_type','wp-page'),(6507,1163,'_elementor_version','3.3.1'),(6508,1163,'_wp_page_template','default'),(6509,1163,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1143,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-1.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now? The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing Essentials #2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b77406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57d479\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Molestie in eu ipsum condimentum\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"384ec63\"},{\"text\":\"Quis in lobortis nunc ullamcorper sit \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"7ba52ed\"},{\"text\":\"Non sit vulputate praesent praesent dignissim platea \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"d9cd325\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"a67e40b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Now\",\"align\":\"left\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"background_color\":\"#00000000\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1146,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-3.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f505cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing Handbook\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e27570a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7158521\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Molestie in eu ipsum condimentum\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"384ec63\"},{\"text\":\"Quis in lobortis nunc ullamcorper sit \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"7ba52ed\"},{\"text\":\"Non sit vulputate praesent praesent dignissim platea \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"d9cd325\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"5e38237\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Now\",\"align\":\"left\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"background_color\":\"#00000000\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"k3nc4xv\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"75b1742\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"192\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1d076d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4d53f04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing News &amp; Blog\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042d76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec4a328\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"align\":\"left\",\"background_color\":\"#00000000\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"ce23738\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"82c82d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1147,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\"},\"title_text\":\"Elit mattis platea rhoncus\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5f17742\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1148,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\"},\"title_text\":\"Nisl eleifend vulputate ultricies\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1050cd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1149,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\"},\"title_text\":\"Porttitor quam dolor\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6510,1163,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6511,1163,'_elementor_pro_version','3.2.1'),(6512,1163,'_elementor_page_assets','a:0:{}'),(6513,1164,'_elementor_edit_mode','builder'),(6514,1164,'_elementor_template_type','wp-page'),(6515,1164,'_elementor_version','3.3.1'),(6516,1164,'_wp_page_template','default'),(6517,1164,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1143,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-1.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now? The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing Essentials #2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b77406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57d479\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Molestie in eu ipsum condimentum\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"384ec63\"},{\"text\":\"Quis in lobortis nunc ullamcorper sit \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"7ba52ed\"},{\"text\":\"Non sit vulputate praesent praesent dignissim platea \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"d9cd325\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"a67e40b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Now\",\"align\":\"left\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"background_color\":\"#00000000\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1146,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-3.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f505cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing Handbook\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e27570a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7158521\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Molestie in eu ipsum condimentum\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"384ec63\"},{\"text\":\"Quis in lobortis nunc ullamcorper sit \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"7ba52ed\"},{\"text\":\"Non sit vulputate praesent praesent dignissim platea \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"d9cd325\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"5e38237\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Now\",\"align\":\"left\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"background_color\":\"#00000000\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"k3nc4xv\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"75b1742\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"192\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1d076d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4d53f04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing News &amp; Blog\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042d76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec4a328\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"align\":\"left\",\"background_color\":\"#00000000\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"ce23738\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"82c82d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1147,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\"},\"title_text\":\"Elit mattis platea rhoncus\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5f17742\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1148,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\"},\"title_text\":\"Nisl eleifend vulputate ultricies\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1050cd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1149,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\"},\"title_text\":\"Porttitor quam dolor\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6518,1164,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6519,1164,'_elementor_pro_version','3.2.1'),(6520,1164,'_elementor_page_assets','a:0:{}'),(6526,1165,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6527,1165,'_elementor_pro_version','3.2.1'),(6528,1165,'_elementor_page_assets','a:0:{}'),(6531,1166,'_elementor_edit_mode','builder'),(6532,1166,'_elementor_template_type','wp-page'),(6533,1166,'_elementor_version','3.3.1'),(6534,1166,'_wp_page_template','default'),(6535,1166,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1143,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-1.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now? The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.\\u00a0\\nThe Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1146,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-3.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f505cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing Handbook\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e27570a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7158521\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Molestie in eu ipsum condimentum\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"384ec63\"},{\"text\":\"Quis in lobortis nunc ullamcorper sit \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"7ba52ed\"},{\"text\":\"Non sit vulputate praesent praesent dignissim platea \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"d9cd325\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"5e38237\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Now\",\"align\":\"left\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"background_color\":\"#00000000\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"k3nc4xv\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"75b1742\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"192\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1d076d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4d53f04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing News &amp; Blog\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042d76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec4a328\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"align\":\"left\",\"background_color\":\"#00000000\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"ce23738\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"82c82d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1147,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\"},\"title_text\":\"Elit mattis platea rhoncus\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5f17742\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1148,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\"},\"title_text\":\"Nisl eleifend vulputate ultricies\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1050cd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1149,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\"},\"title_text\":\"Porttitor quam dolor\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6536,1166,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6537,1166,'_elementor_pro_version','3.2.1'),(6538,1166,'_elementor_page_assets','a:0:{}'),(6539,1167,'_elementor_edit_mode','builder'),(6540,1167,'_elementor_template_type','wp-page'),(6541,1167,'_elementor_version','3.3.1'),(6542,1167,'_wp_page_template','default'),(6543,1167,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1143,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-1.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now? The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.\\u00a0\\nThe Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1146,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-3.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f505cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing Handbook\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e27570a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7158521\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Molestie in eu ipsum condimentum\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"384ec63\"},{\"text\":\"Quis in lobortis nunc ullamcorper sit \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"7ba52ed\"},{\"text\":\"Non sit vulputate praesent praesent dignissim platea \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"d9cd325\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"5e38237\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Now\",\"align\":\"left\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"background_color\":\"#00000000\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"k3nc4xv\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"75b1742\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"192\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1d076d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4d53f04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing News &amp; Blog\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042d76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec4a328\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"align\":\"left\",\"background_color\":\"#00000000\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"ce23738\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"82c82d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1147,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\"},\"title_text\":\"Elit mattis platea rhoncus\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5f17742\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1148,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\"},\"title_text\":\"Nisl eleifend vulputate ultricies\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1050cd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1149,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\"},\"title_text\":\"Porttitor quam dolor\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6544,1167,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6545,1167,'_elementor_pro_version','3.2.1'),(6546,1167,'_elementor_page_assets','a:0:{}'),(6547,1168,'_elementor_edit_mode','builder'),(6548,1168,'_elementor_template_type','wp-page'),(6549,1168,'_elementor_version','3.3.1'),(6550,1168,'_wp_page_template','default'),(6551,1168,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1143,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-1.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now? The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1146,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-3.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f505cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing Handbook\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e27570a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7158521\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Molestie in eu ipsum condimentum\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"384ec63\"},{\"text\":\"Quis in lobortis nunc ullamcorper sit \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"7ba52ed\"},{\"text\":\"Non sit vulputate praesent praesent dignissim platea \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"d9cd325\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"5e38237\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Now\",\"align\":\"left\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"background_color\":\"#00000000\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"k3nc4xv\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"75b1742\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"192\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1d076d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4d53f04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing News &amp; Blog\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042d76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec4a328\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"align\":\"left\",\"background_color\":\"#00000000\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"ce23738\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"82c82d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1147,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\"},\"title_text\":\"Elit mattis platea rhoncus\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5f17742\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1148,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\"},\"title_text\":\"Nisl eleifend vulputate ultricies\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1050cd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1149,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\"},\"title_text\":\"Porttitor quam dolor\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6552,1168,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6553,1168,'_elementor_pro_version','3.2.1'),(6554,1168,'_elementor_page_assets','a:0:{}'),(6557,1169,'_elementor_edit_mode','builder'),(6558,1169,'_elementor_template_type','wp-page'),(6559,1169,'_elementor_version','3.3.1'),(6560,1169,'_wp_page_template','default'),(6561,1169,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1143,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-1.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now? The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1146,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-3.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f505cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing Handbook\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e27570a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7158521\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Molestie in eu ipsum condimentum\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"384ec63\"},{\"text\":\"Quis in lobortis nunc ullamcorper sit \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"7ba52ed\"},{\"text\":\"Non sit vulputate praesent praesent dignissim platea \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"d9cd325\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"5e38237\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Now\",\"align\":\"left\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"background_color\":\"#00000000\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"k3nc4xv\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"75b1742\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"192\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1d076d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4d53f04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing News &amp; Blog\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042d76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec4a328\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"align\":\"left\",\"background_color\":\"#00000000\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"ce23738\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"82c82d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1147,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\"},\"title_text\":\"Elit mattis platea rhoncus\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5f17742\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1148,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\"},\"title_text\":\"Nisl eleifend vulputate ultricies\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1050cd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1149,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\"},\"title_text\":\"Porttitor quam dolor\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6562,1169,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6563,1169,'_elementor_pro_version','3.2.1'),(6564,1169,'_elementor_page_assets','a:0:{}'),(6565,1170,'_elementor_edit_mode','builder'),(6566,1170,'_elementor_template_type','wp-page'),(6567,1170,'_elementor_version','3.3.1'),(6568,1170,'_wp_page_template','default'),(6569,1170,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1143,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-1.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now? The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1146,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-3.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f505cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing Handbook\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e27570a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7158521\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Molestie in eu ipsum condimentum\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"384ec63\"},{\"text\":\"Quis in lobortis nunc ullamcorper sit \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"7ba52ed\"},{\"text\":\"Non sit vulputate praesent praesent dignissim platea \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"d9cd325\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"5e38237\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Now\",\"align\":\"left\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"background_color\":\"#00000000\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"k3nc4xv\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"75b1742\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"192\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1d076d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4d53f04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing News &amp; Blog\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042d76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec4a328\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"align\":\"left\",\"background_color\":\"#00000000\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"ce23738\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"82c82d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1147,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\"},\"title_text\":\"Elit mattis platea rhoncus\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5f17742\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1148,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\"},\"title_text\":\"Nisl eleifend vulputate ultricies\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1050cd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1149,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\"},\"title_text\":\"Porttitor quam dolor\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6570,1170,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6571,1170,'_elementor_pro_version','3.2.1'),(6572,1170,'_elementor_page_assets','a:0:{}'),(6599,1174,'_elementor_edit_mode','builder'),(6573,1171,'_elementor_edit_mode','builder'),(6574,1171,'_elementor_template_type','wp-page'),(6575,1171,'_elementor_version','3.3.1'),(6576,1171,'_wp_page_template','default'),(6577,1171,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1143,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-1.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br \\/>The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1146,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-3.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f505cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing Handbook\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e27570a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7158521\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Molestie in eu ipsum condimentum\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"384ec63\"},{\"text\":\"Quis in lobortis nunc ullamcorper sit \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"7ba52ed\"},{\"text\":\"Non sit vulputate praesent praesent dignissim platea \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"d9cd325\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"5e38237\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Now\",\"align\":\"left\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"background_color\":\"#00000000\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"k3nc4xv\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"75b1742\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"192\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1d076d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4d53f04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing News &amp; Blog\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042d76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec4a328\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"align\":\"left\",\"background_color\":\"#00000000\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"ce23738\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"82c82d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1147,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\"},\"title_text\":\"Elit mattis platea rhoncus\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5f17742\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1148,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\"},\"title_text\":\"Nisl eleifend vulputate ultricies\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1050cd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1149,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\"},\"title_text\":\"Porttitor quam dolor\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6578,1171,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6579,1171,'_elementor_pro_version','3.2.1'),(6580,1171,'_elementor_page_assets','a:0:{}'),(6583,1172,'_elementor_edit_mode','builder'),(6584,1172,'_elementor_template_type','wp-page'),(6585,1172,'_elementor_version','3.3.1'),(6586,1172,'_wp_page_template','default'),(6587,1172,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1143,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-1.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br \\/>The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1146,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-3.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f505cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing Handbook\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e27570a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7158521\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Molestie in eu ipsum condimentum\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"384ec63\"},{\"text\":\"Quis in lobortis nunc ullamcorper sit \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"7ba52ed\"},{\"text\":\"Non sit vulputate praesent praesent dignissim platea \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"d9cd325\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"5e38237\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Now\",\"align\":\"left\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"background_color\":\"#00000000\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"k3nc4xv\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"75b1742\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"192\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1d076d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4d53f04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing News &amp; Blog\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042d76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec4a328\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"align\":\"left\",\"background_color\":\"#00000000\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"ce23738\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"82c82d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1147,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\"},\"title_text\":\"Elit mattis platea rhoncus\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5f17742\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1148,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\"},\"title_text\":\"Nisl eleifend vulputate ultricies\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1050cd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1149,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\"},\"title_text\":\"Porttitor quam dolor\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6588,1172,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6589,1172,'_elementor_pro_version','3.2.1'),(6590,1172,'_elementor_page_assets','a:0:{}'),(6591,1173,'_elementor_edit_mode','builder'),(6592,1173,'_elementor_template_type','wp-page'),(6593,1173,'_elementor_version','3.3.1'),(6594,1173,'_wp_page_template','default'),(6595,1173,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1143,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-1.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br \\/>The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1146,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-3.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f505cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing Handbook\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e27570a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At non dui maecenas nulla imperdiet mi libero, arcu aenean enim tempor pharetra tellus fames amet.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id quis enim, at rutrum gravida mauris, dignissim justo, sagittis proin feugiat mattis hac porttitor sed quam aliquam aenean ullamcorper nunc quisque urna tempor, urna elit vel metus, lacinia sagittis amet tortor.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7158521\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Molestie in eu ipsum condimentum\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"384ec63\"},{\"text\":\"Quis in lobortis nunc ullamcorper sit \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"7ba52ed\"},{\"text\":\"Non sit vulputate praesent praesent dignissim platea \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"d9cd325\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astratextcolor\",\"text_color\":\"globals\\/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"5e38237\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Now\",\"align\":\"left\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"background_color\":\"#00000000\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"k3nc4xv\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"75b1742\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"192\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1d076d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4d53f04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing News &amp; Blog\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042d76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec4a328\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"align\":\"left\",\"background_color\":\"#00000000\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"ce23738\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"82c82d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1147,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\"},\"title_text\":\"Elit mattis platea rhoncus\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5f17742\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1148,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\"},\"title_text\":\"Nisl eleifend vulputate ultricies\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1050cd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1149,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\"},\"title_text\":\"Porttitor quam dolor\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6596,1173,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6597,1173,'_elementor_pro_version','3.2.1'),(6598,1173,'_elementor_page_assets','a:0:{}'),(6604,1174,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6605,1174,'_elementor_pro_version','3.2.1'),(6606,1174,'_elementor_page_assets','a:0:{}'),(6610,1175,'_elementor_edit_mode','builder'),(6611,1175,'_elementor_template_type','wp-page'),(6612,1175,'_elementor_version','3.3.1'),(6613,1175,'_wp_page_template','default'),(6614,1175,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1143,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-1.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br \\/>The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1146,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-3.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f505cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"k3nc4xv\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"75b1742\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"192\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1d076d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4d53f04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing News &amp; Blog\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042d76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec4a328\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"align\":\"left\",\"background_color\":\"#00000000\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"ce23738\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"82c82d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1147,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\"},\"title_text\":\"Elit mattis platea rhoncus\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5f17742\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1148,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\"},\"title_text\":\"Nisl eleifend vulputate ultricies\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1050cd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1149,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\"},\"title_text\":\"Porttitor quam dolor\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6615,1175,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6616,1175,'_elementor_pro_version','3.2.1'),(6617,1175,'_elementor_page_assets','a:0:{}'),(6619,1176,'_elementor_edit_mode','builder'),(6620,1176,'_elementor_template_type','wp-page'),(6621,1176,'_elementor_version','3.3.1'),(6622,1176,'_wp_page_template','default'),(6623,1176,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1143,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-1.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br \\/>The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1146,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-3.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f505cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"k3nc4xv\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"75b1742\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"192\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1d076d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4d53f04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing News &amp; Blog\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042d76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec4a328\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"align\":\"left\",\"background_color\":\"#00000000\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"ce23738\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"82c82d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1147,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\"},\"title_text\":\"Elit mattis platea rhoncus\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5f17742\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1148,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\"},\"title_text\":\"Nisl eleifend vulputate ultricies\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1050cd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1149,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\"},\"title_text\":\"Porttitor quam dolor\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6624,1176,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6625,1176,'_elementor_pro_version','3.2.1'),(6626,1176,'_elementor_page_assets','a:0:{}'),(6628,1177,'_elementor_edit_mode','builder'),(6629,1177,'_elementor_template_type','wp-page'),(6630,1177,'_elementor_version','3.3.1'),(6631,1177,'_wp_page_template','default'),(6632,1177,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1143,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-1.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br \\/>The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"f08557d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9d76cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0b9bd8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ee4d28f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f00a1e2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf1fe34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"b9fb13e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"04f1862\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef756a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6b9ac62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"cbf523b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"25f4650\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c3bbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"10322c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f8201de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"949fb60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef51021\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b75f0b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"5da5200\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6ed6830\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"530adac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"89436d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a83156e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1146,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-3.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f505cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e7fdaaf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"k3nc4xv\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"75b1742\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"192\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1d076d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4d53f04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing News &amp; Blog\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042d76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec4a328\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"align\":\"left\",\"background_color\":\"#00000000\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"ce23738\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"82c82d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1147,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\"},\"title_text\":\"Elit mattis platea rhoncus\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5f17742\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1148,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\"},\"title_text\":\"Nisl eleifend vulputate ultricies\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1050cd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1149,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\"},\"title_text\":\"Porttitor quam dolor\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6633,1177,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6634,1177,'_elementor_pro_version','3.2.1'),(6635,1177,'_elementor_page_assets','a:0:{}'),(6639,1178,'_elementor_edit_mode','builder'),(6640,1178,'_elementor_template_type','wp-page'),(6641,1178,'_elementor_version','3.3.1'),(6642,1178,'_wp_page_template','default'),(6643,1178,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1143,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-1.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br \\/>The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"f08557d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9d76cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0b9bd8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ee4d28f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f00a1e2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf1fe34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"b9fb13e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"04f1862\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef756a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6b9ac62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"cbf523b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"25f4650\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c3bbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"10322c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f8201de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"949fb60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef51021\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b75f0b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"5da5200\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6ed6830\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"530adac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"89436d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a83156e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1146,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-3.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f505cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e7fdaaf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"k3nc4xv\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"75b1742\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"192\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1d076d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4d53f04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing News &amp; Blog\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042d76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec4a328\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"align\":\"left\",\"background_color\":\"#00000000\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"ce23738\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"82c82d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1147,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\"},\"title_text\":\"Elit mattis platea rhoncus\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5f17742\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1148,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\"},\"title_text\":\"Nisl eleifend vulputate ultricies\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1050cd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1149,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\"},\"title_text\":\"Porttitor quam dolor\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6644,1178,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6645,1178,'_elementor_pro_version','3.2.1'),(6646,1178,'_elementor_page_assets','a:0:{}'),(6647,1179,'_elementor_edit_mode','builder'),(6648,1179,'_elementor_template_type','wp-page'),(6649,1179,'_elementor_version','3.3.1'),(6650,1179,'_wp_page_template','default'),(6651,1179,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1143,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-1.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br \\/>The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"f08557d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9d76cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0b9bd8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ee4d28f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f00a1e2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf1fe34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"b9fb13e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"04f1862\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef756a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6b9ac62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"cbf523b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"25f4650\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c3bbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"10322c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f8201de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"949fb60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef51021\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b75f0b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"5da5200\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6ed6830\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"530adac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"89436d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a83156e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1146,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-3.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f505cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e7fdaaf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"k3nc4xv\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"75b1742\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"192\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1d076d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4d53f04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing News &amp; Blog\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042d76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec4a328\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"align\":\"left\",\"background_color\":\"#00000000\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"ce23738\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"82c82d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1147,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\"},\"title_text\":\"Elit mattis platea rhoncus\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5f17742\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1148,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\"},\"title_text\":\"Nisl eleifend vulputate ultricies\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1050cd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1149,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\"},\"title_text\":\"Porttitor quam dolor\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6652,1179,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6653,1179,'_elementor_pro_version','3.2.1'),(6654,1179,'_elementor_page_assets','a:0:{}'),(6655,1180,'_elementor_edit_mode','builder'),(6656,1180,'_elementor_template_type','wp-page'),(6657,1180,'_elementor_version','3.3.1'),(6658,1180,'_wp_page_template','default'),(6659,1180,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1143,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-1.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br \\/>The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"f08557d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9d76cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0b9bd8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ee4d28f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f00a1e2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf1fe34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"b9fb13e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"04f1862\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef756a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6b9ac62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"cbf523b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"25f4650\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c3bbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"10322c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f8201de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"949fb60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef51021\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b75f0b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"5da5200\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6ed6830\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"530adac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Addiction\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"89436d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a83156e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking \\u201cif I can just get away from it all even for an hour, it would be worth it \\u201c. You take a substance just to have a moment of peace in your life where just for one second in time, you\\u2019re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it\\u2019s back to your life, your miserable life. So, what do you do?<br \\/>You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"ef66e27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"00638a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"66c8d11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f0d4712\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6c8231f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4894f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7ec2b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"67da1aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1146,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-3.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f505cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e7fdaaf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"k3nc4xv\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"75b1742\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"192\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1d076d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4d53f04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing News &amp; Blog\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042d76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec4a328\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"align\":\"left\",\"background_color\":\"#00000000\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"ce23738\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"82c82d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1147,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\"},\"title_text\":\"Elit mattis platea rhoncus\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5f17742\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1148,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\"},\"title_text\":\"Nisl eleifend vulputate ultricies\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1050cd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1149,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\"},\"title_text\":\"Porttitor quam dolor\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6660,1180,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6661,1180,'_elementor_pro_version','3.2.1'),(6662,1180,'_elementor_page_assets','a:0:{}'),(6665,1181,'_elementor_edit_mode','builder'),(6666,1181,'_elementor_template_type','wp-page'),(6667,1181,'_elementor_version','3.3.1'),(6668,1181,'_wp_page_template','default'),(6669,1181,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1143,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-1.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br \\/>The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"f08557d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9d76cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0b9bd8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ee4d28f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f00a1e2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf1fe34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"b9fb13e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"04f1862\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef756a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6b9ac62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"cbf523b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"25f4650\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c3bbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"10322c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f8201de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"949fb60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef51021\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b75f0b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"5da5200\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6ed6830\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"530adac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Addiction\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"89436d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a83156e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking \\u201cif I can just get away from it all even for an hour, it would be worth it \\u201c. You take a substance just to have a moment of peace in your life where just for one second in time, you\\u2019re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it\\u2019s back to your life, your miserable life. So, what do you do?<br \\/>You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"ef66e27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"00638a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"66c8d11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f0d4712\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6c8231f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4894f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7ec2b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"67da1aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1146,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-3.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f505cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e7fdaaf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"k3nc4xv\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"75b1742\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"192\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1d076d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4d53f04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing News &amp; Blog\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042d76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec4a328\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"align\":\"left\",\"background_color\":\"#00000000\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"ce23738\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"82c82d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1147,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\"},\"title_text\":\"Elit mattis platea rhoncus\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5f17742\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1148,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\"},\"title_text\":\"Nisl eleifend vulputate ultricies\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1050cd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1149,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\"},\"title_text\":\"Porttitor quam dolor\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6670,1181,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6671,1181,'_elementor_pro_version','3.2.1'),(6672,1181,'_elementor_page_assets','a:0:{}'),(6673,1182,'_elementor_edit_mode','builder'),(6674,1182,'_elementor_template_type','wp-page'),(6675,1182,'_elementor_version','3.3.1');
INSERT INTO `wpxo_postmeta` VALUES (6676,1182,'_wp_page_template','default'),(6677,1182,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1143,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-1.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br \\/>The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"f08557d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9d76cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0b9bd8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ee4d28f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f00a1e2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf1fe34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"b9fb13e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"04f1862\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef756a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6b9ac62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"cbf523b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"25f4650\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c3bbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"10322c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f8201de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"949fb60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef51021\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b75f0b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"5da5200\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6ed6830\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"530adac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Addiction\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"89436d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a83156e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking \\u201cif I can just get away from it all even for an hour, it would be worth it \\u201c. You take a substance just to have a moment of peace in your life where just for one second in time, you\\u2019re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it\\u2019s back to your life, your miserable life. So, what do you do?<br \\/>You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"ef66e27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"00638a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"66c8d11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f0d4712\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6c8231f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4894f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7ec2b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"67da1aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1146,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-3.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f505cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e7fdaaf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"k3nc4xv\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"75b1742\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"192\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1d076d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4d53f04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing News &amp; Blog\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042d76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec4a328\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"align\":\"left\",\"background_color\":\"#00000000\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"ce23738\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"82c82d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1147,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\"},\"title_text\":\"Elit mattis platea rhoncus\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5f17742\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1148,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\"},\"title_text\":\"Nisl eleifend vulputate ultricies\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1050cd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1149,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\"},\"title_text\":\"Porttitor quam dolor\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6678,1182,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6679,1182,'_elementor_pro_version','3.2.1'),(6680,1182,'_elementor_page_assets','a:0:{}'),(6840,1200,'_elementor_template_type','wp-page'),(6841,1200,'_elementor_version','3.3.1'),(6842,1200,'_wp_page_template','default'),(6843,1200,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br \\/>The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":959,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Divorce-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"f08557d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9d76cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0b9bd8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":964,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/domestic-violence-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ee4d28f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f00a1e2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf1fe34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"b9fb13e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"04f1862\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef756a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6b9ac62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"cbf523b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"25f4650\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c3bbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"10322c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f8201de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"949fb60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef51021\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b75f0b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":966,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"5da5200\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6ed6830\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"530adac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Addiction\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"89436d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a83156e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking \\u201cif I can just get away from it all even for an hour, it would be worth it \\u201c. You take a substance just to have a moment of peace in your life where just for one second in time, you\\u2019re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it\\u2019s back to your life, your miserable life. So, what do you do?<br \\/>You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"ef66e27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"00638a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"66c8d11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":967,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/military.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f0d4712\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6c8231f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4894f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After The military\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7ec2b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"67da1aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fighting daily for your country\\u2019s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c6ed565\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4a7f3c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you\\u2019re diseased and will throw a measly amount of change at you that you couldn\\u2019t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6707,1186,'_elementor_edit_mode','builder'),(6708,1186,'_elementor_template_type','wp-page'),(6709,1186,'_elementor_version','3.3.1'),(6710,1186,'_wp_page_template','default'),(6711,1186,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1143,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-1.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br \\/>The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"f08557d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9d76cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0b9bd8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ee4d28f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f00a1e2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf1fe34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"b9fb13e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"04f1862\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef756a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6b9ac62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"cbf523b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"25f4650\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c3bbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"10322c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f8201de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"949fb60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef51021\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b75f0b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"5da5200\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6ed6830\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"530adac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Addiction\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"89436d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a83156e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking \\u201cif I can just get away from it all even for an hour, it would be worth it \\u201c. You take a substance just to have a moment of peace in your life where just for one second in time, you\\u2019re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it\\u2019s back to your life, your miserable life. So, what do you do?<br \\/>You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"ef66e27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"00638a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"66c8d11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f0d4712\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6c8231f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4894f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After The military\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7ec2b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"67da1aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fighting daily for your country\\u2019s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1146,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-3.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c6ed565\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4a7f3c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you\\u2019re diseased and will throw a measly amount of change at you that you couldn\\u2019t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"k3nc4xv\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"75b1742\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"192\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1d076d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4d53f04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing News &amp; Blog\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042d76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec4a328\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"align\":\"left\",\"background_color\":\"#00000000\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"ce23738\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"82c82d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1147,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\"},\"title_text\":\"Elit mattis platea rhoncus\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5f17742\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1148,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\"},\"title_text\":\"Nisl eleifend vulputate ultricies\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1050cd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1149,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\"},\"title_text\":\"Porttitor quam dolor\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6681,1183,'_elementor_edit_mode','builder'),(6682,1183,'_elementor_template_type','wp-page'),(6683,1183,'_elementor_version','3.3.1'),(6684,1183,'_wp_page_template','default'),(6685,1183,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1143,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-1.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br \\/>The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"f08557d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9d76cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0b9bd8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ee4d28f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f00a1e2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf1fe34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"b9fb13e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"04f1862\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef756a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6b9ac62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"cbf523b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"25f4650\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c3bbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"10322c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f8201de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"949fb60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef51021\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b75f0b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"5da5200\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6ed6830\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"530adac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Addiction\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"89436d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a83156e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking \\u201cif I can just get away from it all even for an hour, it would be worth it \\u201c. You take a substance just to have a moment of peace in your life where just for one second in time, you\\u2019re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it\\u2019s back to your life, your miserable life. So, what do you do?<br \\/>You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"ef66e27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"00638a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"66c8d11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f0d4712\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6c8231f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4894f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After The military\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7ec2b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"67da1aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fighting daily for your country\\u2019s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"fa9c1ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a1f9c62\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"84fcfdb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ffc7f9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1636b4d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c6ed565\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"8d9234b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"664e8e5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you\\u2019re diseased and will throw a measly amount of change at you that you couldn\\u2019t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1146,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-3.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f505cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e7fdaaf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"k3nc4xv\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"75b1742\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"192\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1d076d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4d53f04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing News &amp; Blog\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042d76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec4a328\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"align\":\"left\",\"background_color\":\"#00000000\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"ce23738\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"82c82d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1147,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\"},\"title_text\":\"Elit mattis platea rhoncus\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5f17742\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1148,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\"},\"title_text\":\"Nisl eleifend vulputate ultricies\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1050cd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1149,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\"},\"title_text\":\"Porttitor quam dolor\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6686,1183,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6687,1183,'_elementor_pro_version','3.2.1'),(6688,1183,'_elementor_page_assets','a:0:{}'),(6691,1184,'_elementor_edit_mode','builder'),(6692,1184,'_elementor_template_type','wp-page'),(6693,1184,'_elementor_version','3.3.1'),(6694,1184,'_wp_page_template','default'),(6695,1184,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1143,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-1.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br \\/>The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"f08557d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9d76cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0b9bd8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ee4d28f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f00a1e2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf1fe34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"b9fb13e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"04f1862\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef756a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6b9ac62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"cbf523b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"25f4650\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c3bbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"10322c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f8201de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"949fb60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef51021\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b75f0b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"5da5200\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6ed6830\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"530adac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Addiction\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"89436d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a83156e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking \\u201cif I can just get away from it all even for an hour, it would be worth it \\u201c. You take a substance just to have a moment of peace in your life where just for one second in time, you\\u2019re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it\\u2019s back to your life, your miserable life. So, what do you do?<br \\/>You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"ef66e27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"00638a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"66c8d11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f0d4712\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6c8231f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4894f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After The military\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7ec2b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"67da1aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fighting daily for your country\\u2019s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"fa9c1ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a1f9c62\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"84fcfdb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ffc7f9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1636b4d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c6ed565\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"8d9234b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"664e8e5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you\\u2019re diseased and will throw a measly amount of change at you that you couldn\\u2019t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1146,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-3.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f505cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e7fdaaf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"k3nc4xv\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"75b1742\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"192\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1d076d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4d53f04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing News &amp; Blog\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042d76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec4a328\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"align\":\"left\",\"background_color\":\"#00000000\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"ce23738\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"82c82d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1147,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\"},\"title_text\":\"Elit mattis platea rhoncus\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5f17742\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1148,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\"},\"title_text\":\"Nisl eleifend vulputate ultricies\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1050cd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1149,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\"},\"title_text\":\"Porttitor quam dolor\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6696,1184,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6697,1184,'_elementor_pro_version','3.2.1'),(6698,1184,'_elementor_page_assets','a:0:{}'),(6699,1185,'_elementor_edit_mode','builder'),(6700,1185,'_elementor_template_type','wp-page'),(6701,1185,'_elementor_version','3.3.1'),(6702,1185,'_wp_page_template','default'),(6703,1185,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1143,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-1.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br \\/>The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"f08557d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9d76cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0b9bd8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ee4d28f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f00a1e2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf1fe34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"b9fb13e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"04f1862\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef756a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6b9ac62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"cbf523b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"25f4650\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c3bbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"10322c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f8201de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"949fb60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef51021\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b75f0b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"5da5200\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6ed6830\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"530adac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Addiction\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"89436d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a83156e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking \\u201cif I can just get away from it all even for an hour, it would be worth it \\u201c. You take a substance just to have a moment of peace in your life where just for one second in time, you\\u2019re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it\\u2019s back to your life, your miserable life. So, what do you do?<br \\/>You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"ef66e27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"00638a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"66c8d11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f0d4712\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6c8231f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4894f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After The military\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7ec2b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"67da1aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fighting daily for your country\\u2019s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"fa9c1ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a1f9c62\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"84fcfdb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ffc7f9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1636b4d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c6ed565\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"8d9234b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"664e8e5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you\\u2019re diseased and will throw a measly amount of change at you that you couldn\\u2019t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1146,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-3.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f505cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e7fdaaf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"k3nc4xv\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"75b1742\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"192\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1d076d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4d53f04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing News &amp; Blog\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042d76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec4a328\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"align\":\"left\",\"background_color\":\"#00000000\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"ce23738\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"82c82d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1147,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\"},\"title_text\":\"Elit mattis platea rhoncus\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5f17742\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1148,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\"},\"title_text\":\"Nisl eleifend vulputate ultricies\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1050cd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1149,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\"},\"title_text\":\"Porttitor quam dolor\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6704,1185,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6705,1185,'_elementor_pro_version','3.2.1'),(6706,1185,'_elementor_page_assets','a:0:{}'),(6712,1186,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6713,1186,'_elementor_pro_version','3.2.1'),(6714,1186,'_elementor_page_assets','a:0:{}'),(6723,1187,'_elementor_edit_mode','builder'),(6724,1187,'_elementor_template_type','wp-page'),(6725,1187,'_elementor_version','3.3.1'),(6726,1187,'_wp_page_template','default'),(6727,1187,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1143,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-1.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br \\/>The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"f08557d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9d76cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0b9bd8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ee4d28f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f00a1e2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf1fe34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"b9fb13e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"04f1862\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef756a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6b9ac62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"cbf523b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"25f4650\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c3bbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"10322c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f8201de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"949fb60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef51021\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b75f0b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"5da5200\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6ed6830\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"530adac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Addiction\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"89436d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a83156e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking \\u201cif I can just get away from it all even for an hour, it would be worth it \\u201c. You take a substance just to have a moment of peace in your life where just for one second in time, you\\u2019re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it\\u2019s back to your life, your miserable life. So, what do you do?<br \\/>You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"ef66e27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"00638a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"66c8d11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f0d4712\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6c8231f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4894f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After The military\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7ec2b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"67da1aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fighting daily for your country\\u2019s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1146,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-3.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c6ed565\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4a7f3c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you\\u2019re diseased and will throw a measly amount of change at you that you couldn\\u2019t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"k3nc4xv\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"75b1742\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"192\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1d076d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4d53f04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing News &amp; Blog\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042d76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec4a328\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"align\":\"left\",\"background_color\":\"#00000000\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"ce23738\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"82c82d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1147,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\"},\"title_text\":\"Elit mattis platea rhoncus\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5f17742\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1148,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\"},\"title_text\":\"Nisl eleifend vulputate ultricies\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1050cd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1149,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\"},\"title_text\":\"Porttitor quam dolor\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6728,1187,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6729,1187,'_elementor_pro_version','3.2.1'),(6730,1187,'_elementor_page_assets','a:0:{}'),(6731,1188,'_elementor_edit_mode','builder'),(6732,1188,'_elementor_template_type','wp-page'),(6733,1188,'_elementor_version','3.3.1'),(6734,1188,'_wp_page_template','default'),(6735,1188,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1143,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-1.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br \\/>The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"f08557d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9d76cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0b9bd8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ee4d28f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f00a1e2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf1fe34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"b9fb13e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"04f1862\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef756a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6b9ac62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"cbf523b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"25f4650\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c3bbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"10322c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f8201de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"949fb60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef51021\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b75f0b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"5da5200\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6ed6830\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"530adac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Addiction\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"89436d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a83156e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking \\u201cif I can just get away from it all even for an hour, it would be worth it \\u201c. You take a substance just to have a moment of peace in your life where just for one second in time, you\\u2019re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it\\u2019s back to your life, your miserable life. So, what do you do?<br \\/>You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"ef66e27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"00638a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"66c8d11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f0d4712\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6c8231f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4894f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After The military\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7ec2b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"67da1aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fighting daily for your country\\u2019s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1146,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-3.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c6ed565\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4a7f3c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you\\u2019re diseased and will throw a measly amount of change at you that you couldn\\u2019t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"k3nc4xv\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"75b1742\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"192\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1d076d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4d53f04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing News &amp; Blog\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042d76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec4a328\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"align\":\"left\",\"background_color\":\"#00000000\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"ce23738\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"82c82d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1147,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\"},\"title_text\":\"Elit mattis platea rhoncus\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5f17742\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1148,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\"},\"title_text\":\"Nisl eleifend vulputate ultricies\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1050cd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1149,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\"},\"title_text\":\"Porttitor quam dolor\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6736,1188,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6737,1188,'_elementor_pro_version','3.2.1'),(6738,1188,'_elementor_page_assets','a:0:{}'),(6739,1189,'_elementor_edit_mode','builder'),(6740,1189,'_elementor_template_type','wp-page'),(6741,1189,'_elementor_version','3.3.1'),(6742,1189,'_wp_page_template','default'),(6743,1189,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br \\/>The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"f08557d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9d76cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0b9bd8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ee4d28f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f00a1e2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf1fe34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"b9fb13e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"04f1862\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef756a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6b9ac62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"cbf523b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"25f4650\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c3bbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"10322c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f8201de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"949fb60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef51021\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b75f0b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"5da5200\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6ed6830\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"530adac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Addiction\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"89436d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a83156e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking \\u201cif I can just get away from it all even for an hour, it would be worth it \\u201c. You take a substance just to have a moment of peace in your life where just for one second in time, you\\u2019re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it\\u2019s back to your life, your miserable life. So, what do you do?<br \\/>You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"ef66e27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"00638a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"66c8d11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f0d4712\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6c8231f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4894f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After The military\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7ec2b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"67da1aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fighting daily for your country\\u2019s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1146,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-3.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c6ed565\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4a7f3c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you\\u2019re diseased and will throw a measly amount of change at you that you couldn\\u2019t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"k3nc4xv\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"75b1742\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"192\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1d076d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4d53f04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing News &amp; Blog\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042d76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec4a328\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"align\":\"left\",\"background_color\":\"#00000000\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"ce23738\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"82c82d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1147,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\"},\"title_text\":\"Elit mattis platea rhoncus\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5f17742\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1148,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\"},\"title_text\":\"Nisl eleifend vulputate ultricies\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1050cd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1149,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\"},\"title_text\":\"Porttitor quam dolor\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6744,1189,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6745,1189,'_elementor_pro_version','3.2.1'),(6746,1189,'_elementor_page_assets','a:0:{}'),(6749,1190,'_elementor_edit_mode','builder'),(6750,1190,'_elementor_template_type','wp-page'),(6751,1190,'_elementor_version','3.3.1'),(6752,1190,'_wp_page_template','default'),(6753,1190,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br \\/>The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"f08557d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9d76cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0b9bd8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ee4d28f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f00a1e2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf1fe34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"b9fb13e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"04f1862\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef756a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6b9ac62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"cbf523b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"25f4650\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c3bbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"10322c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f8201de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"949fb60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef51021\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b75f0b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"5da5200\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6ed6830\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"530adac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Addiction\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"89436d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a83156e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking \\u201cif I can just get away from it all even for an hour, it would be worth it \\u201c. You take a substance just to have a moment of peace in your life where just for one second in time, you\\u2019re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it\\u2019s back to your life, your miserable life. So, what do you do?<br \\/>You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"ef66e27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"00638a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"66c8d11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f0d4712\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6c8231f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4894f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After The military\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7ec2b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"67da1aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fighting daily for your country\\u2019s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1146,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-3.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c6ed565\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4a7f3c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you\\u2019re diseased and will throw a measly amount of change at you that you couldn\\u2019t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"k3nc4xv\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"75b1742\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"192\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1d076d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4d53f04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing News &amp; Blog\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042d76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec4a328\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"align\":\"left\",\"background_color\":\"#00000000\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"ce23738\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"82c82d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1147,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\"},\"title_text\":\"Elit mattis platea rhoncus\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5f17742\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1148,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\"},\"title_text\":\"Nisl eleifend vulputate ultricies\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1050cd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1149,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\"},\"title_text\":\"Porttitor quam dolor\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6754,1190,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6755,1190,'_elementor_pro_version','3.2.1'),(6756,1190,'_elementor_page_assets','a:0:{}'),(6757,1191,'_elementor_edit_mode','builder'),(6758,1191,'_elementor_template_type','wp-page'),(6759,1191,'_elementor_version','3.3.1'),(6760,1191,'_wp_page_template','default'),(6761,1191,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br \\/>The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"f08557d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9d76cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0b9bd8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ee4d28f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f00a1e2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf1fe34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"b9fb13e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"04f1862\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef756a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6b9ac62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"cbf523b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"25f4650\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c3bbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"10322c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f8201de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"949fb60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef51021\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b75f0b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"5da5200\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6ed6830\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"530adac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Addiction\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"89436d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a83156e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking \\u201cif I can just get away from it all even for an hour, it would be worth it \\u201c. You take a substance just to have a moment of peace in your life where just for one second in time, you\\u2019re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it\\u2019s back to your life, your miserable life. So, what do you do?<br \\/>You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"ef66e27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"00638a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"66c8d11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f0d4712\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6c8231f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4894f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After The military\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7ec2b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"67da1aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fighting daily for your country\\u2019s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1146,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-3.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c6ed565\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4a7f3c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you\\u2019re diseased and will throw a measly amount of change at you that you couldn\\u2019t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"k3nc4xv\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"75b1742\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"192\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1d076d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4d53f04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing News &amp; Blog\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042d76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec4a328\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"align\":\"left\",\"background_color\":\"#00000000\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"ce23738\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"82c82d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1147,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\"},\"title_text\":\"Elit mattis platea rhoncus\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5f17742\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1148,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\"},\"title_text\":\"Nisl eleifend vulputate ultricies\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1050cd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1149,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\"},\"title_text\":\"Porttitor quam dolor\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6762,1191,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6763,1191,'_elementor_pro_version','3.2.1'),(6764,1191,'_elementor_page_assets','a:0:{}'),(6765,1192,'_elementor_edit_mode','builder'),(6766,1192,'_elementor_template_type','wp-page'),(6767,1192,'_elementor_version','3.3.1'),(6768,1192,'_wp_page_template','default'),(6769,1192,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br \\/>The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":959,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Divorce-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"f08557d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9d76cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0b9bd8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ee4d28f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f00a1e2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf1fe34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"b9fb13e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"04f1862\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef756a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6b9ac62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"cbf523b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"25f4650\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c3bbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"10322c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f8201de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"949fb60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef51021\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b75f0b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"5da5200\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6ed6830\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"530adac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Addiction\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"89436d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a83156e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking \\u201cif I can just get away from it all even for an hour, it would be worth it \\u201c. You take a substance just to have a moment of peace in your life where just for one second in time, you\\u2019re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it\\u2019s back to your life, your miserable life. So, what do you do?<br \\/>You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"ef66e27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"00638a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"66c8d11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f0d4712\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6c8231f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4894f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After The military\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7ec2b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"67da1aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fighting daily for your country\\u2019s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1146,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-3.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c6ed565\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4a7f3c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you\\u2019re diseased and will throw a measly amount of change at you that you couldn\\u2019t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"k3nc4xv\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"75b1742\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"192\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1d076d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4d53f04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing News &amp; Blog\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042d76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec4a328\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"align\":\"left\",\"background_color\":\"#00000000\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"ce23738\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"82c82d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1147,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\"},\"title_text\":\"Elit mattis platea rhoncus\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5f17742\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1148,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\"},\"title_text\":\"Nisl eleifend vulputate ultricies\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1050cd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1149,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\"},\"title_text\":\"Porttitor quam dolor\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6770,1192,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6771,1192,'_elementor_pro_version','3.2.1'),(6772,1192,'_elementor_page_assets','a:0:{}'),(6785,1194,'_elementor_edit_mode','builder'),(6786,1194,'_elementor_template_type','wp-page'),(6787,1194,'_elementor_version','3.3.1'),(6788,1194,'_wp_page_template','default'),(6789,1194,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br \\/>The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":959,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Divorce-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"f08557d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9d76cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0b9bd8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ee4d28f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f00a1e2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf1fe34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"b9fb13e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"04f1862\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef756a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6b9ac62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"cbf523b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"25f4650\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c3bbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"10322c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f8201de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"949fb60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef51021\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b75f0b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"5da5200\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6ed6830\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"530adac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Addiction\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"89436d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a83156e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking \\u201cif I can just get away from it all even for an hour, it would be worth it \\u201c. You take a substance just to have a moment of peace in your life where just for one second in time, you\\u2019re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it\\u2019s back to your life, your miserable life. So, what do you do?<br \\/>You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"ef66e27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"00638a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"66c8d11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f0d4712\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6c8231f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4894f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After The military\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7ec2b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"67da1aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fighting daily for your country\\u2019s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1146,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-3.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c6ed565\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4a7f3c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you\\u2019re diseased and will throw a measly amount of change at you that you couldn\\u2019t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"k3nc4xv\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"75b1742\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"192\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1d076d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4d53f04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing News &amp; Blog\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042d76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec4a328\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"align\":\"left\",\"background_color\":\"#00000000\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"ce23738\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"82c82d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1147,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\"},\"title_text\":\"Elit mattis platea rhoncus\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5f17742\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1148,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\"},\"title_text\":\"Nisl eleifend vulputate ultricies\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1050cd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1149,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\"},\"title_text\":\"Porttitor quam dolor\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6808,1196,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6809,1196,'_elementor_pro_version','3.2.1'),(6810,1196,'_elementor_page_assets','a:0:{}'),(6823,1198,'_elementor_edit_mode','builder'),(6824,1198,'_elementor_template_type','wp-page'),(6825,1198,'_elementor_version','3.3.1'),(6826,1198,'_wp_page_template','default'),(6827,1198,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br \\/>The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":959,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Divorce-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"f08557d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9d76cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0b9bd8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":964,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/domestic-violence-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ee4d28f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f00a1e2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf1fe34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"b9fb13e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"04f1862\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef756a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6b9ac62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"cbf523b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"25f4650\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c3bbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"10322c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f8201de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"949fb60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef51021\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b75f0b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"5da5200\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6ed6830\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"530adac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Addiction\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"89436d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a83156e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking \\u201cif I can just get away from it all even for an hour, it would be worth it \\u201c. You take a substance just to have a moment of peace in your life where just for one second in time, you\\u2019re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it\\u2019s back to your life, your miserable life. So, what do you do?<br \\/>You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"ef66e27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"00638a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"66c8d11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f0d4712\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6c8231f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4894f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After The military\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7ec2b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"67da1aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fighting daily for your country\\u2019s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1146,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-3.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c6ed565\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4a7f3c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you\\u2019re diseased and will throw a measly amount of change at you that you couldn\\u2019t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"k3nc4xv\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"75b1742\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"192\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1d076d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4d53f04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing News &amp; Blog\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042d76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec4a328\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"align\":\"left\",\"background_color\":\"#00000000\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"ce23738\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"82c82d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1147,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\"},\"title_text\":\"Elit mattis platea rhoncus\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5f17742\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1148,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\"},\"title_text\":\"Nisl eleifend vulputate ultricies\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1050cd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1149,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\"},\"title_text\":\"Porttitor quam dolor\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6839,1200,'_elementor_edit_mode','builder'),(6803,1196,'_elementor_edit_mode','builder'),(6804,1196,'_elementor_template_type','wp-page'),(6805,1196,'_elementor_version','3.3.1'),(6806,1196,'_wp_page_template','default'),(6807,1196,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br \\/>The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":959,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Divorce-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"f08557d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9d76cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0b9bd8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":964,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/domestic-violence-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ee4d28f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f00a1e2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf1fe34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"b9fb13e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"04f1862\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef756a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6b9ac62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"cbf523b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"25f4650\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c3bbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"10322c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f8201de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"949fb60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef51021\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b75f0b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"5da5200\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6ed6830\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"530adac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Addiction\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"89436d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a83156e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking \\u201cif I can just get away from it all even for an hour, it would be worth it \\u201c. You take a substance just to have a moment of peace in your life where just for one second in time, you\\u2019re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it\\u2019s back to your life, your miserable life. So, what do you do?<br \\/>You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"ef66e27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"00638a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"66c8d11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f0d4712\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6c8231f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4894f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After The military\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7ec2b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"67da1aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fighting daily for your country\\u2019s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1146,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-3.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c6ed565\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4a7f3c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you\\u2019re diseased and will throw a measly amount of change at you that you couldn\\u2019t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"k3nc4xv\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"75b1742\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"192\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1d076d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4d53f04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing News &amp; Blog\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042d76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec4a328\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"align\":\"left\",\"background_color\":\"#00000000\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"ce23738\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"82c82d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1147,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\"},\"title_text\":\"Elit mattis platea rhoncus\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5f17742\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1148,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\"},\"title_text\":\"Nisl eleifend vulputate ultricies\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1050cd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1149,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\"},\"title_text\":\"Porttitor quam dolor\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6790,1194,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6791,1194,'_elementor_pro_version','3.2.1'),(6792,1194,'_elementor_page_assets','a:0:{}'),(6794,1195,'_elementor_edit_mode','builder'),(6795,1195,'_elementor_template_type','wp-page'),(6796,1195,'_elementor_version','3.3.1'),(6797,1195,'_wp_page_template','default'),(6798,1195,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br \\/>The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":959,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Divorce-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"f08557d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9d76cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0b9bd8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ee4d28f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f00a1e2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf1fe34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"b9fb13e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"04f1862\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef756a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6b9ac62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"cbf523b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"25f4650\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c3bbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"10322c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f8201de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"949fb60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef51021\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b75f0b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"5da5200\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6ed6830\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"530adac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Addiction\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"89436d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a83156e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking \\u201cif I can just get away from it all even for an hour, it would be worth it \\u201c. You take a substance just to have a moment of peace in your life where just for one second in time, you\\u2019re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it\\u2019s back to your life, your miserable life. So, what do you do?<br \\/>You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"ef66e27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"00638a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"66c8d11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f0d4712\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6c8231f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4894f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After The military\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7ec2b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"67da1aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fighting daily for your country\\u2019s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1146,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-3.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c6ed565\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4a7f3c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you\\u2019re diseased and will throw a measly amount of change at you that you couldn\\u2019t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"k3nc4xv\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"75b1742\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"192\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1d076d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4d53f04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing News &amp; Blog\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042d76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec4a328\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"align\":\"left\",\"background_color\":\"#00000000\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"ce23738\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"82c82d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1147,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\"},\"title_text\":\"Elit mattis platea rhoncus\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5f17742\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1148,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\"},\"title_text\":\"Nisl eleifend vulputate ultricies\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1050cd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1149,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\"},\"title_text\":\"Porttitor quam dolor\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6799,1195,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6800,1195,'_elementor_pro_version','3.2.1'),(6801,1195,'_elementor_page_assets','a:0:{}'),(6844,1200,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6845,1200,'_elementor_pro_version','3.2.1'),(6846,1200,'_elementor_page_assets','a:0:{}'),(6849,1201,'_elementor_edit_mode','builder'),(6850,1201,'_elementor_template_type','wp-page'),(6851,1201,'_elementor_version','3.3.1'),(6852,1201,'_wp_page_template','default'),(6853,1201,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br \\/>The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":959,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Divorce-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"f08557d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9d76cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0b9bd8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":964,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/domestic-violence-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ee4d28f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f00a1e2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf1fe34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"b9fb13e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"04f1862\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef756a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6b9ac62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"cbf523b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"25f4650\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c3bbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"10322c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f8201de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"949fb60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef51021\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b75f0b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":966,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"5da5200\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6ed6830\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"530adac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Addiction\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"89436d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a83156e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking \\u201cif I can just get away from it all even for an hour, it would be worth it \\u201c. You take a substance just to have a moment of peace in your life where just for one second in time, you\\u2019re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it\\u2019s back to your life, your miserable life. So, what do you do?<br \\/>You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"ef66e27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"00638a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"66c8d11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":967,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/military.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f0d4712\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6c8231f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4894f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After The military\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7ec2b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"67da1aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fighting daily for your country\\u2019s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c6ed565\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4a7f3c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you\\u2019re diseased and will throw a measly amount of change at you that you couldn\\u2019t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6828,1198,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6829,1198,'_elementor_pro_version','3.2.1'),(6830,1198,'_elementor_page_assets','a:0:{}'),(6831,1199,'_elementor_edit_mode','builder'),(6832,1199,'_elementor_template_type','wp-page'),(6833,1199,'_elementor_version','3.3.1'),(6834,1199,'_wp_page_template','default'),(6835,1199,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br \\/>The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":959,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Divorce-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"f08557d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9d76cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0b9bd8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":964,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/domestic-violence-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ee4d28f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f00a1e2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf1fe34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"b9fb13e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"04f1862\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef756a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6b9ac62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"cbf523b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"25f4650\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c3bbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"10322c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f8201de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"949fb60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef51021\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b75f0b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"5da5200\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6ed6830\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"530adac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Addiction\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"89436d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a83156e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking \\u201cif I can just get away from it all even for an hour, it would be worth it \\u201c. You take a substance just to have a moment of peace in your life where just for one second in time, you\\u2019re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it\\u2019s back to your life, your miserable life. So, what do you do?<br \\/>You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"ef66e27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"00638a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"66c8d11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1145,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-2.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f0d4712\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6c8231f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4894f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After The military\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7ec2b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"67da1aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fighting daily for your country\\u2019s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1146,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-book-3.jpg\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c6ed565\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4a7f3c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you\\u2019re diseased and will throw a measly amount of change at you that you couldn\\u2019t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"k3nc4xv\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"144\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"75b1742\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"192\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"48\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1d076d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4d53f04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing News &amp; Blog\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042d76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sit nunc quis viverra commodo risus integer imperdiet massa blandit odio eu nunc, sed gravida nisl, sit eu auctor id ut pretium ultrices in.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec4a328\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"selected_icon\":{\"value\":{\"id\":1144,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/long-right-arrow-icon-1.svg\"},\"library\":\"svg\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"align\":\"left\",\"background_color\":\"#00000000\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"border_color\":\"globals\\/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals\\/colors?id=astrathemecolor\",\"button_hover_border_color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"ce23738\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"82c82d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1147,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-1.jpg\"},\"title_text\":\"Elit mattis platea rhoncus\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5f17742\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1148,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-2.jpg\"},\"title_text\":\"Nisl eleifend vulputate ultricies\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1050cd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1149,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/digital-marketing-coach-template-blog-post-img-thumb-3.jpg\"},\"title_text\":\"Porttitor quam dolor\",\"description_text\":\"Id nullam massa morbi tellus ullamcorper dui mauris sed placerat at lacus lorem fringilla\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#E2E7F0\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6836,1199,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6837,1199,'_elementor_pro_version','3.2.1'),(6838,1199,'_elementor_page_assets','a:0:{}'),(6854,1201,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6855,1201,'_elementor_pro_version','3.2.1'),(6856,1201,'_elementor_page_assets','a:0:{}'),(6858,1202,'_elementor_edit_mode','builder'),(6859,1202,'_elementor_template_type','wp-page'),(6860,1202,'_elementor_version','3.3.1'),(6861,1202,'_wp_page_template','default'),(6862,1202,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br \\/>The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":959,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Divorce-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"f08557d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9d76cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0b9bd8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":964,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/domestic-violence-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ee4d28f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f00a1e2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf1fe34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"b9fb13e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"04f1862\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef756a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6b9ac62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"cbf523b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"25f4650\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c3bbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"10322c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f8201de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"949fb60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef51021\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b75f0b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":966,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"5da5200\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6ed6830\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"530adac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Addiction\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"89436d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a83156e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking \\u201cif I can just get away from it all even for an hour, it would be worth it \\u201c. You take a substance just to have a moment of peace in your life where just for one second in time, you\\u2019re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it\\u2019s back to your life, your miserable life. So, what do you do?<br \\/>You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"ef66e27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"00638a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"66c8d11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":967,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/military.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f0d4712\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6c8231f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4894f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After The military\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7ec2b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"67da1aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fighting daily for your country\\u2019s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c6ed565\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4a7f3c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you\\u2019re diseased and will throw a measly amount of change at you that you couldn\\u2019t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6863,1202,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6864,1202,'_elementor_pro_version','3.2.1'),(6865,1202,'_elementor_page_assets','a:0:{}'),(6867,1203,'_elementor_edit_mode','builder'),(6868,1203,'_elementor_template_type','wp-page'),(6869,1203,'_elementor_version','3.3.1'),(6870,1203,'_wp_page_template','default'),(6871,1203,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br \\/>The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":959,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Divorce-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"f08557d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9d76cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0b9bd8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":964,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/domestic-violence-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ee4d28f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f00a1e2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf1fe34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"b9fb13e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"04f1862\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef756a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6b9ac62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"cbf523b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"25f4650\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c3bbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"10322c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f8201de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"949fb60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef51021\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b75f0b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":966,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"5da5200\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6ed6830\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"530adac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Addiction\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"89436d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a83156e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking \\u201cif I can just get away from it all even for an hour, it would be worth it \\u201c. You take a substance just to have a moment of peace in your life where just for one second in time, you\\u2019re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it\\u2019s back to your life, your miserable life. So, what do you do?<br \\/>You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"ef66e27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"00638a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"66c8d11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":967,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/military.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f0d4712\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6c8231f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4894f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After The military\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7ec2b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"67da1aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fighting daily for your country\\u2019s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c6ed565\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4a7f3c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you\\u2019re diseased and will throw a measly amount of change at you that you couldn\\u2019t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]');
INSERT INTO `wpxo_postmeta` VALUES (6872,1203,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6873,1203,'_elementor_pro_version','3.2.1'),(6874,1203,'_elementor_page_assets','a:0:{}'),(6878,1204,'_elementor_edit_mode','builder'),(6879,1204,'_elementor_template_type','wp-page'),(6880,1204,'_elementor_version','3.3.1'),(6881,1204,'_wp_page_template','default'),(6882,1204,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br \\/>The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":959,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Divorce-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"f08557d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9d76cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0b9bd8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":964,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/domestic-violence-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ee4d28f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f00a1e2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf1fe34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"b9fb13e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"04f1862\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef756a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6b9ac62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"cbf523b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"25f4650\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c3bbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"10322c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f8201de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"949fb60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef51021\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b75f0b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":966,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"5da5200\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6ed6830\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"530adac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Addiction\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"89436d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a83156e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking \\u201cif I can just get away from it all even for an hour, it would be worth it \\u201c. You take a substance just to have a moment of peace in your life where just for one second in time, you\\u2019re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it\\u2019s back to your life, your miserable life. So, what do you do?<br \\/>You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"ef66e27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"00638a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"66c8d11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":967,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/military.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f0d4712\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6c8231f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4894f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After The military\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7ec2b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"67da1aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fighting daily for your country\\u2019s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c6ed565\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4a7f3c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you\\u2019re diseased and will throw a measly amount of change at you that you couldn\\u2019t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6883,1204,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6884,1204,'_elementor_pro_version','3.2.1'),(6885,1204,'_elementor_page_assets','a:0:{}'),(6886,1205,'_elementor_edit_mode','builder'),(6887,1205,'_elementor_template_type','wp-page'),(6888,1205,'_elementor_version','3.3.1'),(6889,1205,'_wp_page_template','default'),(6890,1205,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br \\/>The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":959,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Divorce-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"f08557d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9d76cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0b9bd8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":964,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/domestic-violence-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ee4d28f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f00a1e2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf1fe34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"b9fb13e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"04f1862\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef756a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6b9ac62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"cbf523b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"25f4650\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c3bbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"10322c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f8201de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"949fb60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef51021\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b75f0b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":966,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"5da5200\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6ed6830\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"530adac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Addiction\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"89436d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a83156e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking \\u201cif I can just get away from it all even for an hour, it would be worth it \\u201c. You take a substance just to have a moment of peace in your life where just for one second in time, you\\u2019re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it\\u2019s back to your life, your miserable life. So, what do you do?<br \\/>You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"ef66e27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"00638a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"66c8d11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":967,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/military.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f0d4712\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6c8231f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4894f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After The military\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7ec2b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"67da1aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fighting daily for your country\\u2019s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c6ed565\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4a7f3c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you\\u2019re diseased and will throw a measly amount of change at you that you couldn\\u2019t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6891,1205,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6892,1205,'_elementor_pro_version','3.2.1'),(6893,1205,'_elementor_page_assets','a:0:{}'),(6894,1206,'_elementor_edit_mode','builder'),(6895,1206,'_elementor_template_type','wp-page'),(6896,1206,'_elementor_version','3.3.1'),(6897,1206,'_wp_page_template','default'),(6898,1206,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br \\/>The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":959,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Divorce-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"f08557d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9d76cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0b9bd8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":964,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/domestic-violence-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ee4d28f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f00a1e2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf1fe34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"b9fb13e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"04f1862\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef756a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6b9ac62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"cbf523b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"25f4650\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c3bbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"10322c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f8201de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"949fb60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef51021\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b75f0b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":966,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"5da5200\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6ed6830\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"530adac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Addiction\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"89436d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a83156e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking \\u201cif I can just get away from it all even for an hour, it would be worth it \\u201c. You take a substance just to have a moment of peace in your life where just for one second in time, you\\u2019re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it\\u2019s back to your life, your miserable life. So, what do you do?<br \\/>You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"ef66e27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"00638a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"66c8d11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":967,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/military.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f0d4712\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6c8231f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4894f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After The military\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7ec2b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"67da1aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fighting daily for your country\\u2019s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c6ed565\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4a7f3c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you\\u2019re diseased and will throw a measly amount of change at you that you couldn\\u2019t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6899,1206,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6900,1206,'_elementor_pro_version','3.2.1'),(6901,1206,'_elementor_page_assets','a:0:{}'),(6904,1207,'_elementor_edit_mode','builder'),(6905,1207,'_elementor_template_type','wp-page'),(6906,1207,'_elementor_version','3.3.1'),(6907,1207,'_wp_page_template','default'),(6908,1207,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br \\/>The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":959,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Divorce-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"f08557d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9d76cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0b9bd8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":964,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/domestic-violence-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ee4d28f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f00a1e2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf1fe34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"b9fb13e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"04f1862\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef756a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6b9ac62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"cbf523b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"25f4650\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c3bbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"10322c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f8201de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"949fb60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef51021\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b75f0b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":966,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"5da5200\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6ed6830\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"530adac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Addiction\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"89436d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a83156e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking \\u201cif I can just get away from it all even for an hour, it would be worth it \\u201c. You take a substance just to have a moment of peace in your life where just for one second in time, you\\u2019re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it\\u2019s back to your life, your miserable life. So, what do you do?<br \\/>You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"ef66e27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"00638a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"66c8d11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":967,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/military.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f0d4712\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6c8231f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4894f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After The military\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7ec2b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"67da1aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fighting daily for your country\\u2019s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c6ed565\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4a7f3c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you\\u2019re diseased and will throw a measly amount of change at you that you couldn\\u2019t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6909,1207,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6910,1207,'_elementor_pro_version','3.2.1'),(6911,1207,'_elementor_page_assets','a:0:{}'),(6912,1208,'_elementor_edit_mode','builder'),(6913,1208,'_elementor_template_type','wp-page'),(6914,1208,'_elementor_version','3.3.1'),(6915,1208,'_wp_page_template','default'),(6916,1208,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br \\/>The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":959,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Divorce-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"f08557d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9d76cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0b9bd8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":964,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/domestic-violence-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ee4d28f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f00a1e2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf1fe34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"b9fb13e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"04f1862\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef756a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6b9ac62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"cbf523b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"25f4650\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c3bbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"10322c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f8201de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"949fb60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef51021\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b75f0b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":966,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"5da5200\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6ed6830\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"530adac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Addiction\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"89436d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a83156e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking \\u201cif I can just get away from it all even for an hour, it would be worth it \\u201c. You take a substance just to have a moment of peace in your life where just for one second in time, you\\u2019re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it\\u2019s back to your life, your miserable life. So, what do you do?<br \\/>You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"ef66e27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"00638a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"66c8d11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":967,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/military.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f0d4712\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6c8231f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4894f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After The military\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7ec2b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"67da1aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fighting daily for your country\\u2019s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c6ed565\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4a7f3c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you\\u2019re diseased and will throw a measly amount of change at you that you couldn\\u2019t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6917,1208,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6918,1208,'_elementor_pro_version','3.2.1'),(6919,1208,'_elementor_page_assets','a:0:{}'),(6920,1209,'_elementor_edit_mode','builder'),(6921,1209,'_elementor_template_type','wp-page'),(6922,1209,'_elementor_version','3.3.1'),(6923,1209,'_wp_page_template','default'),(6924,1209,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br \\/>The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":959,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Divorce-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"f08557d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9d76cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0b9bd8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":964,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/domestic-violence-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ee4d28f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f00a1e2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf1fe34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"b9fb13e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"04f1862\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef756a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6b9ac62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"cbf523b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"25f4650\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c3bbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"10322c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f8201de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"949fb60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef51021\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b75f0b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":966,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"5da5200\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6ed6830\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"530adac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Addiction\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"89436d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a83156e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking \\u201cif I can just get away from it all even for an hour, it would be worth it \\u201c. You take a substance just to have a moment of peace in your life where just for one second in time, you\\u2019re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it\\u2019s back to your life, your miserable life. So, what do you do?<br \\/>You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"ef66e27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"00638a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"66c8d11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":967,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/military.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f0d4712\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6c8231f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4894f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After The military\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7ec2b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"67da1aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fighting daily for your country\\u2019s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c6ed565\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4a7f3c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you\\u2019re diseased and will throw a measly amount of change at you that you couldn\\u2019t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6925,1209,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6926,1209,'_elementor_pro_version','3.2.1'),(6927,1209,'_elementor_page_assets','a:0:{}'),(6941,1211,'_elementor_edit_mode','builder'),(6942,1211,'_elementor_template_type','wp-page'),(6943,1211,'_elementor_version','3.3.1'),(6944,1211,'_wp_page_template','default'),(6945,1211,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br \\/>The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":959,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Divorce-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"f08557d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9d76cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0b9bd8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":964,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/domestic-violence-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ee4d28f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f00a1e2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf1fe34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"b9fb13e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"04f1862\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef756a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6b9ac62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"cbf523b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"25f4650\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c3bbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"10322c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f8201de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"949fb60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef51021\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b75f0b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":966,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"5da5200\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6ed6830\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"530adac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Addiction\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"89436d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a83156e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking \\u201cif I can just get away from it all even for an hour, it would be worth it \\u201c. You take a substance just to have a moment of peace in your life where just for one second in time, you\\u2019re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it\\u2019s back to your life, your miserable life. So, what do you do?<br \\/>You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"ef66e27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"00638a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"66c8d11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":967,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/military.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f0d4712\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6c8231f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4894f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After The military\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7ec2b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"67da1aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fighting daily for your country\\u2019s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c6ed565\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4a7f3c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you\\u2019re diseased and will throw a measly amount of change at you that you couldn\\u2019t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6962,1213,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6963,1213,'_elementor_pro_version','3.2.1'),(6964,1213,'_elementor_page_assets','a:0:{}'),(6966,1214,'_elementor_edit_mode','builder'),(6967,1214,'_elementor_template_type','wp-page'),(6968,1214,'_elementor_version','3.3.1'),(6969,1214,'_wp_page_template','default'),(6970,1214,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br \\/>The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":959,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Divorce-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"f08557d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9d76cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0b9bd8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":964,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/domestic-violence-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ee4d28f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f00a1e2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf1fe34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"b9fb13e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"04f1862\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef756a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6b9ac62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"cbf523b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"25f4650\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c3bbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"10322c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f8201de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"949fb60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef51021\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b75f0b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":966,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"5da5200\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6ed6830\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"530adac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Addiction\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"89436d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a83156e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking \\u201cif I can just get away from it all even for an hour, it would be worth it \\u201c. You take a substance just to have a moment of peace in your life where just for one second in time, you\\u2019re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it\\u2019s back to your life, your miserable life. So, what do you do?<br \\/>You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"ef66e27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"00638a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"66c8d11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":967,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/military.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f0d4712\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6c8231f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4894f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After The military\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7ec2b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"67da1aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fighting daily for your country\\u2019s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c6ed565\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4a7f3c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you\\u2019re diseased and will throw a measly amount of change at you that you couldn\\u2019t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6957,1213,'_elementor_edit_mode','builder'),(6958,1213,'_elementor_template_type','wp-page'),(6959,1213,'_elementor_version','3.3.1'),(6960,1213,'_wp_page_template','default'),(6961,1213,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br \\/>The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":959,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Divorce-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"f08557d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9d76cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0b9bd8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":964,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/domestic-violence-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ee4d28f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f00a1e2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf1fe34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"b9fb13e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"04f1862\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef756a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6b9ac62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"cbf523b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"25f4650\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c3bbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"10322c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f8201de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"949fb60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef51021\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b75f0b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":966,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"5da5200\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6ed6830\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"530adac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Addiction\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"89436d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a83156e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking \\u201cif I can just get away from it all even for an hour, it would be worth it \\u201c. You take a substance just to have a moment of peace in your life where just for one second in time, you\\u2019re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it\\u2019s back to your life, your miserable life. So, what do you do?<br \\/>You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"ef66e27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"00638a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"66c8d11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":967,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/military.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f0d4712\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6c8231f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4894f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After The military\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7ec2b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"67da1aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fighting daily for your country\\u2019s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c6ed565\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4a7f3c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you\\u2019re diseased and will throw a measly amount of change at you that you couldn\\u2019t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6946,1211,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6947,1211,'_elementor_pro_version','3.2.1'),(6948,1211,'_elementor_page_assets','a:0:{}'),(6949,1212,'_elementor_edit_mode','builder'),(6950,1212,'_elementor_template_type','wp-page'),(6951,1212,'_elementor_version','3.3.1'),(6952,1212,'_wp_page_template','default'),(6953,1212,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br \\/>The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":959,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Divorce-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"f08557d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9d76cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0b9bd8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":964,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/domestic-violence-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ee4d28f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f00a1e2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf1fe34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"b9fb13e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"04f1862\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef756a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6b9ac62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"cbf523b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"25f4650\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c3bbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"10322c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f8201de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"949fb60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef51021\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b75f0b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":966,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"5da5200\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6ed6830\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"530adac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Addiction\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"89436d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a83156e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking \\u201cif I can just get away from it all even for an hour, it would be worth it \\u201c. You take a substance just to have a moment of peace in your life where just for one second in time, you\\u2019re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it\\u2019s back to your life, your miserable life. So, what do you do?<br \\/>You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"ef66e27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"00638a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"66c8d11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":967,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/military.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f0d4712\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6c8231f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4894f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After The military\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7ec2b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"67da1aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fighting daily for your country\\u2019s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c6ed565\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4a7f3c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you\\u2019re diseased and will throw a measly amount of change at you that you couldn\\u2019t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6954,1212,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6955,1212,'_elementor_pro_version','3.2.1'),(6956,1212,'_elementor_page_assets','a:0:{}'),(6971,1214,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6972,1214,'_elementor_pro_version','3.2.1'),(6973,1214,'_elementor_page_assets','a:0:{}'),(6974,1215,'_elementor_edit_mode','builder'),(6975,1215,'_elementor_template_type','wp-page'),(6976,1215,'_elementor_version','3.3.1'),(6977,1215,'_wp_page_template','default'),(6978,1215,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br \\/>The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":959,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Divorce-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"f08557d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9d76cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0b9bd8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":964,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/domestic-violence-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ee4d28f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f00a1e2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf1fe34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"b9fb13e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"04f1862\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef756a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6b9ac62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"cbf523b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"25f4650\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c3bbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"10322c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f8201de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"949fb60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef51021\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b75f0b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":966,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"5da5200\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6ed6830\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"530adac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Addiction\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"89436d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a83156e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking \\u201cif I can just get away from it all even for an hour, it would be worth it \\u201c. You take a substance just to have a moment of peace in your life where just for one second in time, you\\u2019re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it\\u2019s back to your life, your miserable life. So, what do you do?<br \\/>You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"ef66e27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"00638a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"66c8d11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":967,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/military.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f0d4712\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6c8231f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4894f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After The military\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7ec2b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"67da1aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fighting daily for your country\\u2019s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c6ed565\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4a7f3c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you\\u2019re diseased and will throw a measly amount of change at you that you couldn\\u2019t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6979,1215,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6980,1215,'_elementor_pro_version','3.2.1'),(6981,1215,'_elementor_page_assets','a:0:{}'),(6982,1216,'_elementor_edit_mode','builder'),(6983,1216,'_elementor_template_type','wp-page'),(6984,1216,'_elementor_version','3.3.1'),(6985,1216,'_wp_page_template','default'),(6986,1216,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br \\/>The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":959,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Divorce-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"f08557d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9d76cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0b9bd8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":964,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/domestic-violence-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ee4d28f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f00a1e2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf1fe34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"b9fb13e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"04f1862\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef756a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6b9ac62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"cbf523b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"25f4650\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c3bbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"10322c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f8201de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"949fb60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef51021\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b75f0b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":966,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"5da5200\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6ed6830\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"530adac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Addiction\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"89436d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a83156e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking \\u201cif I can just get away from it all even for an hour, it would be worth it \\u201c. You take a substance just to have a moment of peace in your life where just for one second in time, you\\u2019re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it\\u2019s back to your life, your miserable life. So, what do you do?<br \\/>You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"ef66e27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"00638a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"66c8d11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":967,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/military.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f0d4712\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6c8231f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4894f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After The military\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7ec2b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"67da1aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fighting daily for your country\\u2019s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c6ed565\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4a7f3c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you\\u2019re diseased and will throw a measly amount of change at you that you couldn\\u2019t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6987,1216,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6988,1216,'_elementor_pro_version','3.2.1'),(6989,1216,'_elementor_page_assets','a:0:{}'),(6991,1217,'_elementor_edit_mode','builder'),(6992,1217,'_elementor_template_type','wp-page'),(6993,1217,'_elementor_version','3.3.1'),(6994,1217,'_wp_page_template','default'),(6995,1217,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br \\/>The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":959,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Divorce-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"f08557d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9d76cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0b9bd8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":964,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/domestic-violence-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ee4d28f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f00a1e2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf1fe34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"b9fb13e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"04f1862\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef756a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6b9ac62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"cbf523b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"25f4650\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c3bbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"10322c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f8201de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"949fb60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef51021\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b75f0b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":966,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"5da5200\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6ed6830\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"530adac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Addiction\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"89436d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a83156e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking \\u201cif I can just get away from it all even for an hour, it would be worth it \\u201c. You take a substance just to have a moment of peace in your life where just for one second in time, you\\u2019re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it\\u2019s back to your life, your miserable life. So, what do you do?<br \\/>You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"ef66e27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"00638a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"66c8d11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":967,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/military.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f0d4712\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6c8231f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4894f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After The military\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7ec2b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"67da1aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fighting daily for your country\\u2019s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c6ed565\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4a7f3c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you\\u2019re diseased and will throw a measly amount of change at you that you couldn\\u2019t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6996,1217,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(6997,1217,'_elementor_pro_version','3.2.1'),(6998,1217,'_elementor_page_assets','a:0:{}'),(6999,1218,'_elementor_edit_mode','builder'),(7000,1218,'_elementor_template_type','wp-page'),(7001,1218,'_elementor_version','3.3.1'),(7002,1218,'_wp_page_template','default'),(7003,1218,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br \\/>The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":959,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Divorce-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"f08557d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9d76cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0b9bd8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":964,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/domestic-violence-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ee4d28f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f00a1e2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf1fe34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"b9fb13e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"04f1862\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef756a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6b9ac62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"cbf523b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"25f4650\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c3bbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"10322c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f8201de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"949fb60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef51021\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b75f0b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":966,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"5da5200\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6ed6830\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"530adac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Addiction\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"89436d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a83156e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking \\u201cif I can just get away from it all even for an hour, it would be worth it \\u201c. You take a substance just to have a moment of peace in your life where just for one second in time, you\\u2019re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it\\u2019s back to your life, your miserable life. So, what do you do?<br \\/>You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"ef66e27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"00638a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"66c8d11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":967,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/military.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f0d4712\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6c8231f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4894f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After The military\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7ec2b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"67da1aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fighting daily for your country\\u2019s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c6ed565\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4a7f3c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you\\u2019re diseased and will throw a measly amount of change at you that you couldn\\u2019t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7004,1218,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7005,1218,'_elementor_pro_version','3.2.1'),(7006,1218,'_elementor_page_assets','a:0:{}'),(7007,1219,'_elementor_edit_mode','builder'),(7008,1219,'_elementor_template_type','wp-page'),(7009,1219,'_elementor_version','3.3.1'),(7010,1219,'_wp_page_template','default'),(7011,1219,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br \\/>The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":959,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Divorce-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"f08557d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9d76cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0b9bd8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":964,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/domestic-violence-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ee4d28f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f00a1e2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf1fe34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"b9fb13e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"04f1862\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef756a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6b9ac62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"cbf523b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"25f4650\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c3bbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"10322c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f8201de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"949fb60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef51021\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b75f0b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":966,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"5da5200\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6ed6830\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"530adac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Addiction\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"89436d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a83156e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking \\u201cif I can just get away from it all even for an hour, it would be worth it \\u201c. You take a substance just to have a moment of peace in your life where just for one second in time, you\\u2019re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it\\u2019s back to your life, your miserable life. So, what do you do?<br \\/>You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"ef66e27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"00638a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"66c8d11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":967,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/military.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f0d4712\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6c8231f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4894f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After The military\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7ec2b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"67da1aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fighting daily for your country\\u2019s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c6ed565\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4a7f3c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you\\u2019re diseased and will throw a measly amount of change at you that you couldn\\u2019t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7012,1219,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7013,1219,'_elementor_pro_version','3.2.1'),(7014,1219,'_elementor_page_assets','a:0:{}'),(7016,1220,'_elementor_edit_mode','builder'),(7017,1220,'_elementor_template_type','wp-page'),(7018,1220,'_elementor_version','3.3.1'),(7019,1220,'_wp_page_template','default'),(7020,1220,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br \\/>The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":959,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Divorce-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"f08557d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9d76cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0b9bd8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":964,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/domestic-violence-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ee4d28f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f00a1e2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf1fe34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"b9fb13e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"04f1862\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef756a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6b9ac62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"cbf523b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"25f4650\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c3bbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"10322c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f8201de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"949fb60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef51021\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b75f0b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":966,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"5da5200\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6ed6830\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"530adac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Addiction\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"89436d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a83156e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking \\u201cif I can just get away from it all even for an hour, it would be worth it \\u201c. You take a substance just to have a moment of peace in your life where just for one second in time, you\\u2019re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it\\u2019s back to your life, your miserable life. So, what do you do?<br \\/>You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"ef66e27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"00638a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"66c8d11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":967,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/military.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f0d4712\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6c8231f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4894f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After The military\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7ec2b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"67da1aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fighting daily for your country\\u2019s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c6ed565\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4a7f3c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you\\u2019re diseased and will throw a measly amount of change at you that you couldn\\u2019t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7021,1220,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7022,1220,'_elementor_pro_version','3.2.1'),(7023,1220,'_elementor_page_assets','a:0:{}'),(7024,1221,'_elementor_edit_mode','builder'),(7025,1221,'_elementor_template_type','wp-page'),(7026,1221,'_elementor_version','3.3.1'),(7027,1221,'_wp_page_template','default'),(7028,1221,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br \\/>The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":959,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Divorce-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"f08557d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9d76cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0b9bd8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":964,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/domestic-violence-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ee4d28f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f00a1e2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf1fe34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"b9fb13e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"04f1862\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef756a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6b9ac62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"cbf523b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"25f4650\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c3bbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"10322c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f8201de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"949fb60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef51021\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b75f0b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":966,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"5da5200\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6ed6830\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"530adac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Addiction\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"89436d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a83156e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking \\u201cif I can just get away from it all even for an hour, it would be worth it \\u201c. You take a substance just to have a moment of peace in your life where just for one second in time, you\\u2019re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it\\u2019s back to your life, your miserable life. So, what do you do?<br \\/>You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"ef66e27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"00638a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"66c8d11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":967,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/military.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f0d4712\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6c8231f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4894f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After The military\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7ec2b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"67da1aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fighting daily for your country\\u2019s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c6ed565\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4a7f3c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you\\u2019re diseased and will throw a measly amount of change at you that you couldn\\u2019t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7029,1221,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7030,1221,'_elementor_pro_version','3.2.1'),(7031,1221,'_elementor_page_assets','a:0:{}'),(7032,1222,'_elementor_edit_mode','builder'),(7033,1222,'_elementor_template_type','wp-page'),(7034,1222,'_elementor_version','3.3.1'),(7035,1222,'_wp_page_template','default'),(7036,1222,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br \\/>The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":959,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Divorce-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"f08557d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9d76cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0b9bd8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":964,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/domestic-violence-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ee4d28f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f00a1e2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf1fe34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"b9fb13e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"04f1862\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef756a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6b9ac62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"cbf523b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"25f4650\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c3bbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"10322c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f8201de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"949fb60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef51021\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b75f0b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":966,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"5da5200\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6ed6830\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"530adac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Addiction\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"89436d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a83156e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking \\u201cif I can just get away from it all even for an hour, it would be worth it \\u201c. You take a substance just to have a moment of peace in your life where just for one second in time, you\\u2019re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it\\u2019s back to your life, your miserable life. So, what do you do?<br \\/>You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"ef66e27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"00638a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"66c8d11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":967,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/military.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f0d4712\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6c8231f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4894f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After The military\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7ec2b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"67da1aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fighting daily for your country\\u2019s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c6ed565\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4a7f3c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you\\u2019re diseased and will throw a measly amount of change at you that you couldn\\u2019t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7037,1222,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7038,1222,'_elementor_pro_version','3.2.1'),(7039,1222,'_elementor_page_assets','a:0:{}'),(7163,1235,'_elementor_edit_mode','builder'),(7164,1235,'_elementor_template_type','wp-page'),(7165,1235,'_elementor_version','3.3.1'),(7166,1235,'_wp_page_template','default'),(7167,1235,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br \\/>The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":959,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Divorce-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"f08557d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9d76cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0b9bd8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":964,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/domestic-violence-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ee4d28f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f00a1e2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf1fe34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"b9fb13e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"04f1862\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef756a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6b9ac62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"cbf523b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"25f4650\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c3bbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"10322c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f8201de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"949fb60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef51021\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b75f0b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":966,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"5da5200\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6ed6830\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"530adac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Addiction\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"89436d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a83156e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking \\u201cif I can just get away from it all even for an hour, it would be worth it \\u201c. You take a substance just to have a moment of peace in your life where just for one second in time, you\\u2019re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it\\u2019s back to your life, your miserable life. So, what do you do?<br \\/>You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"ef66e27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"00638a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"66c8d11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":967,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/military.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f0d4712\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6c8231f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4894f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After The military\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7ec2b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"67da1aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fighting daily for your country\\u2019s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c6ed565\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4a7f3c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you\\u2019re diseased and will throw a measly amount of change at you that you couldn\\u2019t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7042,1223,'_menu_item_type','post_type'),(7043,1223,'_menu_item_menu_item_parent','0'),(7044,1223,'_menu_item_object_id','347'),(7045,1223,'_menu_item_object','page'),(7046,1223,'_menu_item_target',''),(7047,1223,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7048,1223,'_menu_item_xfn',''),(7049,1223,'_menu_item_url',''),(7051,1224,'_menu_item_type','post_type'),(7052,1224,'_menu_item_menu_item_parent','0'),(7053,1224,'_menu_item_object_id','351'),(7054,1224,'_menu_item_object','page'),(7055,1224,'_menu_item_target',''),(7056,1224,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7057,1224,'_menu_item_xfn',''),(7058,1224,'_menu_item_url',''),(7060,1225,'_menu_item_type','post_type'),(7061,1225,'_menu_item_menu_item_parent','1228'),(7062,1225,'_menu_item_object_id','549'),(7063,1225,'_menu_item_object','page'),(7064,1225,'_menu_item_target',''),(7065,1225,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7066,1225,'_menu_item_xfn',''),(7067,1225,'_menu_item_url',''),(7069,1226,'_menu_item_type','post_type'),(7070,1226,'_menu_item_menu_item_parent','0'),(7071,1226,'_menu_item_object_id','898'),(7072,1226,'_menu_item_object','page'),(7073,1226,'_menu_item_target',''),(7074,1226,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7075,1226,'_menu_item_xfn',''),(7076,1226,'_menu_item_url',''),(7077,1226,'_menu_item_orphaned','1629172953'),(7078,1227,'_menu_item_type','post_type'),(7079,1227,'_menu_item_menu_item_parent','1229'),(7080,1227,'_menu_item_object_id','622'),(7081,1227,'_menu_item_object','page'),(7082,1227,'_menu_item_target',''),(7083,1227,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7084,1227,'_menu_item_xfn',''),(7085,1227,'_menu_item_url',''),(7087,1228,'_menu_item_type','post_type'),(7088,1228,'_menu_item_menu_item_parent','0'),(7089,1228,'_menu_item_object_id','480'),(7090,1228,'_menu_item_object','page'),(7091,1228,'_menu_item_target',''),(7092,1228,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7093,1228,'_menu_item_xfn',''),(7094,1228,'_menu_item_url',''),(7096,1229,'_menu_item_type','post_type'),(7097,1229,'_menu_item_menu_item_parent','0'),(7098,1229,'_menu_item_object_id','349'),(7099,1229,'_menu_item_object','page'),(7100,1229,'_menu_item_target',''),(7101,1229,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7102,1229,'_menu_item_xfn',''),(7103,1229,'_menu_item_url',''),(7118,1230,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7119,1230,'_elementor_pro_version','3.2.1'),(7121,1231,'_elementor_edit_mode','builder'),(7122,1231,'_elementor_template_type','wp-page'),(7123,1231,'_elementor_version','3.2.5'),(7124,1231,'_wp_page_template','default'),(7125,1231,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"d2c29b7\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5c6e477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"83c4220\",\"elType\":\"widget\",\"settings\":{\"html\":\"[instagram-feed]\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false}]'),(7126,1231,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7127,1231,'_elementor_pro_version','3.2.1'),(7134,1232,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7135,1232,'_elementor_pro_version','3.2.1'),(7137,347,'_elementor_page_assets','a:0:{}'),(7192,1238,'_elementor_edit_mode','builder'),(7193,1238,'_elementor_template_type','wp-page'),(7194,1238,'_elementor_version','3.3.1'),(7195,1238,'_wp_page_template','default'),(7196,1238,'_elementor_data','s:105123:\"a:7:{i:0;a:5:{s:2:\"id\";s:7:\"79c91db\";s:8:\"settings\";a:32:{s:3:\"gap\";s:2:\"no\";s:6:\"height\";s:10:\"min-height\";s:13:\"custom_height\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:21:\"background_background\";s:7:\"classic\";s:16:\"background_image\";a:2:{s:2:\"id\";s:2:\"38\";s:3:\"url\";s:84:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/hero-01-free-img-1.jpg\";}s:19:\"background_position\";s:13:\"bottom center\";s:21:\"background_attachment\";s:6:\"scroll\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:20:\"custom_height_tablet\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";s:2:\"80\";s:5:\"sizes\";a:0:{}}s:20:\"custom_height_mobile\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";i:92;s:5:\"sizes\";a:0:{}}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"0cea321\";s:8:\"settings\";a:24:{s:12:\"_column_size\";s:3:\"100\";s:7:\"padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:2:\"10\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:2:\"10\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"5\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"8bf7c9d\";s:8:\"settings\";a:14:{s:5:\"title\";s:16:\"Together, we can\";s:11:\"header_size\";s:2:\"h5\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"695c103\";s:8:\"settings\";a:16:{s:5:\"title\";s:38:\"Build a world where all youth are safe\";s:11:\"header_size\";s:2:\"h1\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:14:\"_margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"47faa94\";s:8:\"settings\";a:18:{s:4:\"text\";s:9:\"Read More\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"40\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:0:\"\";s:7:\"library\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:1;a:5:{s:2:\"id\";s:7:\"0b1a41b\";s:8:\"settings\";a:33:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"20\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:4:{s:16:\"background_color\";s:32:\"globals/colors?id=astratextcolor\";s:18:\"background_color_b\";s:24:\"globals/colors?id=accent\";s:24:\"background_overlay_color\";s:33:\"globals/colors?id=astrathemecolor\";s:26:\"background_overlay_color_b\";s:0:\"\";}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:18:\"background_color_b\";s:7:\"#833556\";s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";s:3:\"135\";s:5:\"sizes\";a:0:{}}s:29:\"background_overlay_background\";s:8:\"gradient\";s:26:\"background_overlay_color_b\";s:9:\"#FFD0B300\";s:31:\"background_overlay_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"40\";s:5:\"sizes\";a:0:{}}s:33:\"background_overlay_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";s:3:\"135\";s:5:\"sizes\";a:0:{}}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"80\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"2db5b36\";s:8:\"settings\";a:25:{s:12:\"_column_size\";s:2:\"50\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:3:\"150\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:28:\"space_between_widgets_tablet\";s:2:\"10\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"65\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:4:{i:0;a:6:{s:2:\"id\";s:7:\"e42959b\";s:8:\"settings\";a:13:{s:5:\"title\";s:10:\"Our Impact\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"933c951\";s:8:\"settings\";a:15:{s:5:\"title\";s:91:\"We’ve worked on improving the lives of over 25,000 young people through direct practice.\n\";s:11:\"header_size\";s:2:\"h5\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"901c3ff\";s:8:\"settings\";a:14:{s:11:\"__globals__\";a:1:{s:10:\"text_color\";s:0:\"\";}s:6:\"editor\";s:255:\"<p class=\"has-text-color\">Young people from different backgrounds have a huge impact on us and all our activities. They highlight those parts of the society that are broken, so we can help them in all possible ways to regain hope and flourish in life.</p>\";s:10:\"text_color\";s:9:\"#FFFFFFA3\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}i:3;a:6:{s:2:\"id\";s:7:\"e52fe09\";s:8:\"settings\";a:22:{s:4:\"text\";s:9:\"Read more\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:9:\"#00000000\";s:12:\"text_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:11:\"__globals__\";a:3:{s:17:\"button_text_color\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"hover_color\";s:33:\"globals/colors?id=astrathemecolor\";}s:11:\"hover_color\";s:7:\"#ffd0b3\";s:13:\"selected_icon\";a:2:{s:5:\"value\";s:0:\"\";s:7:\"library\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"c4be8bc\";s:8:\"settings\";a:21:{s:12:\"_column_size\";s:2:\"50\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:6:{s:2:\"id\";s:7:\"ff37682\";s:8:\"settings\";a:15:{s:10:\"image_size\";s:4:\"full\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:4:\"-100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:5:\"image\";a:2:{s:2:\"id\";s:2:\"34\";s:3:\"url\";s:85:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\";}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"-50\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:2;a:5:{s:2:\"id\";s:7:\"4dbd69a\";s:8:\"settings\";a:25:{s:3:\"gap\";s:2:\"no\";s:13:\"custom_height\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"200\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"125\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"104\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"70\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"125\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"ef71edf\";s:8:\"settings\";a:22:{s:12:\"_column_size\";s:3:\"100\";s:28:\"space_between_widgets_tablet\";s:2:\"10\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:4:{i:0;a:6:{s:2:\"id\";s:7:\"c75db0c\";s:8:\"settings\";a:12:{s:5:\"title\";s:10:\"What we do\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"cf5e43c\";s:8:\"settings\";a:15:{s:4:\"text\";s:7:\"Divider\";s:11:\"__globals__\";a:1:{s:5:\"color\";s:0:\"\";}s:5:\"color\";s:7:\"#E5E5E5\";s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"da461da\";s:8:\"settings\";a:18:{s:5:\"title\";s:151:\"We plan and support amazing projects that help change the lives of disadvantaged children and young people from across different regions of the world.\n\";s:11:\"header_size\";s:2:\"h5\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:0:\"\";}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"35\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:3;a:6:{s:2:\"id\";s:7:\"55aaa59\";s:8:\"settings\";a:24:{s:4:\"text\";s:9:\"Read more\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:9:\"#00000000\";s:12:\"text_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:4:\"49.6\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:3:{s:17:\"button_text_color\";s:32:\"globals/colors?id=astratextcolor\";s:16:\"background_color\";s:0:\"\";s:11:\"hover_color\";s:37:\"globals/colors?id=astralinkhovercolor\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"3\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:4:\"34.5\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:0:\"\";s:7:\"library\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:3;a:5:{s:2:\"id\";s:7:\"6b3244d\";s:8:\"settings\";a:25:{s:13:\"content_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:4:\"1300\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"40\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:4:{i:0;a:5:{s:2:\"id\";s:7:\"fe83902\";s:8:\"settings\";a:32:{s:12:\"_column_size\";s:2:\"25\";s:21:\"background_background\";s:7:\"classic\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:1:\"1\";}s:21:\"space_between_widgets\";s:2:\"30\";s:26:\"box_shadow_box_shadow_type\";s:3:\"yes\";s:21:\"box_shadow_box_shadow\";a:5:{s:10:\"horizontal\";s:1:\"0\";s:8:\"vertical\";s:2:\"40\";s:4:\"blur\";s:2:\"40\";s:6:\"spread\";s:1:\"0\";s:5:\"color\";s:68:\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\";}s:19:\"_inline_size_tablet\";s:2:\"50\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"45\";s:5:\"right\";s:2:\"45\";s:6:\"bottom\";s:2:\"45\";s:4:\"left\";s:2:\"45\";s:8:\"isLinked\";s:1:\"1\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:1:\"1\";}s:29:\"background_overlay_background\";s:7:\"classic\";s:26:\"background_overlay_opacity\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:2:{s:16:\"background_color\";s:0:\"\";s:24:\"background_overlay_color\";s:32:\"globals/colors?id=astratextcolor\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"a16491e\";s:8:\"settings\";a:14:{s:5:\"title\";s:14:\"We Find & Fund\";s:11:\"header_size\";s:2:\"h3\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"c3eed13\";s:8:\"settings\";a:16:{s:6:\"editor\";s:116:\"We are in search of opportunities to help as many youth as possible. We approach and fund all those who are in need.\";s:11:\"__globals__\";a:1:{s:10:\"text_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"592d627\";s:8:\"settings\";a:17:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"6\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:27:\"globals/colors?id=secondary\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"6581c5d\";s:8:\"settings\";a:32:{s:12:\"_column_size\";s:2:\"25\";s:21:\"background_background\";s:7:\"classic\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:1:\"1\";}s:21:\"space_between_widgets\";s:2:\"30\";s:26:\"box_shadow_box_shadow_type\";s:3:\"yes\";s:21:\"box_shadow_box_shadow\";a:5:{s:10:\"horizontal\";s:1:\"0\";s:8:\"vertical\";s:2:\"40\";s:4:\"blur\";s:2:\"40\";s:6:\"spread\";s:1:\"0\";s:5:\"color\";s:68:\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\";}s:19:\"_inline_size_tablet\";s:2:\"50\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"45\";s:5:\"right\";s:2:\"45\";s:6:\"bottom\";s:2:\"45\";s:4:\"left\";s:2:\"45\";s:8:\"isLinked\";s:1:\"1\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:1:\"1\";}s:29:\"background_overlay_background\";s:7:\"classic\";s:26:\"background_overlay_opacity\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.8000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:24:\"background_overlay_color\";s:32:\"globals/colors?id=astratextcolor\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"d9fec07\";s:8:\"settings\";a:15:{s:5:\"title\";s:15:\"We Provide Care\";s:11:\"header_size\";s:2:\"h3\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"242d3b3\";s:8:\"settings\";a:16:{s:6:\"editor\";s:120:\"Today’s youth need a helpful hand and right guidance at every stage. Here’s where we take care of them like our own.\";s:11:\"__globals__\";a:1:{s:10:\"text_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"6009173\";s:8:\"settings\";a:17:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"6\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:27:\"globals/colors?id=secondary\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"5efb625\";s:8:\"settings\";a:32:{s:12:\"_column_size\";s:2:\"25\";s:21:\"background_background\";s:7:\"classic\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:1:\"1\";}s:21:\"space_between_widgets\";s:2:\"30\";s:26:\"box_shadow_box_shadow_type\";s:3:\"yes\";s:21:\"box_shadow_box_shadow\";a:5:{s:10:\"horizontal\";s:1:\"0\";s:8:\"vertical\";s:2:\"40\";s:4:\"blur\";s:2:\"40\";s:6:\"spread\";s:1:\"0\";s:5:\"color\";s:68:\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\";}s:19:\"_inline_size_tablet\";s:2:\"50\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"45\";s:5:\"right\";s:2:\"45\";s:6:\"bottom\";s:2:\"45\";s:4:\"left\";s:2:\"45\";s:8:\"isLinked\";s:1:\"1\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:1:\"1\";}s:29:\"background_overlay_background\";s:7:\"classic\";s:26:\"background_overlay_opacity\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:24:\"background_overlay_color\";s:32:\"globals/colors?id=astratextcolor\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"9ce59da\";s:8:\"settings\";a:15:{s:5:\"title\";s:10:\"We\nEducate\";s:11:\"header_size\";s:2:\"h3\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"bf980cf\";s:8:\"settings\";a:16:{s:6:\"editor\";s:114:\"We run small-scale schools for the underprivileged children and youth of daily wage workers for a better future.\n\n\";s:11:\"__globals__\";a:1:{s:10:\"text_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"418fa6c\";s:8:\"settings\";a:17:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"6\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:27:\"globals/colors?id=secondary\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}i:3;a:5:{s:2:\"id\";s:7:\"d4464e5\";s:8:\"settings\";a:30:{s:12:\"_column_size\";s:2:\"25\";s:21:\"background_background\";s:7:\"classic\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:1:\"1\";}s:21:\"space_between_widgets\";s:2:\"30\";s:26:\"box_shadow_box_shadow_type\";s:3:\"yes\";s:21:\"box_shadow_box_shadow\";a:5:{s:10:\"horizontal\";s:1:\"0\";s:8:\"vertical\";s:2:\"40\";s:4:\"blur\";s:2:\"40\";s:6:\"spread\";s:1:\"0\";s:5:\"color\";s:68:\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\";}s:19:\"_inline_size_tablet\";s:2:\"50\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"45\";s:5:\"right\";s:2:\"45\";s:6:\"bottom\";s:2:\"45\";s:4:\"left\";s:2:\"45\";s:8:\"isLinked\";s:1:\"1\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:1:\"1\";}s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:32:\"globals/colors?id=astratextcolor\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"378558b\";s:8:\"settings\";a:15:{s:5:\"title\";s:9:\"We\nEmploy\";s:11:\"header_size\";s:2:\"h3\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"12\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"a29a388\";s:8:\"settings\";a:16:{s:6:\"editor\";s:112:\"We run organizations where we employ youngsters so they can live their dreams for themselves and their families.\";s:11:\"__globals__\";a:1:{s:10:\"text_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"eea12af\";s:8:\"settings\";a:17:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"6\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:27:\"globals/colors?id=secondary\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:4;a:5:{s:2:\"id\";s:7:\"c283f0b\";s:8:\"settings\";a:27:{s:3:\"gap\";s:2:\"no\";s:13:\"custom_height\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:15:\"column_position\";s:3:\"top\";s:9:\"structure\";s:2:\"20\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"175\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"101\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"a847f46\";s:8:\"settings\";a:27:{s:12:\"_column_size\";s:2:\"50\";s:21:\"space_between_widgets\";s:2:\"10\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"150\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:19:\"_inline_size_tablet\";s:2:\"40\";s:28:\"space_between_widgets_tablet\";s:2:\"25\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:6:{s:2:\"id\";s:7:\"e68b0b3\";s:8:\"settings\";a:12:{s:5:\"title\";s:22:\"Our numbers\nthat speak\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"37bbf35\";s:8:\"settings\";a:13:{s:6:\"editor\";s:151:\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n\n\";s:11:\"__globals__\";a:1:{s:10:\"text_color\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"7c2f974\";s:8:\"settings\";a:22:{s:12:\"_column_size\";s:2:\"50\";s:19:\"_inline_size_tablet\";s:2:\"60\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"6cdb06c\";s:8:\"settings\";a:24:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"20\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"5148c93\";s:8:\"settings\";a:25:{s:12:\"_column_size\";s:2:\"50\";s:21:\"space_between_widgets\";s:2:\"20\";s:19:\"_inline_size_tablet\";s:2:\"50\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:28:\"space_between_widgets_mobile\";s:2:\"10\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:6:{s:2:\"id\";s:7:\"a84f6af\";s:8:\"settings\";a:29:{s:13:\"ending_number\";s:4:\"1000\";s:6:\"suffix\";s:2:\"K+\";s:5:\"title\";s:17:\"Members Worldwide\";s:28:\"typography_number_typography\";s:6:\"custom\";s:29:\"typography_number_font_family\";s:7:\"Poppins\";s:27:\"typography_number_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:29:\"typography_number_font_weight\";s:4:\"bold\";s:27:\"typography_title_typography\";s:6:\"custom\";s:28:\"typography_title_font_family\";s:7:\"Poppins\";s:26:\"typography_title_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"20\";s:5:\"sizes\";a:0:{}}s:28:\"typography_title_font_weight\";s:4:\"bold\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"65\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:3:{s:28:\"typography_number_typography\";s:0:\"\";s:12:\"number_color\";s:32:\"globals/colors?id=astratextcolor\";s:11:\"title_color\";s:37:\"globals/colors?id=astralinkhovercolor\";}s:34:\"typography_number_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"40\";s:5:\"sizes\";a:0:{}}s:33:\"typography_title_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"15\";s:5:\"sizes\";a:0:{}}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"54\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:34:\"typography_number_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;s:5:\"sizes\";a:0:{}}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"120\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"counter\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"aed18c2\";s:8:\"settings\";a:18:{s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"95\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"2\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:33:\"globals/colors?id=astrathemecolor\";}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"5fa5f28\";s:8:\"settings\";a:25:{s:12:\"_column_size\";s:2:\"50\";s:21:\"space_between_widgets\";s:2:\"20\";s:19:\"_inline_size_tablet\";s:2:\"50\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:28:\"space_between_widgets_mobile\";s:2:\"10\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:6:{s:2:\"id\";s:7:\"4219d87\";s:8:\"settings\";a:29:{s:13:\"ending_number\";s:6:\"950000\";s:6:\"suffix\";s:1:\"+\";s:5:\"title\";s:15:\"Children Helped\";s:28:\"typography_number_typography\";s:6:\"custom\";s:29:\"typography_number_font_family\";s:7:\"Poppins\";s:27:\"typography_number_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:29:\"typography_number_font_weight\";s:4:\"bold\";s:27:\"typography_title_typography\";s:6:\"custom\";s:28:\"typography_title_font_family\";s:7:\"Poppins\";s:26:\"typography_title_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"20\";s:5:\"sizes\";a:0:{}}s:28:\"typography_title_font_weight\";s:4:\"bold\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"65\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:3:{s:28:\"typography_number_typography\";s:0:\"\";s:12:\"number_color\";s:32:\"globals/colors?id=astratextcolor\";s:11:\"title_color\";s:37:\"globals/colors?id=astralinkhovercolor\";}s:34:\"typography_number_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"40\";s:5:\"sizes\";a:0:{}}s:33:\"typography_title_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"15\";s:5:\"sizes\";a:0:{}}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"54\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:34:\"typography_number_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;s:5:\"sizes\";a:0:{}}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"120\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"counter\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"7fcf1ac\";s:8:\"settings\";a:18:{s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"95\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"2\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:33:\"globals/colors?id=astrathemecolor\";}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:7:\"section\";}i:1;a:5:{s:2:\"id\";s:7:\"50ac5af\";s:8:\"settings\";a:24:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"20\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"5edb927\";s:8:\"settings\";a:25:{s:12:\"_column_size\";s:2:\"50\";s:21:\"space_between_widgets\";s:2:\"20\";s:19:\"_inline_size_tablet\";s:2:\"50\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:28:\"space_between_widgets_mobile\";s:2:\"10\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:6:{s:2:\"id\";s:7:\"f5fabdf\";s:8:\"settings\";a:30:{s:13:\"ending_number\";s:3:\"300\";s:6:\"prefix\";s:1:\"$\";s:6:\"suffix\";s:2:\"M+\";s:5:\"title\";s:12:\"Funds Raised\";s:28:\"typography_number_typography\";s:6:\"custom\";s:29:\"typography_number_font_family\";s:7:\"Poppins\";s:27:\"typography_number_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:29:\"typography_number_font_weight\";s:4:\"bold\";s:27:\"typography_title_typography\";s:6:\"custom\";s:28:\"typography_title_font_family\";s:7:\"Poppins\";s:26:\"typography_title_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"20\";s:5:\"sizes\";a:0:{}}s:28:\"typography_title_font_weight\";s:4:\"bold\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"65\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:3:{s:28:\"typography_number_typography\";s:0:\"\";s:12:\"number_color\";s:32:\"globals/colors?id=astratextcolor\";s:11:\"title_color\";s:37:\"globals/colors?id=astralinkhovercolor\";}s:34:\"typography_number_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"40\";s:5:\"sizes\";a:0:{}}s:33:\"typography_title_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"15\";s:5:\"sizes\";a:0:{}}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"54\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:34:\"typography_number_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;s:5:\"sizes\";a:0:{}}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"120\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"counter\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"4e922fc\";s:8:\"settings\";a:18:{s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"95\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"2\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:33:\"globals/colors?id=astrathemecolor\";}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"274dcb3\";s:8:\"settings\";a:25:{s:12:\"_column_size\";s:2:\"50\";s:21:\"space_between_widgets\";s:2:\"20\";s:19:\"_inline_size_tablet\";s:2:\"50\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:28:\"space_between_widgets_mobile\";s:2:\"10\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:6:{s:2:\"id\";s:7:\"d284bd7\";s:8:\"settings\";a:29:{s:13:\"ending_number\";s:5:\"50000\";s:6:\"suffix\";s:1:\"T\";s:5:\"title\";s:13:\"Food Provided\";s:28:\"typography_number_typography\";s:6:\"custom\";s:29:\"typography_number_font_family\";s:7:\"Poppins\";s:27:\"typography_number_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:29:\"typography_number_font_weight\";s:4:\"bold\";s:27:\"typography_title_typography\";s:6:\"custom\";s:28:\"typography_title_font_family\";s:7:\"Poppins\";s:26:\"typography_title_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"20\";s:5:\"sizes\";a:0:{}}s:28:\"typography_title_font_weight\";s:4:\"bold\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"65\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:3:{s:28:\"typography_number_typography\";s:0:\"\";s:12:\"number_color\";s:32:\"globals/colors?id=astratextcolor\";s:11:\"title_color\";s:37:\"globals/colors?id=astralinkhovercolor\";}s:34:\"typography_number_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"40\";s:5:\"sizes\";a:0:{}}s:33:\"typography_title_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"15\";s:5:\"sizes\";a:0:{}}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"54\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:34:\"typography_number_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;s:5:\"sizes\";a:0:{}}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"120\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"counter\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"aac446c\";s:8:\"settings\";a:18:{s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"95\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"2\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:33:\"globals/colors?id=astrathemecolor\";}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:7:\"section\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:5;a:5:{s:2:\"id\";s:7:\"b72822a\";s:8:\"settings\";a:28:{s:3:\"gap\";s:2:\"no\";s:29:\"background_overlay_background\";s:8:\"gradient\";s:29:\"background_overlay_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:31:\"background_overlay_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:26:\"background_overlay_opacity\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"1\";s:5:\"sizes\";a:0:{}}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:2:{s:24:\"background_overlay_color\";s:35:\"globals/colors?id=astraheadingcolor\";s:26:\"background_overlay_color_b\";s:34:\"globals/colors?id=astraextracolor1\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"7b261eb\";s:8:\"settings\";a:21:{s:12:\"_column_size\";s:3:\"100\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:6:{s:2:\"id\";s:7:\"727955d\";s:8:\"settings\";a:18:{s:10:\"wp_gallery\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"136\";s:3:\"url\";s:88:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\";}i:1;a:2:{s:2:\"id\";s:3:\"137\";s:3:\"url\";s:88:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\";}i:2;a:2:{s:2:\"id\";s:3:\"138\";s:3:\"url\";s:88:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\";}}s:14:\"thumbnail_size\";s:4:\"full\";s:15:\"gallery_columns\";s:1:\"3\";s:13:\"open_lightbox\";s:3:\"yes\";s:13:\"image_spacing\";s:6:\"custom\";s:20:\"image_spacing_custom\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"0\";s:5:\"sizes\";a:0:{}}s:12:\"gallery_link\";s:4:\"none\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:13:\"image-gallery\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:6;a:5:{s:2:\"id\";s:7:\"0904f95\";s:8:\"settings\";a:25:{s:3:\"gap\";s:2:\"no\";s:21:\"background_background\";s:7:\"classic\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:34:\"globals/colors?id=astraextracolor1\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"c50fb9f\";s:8:\"settings\";a:22:{s:12:\"_column_size\";s:3:\"100\";s:10:\"text_align\";s:6:\"center\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:6:{s:2:\"id\";s:7:\"d9b6c02\";s:8:\"settings\";a:15:{s:5:\"title\";s:12:\"Our Partners\";s:11:\"header_size\";s:2:\"h6\";s:21:\"typography_typography\";s:6:\"custom\";s:25:\"typography_text_transform\";s:9:\"uppercase\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"37f09e4\";s:8:\"settings\";a:22:{s:8:\"carousel\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"103\";s:3:\"url\";s:84:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\";}i:1;a:2:{s:2:\"id\";s:3:\"102\";s:3:\"url\";s:84:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\";}i:2;a:2:{s:2:\"id\";s:3:\"101\";s:3:\"url\";s:84:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\";}i:3;a:2:{s:2:\"id\";s:3:\"100\";s:3:\"url\";s:84:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\";}i:4;a:2:{s:2:\"id\";i:1233;s:3:\"url\";s:82:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-01-free-img.png\";}}s:14:\"thumbnail_size\";s:4:\"full\";s:14:\"slides_to_show\";s:1:\"5\";s:16:\"slides_to_scroll\";s:1:\"1\";s:10:\"navigation\";s:4:\"none\";s:19:\"image_border_border\";s:5:\"solid\";s:18:\"image_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";s:1:\"1\";}s:11:\"__globals__\";a:1:{s:18:\"image_border_color\";s:25:\"globals/colors?id=367e41b\";}s:21:\"slides_to_show_tablet\";s:1:\"4\";s:20:\"image_spacing_custom\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"0\";s:5:\"sizes\";a:0:{}}s:21:\"slides_to_show_mobile\";s:1:\"2\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:14:\"image-carousel\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}}\";'),(7140,1233,'_wp_attached_file','2021/08/logo-01-free-img.png'),(7141,1233,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:228;s:6:\"height\";i:130;s:4:\"file\";s:28:\"2021/08/logo-01-free-img.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"logo-01-free-img-150x130.png\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7142,1233,'_elementor_source_image_hash','0938e1151075acf170154e9d73dfb8eebb07aad7'),(7658,1293,'_wp_page_template','default'),(7659,1293,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":1245,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8af8159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\\n\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5ljbhof\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875},\"background_color\":\"#FAFAFA\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"71d672e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3904c8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Programs\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a10433\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":5},\"width\":{\"unit\":\"px\",\"size\":50},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":10},\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5817f5b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"extended\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f337b0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b15dc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d8e0125\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be9bcb7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"095646f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b736c30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c71706\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da3d19c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b6d143c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48db7ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d87a304\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb68b2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":95000,\"suffix\":\"+\",\"title\":\"People Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":40,\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":5000,\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]');
INSERT INTO `wpxo_postmeta` VALUES (7380,1260,'_wp_page_template','default'),(7381,1260,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":1245,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8af8159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\\n\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"ukg2st7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find & Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are in search of opportunities to help as many youth as possible. We approach and fund all those who are in need.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Today\\u2019s youth need a helpful hand and right guidance at every stage. Here\\u2019s where we take care of them like our own.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\nEducate\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We run small-scale schools for the underprivileged children and youth of daily wage workers for a better future.\\n\\n\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\nEmploy\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We run organizations where we employ youngsters so they can live their dreams for themselves and their families.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"aiprtp6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astraheadingcolor\",\"background_overlay_color_b\":\"globals\\/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lnrvppm\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c50fb9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"d9b6c02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f09e4\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":1233,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo-01-free-img.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7210,1240,'_elementor_edit_mode','builder'),(7211,1240,'_elementor_template_type','wp-page'),(7212,1240,'_elementor_version','3.3.1'),(7213,1240,'_wp_page_template','default'),(7214,1240,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-01-free-img-1.jpg\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We plan and support amazing projects that help change the lives of disadvantaged children and young people from across different regions of the world.\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"ukg2st7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find & Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are in search of opportunities to help as many youth as possible. We approach and fund all those who are in need.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Today\\u2019s youth need a helpful hand and right guidance at every stage. Here\\u2019s where we take care of them like our own.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\nEducate\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We run small-scale schools for the underprivileged children and youth of daily wage workers for a better future.\\n\\n\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\nEmploy\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We run organizations where we employ youngsters so they can live their dreams for themselves and their families.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"aiprtp6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astraheadingcolor\",\"background_overlay_color_b\":\"globals\\/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lnrvppm\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c50fb9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"d9b6c02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f09e4\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":1233,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo-01-free-img.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7215,1240,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7216,1240,'_elementor_pro_version','3.2.1'),(7217,1240,'_elementor_page_assets','a:0:{}'),(7221,1241,'_elementor_edit_mode','builder'),(7222,1241,'_elementor_template_type','wp-page'),(7223,1241,'_elementor_version','3.3.1'),(7224,1241,'_wp_page_template','default'),(7225,1241,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-01-free-img-1.jpg\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We plan and support amazing projects that help change the lives of disadvantaged children and young people from across different regions of the world.\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"ukg2st7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find & Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are in search of opportunities to help as many youth as possible. We approach and fund all those who are in need.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Today\\u2019s youth need a helpful hand and right guidance at every stage. Here\\u2019s where we take care of them like our own.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\nEducate\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We run small-scale schools for the underprivileged children and youth of daily wage workers for a better future.\\n\\n\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\nEmploy\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We run organizations where we employ youngsters so they can live their dreams for themselves and their families.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"aiprtp6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astraheadingcolor\",\"background_overlay_color_b\":\"globals\\/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lnrvppm\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c50fb9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"d9b6c02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f09e4\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":1233,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo-01-free-img.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7226,1241,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7227,1241,'_elementor_pro_version','3.2.1'),(7228,1241,'_elementor_page_assets','a:0:{}'),(7230,1242,'_elementor_edit_mode','builder'),(7231,1242,'_elementor_template_type','wp-page'),(7232,1242,'_elementor_version','3.3.1'),(7233,1242,'_wp_page_template','default'),(7234,1242,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-01-free-img-1.jpg\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We plan and support amazing projects that help change the lives of disadvantaged children and young people from across different regions of the world.\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"ukg2st7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find & Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are in search of opportunities to help as many youth as possible. We approach and fund all those who are in need.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Today\\u2019s youth need a helpful hand and right guidance at every stage. Here\\u2019s where we take care of them like our own.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\nEducate\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We run small-scale schools for the underprivileged children and youth of daily wage workers for a better future.\\n\\n\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\nEmploy\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We run organizations where we employ youngsters so they can live their dreams for themselves and their families.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"aiprtp6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astraheadingcolor\",\"background_overlay_color_b\":\"globals\\/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lnrvppm\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c50fb9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"d9b6c02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f09e4\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":1233,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo-01-free-img.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7235,1242,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7236,1242,'_elementor_pro_version','3.2.1'),(7237,1242,'_elementor_page_assets','a:0:{}'),(7379,1260,'_elementor_version','3.3.1'),(7239,1243,'_elementor_edit_mode','builder'),(7240,1243,'_elementor_template_type','wp-page'),(7241,1243,'_elementor_version','3.3.1'),(7242,1243,'_wp_page_template','default'),(7243,1243,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-01-free-img-1.jpg\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We plan and support amazing projects that help change the lives of disadvantaged children and young people from across different regions of the world.\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"ukg2st7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find & Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are in search of opportunities to help as many youth as possible. We approach and fund all those who are in need.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Today\\u2019s youth need a helpful hand and right guidance at every stage. Here\\u2019s where we take care of them like our own.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\nEducate\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We run small-scale schools for the underprivileged children and youth of daily wage workers for a better future.\\n\\n\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\nEmploy\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We run organizations where we employ youngsters so they can live their dreams for themselves and their families.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"aiprtp6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astraheadingcolor\",\"background_overlay_color_b\":\"globals\\/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lnrvppm\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c50fb9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"d9b6c02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f09e4\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":1233,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo-01-free-img.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7190,480,'_elementor_controls_usage','a:7:{s:6:\"global\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:6:\"column\";a:3:{s:5:\"count\";i:25;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:24;s:14:\"padding_tablet\";i:23;s:14:\"padding_mobile\";i:24;s:13:\"margin_tablet\";i:15;s:13:\"margin_mobile\";i:8;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:19:\"_inline_size_tablet\";i:23;s:12:\"_inline_size\";i:21;s:19:\"_inline_size_mobile\";i:14;s:23:\"content_position_tablet\";i:7;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:10;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:8;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:8;s:7:\"padding\";i:10;s:14:\"padding_tablet\";i:9;s:14:\"padding_mobile\";i:9;s:13:\"margin_tablet\";i:8;s:13:\"margin_mobile\";i:7;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:6;s:12:\"border_width\";i:7;s:12:\"border_color\";i:7;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:8;s:12:\"width_tablet\";i:8;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:8;s:3:\"gap\";i:8;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:8;s:15:\"_padding_tablet\";i:8;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:8;s:11:\"header_size\";i:8;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:8;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_weight\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:8;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:7;s:10:\"image_size\";i:7;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:2:{s:32:\"image_box_shadow_box_shadow_type\";i:7;s:27:\"image_box_shadow_box_shadow\";i:7;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}}}}'),(7168,1235,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7169,1235,'_elementor_pro_version','3.2.1'),(7170,1235,'_elementor_page_assets','a:0:{}'),(7172,1236,'_elementor_edit_mode','builder'),(7173,1236,'_elementor_template_type','wp-page'),(7174,1236,'_elementor_version','3.3.1'),(7175,1236,'_wp_page_template','default'),(7176,1236,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or family member it can be devastating when someone you love dies. It can feel like your heart has physically been ripped from your chest. When someone has had so much influence in your life, and you lose them it could be detrimental to your overall health. The person that passed can longer feel pain, but you do. So, what do you do now?<br \\/>The Chrishaun foundation is daily providing counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your special needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":959,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Divorce-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"f08557d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9d76cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0b9bd8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":964,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/domestic-violence-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ee4d28f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f00a1e2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf1fe34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"b9fb13e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"04f1862\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef756a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6b9ac62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"cbf523b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"25f4650\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c3bbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"10322c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f8201de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"949fb60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef51021\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b75f0b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":966,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"5da5200\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6ed6830\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"530adac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Addiction\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"89436d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a83156e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking \\u201cif I can just get away from it all even for an hour, it would be worth it \\u201c. You take a substance just to have a moment of peace in your life where just for one second in time, you\\u2019re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it\\u2019s back to your life, your miserable life. So, what do you do?<br \\/>You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"ef66e27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"00638a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"66c8d11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":967,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/military.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f0d4712\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6c8231f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4894f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After The military\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7ec2b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"67da1aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fighting daily for your country\\u2019s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c6ed565\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4a7f3c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you\\u2019re diseased and will throw a measly amount of change at you that you couldn\\u2019t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7177,1236,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7178,1236,'_elementor_pro_version','3.2.1'),(7179,1236,'_elementor_page_assets','a:0:{}'),(7181,1237,'_elementor_edit_mode','builder'),(7182,1237,'_elementor_template_type','wp-page'),(7183,1237,'_elementor_version','3.3.1'),(7184,1237,'_wp_page_template','default'),(7185,1237,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest. When someone has had so much influence in your life, when you lose them, it can be so detrimental to your overall health. The person that has passed can no longer feel pain but you do, so what do you do now?<br \\/>The Chrishaun Foundation can provide counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your specific needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":959,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Divorce-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"f08557d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9d76cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0b9bd8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":964,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/domestic-violence-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ee4d28f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f00a1e2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf1fe34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"b9fb13e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"04f1862\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef756a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6b9ac62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"cbf523b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"25f4650\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c3bbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"10322c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f8201de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"949fb60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef51021\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b75f0b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":966,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"5da5200\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6ed6830\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"530adac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Addiction\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"89436d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a83156e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking \\u201cif I can just get away from it all even for an hour, it would be worth it \\u201c. You take a substance just to have a moment of peace in your life where just for one second in time, you\\u2019re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it\\u2019s back to your life, your miserable life. So, what do you do?<br \\/>You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"ef66e27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"00638a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"66c8d11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":967,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/military.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f0d4712\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6c8231f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4894f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After The military\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7ec2b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"67da1aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fighting daily for your country\\u2019s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c6ed565\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4a7f3c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you\\u2019re diseased and will throw a measly amount of change at you that you couldn\\u2019t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7186,1237,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7187,1237,'_elementor_pro_version','3.2.1'),(7188,1237,'_elementor_page_assets','a:0:{}'),(7197,1238,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7198,1238,'_elementor_pro_version','3.2.1'),(7199,1238,'_elementor_page_assets','a:0:{}'),(7201,1239,'_elementor_edit_mode','builder'),(7202,1239,'_elementor_template_type','wp-page'),(7203,1239,'_elementor_version','3.3.1'),(7204,1239,'_wp_page_template','default'),(7205,1239,'_elementor_data','s:105123:\"a:7:{i:0;a:5:{s:2:\"id\";s:7:\"79c91db\";s:8:\"settings\";a:32:{s:3:\"gap\";s:2:\"no\";s:6:\"height\";s:10:\"min-height\";s:13:\"custom_height\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:21:\"background_background\";s:7:\"classic\";s:16:\"background_image\";a:2:{s:2:\"id\";s:2:\"38\";s:3:\"url\";s:84:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/hero-01-free-img-1.jpg\";}s:19:\"background_position\";s:13:\"bottom center\";s:21:\"background_attachment\";s:6:\"scroll\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:20:\"custom_height_tablet\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";s:2:\"80\";s:5:\"sizes\";a:0:{}}s:20:\"custom_height_mobile\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";i:92;s:5:\"sizes\";a:0:{}}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"0cea321\";s:8:\"settings\";a:24:{s:12:\"_column_size\";s:3:\"100\";s:7:\"padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:2:\"10\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:2:\"10\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"5\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"8bf7c9d\";s:8:\"settings\";a:14:{s:5:\"title\";s:16:\"Together, we can\";s:11:\"header_size\";s:2:\"h5\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"695c103\";s:8:\"settings\";a:16:{s:5:\"title\";s:38:\"Build a world where all youth are safe\";s:11:\"header_size\";s:2:\"h1\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:14:\"_margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"47faa94\";s:8:\"settings\";a:18:{s:4:\"text\";s:9:\"Read More\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"40\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:0:\"\";s:7:\"library\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:1;a:5:{s:2:\"id\";s:7:\"0b1a41b\";s:8:\"settings\";a:33:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"20\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:4:{s:16:\"background_color\";s:32:\"globals/colors?id=astratextcolor\";s:18:\"background_color_b\";s:24:\"globals/colors?id=accent\";s:24:\"background_overlay_color\";s:33:\"globals/colors?id=astrathemecolor\";s:26:\"background_overlay_color_b\";s:0:\"\";}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:18:\"background_color_b\";s:7:\"#833556\";s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";s:3:\"135\";s:5:\"sizes\";a:0:{}}s:29:\"background_overlay_background\";s:8:\"gradient\";s:26:\"background_overlay_color_b\";s:9:\"#FFD0B300\";s:31:\"background_overlay_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"40\";s:5:\"sizes\";a:0:{}}s:33:\"background_overlay_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";s:3:\"135\";s:5:\"sizes\";a:0:{}}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"80\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"2db5b36\";s:8:\"settings\";a:25:{s:12:\"_column_size\";s:2:\"50\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:3:\"150\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:28:\"space_between_widgets_tablet\";s:2:\"10\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"65\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:4:{i:0;a:6:{s:2:\"id\";s:7:\"e42959b\";s:8:\"settings\";a:13:{s:5:\"title\";s:10:\"Our Impact\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"933c951\";s:8:\"settings\";a:15:{s:5:\"title\";s:91:\"We’ve worked on improving the lives of over 25,000 young people through direct practice.\n\";s:11:\"header_size\";s:2:\"h5\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"901c3ff\";s:8:\"settings\";a:14:{s:11:\"__globals__\";a:1:{s:10:\"text_color\";s:0:\"\";}s:6:\"editor\";s:255:\"<p class=\"has-text-color\">Young people from different backgrounds have a huge impact on us and all our activities. They highlight those parts of the society that are broken, so we can help them in all possible ways to regain hope and flourish in life.</p>\";s:10:\"text_color\";s:9:\"#FFFFFFA3\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}i:3;a:6:{s:2:\"id\";s:7:\"e52fe09\";s:8:\"settings\";a:22:{s:4:\"text\";s:9:\"Read more\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:9:\"#00000000\";s:12:\"text_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:11:\"__globals__\";a:3:{s:17:\"button_text_color\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"hover_color\";s:33:\"globals/colors?id=astrathemecolor\";}s:11:\"hover_color\";s:7:\"#ffd0b3\";s:13:\"selected_icon\";a:2:{s:5:\"value\";s:0:\"\";s:7:\"library\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"c4be8bc\";s:8:\"settings\";a:21:{s:12:\"_column_size\";s:2:\"50\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:6:{s:2:\"id\";s:7:\"ff37682\";s:8:\"settings\";a:15:{s:10:\"image_size\";s:4:\"full\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:4:\"-100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:5:\"image\";a:2:{s:2:\"id\";s:2:\"34\";s:3:\"url\";s:85:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/about-01-free-img-1.jpg\";}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"-50\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:2;a:5:{s:2:\"id\";s:7:\"4dbd69a\";s:8:\"settings\";a:25:{s:3:\"gap\";s:2:\"no\";s:13:\"custom_height\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"200\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"125\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"104\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"70\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"125\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"ef71edf\";s:8:\"settings\";a:22:{s:12:\"_column_size\";s:3:\"100\";s:28:\"space_between_widgets_tablet\";s:2:\"10\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:4:{i:0;a:6:{s:2:\"id\";s:7:\"c75db0c\";s:8:\"settings\";a:12:{s:5:\"title\";s:10:\"What we do\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"cf5e43c\";s:8:\"settings\";a:15:{s:4:\"text\";s:7:\"Divider\";s:11:\"__globals__\";a:1:{s:5:\"color\";s:0:\"\";}s:5:\"color\";s:7:\"#E5E5E5\";s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"da461da\";s:8:\"settings\";a:18:{s:5:\"title\";s:151:\"We plan and support amazing projects that help change the lives of disadvantaged children and young people from across different regions of the world.\n\";s:11:\"header_size\";s:2:\"h5\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:0:\"\";}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"35\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:3;a:6:{s:2:\"id\";s:7:\"55aaa59\";s:8:\"settings\";a:24:{s:4:\"text\";s:9:\"Read more\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:9:\"#00000000\";s:12:\"text_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:4:\"49.6\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:3:{s:17:\"button_text_color\";s:32:\"globals/colors?id=astratextcolor\";s:16:\"background_color\";s:0:\"\";s:11:\"hover_color\";s:37:\"globals/colors?id=astralinkhovercolor\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"3\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:4:\"34.5\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:0:\"\";s:7:\"library\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:3;a:5:{s:2:\"id\";s:7:\"6b3244d\";s:8:\"settings\";a:25:{s:13:\"content_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:4:\"1300\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"40\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:4:{i:0;a:5:{s:2:\"id\";s:7:\"fe83902\";s:8:\"settings\";a:32:{s:12:\"_column_size\";s:2:\"25\";s:21:\"background_background\";s:7:\"classic\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:1:\"1\";}s:21:\"space_between_widgets\";s:2:\"30\";s:26:\"box_shadow_box_shadow_type\";s:3:\"yes\";s:21:\"box_shadow_box_shadow\";a:5:{s:10:\"horizontal\";s:1:\"0\";s:8:\"vertical\";s:2:\"40\";s:4:\"blur\";s:2:\"40\";s:6:\"spread\";s:1:\"0\";s:5:\"color\";s:68:\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\";}s:19:\"_inline_size_tablet\";s:2:\"50\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"45\";s:5:\"right\";s:2:\"45\";s:6:\"bottom\";s:2:\"45\";s:4:\"left\";s:2:\"45\";s:8:\"isLinked\";s:1:\"1\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:1:\"1\";}s:29:\"background_overlay_background\";s:7:\"classic\";s:26:\"background_overlay_opacity\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:2:{s:16:\"background_color\";s:0:\"\";s:24:\"background_overlay_color\";s:32:\"globals/colors?id=astratextcolor\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"a16491e\";s:8:\"settings\";a:14:{s:5:\"title\";s:14:\"We Find & Fund\";s:11:\"header_size\";s:2:\"h3\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"c3eed13\";s:8:\"settings\";a:16:{s:6:\"editor\";s:116:\"We are in search of opportunities to help as many youth as possible. We approach and fund all those who are in need.\";s:11:\"__globals__\";a:1:{s:10:\"text_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"592d627\";s:8:\"settings\";a:17:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"6\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:27:\"globals/colors?id=secondary\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"6581c5d\";s:8:\"settings\";a:32:{s:12:\"_column_size\";s:2:\"25\";s:21:\"background_background\";s:7:\"classic\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:1:\"1\";}s:21:\"space_between_widgets\";s:2:\"30\";s:26:\"box_shadow_box_shadow_type\";s:3:\"yes\";s:21:\"box_shadow_box_shadow\";a:5:{s:10:\"horizontal\";s:1:\"0\";s:8:\"vertical\";s:2:\"40\";s:4:\"blur\";s:2:\"40\";s:6:\"spread\";s:1:\"0\";s:5:\"color\";s:68:\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\";}s:19:\"_inline_size_tablet\";s:2:\"50\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"45\";s:5:\"right\";s:2:\"45\";s:6:\"bottom\";s:2:\"45\";s:4:\"left\";s:2:\"45\";s:8:\"isLinked\";s:1:\"1\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:1:\"1\";}s:29:\"background_overlay_background\";s:7:\"classic\";s:26:\"background_overlay_opacity\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.8000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:24:\"background_overlay_color\";s:32:\"globals/colors?id=astratextcolor\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"d9fec07\";s:8:\"settings\";a:15:{s:5:\"title\";s:15:\"We Provide Care\";s:11:\"header_size\";s:2:\"h3\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"242d3b3\";s:8:\"settings\";a:16:{s:6:\"editor\";s:120:\"Today’s youth need a helpful hand and right guidance at every stage. Here’s where we take care of them like our own.\";s:11:\"__globals__\";a:1:{s:10:\"text_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"6009173\";s:8:\"settings\";a:17:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"6\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:27:\"globals/colors?id=secondary\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"5efb625\";s:8:\"settings\";a:32:{s:12:\"_column_size\";s:2:\"25\";s:21:\"background_background\";s:7:\"classic\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:1:\"1\";}s:21:\"space_between_widgets\";s:2:\"30\";s:26:\"box_shadow_box_shadow_type\";s:3:\"yes\";s:21:\"box_shadow_box_shadow\";a:5:{s:10:\"horizontal\";s:1:\"0\";s:8:\"vertical\";s:2:\"40\";s:4:\"blur\";s:2:\"40\";s:6:\"spread\";s:1:\"0\";s:5:\"color\";s:68:\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\";}s:19:\"_inline_size_tablet\";s:2:\"50\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"45\";s:5:\"right\";s:2:\"45\";s:6:\"bottom\";s:2:\"45\";s:4:\"left\";s:2:\"45\";s:8:\"isLinked\";s:1:\"1\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:1:\"1\";}s:29:\"background_overlay_background\";s:7:\"classic\";s:26:\"background_overlay_opacity\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:24:\"background_overlay_color\";s:32:\"globals/colors?id=astratextcolor\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"9ce59da\";s:8:\"settings\";a:15:{s:5:\"title\";s:10:\"We\nEducate\";s:11:\"header_size\";s:2:\"h3\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:8:\"isLinked\";s:1:\"1\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"bf980cf\";s:8:\"settings\";a:16:{s:6:\"editor\";s:114:\"We run small-scale schools for the underprivileged children and youth of daily wage workers for a better future.\n\n\";s:11:\"__globals__\";a:1:{s:10:\"text_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"418fa6c\";s:8:\"settings\";a:17:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"6\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:27:\"globals/colors?id=secondary\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}i:3;a:5:{s:2:\"id\";s:7:\"d4464e5\";s:8:\"settings\";a:30:{s:12:\"_column_size\";s:2:\"25\";s:21:\"background_background\";s:7:\"classic\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";s:1:\"1\";}s:21:\"space_between_widgets\";s:2:\"30\";s:26:\"box_shadow_box_shadow_type\";s:3:\"yes\";s:21:\"box_shadow_box_shadow\";a:5:{s:10:\"horizontal\";s:1:\"0\";s:8:\"vertical\";s:2:\"40\";s:4:\"blur\";s:2:\"40\";s:6:\"spread\";s:1:\"0\";s:5:\"color\";s:68:\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\";}s:19:\"_inline_size_tablet\";s:2:\"50\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"45\";s:5:\"right\";s:2:\"45\";s:6:\"bottom\";s:2:\"45\";s:4:\"left\";s:2:\"45\";s:8:\"isLinked\";s:1:\"1\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:1:\"1\";}s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:32:\"globals/colors?id=astratextcolor\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"378558b\";s:8:\"settings\";a:15:{s:5:\"title\";s:9:\"We\nEmploy\";s:11:\"header_size\";s:2:\"h3\";s:11:\"__globals__\";a:1:{s:11:\"title_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"12\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"a29a388\";s:8:\"settings\";a:16:{s:6:\"editor\";s:112:\"We run organizations where we employ youngsters so they can live their dreams for themselves and their families.\";s:11:\"__globals__\";a:1:{s:10:\"text_color\";s:27:\"globals/colors?id=secondary\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"eea12af\";s:8:\"settings\";a:17:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"6\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:27:\"globals/colors?id=secondary\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:4;a:5:{s:2:\"id\";s:7:\"c283f0b\";s:8:\"settings\";a:27:{s:3:\"gap\";s:2:\"no\";s:13:\"custom_height\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:15:\"column_position\";s:3:\"top\";s:9:\"structure\";s:2:\"20\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"175\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"101\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"a847f46\";s:8:\"settings\";a:27:{s:12:\"_column_size\";s:2:\"50\";s:21:\"space_between_widgets\";s:2:\"10\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"150\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:19:\"_inline_size_tablet\";s:2:\"40\";s:28:\"space_between_widgets_tablet\";s:2:\"25\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:6:{s:2:\"id\";s:7:\"e68b0b3\";s:8:\"settings\";a:12:{s:5:\"title\";s:22:\"Our numbers\nthat speak\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"37bbf35\";s:8:\"settings\";a:13:{s:6:\"editor\";s:151:\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\n\n\";s:11:\"__globals__\";a:1:{s:10:\"text_color\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"7c2f974\";s:8:\"settings\";a:22:{s:12:\"_column_size\";s:2:\"50\";s:19:\"_inline_size_tablet\";s:2:\"60\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"6cdb06c\";s:8:\"settings\";a:24:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"20\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"5148c93\";s:8:\"settings\";a:25:{s:12:\"_column_size\";s:2:\"50\";s:21:\"space_between_widgets\";s:2:\"20\";s:19:\"_inline_size_tablet\";s:2:\"50\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:28:\"space_between_widgets_mobile\";s:2:\"10\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:6:{s:2:\"id\";s:7:\"a84f6af\";s:8:\"settings\";a:29:{s:13:\"ending_number\";s:4:\"1000\";s:6:\"suffix\";s:2:\"K+\";s:5:\"title\";s:17:\"Members Worldwide\";s:28:\"typography_number_typography\";s:6:\"custom\";s:29:\"typography_number_font_family\";s:7:\"Poppins\";s:27:\"typography_number_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:29:\"typography_number_font_weight\";s:4:\"bold\";s:27:\"typography_title_typography\";s:6:\"custom\";s:28:\"typography_title_font_family\";s:7:\"Poppins\";s:26:\"typography_title_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"20\";s:5:\"sizes\";a:0:{}}s:28:\"typography_title_font_weight\";s:4:\"bold\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"65\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:3:{s:28:\"typography_number_typography\";s:0:\"\";s:12:\"number_color\";s:32:\"globals/colors?id=astratextcolor\";s:11:\"title_color\";s:37:\"globals/colors?id=astralinkhovercolor\";}s:34:\"typography_number_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"40\";s:5:\"sizes\";a:0:{}}s:33:\"typography_title_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"15\";s:5:\"sizes\";a:0:{}}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"54\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:34:\"typography_number_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;s:5:\"sizes\";a:0:{}}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"120\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"counter\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"aed18c2\";s:8:\"settings\";a:18:{s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"95\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"2\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:33:\"globals/colors?id=astrathemecolor\";}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"5fa5f28\";s:8:\"settings\";a:25:{s:12:\"_column_size\";s:2:\"50\";s:21:\"space_between_widgets\";s:2:\"20\";s:19:\"_inline_size_tablet\";s:2:\"50\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:28:\"space_between_widgets_mobile\";s:2:\"10\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:6:{s:2:\"id\";s:7:\"4219d87\";s:8:\"settings\";a:29:{s:13:\"ending_number\";s:6:\"950000\";s:6:\"suffix\";s:1:\"+\";s:5:\"title\";s:15:\"Children Helped\";s:28:\"typography_number_typography\";s:6:\"custom\";s:29:\"typography_number_font_family\";s:7:\"Poppins\";s:27:\"typography_number_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:29:\"typography_number_font_weight\";s:4:\"bold\";s:27:\"typography_title_typography\";s:6:\"custom\";s:28:\"typography_title_font_family\";s:7:\"Poppins\";s:26:\"typography_title_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"20\";s:5:\"sizes\";a:0:{}}s:28:\"typography_title_font_weight\";s:4:\"bold\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"65\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:3:{s:28:\"typography_number_typography\";s:0:\"\";s:12:\"number_color\";s:32:\"globals/colors?id=astratextcolor\";s:11:\"title_color\";s:37:\"globals/colors?id=astralinkhovercolor\";}s:34:\"typography_number_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"40\";s:5:\"sizes\";a:0:{}}s:33:\"typography_title_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"15\";s:5:\"sizes\";a:0:{}}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"54\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:34:\"typography_number_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;s:5:\"sizes\";a:0:{}}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"120\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"counter\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"7fcf1ac\";s:8:\"settings\";a:18:{s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"95\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"2\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:33:\"globals/colors?id=astrathemecolor\";}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:7:\"section\";}i:1;a:5:{s:2:\"id\";s:7:\"50ac5af\";s:8:\"settings\";a:24:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"20\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"5edb927\";s:8:\"settings\";a:25:{s:12:\"_column_size\";s:2:\"50\";s:21:\"space_between_widgets\";s:2:\"20\";s:19:\"_inline_size_tablet\";s:2:\"50\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:28:\"space_between_widgets_mobile\";s:2:\"10\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:6:{s:2:\"id\";s:7:\"f5fabdf\";s:8:\"settings\";a:30:{s:13:\"ending_number\";s:3:\"300\";s:6:\"prefix\";s:1:\"$\";s:6:\"suffix\";s:2:\"M+\";s:5:\"title\";s:12:\"Funds Raised\";s:28:\"typography_number_typography\";s:6:\"custom\";s:29:\"typography_number_font_family\";s:7:\"Poppins\";s:27:\"typography_number_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:29:\"typography_number_font_weight\";s:4:\"bold\";s:27:\"typography_title_typography\";s:6:\"custom\";s:28:\"typography_title_font_family\";s:7:\"Poppins\";s:26:\"typography_title_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"20\";s:5:\"sizes\";a:0:{}}s:28:\"typography_title_font_weight\";s:4:\"bold\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"65\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:3:{s:28:\"typography_number_typography\";s:0:\"\";s:12:\"number_color\";s:32:\"globals/colors?id=astratextcolor\";s:11:\"title_color\";s:37:\"globals/colors?id=astralinkhovercolor\";}s:34:\"typography_number_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"40\";s:5:\"sizes\";a:0:{}}s:33:\"typography_title_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"15\";s:5:\"sizes\";a:0:{}}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"54\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:34:\"typography_number_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;s:5:\"sizes\";a:0:{}}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"120\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"counter\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"4e922fc\";s:8:\"settings\";a:18:{s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"95\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"2\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:33:\"globals/colors?id=astrathemecolor\";}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"274dcb3\";s:8:\"settings\";a:25:{s:12:\"_column_size\";s:2:\"50\";s:21:\"space_between_widgets\";s:2:\"20\";s:19:\"_inline_size_tablet\";s:2:\"50\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"35\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:28:\"space_between_widgets_mobile\";s:2:\"10\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:6:{s:2:\"id\";s:7:\"d284bd7\";s:8:\"settings\";a:29:{s:13:\"ending_number\";s:5:\"50000\";s:6:\"suffix\";s:1:\"T\";s:5:\"title\";s:13:\"Food Provided\";s:28:\"typography_number_typography\";s:6:\"custom\";s:29:\"typography_number_font_family\";s:7:\"Poppins\";s:27:\"typography_number_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:29:\"typography_number_font_weight\";s:4:\"bold\";s:27:\"typography_title_typography\";s:6:\"custom\";s:28:\"typography_title_font_family\";s:7:\"Poppins\";s:26:\"typography_title_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"20\";s:5:\"sizes\";a:0:{}}s:28:\"typography_title_font_weight\";s:4:\"bold\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"65\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:3:{s:28:\"typography_number_typography\";s:0:\"\";s:12:\"number_color\";s:32:\"globals/colors?id=astratextcolor\";s:11:\"title_color\";s:37:\"globals/colors?id=astralinkhovercolor\";}s:34:\"typography_number_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"40\";s:5:\"sizes\";a:0:{}}s:33:\"typography_title_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"15\";s:5:\"sizes\";a:0:{}}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"54\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:34:\"typography_number_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;s:5:\"sizes\";a:0:{}}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"120\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"counter\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"aac446c\";s:8:\"settings\";a:18:{s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"95\";s:5:\"sizes\";a:0:{}}s:4:\"text\";s:7:\"Divider\";s:6:\"weight\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"2\";s:5:\"sizes\";a:0:{}}s:3:\"gap\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"5\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:5:\"color\";s:33:\"globals/colors?id=astrathemecolor\";}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:1:\"1\";s:6:\"elType\";s:7:\"section\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:5;a:5:{s:2:\"id\";s:7:\"b72822a\";s:8:\"settings\";a:28:{s:3:\"gap\";s:2:\"no\";s:29:\"background_overlay_background\";s:8:\"gradient\";s:29:\"background_overlay_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:31:\"background_overlay_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"50\";s:5:\"sizes\";a:0:{}}s:26:\"background_overlay_opacity\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"1\";s:5:\"sizes\";a:0:{}}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:2:{s:24:\"background_overlay_color\";s:35:\"globals/colors?id=astraheadingcolor\";s:26:\"background_overlay_color_b\";s:34:\"globals/colors?id=astraextracolor1\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"7b261eb\";s:8:\"settings\";a:21:{s:12:\"_column_size\";s:3:\"100\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:6:{s:2:\"id\";s:7:\"727955d\";s:8:\"settings\";a:18:{s:10:\"wp_gallery\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"136\";s:3:\"url\";s:88:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-001-free-img-1.jpg\";}i:1;a:2:{s:2:\"id\";s:3:\"137\";s:3:\"url\";s:88:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-002-free-img-1.jpg\";}i:2;a:2:{s:2:\"id\";s:3:\"138\";s:3:\"url\";s:88:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/gallery-003-free-img-1.jpg\";}}s:14:\"thumbnail_size\";s:4:\"full\";s:15:\"gallery_columns\";s:1:\"3\";s:13:\"open_lightbox\";s:3:\"yes\";s:13:\"image_spacing\";s:6:\"custom\";s:20:\"image_spacing_custom\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"0\";s:5:\"sizes\";a:0:{}}s:12:\"gallery_link\";s:4:\"none\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:13:\"image-gallery\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}i:6;a:5:{s:2:\"id\";s:7:\"0904f95\";s:8:\"settings\";a:25:{s:3:\"gap\";s:2:\"no\";s:21:\"background_background\";s:7:\"classic\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:34:\"globals/colors?id=astraextracolor1\";}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";s:0:\"\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"c50fb9f\";s:8:\"settings\";a:22:{s:12:\"_column_size\";s:3:\"100\";s:10:\"text_align\";s:6:\"center\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:6:{s:2:\"id\";s:7:\"d9b6c02\";s:8:\"settings\";a:15:{s:5:\"title\";s:12:\"Our Partners\";s:11:\"header_size\";s:2:\"h6\";s:21:\"typography_typography\";s:6:\"custom\";s:25:\"typography_text_transform\";s:9:\"uppercase\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"37f09e4\";s:8:\"settings\";a:22:{s:8:\"carousel\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"103\";s:3:\"url\";s:84:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-05-free-img-1.png\";}i:1;a:2:{s:2:\"id\";s:3:\"102\";s:3:\"url\";s:84:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-04-free-img-1.png\";}i:2;a:2:{s:2:\"id\";s:3:\"101\";s:3:\"url\";s:84:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-03-free-img-1.png\";}i:3;a:2:{s:2:\"id\";s:3:\"100\";s:3:\"url\";s:84:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/05/logo-02-free-img-1.png\";}i:4;a:2:{s:2:\"id\";i:1233;s:3:\"url\";s:82:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo-01-free-img.png\";}}s:14:\"thumbnail_size\";s:4:\"full\";s:14:\"slides_to_show\";s:1:\"5\";s:16:\"slides_to_scroll\";s:1:\"1\";s:10:\"navigation\";s:4:\"none\";s:19:\"image_border_border\";s:5:\"solid\";s:18:\"image_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";s:1:\"1\";}s:11:\"__globals__\";a:1:{s:18:\"image_border_color\";s:25:\"globals/colors?id=367e41b\";}s:21:\"slides_to_show_tablet\";s:1:\"4\";s:20:\"image_spacing_custom\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"0\";s:5:\"sizes\";a:0:{}}s:21:\"slides_to_show_mobile\";s:1:\"2\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:14:\"image-carousel\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";s:0:\"\";s:6:\"elType\";s:7:\"section\";}}\";'),(7206,1239,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7207,1239,'_elementor_pro_version','3.2.1'),(7208,1239,'_elementor_page_assets','a:0:{}'),(7244,1243,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7245,1243,'_elementor_pro_version','3.2.1'),(7246,1243,'_elementor_page_assets','a:0:{}'),(7260,1246,'_elementor_edit_mode','builder'),(7261,1246,'_elementor_template_type','wp-page'),(7262,1246,'_elementor_version','3.3.1'),(7263,1246,'_wp_page_template','default'),(7264,1246,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-01-free-img-1.jpg\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We plan and support amazing projects that help change the lives of disadvantaged children and young people from across different regions of the world.\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"ukg2st7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find & Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are in search of opportunities to help as many youth as possible. We approach and fund all those who are in need.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Today\\u2019s youth need a helpful hand and right guidance at every stage. Here\\u2019s where we take care of them like our own.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\nEducate\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We run small-scale schools for the underprivileged children and youth of daily wage workers for a better future.\\n\\n\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\nEmploy\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We run organizations where we employ youngsters so they can live their dreams for themselves and their families.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"aiprtp6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astraheadingcolor\",\"background_overlay_color_b\":\"globals\\/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lnrvppm\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c50fb9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"d9b6c02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f09e4\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":1233,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo-01-free-img.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7288,1249,'_wp_page_template','default'),(7289,1249,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":1245,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We plan and support amazing projects that help change the lives of disadvantaged children and young people from across different regions of the world.\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"ukg2st7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find & Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are in search of opportunities to help as many youth as possible. We approach and fund all those who are in need.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Today\\u2019s youth need a helpful hand and right guidance at every stage. Here\\u2019s where we take care of them like our own.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\nEducate\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We run small-scale schools for the underprivileged children and youth of daily wage workers for a better future.\\n\\n\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\nEmploy\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We run organizations where we employ youngsters so they can live their dreams for themselves and their families.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"aiprtp6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astraheadingcolor\",\"background_overlay_color_b\":\"globals\\/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lnrvppm\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c50fb9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"d9b6c02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f09e4\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":1233,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo-01-free-img.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7281,1248,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7282,1248,'_elementor_pro_version','3.2.1'),(7283,1248,'_elementor_page_assets','a:0:{}'),(7276,1248,'_elementor_edit_mode','builder'),(7277,1248,'_elementor_template_type','wp-page'),(7278,1248,'_elementor_version','3.3.1'),(7279,1248,'_wp_page_template','default'),(7280,1248,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":1245,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We plan and support amazing projects that help change the lives of disadvantaged children and young people from across different regions of the world.\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"ukg2st7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find & Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are in search of opportunities to help as many youth as possible. We approach and fund all those who are in need.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Today\\u2019s youth need a helpful hand and right guidance at every stage. Here\\u2019s where we take care of them like our own.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\nEducate\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We run small-scale schools for the underprivileged children and youth of daily wage workers for a better future.\\n\\n\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\nEmploy\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We run organizations where we employ youngsters so they can live their dreams for themselves and their families.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"aiprtp6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astraheadingcolor\",\"background_overlay_color_b\":\"globals\\/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lnrvppm\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c50fb9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"d9b6c02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f09e4\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":1233,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo-01-free-img.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7258,1245,'_wp_attached_file','2021/08/logo.jpg'),(7259,1245,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:16:\"2021/08/logo.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"logo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"logo-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"logo-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7265,1246,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7266,1246,'_elementor_pro_version','3.2.1'),(7267,1246,'_elementor_page_assets','a:0:{}'),(7268,1247,'_elementor_edit_mode','builder'),(7269,1247,'_elementor_template_type','wp-page'),(7270,1247,'_elementor_version','3.3.1'),(7271,1247,'_wp_page_template','default'),(7272,1247,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/about-01-free-img-1.jpg\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We plan and support amazing projects that help change the lives of disadvantaged children and young people from across different regions of the world.\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"ukg2st7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find & Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are in search of opportunities to help as many youth as possible. We approach and fund all those who are in need.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Today\\u2019s youth need a helpful hand and right guidance at every stage. Here\\u2019s where we take care of them like our own.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\nEducate\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We run small-scale schools for the underprivileged children and youth of daily wage workers for a better future.\\n\\n\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\nEmploy\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We run organizations where we employ youngsters so they can live their dreams for themselves and their families.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"aiprtp6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astraheadingcolor\",\"background_overlay_color_b\":\"globals\\/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lnrvppm\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c50fb9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"d9b6c02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f09e4\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":1233,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo-01-free-img.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7273,1247,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7274,1247,'_elementor_pro_version','3.2.1'),(7275,1247,'_elementor_page_assets','a:0:{}'),(7285,1249,'_elementor_edit_mode','builder'),(7286,1249,'_elementor_template_type','wp-page'),(7287,1249,'_elementor_version','3.3.1'),(7290,1249,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7291,1249,'_elementor_pro_version','3.2.1'),(7292,1249,'_elementor_page_assets','a:0:{}'),(7293,1250,'_elementor_edit_mode','builder'),(7294,1250,'_elementor_template_type','wp-page'),(7295,1250,'_elementor_version','3.3.1'),(7296,1250,'_wp_page_template','default'),(7297,1250,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":1245,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We plan and support amazing projects that help change the lives of disadvantaged children and young people from across different regions of the world.\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"ukg2st7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find & Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are in search of opportunities to help as many youth as possible. We approach and fund all those who are in need.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Today\\u2019s youth need a helpful hand and right guidance at every stage. Here\\u2019s where we take care of them like our own.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\nEducate\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We run small-scale schools for the underprivileged children and youth of daily wage workers for a better future.\\n\\n\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\nEmploy\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We run organizations where we employ youngsters so they can live their dreams for themselves and their families.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"aiprtp6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astraheadingcolor\",\"background_overlay_color_b\":\"globals\\/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lnrvppm\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c50fb9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"d9b6c02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f09e4\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":1233,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo-01-free-img.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7298,1250,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7299,1250,'_elementor_pro_version','3.2.1'),(7300,1250,'_elementor_page_assets','a:0:{}'),(7301,1251,'_elementor_edit_mode','builder'),(7302,1251,'_elementor_template_type','wp-page'),(7303,1251,'_elementor_version','3.3.1'),(7304,1251,'_wp_page_template','default'),(7305,1251,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":1245,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We plan and support amazing projects that help change the lives of disadvantaged children and young people from across different regions of the world.\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"ukg2st7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find & Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are in search of opportunities to help as many youth as possible. We approach and fund all those who are in need.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Today\\u2019s youth need a helpful hand and right guidance at every stage. Here\\u2019s where we take care of them like our own.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\nEducate\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We run small-scale schools for the underprivileged children and youth of daily wage workers for a better future.\\n\\n\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\nEmploy\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We run organizations where we employ youngsters so they can live their dreams for themselves and their families.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"aiprtp6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astraheadingcolor\",\"background_overlay_color_b\":\"globals\\/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lnrvppm\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c50fb9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"d9b6c02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f09e4\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":1233,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo-01-free-img.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7306,1251,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7307,1251,'_elementor_pro_version','3.2.1'),(7308,1251,'_elementor_page_assets','a:0:{}'),(7311,1252,'_elementor_edit_mode','builder'),(7312,1252,'_elementor_template_type','wp-page'),(7313,1252,'_elementor_version','3.3.1'),(7314,1252,'_wp_page_template','default'),(7315,1252,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":1245,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We plan and support amazing projects that help change the lives of disadvantaged children and young people from across different regions of the world.\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"ukg2st7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find & Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are in search of opportunities to help as many youth as possible. We approach and fund all those who are in need.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Today\\u2019s youth need a helpful hand and right guidance at every stage. Here\\u2019s where we take care of them like our own.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\nEducate\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We run small-scale schools for the underprivileged children and youth of daily wage workers for a better future.\\n\\n\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\nEmploy\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We run organizations where we employ youngsters so they can live their dreams for themselves and their families.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"aiprtp6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astraheadingcolor\",\"background_overlay_color_b\":\"globals\\/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lnrvppm\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c50fb9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"d9b6c02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f09e4\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":1233,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo-01-free-img.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7316,1252,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7317,1252,'_elementor_pro_version','3.2.1'),(7318,1252,'_elementor_page_assets','a:0:{}'),(7319,1253,'_elementor_edit_mode','builder'),(7320,1253,'_elementor_template_type','wp-page'),(7321,1253,'_elementor_version','3.3.1'),(7322,1253,'_wp_page_template','default'),(7323,1253,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":1245,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da461da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We plan and support amazing projects that help change the lives of disadvantaged children and young people from across different regions of the world.\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"ukg2st7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find & Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are in search of opportunities to help as many youth as possible. We approach and fund all those who are in need.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Today\\u2019s youth need a helpful hand and right guidance at every stage. Here\\u2019s where we take care of them like our own.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\nEducate\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We run small-scale schools for the underprivileged children and youth of daily wage workers for a better future.\\n\\n\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\nEmploy\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We run organizations where we employ youngsters so they can live their dreams for themselves and their families.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"aiprtp6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astraheadingcolor\",\"background_overlay_color_b\":\"globals\\/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lnrvppm\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c50fb9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"d9b6c02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f09e4\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":1233,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo-01-free-img.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7324,1253,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7325,1253,'_elementor_pro_version','3.2.1'),(7326,1253,'_elementor_page_assets','a:0:{}'),(7377,1260,'_elementor_edit_mode','builder'),(7378,1260,'_elementor_template_type','wp-page'),(7327,1254,'_elementor_edit_mode','builder'),(7328,1254,'_elementor_template_type','wp-page'),(7329,1254,'_elementor_version','3.3.1'),(7330,1254,'_wp_page_template','default'),(7331,1254,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":1245,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8af8159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\\n\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"ukg2st7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find & Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are in search of opportunities to help as many youth as possible. We approach and fund all those who are in need.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Today\\u2019s youth need a helpful hand and right guidance at every stage. Here\\u2019s where we take care of them like our own.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\nEducate\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We run small-scale schools for the underprivileged children and youth of daily wage workers for a better future.\\n\\n\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\nEmploy\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We run organizations where we employ youngsters so they can live their dreams for themselves and their families.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"aiprtp6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astraheadingcolor\",\"background_overlay_color_b\":\"globals\\/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lnrvppm\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c50fb9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"d9b6c02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f09e4\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":1233,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo-01-free-img.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7332,1254,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7333,1254,'_elementor_pro_version','3.2.1'),(7334,1254,'_elementor_page_assets','a:0:{}'),(7336,1255,'_elementor_edit_mode','builder'),(7337,1255,'_elementor_template_type','wp-page'),(7338,1255,'_elementor_version','3.3.1'),(7339,1255,'_wp_page_template','default'),(7340,1255,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":1245,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8af8159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\\n\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"ukg2st7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find & Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are in search of opportunities to help as many youth as possible. We approach and fund all those who are in need.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Today\\u2019s youth need a helpful hand and right guidance at every stage. Here\\u2019s where we take care of them like our own.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\nEducate\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We run small-scale schools for the underprivileged children and youth of daily wage workers for a better future.\\n\\n\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\nEmploy\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We run organizations where we employ youngsters so they can live their dreams for themselves and their families.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"aiprtp6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astraheadingcolor\",\"background_overlay_color_b\":\"globals\\/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lnrvppm\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c50fb9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"d9b6c02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f09e4\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":1233,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo-01-free-img.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7341,1255,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7342,1255,'_elementor_pro_version','3.2.1'),(7343,1255,'_elementor_page_assets','a:0:{}'),(7344,1256,'_elementor_edit_mode','builder'),(7345,1256,'_elementor_template_type','wp-page'),(7346,1256,'_elementor_version','3.3.1'),(7347,1256,'_wp_page_template','default'),(7348,1256,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":1245,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8af8159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\\n\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"ukg2st7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find & Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are in search of opportunities to help as many youth as possible. We approach and fund all those who are in need.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Today\\u2019s youth need a helpful hand and right guidance at every stage. Here\\u2019s where we take care of them like our own.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\nEducate\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We run small-scale schools for the underprivileged children and youth of daily wage workers for a better future.\\n\\n\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\nEmploy\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We run organizations where we employ youngsters so they can live their dreams for themselves and their families.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"aiprtp6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astraheadingcolor\",\"background_overlay_color_b\":\"globals\\/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lnrvppm\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c50fb9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"d9b6c02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f09e4\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":1233,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo-01-free-img.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7349,1256,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7350,1256,'_elementor_pro_version','3.2.1'),(7351,1256,'_elementor_page_assets','a:0:{}'),(7352,1257,'_elementor_edit_mode','builder'),(7353,1257,'_elementor_template_type','wp-page'),(7354,1257,'_elementor_version','3.3.1'),(7355,1257,'_wp_page_template','default'),(7356,1257,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":1245,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8af8159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\\n\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"ukg2st7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find & Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are in search of opportunities to help as many youth as possible. We approach and fund all those who are in need.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Today\\u2019s youth need a helpful hand and right guidance at every stage. Here\\u2019s where we take care of them like our own.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\nEducate\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We run small-scale schools for the underprivileged children and youth of daily wage workers for a better future.\\n\\n\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\nEmploy\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We run organizations where we employ youngsters so they can live their dreams for themselves and their families.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"aiprtp6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astraheadingcolor\",\"background_overlay_color_b\":\"globals\\/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lnrvppm\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c50fb9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"d9b6c02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f09e4\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":1233,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo-01-free-img.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7357,1257,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7358,1257,'_elementor_pro_version','3.2.1'),(7359,1257,'_elementor_page_assets','a:0:{}'),(7361,1258,'_elementor_edit_mode','builder'),(7362,1258,'_elementor_template_type','wp-page'),(7363,1258,'_elementor_version','3.3.1'),(7364,1258,'_wp_page_template','default'),(7365,1258,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":1245,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8af8159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\\n\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"ukg2st7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find & Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are in search of opportunities to help as many youth as possible. We approach and fund all those who are in need.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Today\\u2019s youth need a helpful hand and right guidance at every stage. Here\\u2019s where we take care of them like our own.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\nEducate\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We run small-scale schools for the underprivileged children and youth of daily wage workers for a better future.\\n\\n\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\nEmploy\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We run organizations where we employ youngsters so they can live their dreams for themselves and their families.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"aiprtp6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astraheadingcolor\",\"background_overlay_color_b\":\"globals\\/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lnrvppm\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c50fb9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"d9b6c02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f09e4\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":1233,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo-01-free-img.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7366,1258,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7367,1258,'_elementor_pro_version','3.2.1'),(7368,1258,'_elementor_page_assets','a:0:{}'),(7369,1259,'_elementor_edit_mode','builder'),(7370,1259,'_elementor_template_type','wp-page'),(7371,1259,'_elementor_version','3.3.1'),(7372,1259,'_wp_page_template','default'),(7373,1259,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":1245,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8af8159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\\n\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"55aaa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"49.6\",\"isLinked\":\"\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astratextcolor\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34.5\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"ukg2st7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find & Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are in search of opportunities to help as many youth as possible. We approach and fund all those who are in need.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Today\\u2019s youth need a helpful hand and right guidance at every stage. Here\\u2019s where we take care of them like our own.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\nEducate\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We run small-scale schools for the underprivileged children and youth of daily wage workers for a better future.\\n\\n\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\nEmploy\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We run organizations where we employ youngsters so they can live their dreams for themselves and their families.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"aiprtp6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astraheadingcolor\",\"background_overlay_color_b\":\"globals\\/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lnrvppm\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c50fb9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"d9b6c02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f09e4\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":1233,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo-01-free-img.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7374,1259,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7375,1259,'_elementor_pro_version','3.2.1'),(7376,1259,'_elementor_page_assets','a:0:{}'),(7382,1260,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7383,1260,'_elementor_pro_version','3.2.1'),(7384,1260,'_elementor_page_assets','a:0:{}'),(7396,1262,'_elementor_edit_mode','builder'),(7397,1262,'_elementor_template_type','wp-page'),(7398,1262,'_elementor_version','3.3.1'),(7399,1262,'_wp_page_template','default'),(7400,1262,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":1245,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8af8159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\\n\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"ukg2st7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find & Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are in search of opportunities to help as many youth as possible. We approach and fund all those who are in need.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Today\\u2019s youth need a helpful hand and right guidance at every stage. Here\\u2019s where we take care of them like our own.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\nEducate\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We run small-scale schools for the underprivileged children and youth of daily wage workers for a better future.\\n\\n\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\nEmploy\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We run organizations where we employ youngsters so they can live their dreams for themselves and their families.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"aiprtp6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astraheadingcolor\",\"background_overlay_color_b\":\"globals\\/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lnrvppm\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c50fb9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"d9b6c02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f09e4\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":1233,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo-01-free-img.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7419,1264,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7420,1264,'_elementor_pro_version','3.2.1'),(7421,1264,'_elementor_page_assets','a:0:{}'),(7414,1264,'_elementor_edit_mode','builder'),(7415,1264,'_elementor_template_type','wp-page'),(7416,1264,'_elementor_version','3.3.1'),(7417,1264,'_wp_page_template','default'),(7418,1264,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":1245,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8af8159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\\n\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"ukg2st7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find & Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are in search of opportunities to help as many youth as possible. We approach and fund all those who are in need.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Today\\u2019s youth need a helpful hand and right guidance at every stage. Here\\u2019s where we take care of them like our own.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\nEducate\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We run small-scale schools for the underprivileged children and youth of daily wage workers for a better future.\\n\\n\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\nEmploy\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We run organizations where we employ youngsters so they can live their dreams for themselves and their families.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"aiprtp6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astraheadingcolor\",\"background_overlay_color_b\":\"globals\\/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lnrvppm\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c50fb9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"d9b6c02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f09e4\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":1233,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo-01-free-img.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]');
INSERT INTO `wpxo_postmeta` VALUES (7401,1262,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7402,1262,'_elementor_pro_version','3.2.1'),(7403,1262,'_elementor_page_assets','a:0:{}'),(7405,1263,'_elementor_edit_mode','builder'),(7406,1263,'_elementor_template_type','wp-page'),(7407,1263,'_elementor_version','3.3.1'),(7408,1263,'_wp_page_template','default'),(7409,1263,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":1245,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8af8159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\\n\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"ukg2st7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1300\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fe83902\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"a16491e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Find & Fund\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3eed13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are in search of opportunities to help as many youth as possible. We approach and fund all those who are in need.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592d627\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"6581c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"d9fec07\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide Care\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"242d3b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Today\\u2019s youth need a helpful hand and right guidance at every stage. Here\\u2019s where we take care of them like our own.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6009173\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"5efb625\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"9ce59da\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\nEducate\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf980cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We run small-scale schools for the underprivileged children and youth of daily wage workers for a better future.\\n\\n\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"418fa6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"},{\"id\":\"d4464e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"space_between_widgets\":\"30\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"40\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(131.00000000000009, 53.00000000000003, 86.00000000000007, 0.25)\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"378558b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\nEmploy\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29a388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We run organizations where we employ youngsters so they can live their dreams for themselves and their families.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eea12af\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"aiprtp6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astraheadingcolor\",\"background_overlay_color_b\":\"globals\\/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lnrvppm\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c50fb9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"d9b6c02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f09e4\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":1233,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo-01-free-img.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7410,1263,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7411,1263,'_elementor_pro_version','3.2.1'),(7412,1263,'_elementor_page_assets','a:0:{}'),(7446,1272,'_elementor_edit_mode','builder'),(7447,1272,'_elementor_template_type','wp-page'),(7448,1272,'_elementor_version','3.3.1'),(7449,1272,'_wp_page_template','default'),(7450,1272,'_elementor_data','s:97002:\"a:3:{i:0;a:5:{s:2:\"id\";s:8:\"6c41702b\";s:8:\"settings\";a:34:{s:3:\"gap\";s:4:\"wide\";s:16:\"content_position\";s:6:\"middle\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_image\";a:2:{s:2:\"id\";i:1265;s:3:\"url\";s:75:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/banner-02.jpg\";}s:19:\"background_position\";s:13:\"center center\";s:21:\"background_attachment\";s:6:\"scroll\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";s:29:\"background_overlay_background\";s:8:\"gradient\";s:33:\"background_overlay_gradient_angle\";a:2:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:45;}s:26:\"background_overlay_opacity\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.8000000000000000444089209850062616169452667236328125;}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"150\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"150\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"75\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"110\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"110\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:11:\"__globals__\";a:2:{s:24:\"background_overlay_color\";s:32:\"globals/colors?id=astratextcolor\";s:26:\"background_overlay_color_b\";s:33:\"globals/colors?id=astrathemecolor\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:8:\"443b0413\";s:8:\"settings\";a:21:{s:12:\"_column_size\";i:100;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:8:\"61fc912d\";s:8:\"settings\";a:15:{s:5:\"title\";s:28:\"Consectetur Adipisicing Elit\";s:11:\"header_size\";s:2:\"h4\";s:5:\"align\";s:4:\"left\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:8:\"45f64028\";s:8:\"settings\";a:21:{s:6:\"weight\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:5;}s:5:\"color\";s:7:\"#ffffff\";s:5:\"width\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:100;}s:5:\"align\";s:4:\"left\";s:3:\"gap\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:10;}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:4:\"text\";s:7:\"Divider\";s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:8:\"63016916\";s:8:\"settings\";a:15:{s:5:\"title\";s:59:\"We Support Children and Youth to Reach Their Full Potential\";s:11:\"header_size\";s:2:\"h1\";s:5:\"align\";s:4:\"left\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:7:\"section\";}i:1;a:5:{s:2:\"id\";s:7:\"e038bbd\";s:8:\"settings\";a:30:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:13:\"center center\";s:21:\"background_attachment\";s:5:\"fixed\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";s:24:\"background_overlay_color\";s:7:\"#000000\";s:26:\"background_overlay_opacity\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.8000000000000000444089209850062616169452667236328125;}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"4473049\";s:8:\"settings\";a:21:{s:12:\"_column_size\";i:100;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:5:{i:0;a:6:{s:2:\"id\";s:7:\"e3bf077\";s:8:\"settings\";a:13:{s:5:\"title\";s:10:\"What We Do\";s:5:\"align\";s:6:\"center\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"4dc5936\";s:8:\"settings\";a:20:{s:6:\"weight\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:5;}s:5:\"width\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:5:\"align\";s:6:\"center\";s:3:\"gap\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:10;}s:4:\"text\";s:7:\"Divider\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:11:\"__globals__\";a:1:{s:5:\"color\";s:33:\"globals/colors?id=astrathemecolor\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";}i:2;a:5:{s:2:\"id\";s:7:\"5e29a35\";s:8:\"settings\";a:23:{s:9:\"structure\";s:2:\"30\";s:3:\"gap\";s:8:\"extended\";s:16:\"content_position\";s:3:\"top\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:5:{s:2:\"id\";s:7:\"97b62ee\";s:8:\"settings\";a:23:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"75db0f7\";s:8:\"settings\";a:14:{s:5:\"title\";s:3:\"01.\";s:11:\"header_size\";s:2:\"h5\";s:5:\"align\";s:4:\"left\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"1e477ff\";s:8:\"settings\";a:15:{s:5:\"title\";s:18:\"— We Find & Fund\";s:11:\"header_size\";s:2:\"h3\";s:5:\"align\";s:4:\"left\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"ab6fb18\";s:8:\"settings\";a:13:{s:6:\"editor\";s:162:\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod incididunt ut labore et dolore magna aliqua ut enim ad minim veniam, quis nostrud.</p>\";s:5:\"align\";s:4:\"left\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"eb8348b\";s:8:\"settings\";a:24:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"2dde84d\";s:8:\"settings\";a:14:{s:5:\"title\";s:3:\"02.\";s:11:\"header_size\";s:2:\"h5\";s:5:\"align\";s:4:\"left\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"90c4aea\";s:8:\"settings\";a:15:{s:5:\"title\";s:21:\"— We Build Networks\";s:11:\"header_size\";s:2:\"h3\";s:5:\"align\";s:4:\"left\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"d1a4cad\";s:8:\"settings\";a:14:{s:6:\"editor\";s:162:\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod incididunt ut labore et dolore magna aliqua ut enim ad minim veniam, quis nostrud.</p>\";s:5:\"align\";s:4:\"left\";s:21:\"typography_typography\";s:6:\"custom\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"6033de4\";s:8:\"settings\";a:23:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"2557c12\";s:8:\"settings\";a:14:{s:5:\"title\";s:3:\"03.\";s:11:\"header_size\";s:2:\"h5\";s:5:\"align\";s:4:\"left\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"5bc5263\";s:8:\"settings\";a:15:{s:5:\"title\";s:17:\"— We Strengthen\";s:11:\"header_size\";s:2:\"h3\";s:5:\"align\";s:4:\"left\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"154eb8d\";s:8:\"settings\";a:13:{s:6:\"editor\";s:162:\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod incididunt ut labore et dolore magna aliqua ut enim ad minim veniam, quis nostrud.</p>\";s:5:\"align\";s:4:\"left\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:7:\"section\";}i:3;a:5:{s:2:\"id\";s:7:\"e09fbf5\";s:8:\"settings\";a:23:{s:9:\"structure\";s:2:\"30\";s:3:\"gap\";s:4:\"wide\";s:16:\"content_position\";s:3:\"top\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:5:{s:2:\"id\";s:7:\"f9fb7a1\";s:8:\"settings\";a:23:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"8a95952\";s:8:\"settings\";a:14:{s:5:\"title\";s:3:\"04.\";s:11:\"header_size\";s:2:\"h5\";s:5:\"align\";s:4:\"left\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"ed50d53\";s:8:\"settings\";a:15:{s:5:\"title\";s:14:\"— We Educate\";s:11:\"header_size\";s:2:\"h3\";s:5:\"align\";s:4:\"left\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"2796468\";s:8:\"settings\";a:13:{s:6:\"editor\";s:162:\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod incididunt ut labore et dolore magna aliqua ut enim ad minim veniam, quis nostrud.</p>\";s:5:\"align\";s:4:\"left\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"6b14fd4\";s:8:\"settings\";a:23:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"2e571ac\";s:8:\"settings\";a:14:{s:5:\"title\";s:3:\"05.\";s:11:\"header_size\";s:2:\"h5\";s:5:\"align\";s:4:\"left\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"944d61a\";s:8:\"settings\";a:15:{s:5:\"title\";s:19:\"— We Provide Care\";s:11:\"header_size\";s:2:\"h3\";s:5:\"align\";s:4:\"left\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"98843a4\";s:8:\"settings\";a:13:{s:6:\"editor\";s:162:\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod incididunt ut labore et dolore magna aliqua ut enim ad minim veniam, quis nostrud.</p>\";s:5:\"align\";s:4:\"left\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"8defcb0\";s:8:\"settings\";a:23:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"25e1bc6\";s:8:\"settings\";a:14:{s:5:\"title\";s:3:\"06.\";s:11:\"header_size\";s:2:\"h5\";s:5:\"align\";s:4:\"left\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"f5081eb\";s:8:\"settings\";a:15:{s:5:\"title\";s:14:\"— We Consult\";s:11:\"header_size\";s:2:\"h3\";s:5:\"align\";s:4:\"left\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"160e578\";s:8:\"settings\";a:13:{s:6:\"editor\";s:162:\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod incididunt ut labore et dolore magna aliqua ut enim ad minim veniam, quis nostrud.</p>\";s:5:\"align\";s:4:\"left\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:7:\"section\";}i:4;a:6:{s:2:\"id\";s:7:\"88427fd\";s:8:\"settings\";a:23:{s:4:\"text\";s:9:\"Read More\";s:5:\"align\";s:6:\"center\";s:20:\"typography_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"40\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:0:\"\";s:7:\"library\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:7:\"section\";}i:2;a:5:{s:2:\"id\";s:7:\"16280bd\";s:8:\"settings\";a:32:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:13:\"center center\";s:21:\"background_attachment\";s:5:\"fixed\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";s:26:\"background_overlay_opacity\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.0299999999999999988897769753748434595763683319091796875;}s:16:\"background_color\";s:7:\"#F6F6F6\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"75\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:29:\"background_overlay_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:24:\"background_overlay_color\";s:32:\"globals/colors?id=astratextcolor\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"71d672e\";s:8:\"settings\";a:21:{s:12:\"_column_size\";i:100;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:4:{i:0;a:6:{s:2:\"id\";s:7:\"3904c8a\";s:8:\"settings\";a:13:{s:5:\"title\";s:17:\"What We Care For!\";s:5:\"align\";s:6:\"center\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"7a10433\";s:8:\"settings\";a:20:{s:6:\"weight\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:5;}s:5:\"width\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:5:\"align\";s:6:\"center\";s:3:\"gap\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:10;}s:4:\"text\";s:7:\"Divider\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:11:\"__globals__\";a:1:{s:5:\"color\";s:33:\"globals/colors?id=astrathemecolor\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";}i:2;a:5:{s:2:\"id\";s:7:\"5817f5b\";s:8:\"settings\";a:23:{s:9:\"structure\";s:2:\"30\";s:3:\"gap\";s:8:\"extended\";s:16:\"content_position\";s:3:\"top\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:5:{s:2:\"id\";s:7:\"f337b0a\";s:8:\"settings\";a:30:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"26\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#ffffff\";s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"10\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"b15dc65\";s:8:\"settings\";a:14:{s:5:\"image\";a:2:{s:2:\"id\";i:1266;s:3:\"url\";s:79:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-08.jpg\";}s:10:\"image_size\";s:4:\"full\";s:5:\"align\";s:4:\"left\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"d8e0125\";s:8:\"settings\";a:15:{s:5:\"title\";s:41:\"Bringing Dreams within Reach for Children\";s:11:\"header_size\";s:2:\"h5\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"37\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:1;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"be9bcb7\";s:8:\"settings\";a:16:{s:6:\"editor\";s:130:\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>\";s:5:\"align\";s:4:\"left\";s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"60\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"d165f90\";s:8:\"settings\";a:30:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"13\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"13\";s:8:\"isLinked\";b:0;}s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#ffffff\";s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"5\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"5\";s:8:\"isLinked\";b:0;}s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"690d55b\";s:8:\"settings\";a:14:{s:5:\"image\";a:2:{s:2:\"id\";i:1267;s:3:\"url\";s:85:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/who-we-are-image-01.jpg\";}s:10:\"image_size\";s:4:\"full\";s:5:\"align\";s:4:\"left\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"dc09588\";s:8:\"settings\";a:15:{s:5:\"title\";s:47:\"The Keys to a New Future for Exploited Chlidren\";s:11:\"header_size\";s:2:\"h5\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"37\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:1;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"0c69d1c\";s:8:\"settings\";a:16:{s:6:\"editor\";s:130:\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>\";s:5:\"align\";s:4:\"left\";s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"60\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"110db54\";s:8:\"settings\";a:30:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"26\";s:8:\"isLinked\";b:0;}s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#ffffff\";s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"10\";s:8:\"isLinked\";b:0;}s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"acd14d5\";s:8:\"settings\";a:14:{s:5:\"image\";a:2:{s:2:\"id\";i:1268;s:3:\"url\";s:79:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-05.jpg\";}s:10:\"image_size\";s:4:\"full\";s:5:\"align\";s:4:\"left\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"5ea444a\";s:8:\"settings\";a:15:{s:5:\"title\";s:38:\"Boys Rise to Greatness in Burkina Faso\";s:11:\"header_size\";s:2:\"h5\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"37\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:1;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"4e819a7\";s:8:\"settings\";a:16:{s:6:\"editor\";s:130:\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>\";s:5:\"align\";s:4:\"left\";s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"60\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:7:\"section\";}i:3;a:5:{s:2:\"id\";s:7:\"e4a75e6\";s:8:\"settings\";a:25:{s:9:\"structure\";s:2:\"30\";s:3:\"gap\";s:8:\"extended\";s:16:\"content_position\";s:3:\"top\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"39\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:5:{s:2:\"id\";s:7:\"14347ed\";s:8:\"settings\";a:30:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"26\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#ffffff\";s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"10\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"580795e\";s:8:\"settings\";a:14:{s:5:\"image\";a:2:{s:2:\"id\";i:1269;s:3:\"url\";s:89:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-04-free-img.jpg\";}s:10:\"image_size\";s:4:\"full\";s:5:\"align\";s:4:\"left\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"af1ecfc\";s:8:\"settings\";a:15:{s:5:\"title\";s:34:\"Finding a New Life—in a New Land\";s:11:\"header_size\";s:2:\"h5\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"37\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:1;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"c1edc37\";s:8:\"settings\";a:16:{s:6:\"editor\";s:130:\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>\";s:5:\"align\";s:4:\"left\";s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"60\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"d6a03a4\";s:8:\"settings\";a:30:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"13\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"13\";s:8:\"isLinked\";b:0;}s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#ffffff\";s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"5\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"5\";s:8:\"isLinked\";b:0;}s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"cd18c40\";s:8:\"settings\";a:14:{s:5:\"image\";a:2:{s:2:\"id\";i:1270;s:3:\"url\";s:79:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-06.jpg\";}s:10:\"image_size\";s:4:\"full\";s:5:\"align\";s:4:\"left\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"bc5da6a\";s:8:\"settings\";a:15:{s:5:\"title\";s:33:\"The Children who Break New Ground\";s:11:\"header_size\";s:2:\"h5\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"37\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:1;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"064fe42\";s:8:\"settings\";a:16:{s:6:\"editor\";s:130:\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>\";s:5:\"align\";s:4:\"left\";s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"60\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"f463b0d\";s:8:\"settings\";a:30:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"26\";s:8:\"isLinked\";b:0;}s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#ffffff\";s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"10\";s:8:\"isLinked\";b:0;}s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"b33f153\";s:8:\"settings\";a:14:{s:5:\"image\";a:2:{s:2:\"id\";i:1271;s:3:\"url\";s:89:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-05-free-img.jpg\";}s:10:\"image_size\";s:4:\"full\";s:5:\"align\";s:4:\"left\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"59ad2b2\";s:8:\"settings\";a:15:{s:5:\"title\";s:28:\"Bringing Dreams within Reach\";s:11:\"header_size\";s:2:\"h5\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"37\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:1;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"d91c875\";s:8:\"settings\";a:16:{s:6:\"editor\";s:130:\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>\";s:5:\"align\";s:4:\"left\";s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"60\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:7:\"section\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:7:\"section\";}}\";'),(7425,1265,'_wp_attached_file','2021/08/banner-02.jpg'),(7426,1265,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1034;s:4:\"file\";s:21:\"2021/08/banner-02.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"banner-02-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"banner-02-1024x551.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"banner-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"banner-02-768x414.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"banner-02-1536x827.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:827;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7427,1265,'_elementor_source_image_hash','53a2d30bf1aca624a88d7075308dadcb20fc4ee2'),(7428,1266,'_wp_attached_file','2021/08/home-image-08.jpg'),(7429,1266,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:315;s:4:\"file\";s:25:\"2021/08/home-image-08.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"home-image-08-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"home-image-08-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7430,1266,'_elementor_source_image_hash','66920fab98414e05280659ee1b1f494ef6a99064'),(7431,1267,'_wp_attached_file','2021/08/who-we-are-image-01.jpg'),(7432,1267,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:315;s:4:\"file\";s:31:\"2021/08/who-we-are-image-01.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"who-we-are-image-01-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"who-we-are-image-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7433,1267,'_elementor_source_image_hash','1926a14bf90eae6312d02016a29e45de548e9823'),(7434,1268,'_wp_attached_file','2021/08/home-image-05.jpg'),(7435,1268,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:315;s:4:\"file\";s:25:\"2021/08/home-image-05.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"home-image-05-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"home-image-05-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7436,1268,'_elementor_source_image_hash','5c540e27a7efe6d1c99a7949b14b71f0a1547772'),(7437,1269,'_wp_attached_file','2021/08/stories-img-04-free-img.jpg'),(7438,1269,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:370;s:6:\"height\";i:250;s:4:\"file\";s:35:\"2021/08/stories-img-04-free-img.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"stories-img-04-free-img-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"stories-img-04-free-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7439,1269,'_elementor_source_image_hash','2d8365ff35fa77d7817435327573f3af3e56815c'),(7440,1270,'_wp_attached_file','2021/08/home-image-06.jpg'),(7441,1270,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:315;s:4:\"file\";s:25:\"2021/08/home-image-06.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"home-image-06-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"home-image-06-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7442,1270,'_elementor_source_image_hash','16473d0d1a5d8f0beb052fe6ffdcbfc8c8d8f1ba'),(7443,1271,'_wp_attached_file','2021/08/stories-img-05-free-img.jpg'),(7444,1271,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:370;s:6:\"height\";i:250;s:4:\"file\";s:35:\"2021/08/stories-img-05-free-img.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"stories-img-05-free-img-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"stories-img-05-free-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7445,1271,'_elementor_source_image_hash','34158ee57bd4d724e014a9f6a3c8ffb9602ca5b1'),(7499,1277,'_elementor_edit_mode','builder'),(7500,1277,'_elementor_template_type','wp-page'),(7501,1277,'_elementor_version','3.3.1'),(7502,1277,'_wp_page_template','default'),(7503,1277,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":1245,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8af8159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\\n\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5ljbhof\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875},\"background_color\":\"#F6F6F6\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"71d672e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3904c8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Care For!\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a10433\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":5},\"width\":{\"unit\":\"px\",\"size\":50},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":10},\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5817f5b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"extended\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f337b0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b15dc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d8e0125\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be9bcb7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d165f90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"690d55b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1267,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/who-we-are-image-01.jpg\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"dc09588\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Keys to a New Future for Exploited Chlidren\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"37\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c69d1c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.<\\/p>\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"110db54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"acd14d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1268,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/home-image-05.jpg\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5ea444a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boys Rise to Greatness in Burkina Faso\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"37\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e819a7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.<\\/p>\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4a75e6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"extended\",\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"14347ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"580795e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1269,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/stories-img-04-free-img.jpg\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"af1ecfc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finding a New Life\\u2014in a New Land\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"37\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1edc37\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.<\\/p>\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d6a03a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd18c40\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1270,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/home-image-06.jpg\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bc5da6a\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Children who Break New Ground\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"37\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"064fe42\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.<\\/p>\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f463b0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b33f153\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1271,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/stories-img-05-free-img.jpg\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59ad2b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bringing Dreams within Reach\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"37\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d91c875\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.<\\/p>\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"aiprtp6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astraheadingcolor\",\"background_overlay_color_b\":\"globals\\/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7462,1274,'_elementor_edit_mode','builder'),(7463,1274,'_elementor_template_type','wp-page'),(7464,1274,'_elementor_version','3.3.1'),(7465,1274,'_wp_page_template','default'),(7466,1274,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":1245,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8af8159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\\n\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5ljbhof\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875},\"background_color\":\"#F6F6F6\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"71d672e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3904c8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Care For!\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a10433\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":5},\"width\":{\"unit\":\"px\",\"size\":50},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":10},\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5817f5b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"extended\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f337b0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b15dc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1266,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/home-image-08.jpg\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d8e0125\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bringing Dreams within Reach for Children\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"37\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be9bcb7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.<\\/p>\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d165f90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"690d55b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1267,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/who-we-are-image-01.jpg\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"dc09588\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Keys to a New Future for Exploited Chlidren\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"37\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c69d1c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.<\\/p>\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"110db54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"acd14d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1268,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/home-image-05.jpg\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5ea444a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boys Rise to Greatness in Burkina Faso\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"37\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e819a7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.<\\/p>\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4a75e6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"extended\",\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"14347ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"580795e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1269,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/stories-img-04-free-img.jpg\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"af1ecfc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finding a New Life\\u2014in a New Land\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"37\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1edc37\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.<\\/p>\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d6a03a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd18c40\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1270,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/home-image-06.jpg\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bc5da6a\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Children who Break New Ground\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"37\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"064fe42\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.<\\/p>\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f463b0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b33f153\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1271,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/stories-img-05-free-img.jpg\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59ad2b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bringing Dreams within Reach\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"37\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d91c875\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.<\\/p>\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"aiprtp6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astraheadingcolor\",\"background_overlay_color_b\":\"globals\\/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lnrvppm\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c50fb9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"d9b6c02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f09e4\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":1233,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo-01-free-img.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a30b568\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"199ba04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"52301fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6428145\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":5},\"width\":{\"unit\":\"px\",\"size\":50},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":10},\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78790e9\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"extended\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"24b3987\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f414795\",\"elType\":\"widget\",\"settings\":{\"title\":\"01.\",\"header_size\":\"h5\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9feb989\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2014 We Find & Fund\",\"header_size\":\"h3\",\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0f50f2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod incididunt ut labore et dolore magna aliqua ut enim ad minim veniam, quis nostrud.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0fa0893\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"363d046\",\"elType\":\"widget\",\"settings\":{\"title\":\"02.\",\"header_size\":\"h5\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c13c01f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2014 We Build Networks\",\"header_size\":\"h3\",\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bb7f1a9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod incididunt ut labore et dolore magna aliqua ut enim ad minim veniam, quis nostrud.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5468e85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ceaba44\",\"elType\":\"widget\",\"settings\":{\"title\":\"03.\",\"header_size\":\"h5\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4913c9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2014 We Strengthen\",\"header_size\":\"h3\",\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a016744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod incididunt ut labore et dolore magna aliqua ut enim ad minim veniam, quis nostrud.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"08c445c\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"wide\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"8ea9424\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6c47b6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"04.\",\"header_size\":\"h5\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"136d04e\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2014 We Educate\",\"header_size\":\"h3\",\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77b3301\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod incididunt ut labore et dolore magna aliqua ut enim ad minim veniam, quis nostrud.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e43d030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0ba8d93\",\"elType\":\"widget\",\"settings\":{\"title\":\"05.\",\"header_size\":\"h5\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d4aeee\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2014 We Provide Care\",\"header_size\":\"h3\",\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bd0e17\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod incididunt ut labore et dolore magna aliqua ut enim ad minim veniam, quis nostrud.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"bf7a601\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6ce6ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"06.\",\"header_size\":\"h5\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6927b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2014 We Consult\",\"header_size\":\"h3\",\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a01403\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod incididunt ut labore et dolore magna aliqua ut enim ad minim veniam, quis nostrud.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3e12a18\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(7467,1274,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7468,1274,'_elementor_pro_version','3.2.1'),(7469,1274,'_elementor_page_assets','a:0:{}'),(7481,1275,'_elementor_edit_mode','builder'),(7482,1275,'_elementor_template_type','wp-page'),(7483,1275,'_elementor_version','3.3.1'),(7484,1275,'_wp_page_template','default'),(7485,1275,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":1245,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8af8159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\\n\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5ljbhof\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875},\"background_color\":\"#F6F6F6\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"71d672e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3904c8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Care For!\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a10433\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":5},\"width\":{\"unit\":\"px\",\"size\":50},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":10},\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5817f5b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"extended\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f337b0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b15dc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1266,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/home-image-08.jpg\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d8e0125\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bringing Dreams within Reach for Children\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"37\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be9bcb7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.<\\/p>\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d165f90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"690d55b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1267,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/who-we-are-image-01.jpg\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"dc09588\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Keys to a New Future for Exploited Chlidren\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"37\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c69d1c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.<\\/p>\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"110db54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"acd14d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1268,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/home-image-05.jpg\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5ea444a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boys Rise to Greatness in Burkina Faso\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"37\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e819a7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.<\\/p>\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4a75e6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"extended\",\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"14347ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"580795e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1269,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/stories-img-04-free-img.jpg\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"af1ecfc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finding a New Life\\u2014in a New Land\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"37\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1edc37\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.<\\/p>\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d6a03a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd18c40\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1270,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/home-image-06.jpg\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bc5da6a\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Children who Break New Ground\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"37\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"064fe42\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.<\\/p>\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f463b0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b33f153\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1271,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/stories-img-05-free-img.jpg\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59ad2b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bringing Dreams within Reach\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"37\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d91c875\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.<\\/p>\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"aiprtp6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astraheadingcolor\",\"background_overlay_color_b\":\"globals\\/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lnrvppm\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c50fb9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"d9b6c02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f09e4\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":1233,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo-01-free-img.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a30b568\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"199ba04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"52301fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6428145\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":5},\"width\":{\"unit\":\"px\",\"size\":50},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":10},\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78790e9\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"extended\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"24b3987\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f414795\",\"elType\":\"widget\",\"settings\":{\"title\":\"01.\",\"header_size\":\"h5\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9feb989\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2014 We Find & Fund\",\"header_size\":\"h3\",\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0f50f2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod incididunt ut labore et dolore magna aliqua ut enim ad minim veniam, quis nostrud.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0fa0893\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"363d046\",\"elType\":\"widget\",\"settings\":{\"title\":\"02.\",\"header_size\":\"h5\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c13c01f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2014 We Build Networks\",\"header_size\":\"h3\",\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bb7f1a9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod incididunt ut labore et dolore magna aliqua ut enim ad minim veniam, quis nostrud.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5468e85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ceaba44\",\"elType\":\"widget\",\"settings\":{\"title\":\"03.\",\"header_size\":\"h5\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4913c9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2014 We Strengthen\",\"header_size\":\"h3\",\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a016744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod incididunt ut labore et dolore magna aliqua ut enim ad minim veniam, quis nostrud.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"08c445c\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"wide\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"8ea9424\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6c47b6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"04.\",\"header_size\":\"h5\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"136d04e\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2014 We Educate\",\"header_size\":\"h3\",\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77b3301\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod incididunt ut labore et dolore magna aliqua ut enim ad minim veniam, quis nostrud.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e43d030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0ba8d93\",\"elType\":\"widget\",\"settings\":{\"title\":\"05.\",\"header_size\":\"h5\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d4aeee\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2014 We Provide Care\",\"header_size\":\"h3\",\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bd0e17\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod incididunt ut labore et dolore magna aliqua ut enim ad minim veniam, quis nostrud.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"bf7a601\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6ce6ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"06.\",\"header_size\":\"h5\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6927b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2014 We Consult\",\"header_size\":\"h3\",\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a01403\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod incididunt ut labore et dolore magna aliqua ut enim ad minim veniam, quis nostrud.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3e12a18\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(9049,1515,'_wp_trash_meta_status','auto-draft'),(9050,1515,'_wp_trash_meta_time','1668462535'),(9051,1515,'_wp_desired_post_slug',''),(7451,1272,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7452,1272,'_elementor_pro_version','3.2.1'),(7453,1272,'_elementor_page_assets','a:0:{}'),(7454,1273,'_elementor_edit_mode','builder'),(7455,1273,'_elementor_template_type','wp-page'),(7456,1273,'_elementor_version','3.3.1'),(7457,1273,'_wp_page_template','default'),(7458,1273,'_elementor_data','s:97002:\"a:3:{i:0;a:5:{s:2:\"id\";s:8:\"6c41702b\";s:8:\"settings\";a:34:{s:3:\"gap\";s:4:\"wide\";s:16:\"content_position\";s:6:\"middle\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_image\";a:2:{s:2:\"id\";i:1265;s:3:\"url\";s:75:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/banner-02.jpg\";}s:19:\"background_position\";s:13:\"center center\";s:21:\"background_attachment\";s:6:\"scroll\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";s:29:\"background_overlay_background\";s:8:\"gradient\";s:33:\"background_overlay_gradient_angle\";a:2:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:45;}s:26:\"background_overlay_opacity\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.8000000000000000444089209850062616169452667236328125;}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"150\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"150\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"75\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"110\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"110\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:11:\"__globals__\";a:2:{s:24:\"background_overlay_color\";s:32:\"globals/colors?id=astratextcolor\";s:26:\"background_overlay_color_b\";s:33:\"globals/colors?id=astrathemecolor\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:8:\"443b0413\";s:8:\"settings\";a:21:{s:12:\"_column_size\";i:100;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:8:\"61fc912d\";s:8:\"settings\";a:15:{s:5:\"title\";s:28:\"Consectetur Adipisicing Elit\";s:11:\"header_size\";s:2:\"h4\";s:5:\"align\";s:4:\"left\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:8:\"45f64028\";s:8:\"settings\";a:21:{s:6:\"weight\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:5;}s:5:\"color\";s:7:\"#ffffff\";s:5:\"width\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:100;}s:5:\"align\";s:4:\"left\";s:3:\"gap\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:10;}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:4:\"text\";s:7:\"Divider\";s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:8:\"63016916\";s:8:\"settings\";a:15:{s:5:\"title\";s:59:\"We Support Children and Youth to Reach Their Full Potential\";s:11:\"header_size\";s:2:\"h1\";s:5:\"align\";s:4:\"left\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:7:\"section\";}i:1;a:5:{s:2:\"id\";s:7:\"e038bbd\";s:8:\"settings\";a:30:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:13:\"center center\";s:21:\"background_attachment\";s:5:\"fixed\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";s:24:\"background_overlay_color\";s:7:\"#000000\";s:26:\"background_overlay_opacity\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.8000000000000000444089209850062616169452667236328125;}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"4473049\";s:8:\"settings\";a:21:{s:12:\"_column_size\";i:100;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:5:{i:0;a:6:{s:2:\"id\";s:7:\"e3bf077\";s:8:\"settings\";a:13:{s:5:\"title\";s:10:\"What We Do\";s:5:\"align\";s:6:\"center\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"4dc5936\";s:8:\"settings\";a:20:{s:6:\"weight\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:5;}s:5:\"width\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:5:\"align\";s:6:\"center\";s:3:\"gap\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:10;}s:4:\"text\";s:7:\"Divider\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:11:\"__globals__\";a:1:{s:5:\"color\";s:33:\"globals/colors?id=astrathemecolor\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";}i:2;a:5:{s:2:\"id\";s:7:\"5e29a35\";s:8:\"settings\";a:23:{s:9:\"structure\";s:2:\"30\";s:3:\"gap\";s:8:\"extended\";s:16:\"content_position\";s:3:\"top\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:5:{s:2:\"id\";s:7:\"97b62ee\";s:8:\"settings\";a:23:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"75db0f7\";s:8:\"settings\";a:14:{s:5:\"title\";s:3:\"01.\";s:11:\"header_size\";s:2:\"h5\";s:5:\"align\";s:4:\"left\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"1e477ff\";s:8:\"settings\";a:15:{s:5:\"title\";s:18:\"— We Find & Fund\";s:11:\"header_size\";s:2:\"h3\";s:5:\"align\";s:4:\"left\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"ab6fb18\";s:8:\"settings\";a:13:{s:6:\"editor\";s:162:\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod incididunt ut labore et dolore magna aliqua ut enim ad minim veniam, quis nostrud.</p>\";s:5:\"align\";s:4:\"left\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"eb8348b\";s:8:\"settings\";a:24:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"2dde84d\";s:8:\"settings\";a:14:{s:5:\"title\";s:3:\"02.\";s:11:\"header_size\";s:2:\"h5\";s:5:\"align\";s:4:\"left\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"90c4aea\";s:8:\"settings\";a:15:{s:5:\"title\";s:21:\"— We Build Networks\";s:11:\"header_size\";s:2:\"h3\";s:5:\"align\";s:4:\"left\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"d1a4cad\";s:8:\"settings\";a:14:{s:6:\"editor\";s:162:\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod incididunt ut labore et dolore magna aliqua ut enim ad minim veniam, quis nostrud.</p>\";s:5:\"align\";s:4:\"left\";s:21:\"typography_typography\";s:6:\"custom\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"6033de4\";s:8:\"settings\";a:23:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"2557c12\";s:8:\"settings\";a:14:{s:5:\"title\";s:3:\"03.\";s:11:\"header_size\";s:2:\"h5\";s:5:\"align\";s:4:\"left\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"5bc5263\";s:8:\"settings\";a:15:{s:5:\"title\";s:17:\"— We Strengthen\";s:11:\"header_size\";s:2:\"h3\";s:5:\"align\";s:4:\"left\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"154eb8d\";s:8:\"settings\";a:13:{s:6:\"editor\";s:162:\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod incididunt ut labore et dolore magna aliqua ut enim ad minim veniam, quis nostrud.</p>\";s:5:\"align\";s:4:\"left\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:7:\"section\";}i:3;a:5:{s:2:\"id\";s:7:\"e09fbf5\";s:8:\"settings\";a:23:{s:9:\"structure\";s:2:\"30\";s:3:\"gap\";s:4:\"wide\";s:16:\"content_position\";s:3:\"top\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:5:{s:2:\"id\";s:7:\"f9fb7a1\";s:8:\"settings\";a:23:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"8a95952\";s:8:\"settings\";a:14:{s:5:\"title\";s:3:\"04.\";s:11:\"header_size\";s:2:\"h5\";s:5:\"align\";s:4:\"left\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"ed50d53\";s:8:\"settings\";a:15:{s:5:\"title\";s:14:\"— We Educate\";s:11:\"header_size\";s:2:\"h3\";s:5:\"align\";s:4:\"left\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"2796468\";s:8:\"settings\";a:13:{s:6:\"editor\";s:162:\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod incididunt ut labore et dolore magna aliqua ut enim ad minim veniam, quis nostrud.</p>\";s:5:\"align\";s:4:\"left\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"6b14fd4\";s:8:\"settings\";a:23:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"2e571ac\";s:8:\"settings\";a:14:{s:5:\"title\";s:3:\"05.\";s:11:\"header_size\";s:2:\"h5\";s:5:\"align\";s:4:\"left\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"944d61a\";s:8:\"settings\";a:15:{s:5:\"title\";s:19:\"— We Provide Care\";s:11:\"header_size\";s:2:\"h3\";s:5:\"align\";s:4:\"left\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"98843a4\";s:8:\"settings\";a:13:{s:6:\"editor\";s:162:\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod incididunt ut labore et dolore magna aliqua ut enim ad minim veniam, quis nostrud.</p>\";s:5:\"align\";s:4:\"left\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"8defcb0\";s:8:\"settings\";a:23:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"25e1bc6\";s:8:\"settings\";a:14:{s:5:\"title\";s:3:\"06.\";s:11:\"header_size\";s:2:\"h5\";s:5:\"align\";s:4:\"left\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"f5081eb\";s:8:\"settings\";a:15:{s:5:\"title\";s:14:\"— We Consult\";s:11:\"header_size\";s:2:\"h3\";s:5:\"align\";s:4:\"left\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"160e578\";s:8:\"settings\";a:13:{s:6:\"editor\";s:162:\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod incididunt ut labore et dolore magna aliqua ut enim ad minim veniam, quis nostrud.</p>\";s:5:\"align\";s:4:\"left\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:7:\"section\";}i:4;a:6:{s:2:\"id\";s:7:\"88427fd\";s:8:\"settings\";a:23:{s:4:\"text\";s:9:\"Read More\";s:5:\"align\";s:6:\"center\";s:20:\"typography_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"40\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:0:\"\";s:7:\"library\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:7:\"section\";}i:2;a:5:{s:2:\"id\";s:7:\"16280bd\";s:8:\"settings\";a:32:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:13:\"center center\";s:21:\"background_attachment\";s:5:\"fixed\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";s:26:\"background_overlay_opacity\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.0299999999999999988897769753748434595763683319091796875;}s:16:\"background_color\";s:7:\"#F6F6F6\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"75\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"75\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:29:\"background_overlay_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:24:\"background_overlay_color\";s:32:\"globals/colors?id=astratextcolor\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"71d672e\";s:8:\"settings\";a:21:{s:12:\"_column_size\";i:100;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:4:{i:0;a:6:{s:2:\"id\";s:7:\"3904c8a\";s:8:\"settings\";a:13:{s:5:\"title\";s:17:\"What We Care For!\";s:5:\"align\";s:6:\"center\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"7a10433\";s:8:\"settings\";a:20:{s:6:\"weight\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:5;}s:5:\"width\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:5:\"align\";s:6:\"center\";s:3:\"gap\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:10;}s:4:\"text\";s:7:\"Divider\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:11:\"__globals__\";a:1:{s:5:\"color\";s:33:\"globals/colors?id=astrathemecolor\";}s:4:\"icon\";a:2:{s:5:\"value\";s:11:\"fas fa-star\";s:7:\"library\";s:8:\"fa-solid\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"divider\";s:6:\"elType\";s:6:\"widget\";}i:2;a:5:{s:2:\"id\";s:7:\"5817f5b\";s:8:\"settings\";a:23:{s:9:\"structure\";s:2:\"30\";s:3:\"gap\";s:8:\"extended\";s:16:\"content_position\";s:3:\"top\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:5:{s:2:\"id\";s:7:\"f337b0a\";s:8:\"settings\";a:30:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"26\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#ffffff\";s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"10\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"b15dc65\";s:8:\"settings\";a:14:{s:5:\"image\";a:2:{s:2:\"id\";i:1266;s:3:\"url\";s:79:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-08.jpg\";}s:10:\"image_size\";s:4:\"full\";s:5:\"align\";s:4:\"left\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"d8e0125\";s:8:\"settings\";a:15:{s:5:\"title\";s:41:\"Bringing Dreams within Reach for Children\";s:11:\"header_size\";s:2:\"h5\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"37\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:1;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"be9bcb7\";s:8:\"settings\";a:16:{s:6:\"editor\";s:130:\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>\";s:5:\"align\";s:4:\"left\";s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"60\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"d165f90\";s:8:\"settings\";a:30:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"13\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"13\";s:8:\"isLinked\";b:0;}s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#ffffff\";s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"5\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"5\";s:8:\"isLinked\";b:0;}s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"690d55b\";s:8:\"settings\";a:14:{s:5:\"image\";a:2:{s:2:\"id\";i:1267;s:3:\"url\";s:85:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/who-we-are-image-01.jpg\";}s:10:\"image_size\";s:4:\"full\";s:5:\"align\";s:4:\"left\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"dc09588\";s:8:\"settings\";a:15:{s:5:\"title\";s:47:\"The Keys to a New Future for Exploited Chlidren\";s:11:\"header_size\";s:2:\"h5\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"37\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:1;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"0c69d1c\";s:8:\"settings\";a:16:{s:6:\"editor\";s:130:\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>\";s:5:\"align\";s:4:\"left\";s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"60\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"110db54\";s:8:\"settings\";a:30:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"26\";s:8:\"isLinked\";b:0;}s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#ffffff\";s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"10\";s:8:\"isLinked\";b:0;}s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"acd14d5\";s:8:\"settings\";a:14:{s:5:\"image\";a:2:{s:2:\"id\";i:1268;s:3:\"url\";s:79:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-05.jpg\";}s:10:\"image_size\";s:4:\"full\";s:5:\"align\";s:4:\"left\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"5ea444a\";s:8:\"settings\";a:15:{s:5:\"title\";s:38:\"Boys Rise to Greatness in Burkina Faso\";s:11:\"header_size\";s:2:\"h5\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"37\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:1;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"4e819a7\";s:8:\"settings\";a:16:{s:6:\"editor\";s:130:\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>\";s:5:\"align\";s:4:\"left\";s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"60\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:7:\"section\";}i:3;a:5:{s:2:\"id\";s:7:\"e4a75e6\";s:8:\"settings\";a:25:{s:9:\"structure\";s:2:\"30\";s:3:\"gap\";s:8:\"extended\";s:16:\"content_position\";s:3:\"top\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"39\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:5:{s:2:\"id\";s:7:\"14347ed\";s:8:\"settings\";a:30:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"26\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#ffffff\";s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"10\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"580795e\";s:8:\"settings\";a:14:{s:5:\"image\";a:2:{s:2:\"id\";i:1269;s:3:\"url\";s:89:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-04-free-img.jpg\";}s:10:\"image_size\";s:4:\"full\";s:5:\"align\";s:4:\"left\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"af1ecfc\";s:8:\"settings\";a:15:{s:5:\"title\";s:34:\"Finding a New Life—in a New Land\";s:11:\"header_size\";s:2:\"h5\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"37\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:1;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"c1edc37\";s:8:\"settings\";a:16:{s:6:\"editor\";s:130:\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>\";s:5:\"align\";s:4:\"left\";s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"60\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"d6a03a4\";s:8:\"settings\";a:30:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"13\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"13\";s:8:\"isLinked\";b:0;}s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#ffffff\";s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"5\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"5\";s:8:\"isLinked\";b:0;}s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"cd18c40\";s:8:\"settings\";a:14:{s:5:\"image\";a:2:{s:2:\"id\";i:1270;s:3:\"url\";s:79:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/home-image-06.jpg\";}s:10:\"image_size\";s:4:\"full\";s:5:\"align\";s:4:\"left\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"bc5da6a\";s:8:\"settings\";a:15:{s:5:\"title\";s:33:\"The Children who Break New Ground\";s:11:\"header_size\";s:2:\"h5\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"37\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:1;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"064fe42\";s:8:\"settings\";a:16:{s:6:\"editor\";s:130:\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>\";s:5:\"align\";s:4:\"left\";s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"60\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"f463b0d\";s:8:\"settings\";a:30:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"26\";s:8:\"isLinked\";b:0;}s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#ffffff\";s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"10\";s:8:\"isLinked\";b:0;}s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_overlay_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:37:\"background_overlay_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:7:\"b33f153\";s:8:\"settings\";a:14:{s:5:\"image\";a:2:{s:2:\"id\";i:1271;s:3:\"url\";s:89:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/stories-img-05-free-img.jpg\";}s:10:\"image_size\";s:4:\"full\";s:5:\"align\";s:4:\"left\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"59ad2b2\";s:8:\"settings\";a:15:{s:5:\"title\";s:28:\"Bringing Dreams within Reach\";s:11:\"header_size\";s:2:\"h5\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"37\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:1;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:2;a:6:{s:2:\"id\";s:7:\"d91c875\";s:8:\"settings\";a:16:{s:6:\"editor\";s:130:\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.</p>\";s:5:\"align\";s:4:\"left\";s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"60\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:24:\"_background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:30:\"_background_hover_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:7:\"section\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:7:\"section\";}}\";'),(7459,1273,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7460,1273,'_elementor_pro_version','3.2.1'),(7461,1273,'_elementor_page_assets','a:0:{}'),(7486,1275,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7487,1275,'_elementor_pro_version','3.2.1'),(7488,1275,'_elementor_page_assets','a:0:{}'),(7490,1276,'_elementor_edit_mode','builder'),(7491,1276,'_elementor_template_type','wp-page'),(7492,1276,'_elementor_version','3.3.1'),(7493,1276,'_wp_page_template','default'),(7494,1276,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":1245,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8af8159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\\n\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5ljbhof\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875},\"background_color\":\"#F6F6F6\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"71d672e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3904c8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Care For!\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a10433\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":5},\"width\":{\"unit\":\"px\",\"size\":50},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":10},\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5817f5b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"extended\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f337b0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b15dc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1266,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/home-image-08.jpg\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d8e0125\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bringing Dreams within Reach for Children\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"37\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be9bcb7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.<\\/p>\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d165f90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"690d55b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1267,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/who-we-are-image-01.jpg\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"dc09588\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Keys to a New Future for Exploited Chlidren\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"37\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c69d1c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.<\\/p>\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"110db54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"acd14d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1268,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/home-image-05.jpg\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5ea444a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boys Rise to Greatness in Burkina Faso\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"37\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e819a7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.<\\/p>\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4a75e6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"extended\",\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"14347ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"580795e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1269,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/stories-img-04-free-img.jpg\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"af1ecfc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finding a New Life\\u2014in a New Land\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"37\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1edc37\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.<\\/p>\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d6a03a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd18c40\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1270,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/home-image-06.jpg\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bc5da6a\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Children who Break New Ground\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"37\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"064fe42\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.<\\/p>\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f463b0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b33f153\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1271,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/stories-img-05-free-img.jpg\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59ad2b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bringing Dreams within Reach\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"37\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d91c875\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.<\\/p>\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"aiprtp6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astraheadingcolor\",\"background_overlay_color_b\":\"globals\\/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"lnrvppm\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astraextracolor1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c50fb9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"d9b6c02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Partners\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f09e4\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"103\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-05-free-img-1.png\"},{\"id\":\"102\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-04-free-img-1.png\"},{\"id\":\"101\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-03-free-img-1.png\"},{\"id\":\"100\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/logo-02-free-img-1.png\"},{\"id\":1233,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo-01-free-img.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"5\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=367e41b\"},\"slides_to_show_tablet\":\"4\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a30b568\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"199ba04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"52301fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6428145\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":5},\"width\":{\"unit\":\"px\",\"size\":50},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":10},\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78790e9\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"extended\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"24b3987\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f414795\",\"elType\":\"widget\",\"settings\":{\"title\":\"01.\",\"header_size\":\"h5\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9feb989\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2014 We Find & Fund\",\"header_size\":\"h3\",\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0f50f2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod incididunt ut labore et dolore magna aliqua ut enim ad minim veniam, quis nostrud.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0fa0893\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"363d046\",\"elType\":\"widget\",\"settings\":{\"title\":\"02.\",\"header_size\":\"h5\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c13c01f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2014 We Build Networks\",\"header_size\":\"h3\",\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bb7f1a9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod incididunt ut labore et dolore magna aliqua ut enim ad minim veniam, quis nostrud.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5468e85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ceaba44\",\"elType\":\"widget\",\"settings\":{\"title\":\"03.\",\"header_size\":\"h5\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4913c9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2014 We Strengthen\",\"header_size\":\"h3\",\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a016744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod incididunt ut labore et dolore magna aliqua ut enim ad minim veniam, quis nostrud.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"08c445c\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"wide\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"8ea9424\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6c47b6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"04.\",\"header_size\":\"h5\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"136d04e\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2014 We Educate\",\"header_size\":\"h3\",\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77b3301\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod incididunt ut labore et dolore magna aliqua ut enim ad minim veniam, quis nostrud.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e43d030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0ba8d93\",\"elType\":\"widget\",\"settings\":{\"title\":\"05.\",\"header_size\":\"h5\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d4aeee\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2014 We Provide Care\",\"header_size\":\"h3\",\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bd0e17\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod incididunt ut labore et dolore magna aliqua ut enim ad minim veniam, quis nostrud.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"bf7a601\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6ce6ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"06.\",\"header_size\":\"h5\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6927b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2014 We Consult\",\"header_size\":\"h3\",\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a01403\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod incididunt ut labore et dolore magna aliqua ut enim ad minim veniam, quis nostrud.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3e12a18\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(7495,1276,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7496,1276,'_elementor_pro_version','3.2.1'),(7497,1276,'_elementor_page_assets','a:0:{}'),(7504,1277,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7505,1277,'_elementor_pro_version','3.2.1'),(7506,1277,'_elementor_page_assets','a:0:{}'),(7510,1278,'_elementor_edit_mode','builder'),(7511,1278,'_elementor_template_type','wp-page'),(7512,1278,'_elementor_version','3.3.1'),(7513,1278,'_wp_page_template','default'),(7514,1278,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":1245,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8af8159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\\n\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5ljbhof\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875},\"background_color\":\"#F6F6F6\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"71d672e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3904c8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Care For!\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a10433\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":5},\"width\":{\"unit\":\"px\",\"size\":50},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":10},\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5817f5b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"extended\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f337b0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b15dc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d8e0125\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be9bcb7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d165f90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"690d55b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1267,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/who-we-are-image-01.jpg\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"dc09588\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Keys to a New Future for Exploited Chlidren\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"37\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c69d1c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.<\\/p>\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"110db54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"acd14d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1268,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/home-image-05.jpg\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5ea444a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boys Rise to Greatness in Burkina Faso\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"37\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e819a7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.<\\/p>\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4a75e6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"extended\",\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"14347ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"580795e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1269,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/stories-img-04-free-img.jpg\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"af1ecfc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finding a New Life\\u2014in a New Land\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"37\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1edc37\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.<\\/p>\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d6a03a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd18c40\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1270,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/home-image-06.jpg\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bc5da6a\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Children who Break New Ground\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"37\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"064fe42\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.<\\/p>\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f463b0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b33f153\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1271,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/stories-img-05-free-img.jpg\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59ad2b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bringing Dreams within Reach\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"37\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d91c875\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.<\\/p>\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"aiprtp6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astraheadingcolor\",\"background_overlay_color_b\":\"globals\\/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7515,1278,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7516,1278,'_elementor_pro_version','3.2.1'),(7517,1278,'_elementor_page_assets','a:0:{}'),(7519,1279,'_elementor_edit_mode','builder'),(7520,1279,'_elementor_template_type','wp-page'),(7521,1279,'_elementor_version','3.3.1'),(7522,1279,'_wp_page_template','default'),(7523,1279,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":1245,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8af8159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\\n\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5ljbhof\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875},\"background_color\":\"#F6F6F6\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"71d672e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3904c8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Care For!\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a10433\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":5},\"width\":{\"unit\":\"px\",\"size\":50},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":10},\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5817f5b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"extended\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f337b0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b15dc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d8e0125\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be9bcb7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d165f90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"690d55b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1267,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/who-we-are-image-01.jpg\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"dc09588\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Keys to a New Future for Exploited Chlidren\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"37\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c69d1c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.<\\/p>\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"110db54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"acd14d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1268,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/home-image-05.jpg\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5ea444a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boys Rise to Greatness in Burkina Faso\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"37\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e819a7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.<\\/p>\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4a75e6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"extended\",\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"14347ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"580795e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1269,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/stories-img-04-free-img.jpg\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"af1ecfc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finding a New Life\\u2014in a New Land\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"37\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1edc37\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.<\\/p>\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d6a03a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd18c40\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1270,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/home-image-06.jpg\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bc5da6a\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Children who Break New Ground\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"37\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"064fe42\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.<\\/p>\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f463b0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b33f153\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1271,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/stories-img-05-free-img.jpg\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59ad2b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bringing Dreams within Reach\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"37\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d91c875\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.<\\/p>\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"aiprtp6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astraheadingcolor\",\"background_overlay_color_b\":\"globals\\/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7524,1279,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7525,1279,'_elementor_pro_version','3.2.1'),(7526,1279,'_elementor_page_assets','a:0:{}'),(7557,1283,'_elementor_edit_mode','builder'),(7558,1283,'_elementor_template_type','wp-page'),(7559,1283,'_elementor_version','3.3.1'),(7560,1283,'_wp_page_template','default'),(7561,1283,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":1245,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8af8159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\\n\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5ljbhof\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875},\"background_color\":\"#FAFAFA\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"71d672e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3904c8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Programs\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a10433\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":5},\"width\":{\"unit\":\"px\",\"size\":50},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":10},\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5817f5b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"extended\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f337b0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b15dc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d8e0125\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be9bcb7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"095646f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b736c30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c71706\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da3d19c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b6d143c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48db7ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d87a304\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb68b2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"aiprtp6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astraheadingcolor\",\"background_overlay_color_b\":\"globals\\/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7528,1280,'_elementor_edit_mode','builder'),(7529,1280,'_elementor_template_type','wp-page'),(7530,1280,'_elementor_version','3.3.1'),(7531,1280,'_wp_page_template','default'),(7532,1280,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":1245,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8af8159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\\n\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5ljbhof\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875},\"background_color\":\"#F6F6F6\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"71d672e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3904c8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Care For!\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a10433\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":5},\"width\":{\"unit\":\"px\",\"size\":50},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":10},\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5817f5b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"extended\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f337b0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b15dc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d8e0125\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be9bcb7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"095646f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b736c30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c71706\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da3d19c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b6d143c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48db7ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d87a304\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb68b2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4a75e6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"extended\",\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"14347ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"580795e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1269,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/stories-img-04-free-img.jpg\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"af1ecfc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finding a New Life\\u2014in a New Land\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"37\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1edc37\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.<\\/p>\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d6a03a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd18c40\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1270,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/home-image-06.jpg\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bc5da6a\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Children who Break New Ground\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"37\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"064fe42\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.<\\/p>\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f463b0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b33f153\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1271,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/stories-img-05-free-img.jpg\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59ad2b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bringing Dreams within Reach\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"37\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d91c875\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.<\\/p>\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"aiprtp6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astraheadingcolor\",\"background_overlay_color_b\":\"globals\\/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7533,1280,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7534,1280,'_elementor_pro_version','3.2.1'),(7535,1280,'_elementor_page_assets','a:0:{}'),(7539,1281,'_elementor_edit_mode','builder'),(7540,1281,'_elementor_template_type','wp-page'),(7541,1281,'_elementor_version','3.3.1'),(7542,1281,'_wp_page_template','default'),(7543,1281,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":1245,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8af8159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\\n\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5ljbhof\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875},\"background_color\":\"#F6F6F6\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"71d672e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3904c8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Care For!\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a10433\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":5},\"width\":{\"unit\":\"px\",\"size\":50},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":10},\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5817f5b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"extended\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f337b0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b15dc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d8e0125\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be9bcb7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"095646f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b736c30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c71706\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da3d19c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b6d143c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48db7ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d87a304\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb68b2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4a75e6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"extended\",\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"14347ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"580795e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1269,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/stories-img-04-free-img.jpg\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"af1ecfc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finding a New Life\\u2014in a New Land\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"37\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1edc37\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.<\\/p>\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d6a03a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd18c40\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1270,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/home-image-06.jpg\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bc5da6a\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Children who Break New Ground\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"37\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"064fe42\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.<\\/p>\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f463b0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b33f153\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1271,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/stories-img-05-free-img.jpg\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59ad2b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bringing Dreams within Reach\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"37\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d91c875\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.<\\/p>\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"aiprtp6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astraheadingcolor\",\"background_overlay_color_b\":\"globals\\/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7544,1281,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7545,1281,'_elementor_pro_version','3.2.1'),(7546,1281,'_elementor_page_assets','a:0:{}'),(7548,1282,'_elementor_edit_mode','builder'),(7549,1282,'_elementor_template_type','wp-page'),(7550,1282,'_elementor_version','3.3.1'),(7551,1282,'_wp_page_template','default'),(7552,1282,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":1245,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8af8159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\\n\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5ljbhof\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875},\"background_color\":\"#F6F6F6\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"71d672e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3904c8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Care For!\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a10433\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":5},\"width\":{\"unit\":\"px\",\"size\":50},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":10},\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5817f5b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"extended\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f337b0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b15dc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d8e0125\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be9bcb7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"095646f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b736c30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c71706\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da3d19c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b6d143c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48db7ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d87a304\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb68b2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4a75e6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"extended\",\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"14347ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"580795e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1269,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/stories-img-04-free-img.jpg\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"af1ecfc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finding a New Life\\u2014in a New Land\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"37\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1edc37\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.<\\/p>\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d6a03a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd18c40\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1270,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/home-image-06.jpg\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bc5da6a\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Children who Break New Ground\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"37\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"064fe42\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.<\\/p>\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f463b0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b33f153\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1271,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/stories-img-05-free-img.jpg\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59ad2b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bringing Dreams within Reach\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"37\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d91c875\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmod ut et dolore magna aliqua ut enim ad minim veniam quis.<\\/p>\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"aiprtp6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astraheadingcolor\",\"background_overlay_color_b\":\"globals\\/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7553,1282,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7554,1282,'_elementor_pro_version','3.2.1'),(7555,1282,'_elementor_page_assets','a:0:{}'),(7562,1283,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7563,1283,'_elementor_pro_version','3.2.1'),(7564,1283,'_elementor_page_assets','a:0:{}'),(7568,1284,'_elementor_edit_mode','builder'),(7569,1284,'_elementor_template_type','wp-page'),(7570,1284,'_elementor_version','3.3.1'),(7571,1284,'_wp_page_template','default'),(7572,1284,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":1245,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8af8159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\\n\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5ljbhof\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875},\"background_color\":\"#FAFAFA\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"71d672e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3904c8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Programs\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a10433\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":5},\"width\":{\"unit\":\"px\",\"size\":50},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":10},\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5817f5b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"extended\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f337b0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b15dc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d8e0125\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be9bcb7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"095646f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b736c30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c71706\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da3d19c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b6d143c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48db7ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d87a304\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb68b2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"aiprtp6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astraheadingcolor\",\"background_overlay_color_b\":\"globals\\/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7573,1284,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7574,1284,'_elementor_pro_version','3.2.1'),(7575,1284,'_elementor_page_assets','a:0:{}'),(7577,1285,'_elementor_edit_mode','builder'),(7578,1285,'_elementor_template_type','wp-page'),(7579,1285,'_elementor_version','3.3.1'),(7580,1285,'_wp_page_template','default'),(7581,1285,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":1245,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8af8159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\\n\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5ljbhof\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875},\"background_color\":\"#FAFAFA\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"71d672e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3904c8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Programs\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a10433\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":5},\"width\":{\"unit\":\"px\",\"size\":50},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":10},\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5817f5b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"extended\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f337b0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b15dc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d8e0125\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be9bcb7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"095646f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b736c30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c71706\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da3d19c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b6d143c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48db7ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d87a304\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb68b2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"aiprtp6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astraheadingcolor\",\"background_overlay_color_b\":\"globals\\/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7582,1285,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7583,1285,'_elementor_pro_version','3.2.1'),(7584,1285,'_elementor_page_assets','a:0:{}'),(7586,1286,'_elementor_edit_mode','builder'),(7587,1286,'_elementor_template_type','wp-page'),(7588,1286,'_elementor_version','3.3.1'),(7589,1286,'_wp_page_template','default'),(7590,1286,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":1245,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8af8159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\\n\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5ljbhof\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875},\"background_color\":\"#FAFAFA\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"71d672e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3904c8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Programs\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a10433\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":5},\"width\":{\"unit\":\"px\",\"size\":50},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":10},\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5817f5b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"extended\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f337b0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b15dc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d8e0125\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be9bcb7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"095646f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b736c30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c71706\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da3d19c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b6d143c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48db7ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d87a304\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb68b2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"aiprtp6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astraheadingcolor\",\"background_overlay_color_b\":\"globals\\/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7591,1286,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7592,1286,'_elementor_pro_version','3.2.1'),(7593,1286,'_elementor_page_assets','a:0:{}'),(7597,1287,'_elementor_edit_mode','builder'),(7598,1287,'_elementor_template_type','wp-page'),(7599,1287,'_elementor_version','3.3.1'),(7600,1287,'_wp_page_template','default'),(7601,1287,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":1245,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8af8159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\\n\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5ljbhof\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875},\"background_color\":\"#FAFAFA\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"71d672e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3904c8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Programs\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a10433\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":5},\"width\":{\"unit\":\"px\",\"size\":50},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":10},\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5817f5b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"extended\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f337b0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b15dc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d8e0125\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be9bcb7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"095646f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b736c30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c71706\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da3d19c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b6d143c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48db7ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d87a304\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb68b2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"aiprtp6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astraheadingcolor\",\"background_overlay_color_b\":\"globals\\/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7602,1287,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7603,1287,'_elementor_pro_version','3.2.1'),(7604,1287,'_elementor_page_assets','a:0:{}'),(7776,1308,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Hope Chest\\n\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6edb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br \\/>So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br \\/>There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9243e92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"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}},\"elements\":[{\"id\":\"9457199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4e11372\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Donations for the hope chest will purchase items such as but not limited to:<\\/strong><\\/p><ul><li>Clothes<\\/li><li>Shoes<\\/li><li>Suits<\\/li><li>Toiletries<\\/li><li>Towels<\\/li><li>Blankets<\\/li><li>Sheets<\\/li><li>Dishes<\\/li><li>Pots &amp; Pans<\\/li><li>Small Appliances<\\/li><li>Cleaning Supplies<\\/li><\\/ul>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"73cac4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1920663\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1305\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"onpage\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(7606,1288,'_elementor_edit_mode','builder'),(7607,1288,'_elementor_template_type','wp-page'),(7608,1288,'_elementor_version','3.3.1'),(7609,1288,'_wp_page_template','default'),(7610,1288,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":1245,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8af8159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\\n\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5ljbhof\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875},\"background_color\":\"#FAFAFA\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"71d672e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3904c8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Programs\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a10433\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":5},\"width\":{\"unit\":\"px\",\"size\":50},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":10},\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5817f5b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"extended\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f337b0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b15dc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d8e0125\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be9bcb7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"095646f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b736c30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c71706\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da3d19c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b6d143c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48db7ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d87a304\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb68b2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"aiprtp6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astraheadingcolor\",\"background_overlay_color_b\":\"globals\\/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7611,1288,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7612,1288,'_elementor_pro_version','3.2.1'),(7613,1288,'_elementor_page_assets','a:0:{}'),(7774,1308,'ast-title-bar-display','disabled'),(7775,1308,'_wp_page_template','default'),(7655,1293,'_elementor_edit_mode','builder'),(7656,1293,'_elementor_template_type','wp-page'),(7657,1293,'_elementor_version','3.3.1'),(7615,1289,'_elementor_edit_mode','builder'),(7616,1289,'_elementor_template_type','wp-page'),(7617,1289,'_elementor_version','3.3.1'),(7618,1289,'_wp_page_template','default'),(7619,1289,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":1245,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8af8159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\\n\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5ljbhof\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875},\"background_color\":\"#FAFAFA\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"71d672e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3904c8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Programs\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a10433\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":5},\"width\":{\"unit\":\"px\",\"size\":50},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":10},\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5817f5b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"extended\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f337b0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b15dc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d8e0125\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be9bcb7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"095646f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b736c30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c71706\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da3d19c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b6d143c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48db7ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d87a304\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb68b2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"aiprtp6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astraheadingcolor\",\"background_overlay_color_b\":\"globals\\/colors?id=astraextracolor1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7620,1289,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7621,1289,'_elementor_pro_version','3.2.1'),(7622,1289,'_elementor_page_assets','a:0:{}'),(7771,1308,'_elementor_template_type','wp-page'),(7772,1308,'_elementor_version','3.4.0'),(7773,1308,'_astra_content_layout_flag','disabled'),(7637,1291,'_elementor_edit_mode','builder'),(7638,1291,'_elementor_template_type','wp-page'),(7639,1291,'_elementor_version','3.3.1'),(7640,1291,'_wp_page_template','default'),(7641,1291,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":1245,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8af8159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\\n\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5ljbhof\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875},\"background_color\":\"#FAFAFA\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"71d672e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3904c8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Programs\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a10433\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":5},\"width\":{\"unit\":\"px\",\"size\":50},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":10},\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5817f5b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"extended\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f337b0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b15dc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d8e0125\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be9bcb7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"095646f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b736c30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c71706\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da3d19c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b6d143c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48db7ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d87a304\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb68b2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"aiprtp6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astraheadingcolor\",\"background_overlay_color_b\":\"globals\\/colors?id=astraextracolor1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7660,1293,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7661,1293,'_elementor_pro_version','3.2.1'),(7662,1293,'_elementor_page_assets','a:0:{}'),(7763,1308,'site-post-title','disabled'),(7764,1308,'site-sidebar-layout','no-sidebar'),(7666,1294,'_elementor_edit_mode','builder'),(7667,1294,'_elementor_template_type','wp-page'),(7668,1294,'_elementor_version','3.3.1'),(7669,1294,'_wp_page_template','default'),(7670,1294,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":1245,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8af8159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\\n\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5ljbhof\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875},\"background_color\":\"#FAFAFA\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"71d672e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3904c8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Programs\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a10433\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":5},\"width\":{\"unit\":\"px\",\"size\":50},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":10},\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5817f5b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"extended\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f337b0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b15dc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d8e0125\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be9bcb7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"095646f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b736c30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c71706\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da3d19c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b6d143c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48db7ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d87a304\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb68b2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":95000,\"suffix\":\"+\",\"title\":\"People Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":40,\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":5000,\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7642,1291,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7643,1291,'_elementor_pro_version','3.2.1'),(7644,1291,'_elementor_page_assets','a:0:{}'),(7768,1308,'theme-transparent-header-meta','enabled'),(7769,1308,'_yoast_wpseo_estimated-reading-time-minutes','4'),(7770,1308,'_elementor_edit_mode','builder');
INSERT INTO `wpxo_postmeta` VALUES (7646,1292,'_elementor_edit_mode','builder'),(7647,1292,'_elementor_template_type','wp-page'),(7648,1292,'_elementor_version','3.3.1'),(7649,1292,'_wp_page_template','default'),(7650,1292,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":1245,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8af8159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\\n\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5ljbhof\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875},\"background_color\":\"#FAFAFA\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"71d672e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3904c8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Programs\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a10433\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":5},\"width\":{\"unit\":\"px\",\"size\":50},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":10},\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5817f5b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"extended\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f337b0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b15dc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d8e0125\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be9bcb7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"095646f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b736c30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c71706\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da3d19c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b6d143c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48db7ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d87a304\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb68b2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"K+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"950000\",\"suffix\":\"+\",\"title\":\"Children Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"300\",\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"50000\",\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"aiprtp6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astraheadingcolor\",\"background_overlay_color_b\":\"globals\\/colors?id=astraextracolor1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"7b261eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"727955d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"136\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-001-free-img-1.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-002-free-img-1.jpg\"},{\"id\":\"138\",\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/05\\/gallery-003-free-img-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"gallery_link\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7651,1292,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7652,1292,'_elementor_pro_version','3.2.1'),(7653,1292,'_elementor_page_assets','a:0:{}'),(7765,1308,'site-content-layout','page-builder'),(7766,1308,'ast-featured-img','disabled'),(7767,1308,'ast-breadcrumbs-content','disabled'),(7671,1294,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7672,1294,'_elementor_pro_version','3.2.1'),(7673,1294,'_elementor_page_assets','a:0:{}'),(7675,1295,'_elementor_edit_mode','builder'),(7676,1295,'_elementor_template_type','wp-page'),(7677,1295,'_elementor_version','3.3.1'),(7678,1295,'_wp_page_template','default'),(7679,1295,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":1245,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8af8159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\\n\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5ljbhof\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875},\"background_color\":\"#FAFAFA\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"71d672e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3904c8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Programs\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a10433\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":5},\"width\":{\"unit\":\"px\",\"size\":50},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":10},\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5817f5b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"extended\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f337b0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b15dc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d8e0125\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be9bcb7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"095646f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b736c30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c71706\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da3d19c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b6d143c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48db7ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d87a304\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb68b2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":95000,\"suffix\":\"+\",\"title\":\"People Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":40,\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":5000,\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7680,1295,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7681,1295,'_elementor_pro_version','3.2.1'),(7682,1295,'_elementor_page_assets','a:0:{}'),(7684,1296,'_elementor_edit_mode','builder'),(7685,1296,'_elementor_template_type','wp-page'),(7686,1296,'_elementor_version','3.3.1'),(7687,1296,'_wp_page_template','default'),(7688,1296,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":1245,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8af8159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\\n\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5ljbhof\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875},\"background_color\":\"#FAFAFA\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"71d672e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3904c8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Programs\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a10433\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":5},\"width\":{\"unit\":\"px\",\"size\":50},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":10},\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5817f5b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"extended\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f337b0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b15dc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d8e0125\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be9bcb7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"095646f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b736c30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c71706\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da3d19c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b6d143c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48db7ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d87a304\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb68b2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":95000,\"suffix\":\"+\",\"title\":\"People Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":40,\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":5000,\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7689,1296,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7690,1296,'_elementor_pro_version','3.2.1'),(7691,1296,'_elementor_page_assets','a:0:{}'),(7694,1297,'_elementor_edit_mode','builder'),(7695,1297,'_elementor_template_type','wp-page'),(7696,1297,'_elementor_version','3.3.1'),(7697,1297,'_wp_page_template','default'),(7698,1297,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":1245,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8af8159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\\n\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5ljbhof\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875},\"background_color\":\"#FAFAFA\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"71d672e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3904c8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Programs\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a10433\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":5},\"width\":{\"unit\":\"px\",\"size\":50},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":10},\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5817f5b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"extended\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f337b0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b15dc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d8e0125\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be9bcb7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"095646f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b736c30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c71706\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da3d19c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b6d143c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48db7ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d87a304\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb68b2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":95000,\"suffix\":\"+\",\"title\":\"People Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":40,\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":5000,\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7699,1297,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7700,1297,'_elementor_pro_version','3.2.1'),(7701,1297,'_elementor_page_assets','a:0:{}'),(7702,1298,'_elementor_edit_mode','builder'),(7703,1298,'_elementor_template_type','wp-page'),(7704,1298,'_elementor_version','3.3.1'),(7705,1298,'_wp_page_template','default'),(7706,1298,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#3B99DB78\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":1245,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8af8159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\\n\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5ljbhof\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875},\"background_color\":\"#FAFAFA\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"71d672e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3904c8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Programs\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a10433\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":5},\"width\":{\"unit\":\"px\",\"size\":50},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":10},\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5817f5b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"extended\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f337b0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b15dc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d8e0125\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be9bcb7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"095646f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b736c30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c71706\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da3d19c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b6d143c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48db7ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d87a304\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb68b2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":95000,\"suffix\":\"+\",\"title\":\"People Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":40,\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":5000,\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7707,1298,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7708,1298,'_elementor_pro_version','3.2.1'),(7709,1298,'_elementor_page_assets','a:0:{}'),(7710,1299,'_elementor_edit_mode','builder'),(7711,1299,'_elementor_template_type','wp-page'),(7712,1299,'_elementor_version','3.3.1'),(7713,1299,'_wp_page_template','default'),(7714,1299,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":1245,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8af8159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\\n\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5ljbhof\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875},\"background_color\":\"#FAFAFA\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"71d672e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3904c8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Programs\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a10433\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":5},\"width\":{\"unit\":\"px\",\"size\":50},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":10},\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5817f5b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"extended\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f337b0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b15dc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d8e0125\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be9bcb7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"095646f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b736c30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c71706\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da3d19c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b6d143c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48db7ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d87a304\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb68b2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":95000,\"suffix\":\"+\",\"title\":\"People Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":40,\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":5000,\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7715,1299,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7716,1299,'_elementor_pro_version','3.2.1'),(7717,1299,'_elementor_page_assets','a:0:{}'),(7720,1300,'_elementor_edit_mode','builder'),(7721,1300,'_elementor_template_type','wp-page'),(7722,1300,'_elementor_version','3.3.1'),(7723,1300,'_wp_page_template','default'),(7724,1300,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":1245,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8af8159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\\n\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5ljbhof\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875},\"background_color\":\"#FAFAFA\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"71d672e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3904c8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Programs\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a10433\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":5},\"width\":{\"unit\":\"px\",\"size\":50},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":10},\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5817f5b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"extended\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f337b0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b15dc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d8e0125\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be9bcb7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"095646f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b736c30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c71706\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da3d19c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b6d143c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48db7ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d87a304\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb68b2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":95000,\"suffix\":\"+\",\"title\":\"People Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":40,\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":5000,\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7725,1300,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7726,1300,'_elementor_pro_version','3.2.1'),(7727,1300,'_elementor_page_assets','a:0:{}'),(7729,1301,'_elementor_edit_mode','builder'),(7730,1301,'_elementor_template_type','wp-page'),(7731,1301,'_elementor_version','3.3.1'),(7732,1301,'_wp_page_template','default'),(7733,1301,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":1245,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8af8159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\\n\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5ljbhof\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875},\"background_color\":\"#FAFAFA\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"71d672e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3904c8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Programs\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a10433\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":5},\"width\":{\"unit\":\"px\",\"size\":50},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":10},\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5817f5b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"extended\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f337b0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b15dc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d8e0125\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be9bcb7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"095646f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b736c30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c71706\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da3d19c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b6d143c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48db7ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d87a304\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb68b2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":95000,\"suffix\":\"+\",\"title\":\"People Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":40,\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":5000,\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7734,1301,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7735,1301,'_elementor_pro_version','3.2.1'),(7736,1301,'_elementor_page_assets','a:0:{}'),(7738,1302,'_elementor_edit_mode','builder'),(7739,1302,'_elementor_template_type','wp-page'),(7740,1302,'_elementor_version','3.3.1'),(7741,1302,'_wp_page_template','default'),(7742,1302,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":1245,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8af8159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\\n\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5ljbhof\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875},\"background_color\":\"#FAFAFA\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"71d672e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3904c8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Programs\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a10433\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":5},\"width\":{\"unit\":\"px\",\"size\":50},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":10},\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5817f5b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"extended\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f337b0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b15dc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d8e0125\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be9bcb7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"095646f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b736c30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c71706\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da3d19c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b6d143c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48db7ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d87a304\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb68b2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":95000,\"suffix\":\"+\",\"title\":\"People Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":40,\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":5000,\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7743,1302,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7744,1302,'_elementor_pro_version','3.2.1'),(7745,1302,'_elementor_page_assets','a:0:{}'),(8764,1456,'_elementor_edit_mode','builder'),(8765,1456,'_elementor_template_type','wp-page'),(8766,1456,'_elementor_version','3.3.1'),(8767,1456,'_wp_page_template','default'),(8768,1456,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":1245,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8af8159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\\n\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5ljbhof\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875},\"background_color\":\"#FAFAFA\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"71d672e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3904c8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Programs\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a10433\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":5},\"width\":{\"unit\":\"px\",\"size\":50},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":10},\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5817f5b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"extended\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f337b0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b15dc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d8e0125\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be9bcb7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"095646f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b736c30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c71706\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da3d19c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b6d143c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48db7ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d87a304\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb68b2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":95000,\"suffix\":\"+\",\"title\":\"People Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":40,\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":5000,\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7761,1306,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1242;s:6:\"height\";i:1659;s:4:\"file\";s:26:\"2021/08/The-Hope-Chest.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"The-Hope-Chest-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"The-Hope-Chest-767x1024.jpg\";s:5:\"width\";i:767;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"The-Hope-Chest-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"The-Hope-Chest-768x1026.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1026;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:28:\"The-Hope-Chest-1150x1536.jpg\";s:5:\"width\";i:1150;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7760,1306,'_wp_attached_file','2021/08/The-Hope-Chest.jpg'),(7819,1312,'_elementor_edit_mode','builder'),(7820,1312,'_elementor_template_type','wp-page'),(7821,1312,'_elementor_version','3.3.1'),(7822,1312,'_wp_page_template','default'),(7823,1312,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Hope Chest\\n\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6edb6\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7824,1312,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7825,1312,'_elementor_pro_version','3.2.1'),(7826,1312,'_elementor_page_assets','a:0:{}'),(7829,1313,'_elementor_edit_mode','builder'),(7830,1313,'_elementor_template_type','wp-page'),(7831,1313,'_elementor_version','3.4.0'),(7832,1313,'_wp_page_template','default'),(7833,1313,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Hope Chest\\n\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6edb6\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7834,1313,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7835,1313,'_elementor_pro_version','3.2.1'),(7836,1313,'_elementor_page_assets','a:0:{}'),(7837,1314,'_elementor_edit_mode','builder'),(7838,1314,'_elementor_template_type','wp-page'),(7839,1314,'_elementor_version','3.4.0'),(7840,1314,'_wp_page_template','default'),(7841,1314,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Hope Chest\\n\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6edb6\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7842,1314,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7843,1314,'_elementor_pro_version','3.2.1'),(7844,1314,'_elementor_page_assets','a:0:{}'),(7845,1315,'_elementor_edit_mode','builder'),(7846,1315,'_elementor_template_type','wp-page'),(7847,1315,'_elementor_version','3.4.0'),(7848,1315,'_wp_page_template','default'),(7849,1315,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Hope Chest\\n\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6edb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br \\/>So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br \\/>There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7777,1308,'_yoast_wpseo_content_score','60'),(7778,1308,'astra-main-page-id','55335'),(7779,1308,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7780,1308,'_wxr_import_user_slug','alex'),(7781,1308,'_astra_sites_imported_post','1'),(7782,1308,'_astra_sites_enable_for_batch','1'),(7783,1308,'_elementor_pro_version','3.2.1'),(7784,1308,'_astra_sites_hotlink_imported','1'),(7785,1308,'_edit_lock','1629182241:1'),(7786,1308,'_edit_last','1'),(7787,1308,'_elementor_page_assets','a:0:{}'),(7802,1310,'_elementor_template_type','wp-page'),(7803,1310,'_elementor_version','3.3.1'),(7804,1310,'_wp_page_template','default'),(7805,1310,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest. When someone has had so much influence in your life, when you lose them, it can be so detrimental to your overall health. The person that has passed can no longer feel pain but you do, so what do you do now?<br \\/>The Chrishaun Foundation can provide counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your specific needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":959,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Divorce-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"f08557d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9d76cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0b9bd8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":964,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/domestic-violence-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ee4d28f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f00a1e2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf1fe34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"b9fb13e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"04f1862\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef756a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6b9ac62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"cbf523b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"25f4650\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c3bbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"10322c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f8201de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"949fb60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef51021\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b75f0b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":966,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"5da5200\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6ed6830\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"530adac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Addiction\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"89436d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a83156e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking \\u201cif I can just get away from it all even for an hour, it would be worth it \\u201c. You take a substance just to have a moment of peace in your life where just for one second in time, you\\u2019re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it\\u2019s back to your life, your miserable life. So, what do you do?<br \\/>You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"ef66e27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"00638a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"66c8d11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":967,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/military.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f0d4712\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6c8231f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4894f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After The military\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7ec2b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"67da1aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fighting daily for your country\\u2019s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c6ed565\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4a7f3c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you\\u2019re diseased and will throw a measly amount of change at you that you couldn\\u2019t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7790,1308,'_last_editor_used_jetpack','block-editor'),(7801,1310,'_elementor_edit_mode','builder'),(7791,1309,'_elementor_edit_mode','builder'),(7792,1309,'_elementor_template_type','wp-page'),(7793,1309,'_elementor_version','3.3.1'),(7794,1309,'_wp_page_template','default'),(7795,1309,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest. When someone has had so much influence in your life, when you lose them, it can be so detrimental to your overall health. The person that has passed can no longer feel pain but you do, so what do you do now?<br \\/>The Chrishaun Foundation can provide counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your specific needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":959,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Divorce-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"f08557d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9d76cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0b9bd8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":964,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/domestic-violence-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ee4d28f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f00a1e2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf1fe34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"b9fb13e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"04f1862\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef756a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6b9ac62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"cbf523b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"25f4650\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c3bbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"10322c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f8201de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"949fb60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef51021\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b75f0b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":966,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"5da5200\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6ed6830\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"530adac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Addiction\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"89436d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a83156e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking \\u201cif I can just get away from it all even for an hour, it would be worth it \\u201c. You take a substance just to have a moment of peace in your life where just for one second in time, you\\u2019re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it\\u2019s back to your life, your miserable life. So, what do you do?<br \\/>You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"ef66e27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"00638a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"66c8d11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":967,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/military.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f0d4712\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6c8231f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4894f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After The military\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7ec2b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"67da1aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fighting daily for your country\\u2019s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c6ed565\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4a7f3c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you\\u2019re diseased and will throw a measly amount of change at you that you couldn\\u2019t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7796,1309,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7797,1309,'_elementor_pro_version','3.2.1'),(7798,1309,'_elementor_page_assets','a:0:{}'),(7799,1309,'_elementor_controls_usage','a:7:{s:6:\"global\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:6:\"column\";a:3:{s:5:\"count\";i:25;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:24;s:14:\"padding_tablet\";i:23;s:14:\"padding_mobile\";i:24;s:13:\"margin_tablet\";i:15;s:13:\"margin_mobile\";i:8;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:19:\"_inline_size_tablet\";i:23;s:12:\"_inline_size\";i:21;s:19:\"_inline_size_mobile\";i:14;s:23:\"content_position_tablet\";i:7;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:10;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:8;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:8;s:7:\"padding\";i:10;s:14:\"padding_tablet\";i:9;s:14:\"padding_mobile\";i:9;s:13:\"margin_tablet\";i:8;s:13:\"margin_mobile\";i:7;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:6;s:12:\"border_width\";i:7;s:12:\"border_color\";i:7;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:8;s:12:\"width_tablet\";i:8;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:8;s:3:\"gap\";i:8;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:8;s:15:\"_padding_tablet\";i:8;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:8;s:11:\"header_size\";i:8;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:8;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_weight\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:8;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:7;s:10:\"image_size\";i:7;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:2:{s:32:\"image_box_shadow_box_shadow_type\";i:7;s:27:\"image_box_shadow_box_shadow\";i:7;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}}}}'),(7806,1310,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7807,1310,'_elementor_pro_version','3.2.1'),(7808,1310,'_elementor_page_assets','a:0:{}'),(7810,1311,'_elementor_edit_mode','builder'),(7811,1311,'_elementor_template_type','wp-page'),(7812,1311,'_elementor_version','3.3.1'),(7813,1311,'_wp_page_template','default'),(7814,1311,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"We focus on the aftercare of life after many different scenarios.\\n\\n\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"All resources are to help ensure that the dignity of all survivors are restored. That their faith is restored. That their family is restored. Relationships restored. Life restored 180 degrees.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"j4vi9oo\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"40\",\"bottom\":\"44\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"df82c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ccb724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"489b415\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d66f6a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"66a04cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"34ac146\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1fa5d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"1d64e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"423856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest. When someone has had so much influence in your life, when you lose them, it can be so detrimental to your overall health. The person that has passed can no longer feel pain but you do, so what do you do now?<br \\/>The Chrishaun Foundation can provide counseling to make sure you get back acclimated into normalcy. We understand that everyone grieves differently and are dedicated to providing resources catered to your specific needs.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9e531aa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d11ed70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2dc4a4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":959,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Divorce-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"33971b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28b6546\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"423120b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lie After Divorce\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"32647e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d833a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be at your first few months, common law, or married for decades, marriage is hard work. When a decision is made to no longer be together, it can feel as if your life is over, and your like is crumbling before your very eyes. Divorce can make you think you no longer have a partner nor a friend and the person you want aligned with who promise to love you forever just shattered your world.<br \\/>The Chrishaun foundation is here to get you back to you. So many people become lost in another person, and we are here to help you get on track financially, emotionally, and mentally as you embark on a new journey of you. Counseling, seminars, and financial classes are just a few provided by the foundation that\\u2019s on your side.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"f08557d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9d76cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0b9bd8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":964,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/domestic-violence-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"ee4d28f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f00a1e2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf1fe34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Domestic violence\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"b9fb13e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9705d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Beat down, spot on, burned, slapped are words that don\\u2019t even begin to describe the pain shooting through your soul as you try to carry out daily life. How are you supposed to go to work, to a friend\\u2019s house, the grocery store when you were slammed against the wall with a bloody nose just a few minutes ago? Whether it\\u2019s happening now, or you haven\\u2019t healed from previous incidents, the Chrishaun foundation is here to get you help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"04f1862\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7ef756a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6b9ac62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"cbf523b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"25f4650\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c3bbbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"10322c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f8201de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating. During sickness, family may disappear and people who you have treated well and trusted will walk away. The family that does stick around will never understand what you\\u2019re going through and sometimes pity will seem worse than pain.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"949fb60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef51021\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b75f0b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":966,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"5da5200\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6ed6830\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"530adac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Addiction\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"89436d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a83156e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Life is full of ups and downs and can be trying. Some turned to alcohol and drugs thinking \\u201cif I can just get away from it all even for an hour, it would be worth it \\u201c. You take a substance just to have a moment of peace in your life where just for one second in time, you\\u2019re not a failure. As you swallow or inhale, a brief moment of relief comes across your body Because you know the feeling that is to come, bliss. A high that takes you away from reality and you never want to go back. After your high is over, you sleep and disappear into a land of dreams. When you wake up it\\u2019s back to your life, your miserable life. So, what do you do?<br \\/>You choose that high again and again. The Chrishaun foundation can help you change that life and make a new high in which life is meaningful.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"ef66e27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"44\",\"left\":0,\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"00638a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"66c8d11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":967,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/military.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f0d4712\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6c8231f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4894f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After The military\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"7ec2b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"67da1aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fighting daily for your country\\u2019s freedom is tiresome. People say you are lucky because you get to travel around the world for free, but that is not the case. Veterans pay for those trips with their sanity and their own freedom. You are separated from friends, family, and life as we know it day in and day out, you sacrifice your bodies, mines, and souls for a thankless people. When you return no one knows or seems to care that you once slept in a hole that you dug for yourself. You are appreciated by the foundation, and we want to help you get back to society with counseling and financial help.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5e3c304\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E2E7F0\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3656439\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"33.33\",\"_inline_size_mobile\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"630ad01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"24\",\"vertical\":\"40\",\"blur\":\"80\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.4)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"f03f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"30\",\"_inline_size_tablet\":\"66.66\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"449be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c6ed565\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"eb6161f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"39.664\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33.33\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4a7f3c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking. They treat you as though you\\u2019re diseased and will throw a measly amount of change at you that you couldn\\u2019t get a happy meal with. Cold nights. Hot days with no food or water are hard and sleeping with the rats that surround you can make you want to die. If you do get lucky enough to be able to sleep in a shelter, you must worry about someone taking the little bit of property you do own or possibly touching you inappropriately.  Come to the Chrishaun foundation and we can help you get your life back on track.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7815,1311,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7816,1311,'_elementor_pro_version','3.2.1'),(7817,1311,'_elementor_page_assets','a:0:{}'),(7850,1315,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7851,1315,'_elementor_pro_version','3.2.1'),(7852,1315,'_elementor_page_assets','a:0:{}'),(7854,1316,'_elementor_edit_mode','builder'),(7855,1316,'_elementor_template_type','wp-page'),(7856,1316,'_elementor_version','3.4.0'),(7857,1316,'_wp_page_template','default'),(7858,1316,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Hope Chest\\n\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6edb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br \\/>So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br \\/>There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7859,1316,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7860,1316,'_elementor_pro_version','3.2.1'),(7861,1316,'_elementor_page_assets','a:0:{}'),(7862,1317,'_elementor_edit_mode','builder'),(7863,1317,'_elementor_template_type','wp-page'),(7864,1317,'_elementor_version','3.4.0'),(7865,1317,'_wp_page_template','default'),(7866,1317,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Hope Chest\\n\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6edb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br \\/>So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br \\/>There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7867,1317,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7868,1317,'_elementor_pro_version','3.2.1'),(7869,1317,'_elementor_page_assets','a:0:{}'),(7870,1318,'_elementor_edit_mode','builder'),(7871,1318,'_elementor_template_type','wp-page'),(7872,1318,'_elementor_version','3.4.0'),(7873,1318,'_wp_page_template','default'),(7874,1318,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Hope Chest\\n\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6edb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br \\/>So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br \\/>There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7875,1318,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7876,1318,'_elementor_pro_version','3.2.1'),(7877,1318,'_elementor_page_assets','a:0:{}'),(7879,1319,'_elementor_edit_mode','builder'),(7880,1319,'_elementor_template_type','wp-page'),(7881,1319,'_elementor_version','3.4.0'),(7882,1319,'_wp_page_template','default'),(7883,1319,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Hope Chest\\n\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6edb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br \\/>So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br \\/>There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7884,1319,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7885,1319,'_elementor_pro_version','3.2.1'),(7886,1319,'_elementor_page_assets','a:0:{}'),(7887,1320,'_elementor_edit_mode','builder'),(7888,1320,'_elementor_template_type','wp-page'),(7889,1320,'_elementor_version','3.4.0'),(7890,1320,'_wp_page_template','default'),(7891,1320,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Hope Chest\\n\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6edb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br \\/>So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br \\/>There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7892,1320,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7893,1320,'_elementor_pro_version','3.2.1'),(7894,1320,'_elementor_page_assets','a:0:{}'),(7895,1321,'_elementor_edit_mode','builder'),(7896,1321,'_elementor_template_type','wp-page'),(7897,1321,'_elementor_version','3.4.0'),(7898,1321,'_wp_page_template','default'),(7899,1321,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Hope Chest\\n\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6edb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br \\/>So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br \\/>There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e11372\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Donations for the hope chest will purchase items such as but not limited to:<\\/strong><\\/p><ul><li>Clothes<\\/li><li>Shoes<\\/li><li>Suits<\\/li><li>Toiletries<\\/li><li>Towels<\\/li><li>Blankets<\\/li><li>Sheets<\\/li><li>Dishes<\\/li><li>Pots &amp; Pans<\\/li><li>Small Appliances<\\/li><li>Cleaning Supplies<\\/li><\\/ul>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7900,1321,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7901,1321,'_elementor_pro_version','3.2.1'),(7902,1321,'_elementor_page_assets','a:0:{}'),(7904,1322,'_elementor_edit_mode','builder'),(7905,1322,'_elementor_template_type','wp-page'),(7906,1322,'_elementor_version','3.4.0'),(7907,1322,'_wp_page_template','default'),(7908,1322,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Hope Chest\\n\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6edb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br \\/>So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br \\/>There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e11372\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Donations for the hope chest will purchase items such as but not limited to:<\\/strong><\\/p><ul><li>Clothes<\\/li><li>Shoes<\\/li><li>Suits<\\/li><li>Toiletries<\\/li><li>Towels<\\/li><li>Blankets<\\/li><li>Sheets<\\/li><li>Dishes<\\/li><li>Pots &amp; Pans<\\/li><li>Small Appliances<\\/li><li>Cleaning Supplies<\\/li><\\/ul>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7909,1322,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7910,1322,'_elementor_pro_version','3.2.1'),(7911,1322,'_elementor_page_assets','a:0:{}'),(7912,1323,'_elementor_edit_mode','builder'),(7913,1323,'_elementor_template_type','wp-page'),(7914,1323,'_elementor_version','3.4.0'),(7915,1323,'_wp_page_template','default'),(7916,1323,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Hope Chest\\n\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6edb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br \\/>So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br \\/>There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e11372\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Donations for the hope chest will purchase items such as but not limited to:<\\/strong><\\/p><ul><li>Clothes<\\/li><li>Shoes<\\/li><li>Suits<\\/li><li>Toiletries<\\/li><li>Towels<\\/li><li>Blankets<\\/li><li>Sheets<\\/li><li>Dishes<\\/li><li>Pots &amp; Pans<\\/li><li>Small Appliances<\\/li><li>Cleaning Supplies<\\/li><\\/ul>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7917,1323,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7918,1323,'_elementor_pro_version','3.2.1'),(7919,1323,'_elementor_page_assets','a:0:{}'),(7920,1324,'_elementor_edit_mode','builder'),(7921,1324,'_elementor_template_type','wp-page'),(7922,1324,'_elementor_version','3.4.0'),(7923,1324,'_wp_page_template','default'),(7924,1324,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Hope Chest\\n\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6edb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br \\/>So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br \\/>There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e11372\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Donations for the hope chest will purchase items such as but not limited to:<\\/strong><\\/p><ul><li>Clothes<\\/li><li>Shoes<\\/li><li>Suits<\\/li><li>Toiletries<\\/li><li>Towels<\\/li><li>Blankets<\\/li><li>Sheets<\\/li><li>Dishes<\\/li><li>Pots &amp; Pans<\\/li><li>Small Appliances<\\/li><li>Cleaning Supplies<\\/li><\\/ul>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"866ea76\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c4e15d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1920663\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1305\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"button\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7925,1324,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7926,1324,'_elementor_pro_version','3.2.1'),(7927,1324,'_elementor_page_assets','a:0:{}'),(7929,1325,'_elementor_edit_mode','builder'),(7930,1325,'_elementor_template_type','wp-page'),(7931,1325,'_elementor_version','3.4.0'),(7932,1325,'_wp_page_template','default'),(7933,1325,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Hope Chest\\n\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6edb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br \\/>So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br \\/>There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e11372\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Donations for the hope chest will purchase items such as but not limited to:<\\/strong><\\/p><ul><li>Clothes<\\/li><li>Shoes<\\/li><li>Suits<\\/li><li>Toiletries<\\/li><li>Towels<\\/li><li>Blankets<\\/li><li>Sheets<\\/li><li>Dishes<\\/li><li>Pots &amp; Pans<\\/li><li>Small Appliances<\\/li><li>Cleaning Supplies<\\/li><\\/ul>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"866ea76\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c4e15d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1920663\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1305\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"button\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7934,1325,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7935,1325,'_elementor_pro_version','3.2.1'),(7936,1325,'_elementor_page_assets','a:0:{}'),(7937,1326,'_elementor_edit_mode','builder'),(7938,1326,'_elementor_template_type','wp-page'),(7939,1326,'_elementor_version','3.4.0'),(7940,1326,'_wp_page_template','default'),(7941,1326,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Hope Chest\\n\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6edb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br \\/>So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br \\/>There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e11372\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Donations for the hope chest will purchase items such as but not limited to:<\\/strong><\\/p><ul><li>Clothes<\\/li><li>Shoes<\\/li><li>Suits<\\/li><li>Toiletries<\\/li><li>Towels<\\/li><li>Blankets<\\/li><li>Sheets<\\/li><li>Dishes<\\/li><li>Pots &amp; Pans<\\/li><li>Small Appliances<\\/li><li>Cleaning Supplies<\\/li><\\/ul>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"866ea76\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c4e15d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1920663\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1305\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"button\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7942,1326,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7943,1326,'_elementor_pro_version','3.2.1'),(7944,1326,'_elementor_page_assets','a:0:{}'),(7945,1327,'_elementor_edit_mode','builder'),(7946,1327,'_elementor_template_type','wp-page'),(7947,1327,'_elementor_version','3.4.0'),(7948,1327,'_wp_page_template','default'),(7949,1327,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Hope Chest\\n\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6edb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br \\/>So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br \\/>There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e11372\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Donations for the hope chest will purchase items such as but not limited to:<\\/strong><\\/p><ul><li>Clothes<\\/li><li>Shoes<\\/li><li>Suits<\\/li><li>Toiletries<\\/li><li>Towels<\\/li><li>Blankets<\\/li><li>Sheets<\\/li><li>Dishes<\\/li><li>Pots &amp; Pans<\\/li><li>Small Appliances<\\/li><li>Cleaning Supplies<\\/li><\\/ul>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"866ea76\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c4e15d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1920663\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1305\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"button\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7950,1327,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7951,1327,'_elementor_pro_version','3.2.1'),(7952,1327,'_elementor_page_assets','a:0:{}'),(7964,1329,'_elementor_edit_mode','builder'),(7965,1329,'_elementor_template_type','wp-page'),(7966,1329,'_elementor_version','3.4.0'),(7967,1329,'_wp_page_template','default'),(7968,1329,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Hope Chest\\n\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6edb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br \\/>So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br \\/>There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e11372\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Donations for the hope chest will purchase items such as but not limited to:<\\/strong><\\/p><ul><li>Clothes<\\/li><li>Shoes<\\/li><li>Suits<\\/li><li>Toiletries<\\/li><li>Towels<\\/li><li>Blankets<\\/li><li>Sheets<\\/li><li>Dishes<\\/li><li>Pots &amp; Pans<\\/li><li>Small Appliances<\\/li><li>Cleaning Supplies<\\/li><\\/ul>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"866ea76\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c4e15d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1920663\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1305\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"button\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7987,1331,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7988,1331,'_elementor_pro_version','3.2.1'),(7989,1331,'_elementor_page_assets','a:0:{}'),(7994,1332,'_elementor_edit_mode','builder'),(7995,1332,'_elementor_template_type','wp-page'),(7996,1332,'_elementor_version','3.4.0'),(7997,1332,'_wp_page_template','default'),(7998,1332,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Hope Chest\\n\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6edb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br \\/>So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br \\/>There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e11372\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Donations for the hope chest will purchase items such as but not limited to:<\\/strong><\\/p><ul><li>Clothes<\\/li><li>Shoes<\\/li><li>Suits<\\/li><li>Toiletries<\\/li><li>Towels<\\/li><li>Blankets<\\/li><li>Sheets<\\/li><li>Dishes<\\/li><li>Pots &amp; Pans<\\/li><li>Small Appliances<\\/li><li>Cleaning Supplies<\\/li><\\/ul>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"866ea76\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c4e15d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1920663\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1305\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"onpage\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7982,1331,'_elementor_edit_mode','builder'),(7983,1331,'_elementor_template_type','wp-page'),(7984,1331,'_elementor_version','3.4.0'),(7985,1331,'_wp_page_template','default'),(7986,1331,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Hope Chest\\n\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6edb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br \\/>So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br \\/>There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e11372\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Donations for the hope chest will purchase items such as but not limited to:<\\/strong><\\/p><ul><li>Clothes<\\/li><li>Shoes<\\/li><li>Suits<\\/li><li>Toiletries<\\/li><li>Towels<\\/li><li>Blankets<\\/li><li>Sheets<\\/li><li>Dishes<\\/li><li>Pots &amp; Pans<\\/li><li>Small Appliances<\\/li><li>Cleaning Supplies<\\/li><\\/ul>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"866ea76\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c4e15d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1920663\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1305\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"onpage\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7969,1329,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7970,1329,'_elementor_pro_version','3.2.1'),(7971,1329,'_elementor_page_assets','a:0:{}'),(7973,1330,'_elementor_edit_mode','builder'),(7974,1330,'_elementor_template_type','wp-page'),(7975,1330,'_elementor_version','3.4.0'),(7976,1330,'_wp_page_template','default'),(7977,1330,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Hope Chest\\n\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6edb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br \\/>So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br \\/>There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e11372\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Donations for the hope chest will purchase items such as but not limited to:<\\/strong><\\/p><ul><li>Clothes<\\/li><li>Shoes<\\/li><li>Suits<\\/li><li>Toiletries<\\/li><li>Towels<\\/li><li>Blankets<\\/li><li>Sheets<\\/li><li>Dishes<\\/li><li>Pots &amp; Pans<\\/li><li>Small Appliances<\\/li><li>Cleaning Supplies<\\/li><\\/ul>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"866ea76\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c4e15d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1920663\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1305\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"button\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7978,1330,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(7979,1330,'_elementor_pro_version','3.2.1'),(7980,1330,'_elementor_page_assets','a:0:{}'),(7999,1332,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8000,1332,'_elementor_pro_version','3.2.1'),(8001,1332,'_elementor_page_assets','a:0:{}'),(8003,1333,'_elementor_edit_mode','builder'),(8004,1333,'_elementor_template_type','wp-page'),(8005,1333,'_elementor_version','3.4.0'),(8006,1333,'_wp_page_template','default'),(8007,1333,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Hope Chest\\n\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6edb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br \\/>So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br \\/>There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e11372\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Donations for the hope chest will purchase items such as but not limited to:<\\/strong><\\/p><ul><li>Clothes<\\/li><li>Shoes<\\/li><li>Suits<\\/li><li>Toiletries<\\/li><li>Towels<\\/li><li>Blankets<\\/li><li>Sheets<\\/li><li>Dishes<\\/li><li>Pots &amp; Pans<\\/li><li>Small Appliances<\\/li><li>Cleaning Supplies<\\/li><\\/ul>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"866ea76\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c4e15d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1920663\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1305\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"onpage\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8008,1333,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8009,1333,'_elementor_pro_version','3.2.1'),(8010,1333,'_elementor_page_assets','a:0:{}'),(8012,1334,'_elementor_edit_mode','builder'),(8013,1334,'_elementor_template_type','wp-page'),(8014,1334,'_elementor_version','3.4.0'),(8015,1334,'_wp_page_template','default'),(8016,1334,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Hope Chest\\n\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6edb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br \\/>So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br \\/>There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9243e92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"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}},\"elements\":[{\"id\":\"9457199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4e11372\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Donations for the hope chest will purchase items such as but not limited to:<\\/strong><\\/p><ul><li>Clothes<\\/li><li>Shoes<\\/li><li>Suits<\\/li><li>Toiletries<\\/li><li>Towels<\\/li><li>Blankets<\\/li><li>Sheets<\\/li><li>Dishes<\\/li><li>Pots &amp; Pans<\\/li><li>Small Appliances<\\/li><li>Cleaning Supplies<\\/li><\\/ul>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"73cac4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1920663\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1305\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"onpage\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8017,1334,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8018,1334,'_elementor_pro_version','3.2.1'),(8019,1334,'_elementor_page_assets','a:0:{}'),(8023,1335,'_elementor_edit_mode','builder'),(8024,1335,'_elementor_template_type','wp-page'),(8025,1335,'_elementor_version','3.4.0'),(8026,1335,'_wp_page_template','default'),(8027,1335,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Hope Chest\\n\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6edb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br \\/>So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br \\/>There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9243e92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"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}},\"elements\":[{\"id\":\"9457199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4e11372\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Donations for the hope chest will purchase items such as but not limited to:<\\/strong><\\/p><ul><li>Clothes<\\/li><li>Shoes<\\/li><li>Suits<\\/li><li>Toiletries<\\/li><li>Towels<\\/li><li>Blankets<\\/li><li>Sheets<\\/li><li>Dishes<\\/li><li>Pots &amp; Pans<\\/li><li>Small Appliances<\\/li><li>Cleaning Supplies<\\/li><\\/ul>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"73cac4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1920663\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1305\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"onpage\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8028,1335,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8029,1335,'_elementor_pro_version','3.2.1'),(8030,1335,'_elementor_page_assets','a:0:{}'),(8031,1336,'_elementor_edit_mode','builder'),(8032,1336,'_elementor_template_type','wp-page'),(8033,1336,'_elementor_version','3.4.0'),(8034,1336,'_wp_page_template','default'),(8035,1336,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Hope Chest\\n\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6edb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br \\/>So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br \\/>There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9243e92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"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}},\"elements\":[{\"id\":\"9457199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4e11372\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Donations for the hope chest will purchase items such as but not limited to:<\\/strong><\\/p><ul><li>Clothes<\\/li><li>Shoes<\\/li><li>Suits<\\/li><li>Toiletries<\\/li><li>Towels<\\/li><li>Blankets<\\/li><li>Sheets<\\/li><li>Dishes<\\/li><li>Pots &amp; Pans<\\/li><li>Small Appliances<\\/li><li>Cleaning Supplies<\\/li><\\/ul>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"73cac4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1920663\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1305\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"onpage\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8036,1336,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8037,1336,'_elementor_pro_version','3.2.1'),(8038,1336,'_elementor_page_assets','a:0:{}'),(8039,1337,'_elementor_edit_mode','builder'),(8040,1337,'_elementor_template_type','wp-page'),(8041,1337,'_elementor_version','3.4.0'),(8042,1337,'_wp_page_template','default'),(8043,1337,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Hope Chest\\n\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6edb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br \\/>So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br \\/>There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9243e92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"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}},\"elements\":[{\"id\":\"9457199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4e11372\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Donations for the hope chest will purchase items such as but not limited to:<\\/strong><\\/p><ul><li>Clothes<\\/li><li>Shoes<\\/li><li>Suits<\\/li><li>Toiletries<\\/li><li>Towels<\\/li><li>Blankets<\\/li><li>Sheets<\\/li><li>Dishes<\\/li><li>Pots &amp; Pans<\\/li><li>Small Appliances<\\/li><li>Cleaning Supplies<\\/li><\\/ul>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"73cac4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1920663\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1305\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"onpage\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8044,1337,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8045,1337,'_elementor_pro_version','3.2.1'),(8046,1337,'_elementor_page_assets','a:0:{}'),(8047,1308,'_elementor_controls_usage','a:7:{s:6:\"global\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:4;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:5;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:3;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:19:\"_inline_size_tablet\";i:2;s:12:\"_inline_size\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:2;s:7:\"padding\";i:4;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:1:{s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:1;s:12:\"width_tablet\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:1;s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_tablet\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_weight\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:27:\"wp-widget-give_forms_widget\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(8049,1338,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donate Us\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With your support and donations we will be able to provide services and resources.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6edb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Literally the life after we focus on the aftercare of life after many different scenarios such as life after loss \\/ death divorce domestic violence health crisis mental health housing crisis human sex trafficking crisis the military homelessness covid-19 eviction maternal mortality job loss suicide aging advocacy veteran advocacy substance rehabilitation bankruptcy medical recovery behavioral health therapy sugar dating military discharge physical therapy low income housing transitions military to civilian reentry community enrichment transitional housing life after prison remedial to revival series.<br \\/>This is your life after 360 and then she told me it was 180.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7391a56\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"990a9b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4e11372\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>We need your help providing survivors with:<\\/strong><\\/p><ul><li>Hope chests ( toiletries, towels, sheets, pots, plates etc).<\\/li><li>Uber rides to escape predators, get away from abusers and get to doctor\'s appointments and counseling.<\\/li><li>Security deposits for housing<\\/li><li>Temporary housing<\\/li><li>Financial curriculum<\\/li><li>Toiletries and clothing<\\/li><\\/ul>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f9c7622\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1920663\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1303\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"onpage\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8155,1348,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donate Us\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With your support and donations we will be able to provide services and resources.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6edb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Literally the life after we focus on the aftercare of life after many different scenarios such as life after loss \\/ death divorce domestic violence health crisis mental health housing crisis human sex trafficking crisis the military homelessness covid-19 eviction maternal mortality job loss suicide aging advocacy veteran advocacy substance rehabilitation bankruptcy medical recovery behavioral health therapy sugar dating military discharge physical therapy low income housing transitions military to civilian reentry community enrichment transitional housing life after prison remedial to revival series.<br \\/>This is your life after 360 and then she told me it was 180.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9243e92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"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}},\"elements\":[{\"id\":\"9457199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4e11372\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Donations for the hope chest will purchase items such as but not limited to:<\\/strong><\\/p><ul><li>Clothes<\\/li><li>Shoes<\\/li><li>Suits<\\/li><li>Toiletries<\\/li><li>Towels<\\/li><li>Blankets<\\/li><li>Sheets<\\/li><li>Dishes<\\/li><li>Pots &amp; Pans<\\/li><li>Small Appliances<\\/li><li>Cleaning Supplies<\\/li><\\/ul>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"73cac4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1920663\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1305\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"onpage\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8118,1344,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donate Us\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With your support and donations we will be able to provide services and resources.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6edb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br \\/>So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br \\/>There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9243e92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"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}},\"elements\":[{\"id\":\"9457199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4e11372\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Donations for the hope chest will purchase items such as but not limited to:<\\/strong><\\/p><ul><li>Clothes<\\/li><li>Shoes<\\/li><li>Suits<\\/li><li>Toiletries<\\/li><li>Towels<\\/li><li>Blankets<\\/li><li>Sheets<\\/li><li>Dishes<\\/li><li>Pots &amp; Pans<\\/li><li>Small Appliances<\\/li><li>Cleaning Supplies<\\/li><\\/ul>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"73cac4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1920663\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1305\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"onpage\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8050,1338,'ast-title-bar-display','disabled'),(8051,1338,'_wp_page_template','default'),(8052,1338,'_elementor_template_type','wp-page'),(8053,1338,'_elementor_version','3.4.0'),(8054,1338,'_astra_content_layout_flag','disabled'),(8055,1338,'site-post-title','disabled'),(8056,1338,'site-sidebar-layout','no-sidebar'),(8057,1338,'theme-transparent-header-meta','enabled'),(8058,1338,'_yoast_wpseo_estimated-reading-time-minutes','4'),(8059,1338,'_elementor_edit_mode','builder'),(8060,1338,'site-content-layout','page-builder'),(8061,1338,'ast-featured-img','disabled'),(8062,1338,'ast-breadcrumbs-content','disabled'),(8063,1338,'_yoast_wpseo_content_score','60'),(8064,1338,'astra-main-page-id','55335'),(8065,1338,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8066,1338,'_wxr_import_user_slug','alex'),(8067,1338,'_astra_sites_imported_post','1'),(8068,1338,'_astra_sites_enable_for_batch','1'),(8069,1338,'_elementor_pro_version','3.2.1'),(8070,1338,'_astra_sites_hotlink_imported','1'),(8071,1338,'_edit_lock','1629184017:1'),(8072,1338,'_edit_last','1'),(8073,1338,'_elementor_page_assets','a:0:{}'),(8074,1338,'_last_editor_used_jetpack','block-editor'),(8102,1342,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Hope Chest\\n\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6edb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br \\/>So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br \\/>There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9243e92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"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}},\"elements\":[{\"id\":\"9457199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4e11372\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Donations for the hope chest will purchase items such as but not limited to:<\\/strong><\\/p><ul><li>Clothes<\\/li><li>Shoes<\\/li><li>Suits<\\/li><li>Toiletries<\\/li><li>Towels<\\/li><li>Blankets<\\/li><li>Sheets<\\/li><li>Dishes<\\/li><li>Pots &amp; Pans<\\/li><li>Small Appliances<\\/li><li>Cleaning Supplies<\\/li><\\/ul>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"73cac4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1920663\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1305\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"onpage\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8076,1339,'_elementor_edit_mode','builder'),(8077,1339,'_elementor_template_type','wp-page'),(8078,1339,'_elementor_version','3.2.5'),(8079,1339,'_wp_page_template','default'),(8080,1339,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e27f50\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"84a1037\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\"}},\"elements\":[{\"id\":\"7058e5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"669db52\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"a2fe2a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"During the COVID-19 crisis, we are working harder than ever to provide safe shelter for families experiencing homelessness. To learn more about our response, click here.\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dee2fa5\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"hac7r1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe83d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"748e1a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make a One Time Gift\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a076a21\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations from the community make up over 35% of AAHS annual budget. These unrestricted gifts give AAHS the flexibility to respond to the needs of the community served. Donate securely online through Kindful or mail your donation and help a family move toward stable housing.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b915158\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"b7fc055\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c6c29fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Become a Shelter Provider\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40a6606\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Make a difference in the lives of homeless individuals and families every month of the year. Your monthly gift creates a consistent stream of financial support and enables us to make efficient plans for the future. You can enroll in our shelter provider program online through Kindful or by contacting your bank to have a check sent to the shelter each month.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b3a89e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Setup a monthly donation\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"2064436\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c4517d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sponsor Foundation\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ae31092\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Becoming a sponsor of The Chrishaun Foundation is an investment in hope in our community. Our sponsors are our partners in our mission to see every child in a safe and stable home. Your investment infuses innovation and spurs proactive approaches to the persistent issue of family homelessness. It is because of sponsorships like these that Bridge to Home came to life and now houses 6 student-parents with their children working toward a brighter future.<\\/p><p>We hope you\'ll join us at one of the levels below in support of families experiencing homelessness in our community.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28a9233\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sponsor\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1c184a9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"e5bf69e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"76910b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Going Home Kits\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d3364c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Athens Area Homeless Shelter\\u2019s Going Home Program offers assistance to families who are transitioning from homelessness to independence. With your help, AAHS can provide simple home items for cleaning kits, bedroom kits, or even entire apartment kits.\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b5671d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7022a3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b75b071\",\"elType\":\"widget\",\"settings\":{\"title\":\"Honor & Memorial Giving\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a1c1e2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is a meaningful way to recognize significant life events and people while supporting the organization\\u2019s mission to help those experiencing homelessness move toward stable housing. When you give an honor or memorial gift, a special card is sent to your honoree or their family. Click here to honor someone with your gift.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8507f8e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"2bede14\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e6a1d49\",\"elType\":\"widget\",\"settings\":{\"title\":\"Matching Programs\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cad7620\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Many employers sponsor gift matching programs. To find out if your company has a matching gift policy, please contact your Human Resources department.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0f57424\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0376470\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_bg_width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"06d2386\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7daed8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wish List\\n\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e9383f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Our wishlist provides you with an up-to-date item list of which the Shelter is in need. Use this list as a resource for your group supply drive! All donated items can be delivered to AAHS during regular office hours.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f94e700\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1e4181b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f458d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Planned Giving\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec63d1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When you prepare your will, living trust, or other estate plans, you can protect and provide for your family, remember special friends and loved ones, or even establish a bequest to benefit AAHS. Contact the AAHS Executive Director for more information.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0bb5ad9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"justify\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1e605ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"space_between_widgets\":15,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(8081,1339,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8082,1339,'_elementor_pro_version','3.2.1'),(8083,1339,'_elementor_controls_usage','a:5:{s:6:\"column\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:11;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:10;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:10;s:6:\"margin\";i:10;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:12;s:16:\"content_position\";i:1;s:5:\"align\";i:1;s:21:\"space_between_widgets\";i:9;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:2:{s:26:\"box_shadow_box_shadow_type\";i:9;s:21:\"box_shadow_box_shadow\";i:9;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:1;s:7:\"padding\";i:5;s:14:\"padding_tablet\";i:3;s:14:\"padding_mobile\";i:3;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:3;s:19:\"background_position\";i:3;s:17:\"background_repeat\";i:3;s:15:\"background_size\";i:3;s:22:\"background_size_mobile\";i:3;s:19:\"background_bg_width\";i:3;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:3;s:26:\"background_overlay_color_b\";i:3;s:26:\"background_overlay_opacity\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:9;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:8;s:11:\"header_size\";i:8;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:8;s:5:\"align\";i:8;}}}}}'),(8084,1340,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Hope Chest\\n\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6edb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br \\/>So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br \\/>There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9243e92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"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}},\"elements\":[{\"id\":\"9457199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4e11372\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Donations for the hope chest will purchase items such as but not limited to:<\\/strong><\\/p><ul><li>Clothes<\\/li><li>Shoes<\\/li><li>Suits<\\/li><li>Toiletries<\\/li><li>Towels<\\/li><li>Blankets<\\/li><li>Sheets<\\/li><li>Dishes<\\/li><li>Pots &amp; Pans<\\/li><li>Small Appliances<\\/li><li>Cleaning Supplies<\\/li><\\/ul>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"73cac4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1920663\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1305\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"onpage\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8085,1340,'_wp_page_template','default'),(8086,1340,'_elementor_template_type','wp-page'),(8087,1340,'_elementor_version','3.4.0'),(8088,1340,'_elementor_edit_mode','builder'),(8089,1340,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8090,1340,'_elementor_pro_version','3.2.1'),(8091,1340,'_elementor_page_assets','a:0:{}'),(8092,1340,'_elementor_controls_usage','a:7:{s:6:\"global\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:4;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:5;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:3;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:19:\"_inline_size_tablet\";i:2;s:12:\"_inline_size\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:2;s:7:\"padding\";i:4;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:1:{s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:1;s:12:\"width_tablet\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:1;s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_tablet\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_weight\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:27:\"wp-widget-give_forms_widget\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(8119,1344,'_wp_page_template','default'),(8120,1344,'_elementor_template_type','wp-page'),(8121,1344,'_elementor_version','3.4.0'),(8122,1344,'_elementor_edit_mode','builder'),(8123,1344,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8124,1344,'_elementor_pro_version','3.2.1'),(8125,1344,'_elementor_page_assets','a:0:{}'),(8103,1342,'_wp_page_template','default'),(8104,1342,'_elementor_template_type','wp-page'),(8105,1342,'_elementor_version','3.4.0'),(8106,1342,'_elementor_edit_mode','builder'),(8107,1342,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8108,1342,'_elementor_pro_version','3.2.1'),(8109,1342,'_elementor_page_assets','a:0:{}'),(8110,1343,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Hope Chest\\n\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6edb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br \\/>So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br \\/>There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9243e92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"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}},\"elements\":[{\"id\":\"9457199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4e11372\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Donations for the hope chest will purchase items such as but not limited to:<\\/strong><\\/p><ul><li>Clothes<\\/li><li>Shoes<\\/li><li>Suits<\\/li><li>Toiletries<\\/li><li>Towels<\\/li><li>Blankets<\\/li><li>Sheets<\\/li><li>Dishes<\\/li><li>Pots &amp; Pans<\\/li><li>Small Appliances<\\/li><li>Cleaning Supplies<\\/li><\\/ul>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"73cac4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1920663\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1305\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"onpage\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8111,1343,'_wp_page_template','default'),(8112,1343,'_elementor_template_type','wp-page'),(8113,1343,'_elementor_version','3.4.0'),(8114,1343,'_elementor_edit_mode','builder'),(8115,1343,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8116,1343,'_elementor_pro_version','3.2.1'),(8117,1343,'_elementor_page_assets','a:0:{}'),(8137,1346,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donate Us\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With your support and donations we will be able to provide services and resources.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6edb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br \\/>So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br \\/>There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9243e92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"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}},\"elements\":[{\"id\":\"9457199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4e11372\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Donations for the hope chest will purchase items such as but not limited to:<\\/strong><\\/p><ul><li>Clothes<\\/li><li>Shoes<\\/li><li>Suits<\\/li><li>Toiletries<\\/li><li>Towels<\\/li><li>Blankets<\\/li><li>Sheets<\\/li><li>Dishes<\\/li><li>Pots &amp; Pans<\\/li><li>Small Appliances<\\/li><li>Cleaning Supplies<\\/li><\\/ul>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"73cac4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1920663\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1305\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"onpage\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8156,1348,'_wp_page_template','default'),(8157,1348,'_elementor_template_type','wp-page'),(8158,1348,'_elementor_version','3.4.0'),(8159,1348,'_elementor_edit_mode','builder'),(8160,1348,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8161,1348,'_elementor_pro_version','3.2.1'),(8162,1348,'_elementor_page_assets','a:0:{}'),(8165,1349,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donate Us\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With your support and donations we will be able to provide services and resources.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6edb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Literally the life after we focus on the aftercare of life after many different scenarios such as life after loss \\/ death divorce domestic violence health crisis mental health housing crisis human sex trafficking crisis the military homelessness covid-19 eviction maternal mortality job loss suicide aging advocacy veteran advocacy substance rehabilitation bankruptcy medical recovery behavioral health therapy sugar dating military discharge physical therapy low income housing transitions military to civilian reentry community enrichment transitional housing life after prison remedial to revival series.<br \\/>This is your life after 360 and then she told me it was 180.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9243e92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"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}},\"elements\":[{\"id\":\"9457199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4e11372\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Donations for the hope chest will purchase items such as but not limited to:<\\/strong><\\/p><ul><li>Clothes<\\/li><li>Shoes<\\/li><li>Suits<\\/li><li>Toiletries<\\/li><li>Towels<\\/li><li>Blankets<\\/li><li>Sheets<\\/li><li>Dishes<\\/li><li>Pots &amp; Pans<\\/li><li>Small Appliances<\\/li><li>Cleaning Supplies<\\/li><\\/ul>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"73cac4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1920663\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1305\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"onpage\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8138,1346,'_wp_page_template','default'),(8139,1346,'_elementor_template_type','wp-page'),(8140,1346,'_elementor_version','3.4.0'),(8141,1346,'_elementor_edit_mode','builder'),(8142,1346,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8143,1346,'_elementor_pro_version','3.2.1'),(8144,1346,'_elementor_page_assets','a:0:{}'),(8146,1347,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donate Us\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With your support and donations we will be able to provide services and resources.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6edb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This concept was one that was given to me by my father. When I was growing up, it was a very personal concept for our family that each of us had to have a hope chest. A hope chest would be filled with our most essential things to begin our new life wherever that would be. Whether that would be married, college or both. Whenever our family was shopping, my parents would strategically purchase an item or two. This was to ensure that by the time I turned 18 and became a young woman, I had everything in my hope chest that I could ever need or desire to leave home. This hope chest was filled with my hopes and dreams for the new chapter in my life.<br \\/>So with that same concept, we would like to provide our survivors with their hopes and dreams redefined. Most times when survivors arrive they are coming to us with absolutely nothing. Why?? Most times they are fleeing their abuser or their predator. They may also have lost everything in other ways, ie. disasters...<br \\/>There will be times where we have a place for them to live but there\'s absolutely nothing there. This hope chest would be filled with everything they could possibly need to begin again.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9243e92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"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}},\"elements\":[{\"id\":\"9457199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4e11372\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Donations for the hope chest will purchase items such as but not limited to:<\\/strong><\\/p><ul><li>Clothes<\\/li><li>Shoes<\\/li><li>Suits<\\/li><li>Toiletries<\\/li><li>Towels<\\/li><li>Blankets<\\/li><li>Sheets<\\/li><li>Dishes<\\/li><li>Pots &amp; Pans<\\/li><li>Small Appliances<\\/li><li>Cleaning Supplies<\\/li><\\/ul>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"73cac4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1920663\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1305\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"onpage\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8147,1347,'_wp_page_template','default'),(8148,1347,'_elementor_template_type','wp-page'),(8149,1347,'_elementor_version','3.4.0'),(8150,1347,'_elementor_edit_mode','builder'),(8151,1347,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8152,1347,'_elementor_pro_version','3.2.1'),(8153,1347,'_elementor_page_assets','a:0:{}'),(8166,1349,'_wp_page_template','default'),(8167,1349,'_elementor_template_type','wp-page'),(8168,1349,'_elementor_version','3.4.0'),(8169,1349,'_elementor_edit_mode','builder'),(8170,1349,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8171,1349,'_elementor_pro_version','3.2.1'),(8172,1349,'_elementor_page_assets','a:0:{}'),(8173,1350,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donate Us\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With your support and donations we will be able to provide services and resources.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6edb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Literally the life after we focus on the aftercare of life after many different scenarios such as life after loss \\/ death divorce domestic violence health crisis mental health housing crisis human sex trafficking crisis the military homelessness covid-19 eviction maternal mortality job loss suicide aging advocacy veteran advocacy substance rehabilitation bankruptcy medical recovery behavioral health therapy sugar dating military discharge physical therapy low income housing transitions military to civilian reentry community enrichment transitional housing life after prison remedial to revival series.<br \\/>This is your life after 360 and then she told me it was 180.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9243e92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"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}},\"elements\":[{\"id\":\"9457199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4e11372\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Donations for the hope chest will purchase items such as but not limited to:<\\/strong><\\/p><ul><li>Clothes<\\/li><li>Shoes<\\/li><li>Suits<\\/li><li>Toiletries<\\/li><li>Towels<\\/li><li>Blankets<\\/li><li>Sheets<\\/li><li>Dishes<\\/li><li>Pots &amp; Pans<\\/li><li>Small Appliances<\\/li><li>Cleaning Supplies<\\/li><\\/ul>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"73cac4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1920663\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1305\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"onpage\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8174,1350,'_wp_page_template','default'),(8175,1350,'_elementor_template_type','wp-page'),(8176,1350,'_elementor_version','3.4.0'),(8177,1350,'_elementor_edit_mode','builder'),(8178,1350,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8179,1350,'_elementor_pro_version','3.2.1'),(8180,1350,'_elementor_page_assets','a:0:{}'),(8215,1355,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donate Us\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With your support and donations we will be able to provide services and resources.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6edb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Literally the life after we focus on the aftercare of life after many different scenarios such as life after loss \\/ death divorce domestic violence health crisis mental health housing crisis human sex trafficking crisis the military homelessness covid-19 eviction maternal mortality job loss suicide aging advocacy veteran advocacy substance rehabilitation bankruptcy medical recovery behavioral health therapy sugar dating military discharge physical therapy low income housing transitions military to civilian reentry community enrichment transitional housing life after prison remedial to revival series.<br \\/>This is your life after 360 and then she told me it was 180.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e11372\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>We need your help providing survivors with:<\\/strong><\\/p><ul><li>Hope chests ( toiletries, towels, sheets, pots, plates etc).<\\/li><li>Uber rides to escape predators, get away from abusers and get to doctor\'s appointments and counseling.<\\/li><li>Security deposits for housing<\\/li><li>Temporary housing<\\/li><li>Financial curriculum<\\/li><li>Toiletries and clothing<\\/li><\\/ul>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1920663\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1303\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"onpage\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8181,1351,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donate Us\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With your support and donations we will be able to provide services and resources.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6edb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Literally the life after we focus on the aftercare of life after many different scenarios such as life after loss \\/ death divorce domestic violence health crisis mental health housing crisis human sex trafficking crisis the military homelessness covid-19 eviction maternal mortality job loss suicide aging advocacy veteran advocacy substance rehabilitation bankruptcy medical recovery behavioral health therapy sugar dating military discharge physical therapy low income housing transitions military to civilian reentry community enrichment transitional housing life after prison remedial to revival series.<br \\/>This is your life after 360 and then she told me it was 180.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9243e92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"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}},\"elements\":[{\"id\":\"9457199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4e11372\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>We need your help providing survivors with:<\\/strong><\\/p><ul><li>Hope chests ( toiletries, towels, sheets, pots, plates etc).<\\/li><li>Uber rides to escape predators, get away from abusers and get to doctor\'s appointments and counseling.<\\/li><li>Security deposits for housing<\\/li><li>Temporary housing<\\/li><li>Financial curriculum<\\/li><li>Toiletries and clothing<\\/li><\\/ul>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"73cac4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1920663\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1305\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"onpage\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8182,1351,'_wp_page_template','default'),(8183,1351,'_elementor_template_type','wp-page'),(8184,1351,'_elementor_version','3.4.0'),(8185,1351,'_elementor_edit_mode','builder'),(8186,1351,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8187,1351,'_elementor_pro_version','3.2.1'),(8188,1351,'_elementor_page_assets','a:0:{}'),(8199,1353,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donate Us\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With your support and donations we will be able to provide services and resources.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6edb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Literally the life after we focus on the aftercare of life after many different scenarios such as life after loss \\/ death divorce domestic violence health crisis mental health housing crisis human sex trafficking crisis the military homelessness covid-19 eviction maternal mortality job loss suicide aging advocacy veteran advocacy substance rehabilitation bankruptcy medical recovery behavioral health therapy sugar dating military discharge physical therapy low income housing transitions military to civilian reentry community enrichment transitional housing life after prison remedial to revival series.<br \\/>This is your life after 360 and then she told me it was 180.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9243e92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"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}},\"elements\":[{\"id\":\"9457199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4e11372\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>We need your help providing survivors with:<\\/strong><\\/p><ul><li>Hope chests ( toiletries, towels, sheets, pots, plates etc).<\\/li><li>Uber rides to escape predators, get away from abusers and get to doctor\'s appointments and counseling.<\\/li><li>Security deposits for housing<\\/li><li>Temporary housing<\\/li><li>Financial curriculum<\\/li><li>Toiletries and clothing<\\/li><\\/ul>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"73cac4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1920663\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1305\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"onpage\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8221,1355,'_elementor_pro_version','3.2.1'),(8222,1355,'_elementor_page_assets','a:0:{}'),(8225,1356,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donate Us\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With your support and donations we will be able to provide services and resources.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6edb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Literally the life after we focus on the aftercare of life after many different scenarios such as life after loss \\/ death divorce domestic violence health crisis mental health housing crisis human sex trafficking crisis the military homelessness covid-19 eviction maternal mortality job loss suicide aging advocacy veteran advocacy substance rehabilitation bankruptcy medical recovery behavioral health therapy sugar dating military discharge physical therapy low income housing transitions military to civilian reentry community enrichment transitional housing life after prison remedial to revival series.<br \\/>This is your life after 360 and then she told me it was 180.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e11372\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>We need your help providing survivors with:<\\/strong><\\/p><ul><li>Hope chests ( toiletries, towels, sheets, pots, plates etc).<\\/li><li>Uber rides to escape predators, get away from abusers and get to doctor\'s appointments and counseling.<\\/li><li>Security deposits for housing<\\/li><li>Temporary housing<\\/li><li>Financial curriculum<\\/li><li>Toiletries and clothing<\\/li><\\/ul>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1920663\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1303\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"onpage\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8252,1338,'_elementor_controls_usage','a:7:{s:6:\"global\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:4;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:4;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:2;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:19:\"_inline_size_tablet\";i:2;s:12:\"_inline_size\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:1;s:7:\"padding\";i:3;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:1:{s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:1;s:12:\"width_tablet\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:1;s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_tablet\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_weight\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:27:\"wp-widget-give_forms_widget\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(8216,1355,'_wp_page_template','default'),(8217,1355,'_elementor_template_type','wp-page'),(8218,1355,'_elementor_version','3.4.0'),(8219,1355,'_elementor_edit_mode','builder'),(8220,1355,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8200,1353,'_wp_page_template','default'),(8201,1353,'_elementor_template_type','wp-page'),(8202,1353,'_elementor_version','3.4.0'),(8203,1353,'_elementor_edit_mode','builder'),(8204,1353,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8205,1353,'_elementor_pro_version','3.2.1'),(8206,1353,'_elementor_page_assets','a:0:{}'),(8207,1354,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donate Us\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With your support and donations we will be able to provide services and resources.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6edb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Literally the life after we focus on the aftercare of life after many different scenarios such as life after loss \\/ death divorce domestic violence health crisis mental health housing crisis human sex trafficking crisis the military homelessness covid-19 eviction maternal mortality job loss suicide aging advocacy veteran advocacy substance rehabilitation bankruptcy medical recovery behavioral health therapy sugar dating military discharge physical therapy low income housing transitions military to civilian reentry community enrichment transitional housing life after prison remedial to revival series.<br \\/>This is your life after 360 and then she told me it was 180.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9243e92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"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}},\"elements\":[{\"id\":\"9457199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4e11372\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>We need your help providing survivors with:<\\/strong><\\/p><ul><li>Hope chests ( toiletries, towels, sheets, pots, plates etc).<\\/li><li>Uber rides to escape predators, get away from abusers and get to doctor\'s appointments and counseling.<\\/li><li>Security deposits for housing<\\/li><li>Temporary housing<\\/li><li>Financial curriculum<\\/li><li>Toiletries and clothing<\\/li><\\/ul>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"73cac4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1920663\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1305\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"onpage\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8208,1354,'_wp_page_template','default'),(8209,1354,'_elementor_template_type','wp-page'),(8210,1354,'_elementor_version','3.4.0'),(8211,1354,'_elementor_edit_mode','builder'),(8212,1354,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8213,1354,'_elementor_pro_version','3.2.1'),(8214,1354,'_elementor_page_assets','a:0:{}'),(8226,1356,'_wp_page_template','default'),(8227,1356,'_elementor_template_type','wp-page'),(8228,1356,'_elementor_version','3.4.0'),(8229,1356,'_elementor_edit_mode','builder'),(8230,1356,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8231,1356,'_elementor_pro_version','3.2.1'),(8232,1356,'_elementor_page_assets','a:0:{}'),(8234,1357,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donate Us\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With your support and donations we will be able to provide services and resources.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6edb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Literally the life after we focus on the aftercare of life after many different scenarios such as life after loss \\/ death divorce domestic violence health crisis mental health housing crisis human sex trafficking crisis the military homelessness covid-19 eviction maternal mortality job loss suicide aging advocacy veteran advocacy substance rehabilitation bankruptcy medical recovery behavioral health therapy sugar dating military discharge physical therapy low income housing transitions military to civilian reentry community enrichment transitional housing life after prison remedial to revival series.<br \\/>This is your life after 360 and then she told me it was 180.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e11372\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>We need your help providing survivors with:<\\/strong><\\/p><ul><li>Hope chests ( toiletries, towels, sheets, pots, plates etc).<\\/li><li>Uber rides to escape predators, get away from abusers and get to doctor\'s appointments and counseling.<\\/li><li>Security deposits for housing<\\/li><li>Temporary housing<\\/li><li>Financial curriculum<\\/li><li>Toiletries and clothing<\\/li><\\/ul>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1920663\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1303\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"onpage\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8235,1357,'_wp_page_template','default'),(8236,1357,'_elementor_template_type','wp-page'),(8237,1357,'_elementor_version','3.4.0'),(8238,1357,'_elementor_edit_mode','builder'),(8239,1357,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8240,1357,'_elementor_pro_version','3.2.1'),(8241,1357,'_elementor_page_assets','a:0:{}'),(8243,1358,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donate Us\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With your support and donations we will be able to provide services and resources.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6edb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Literally the life after we focus on the aftercare of life after many different scenarios such as life after loss \\/ death divorce domestic violence health crisis mental health housing crisis human sex trafficking crisis the military homelessness covid-19 eviction maternal mortality job loss suicide aging advocacy veteran advocacy substance rehabilitation bankruptcy medical recovery behavioral health therapy sugar dating military discharge physical therapy low income housing transitions military to civilian reentry community enrichment transitional housing life after prison remedial to revival series.<br \\/>This is your life after 360 and then she told me it was 180.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7391a56\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"990a9b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4e11372\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>We need your help providing survivors with:<\\/strong><\\/p><ul><li>Hope chests ( toiletries, towels, sheets, pots, plates etc).<\\/li><li>Uber rides to escape predators, get away from abusers and get to doctor\'s appointments and counseling.<\\/li><li>Security deposits for housing<\\/li><li>Temporary housing<\\/li><li>Financial curriculum<\\/li><li>Toiletries and clothing<\\/li><\\/ul>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f9c7622\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1920663\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1303\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"onpage\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8244,1358,'_wp_page_template','default'),(8245,1358,'_elementor_template_type','wp-page'),(8246,1358,'_elementor_version','3.4.0'),(8247,1358,'_elementor_edit_mode','builder'),(8248,1358,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8249,1358,'_elementor_pro_version','3.2.1'),(8250,1358,'_elementor_page_assets','a:0:{}'),(8255,1360,'_wp_attached_file','2021/08/Shoes-1.jpeg'),(8256,1360,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:756;s:6:\"height\";i:571;s:4:\"file\";s:20:\"2021/08/Shoes-1.jpeg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Shoes-1-300x227.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Shoes-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8257,1361,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"Auctions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This shoe auction is being brought to you by one of our amazing sponsors, Millie\'s Club, who provided us with shoes and boots for ladies sizes 9-13.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"21374a5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1369\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"onpage\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7655d8c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0109ffe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f000d1c\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":1413,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-1.jpeg\"},{\"id\":1407,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-2.jpeg\"},{\"id\":1408,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-3.jpeg\"},{\"id\":1409,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-4.jpeg\"},{\"id\":1410,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-5.jpeg\"},{\"id\":1411,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-6.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"2aa7463\"}],\"columns\":6,\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"large\",\"show_all_galleries_label\":\"All\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(8447,1399,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"Auctions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This shoe auction is being brought to you by one of our amazing sponsors, Millie\'s Club, who provided us with shoes and boots for ladies sizes 9-13.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9a5cfa8\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[give_form id=\\\"1369\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(8393,1377,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"Auctions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This shoe auction is being brought to you by one of our amazing sponsors, Millie\'s Club, who provided us with shoes and boots for ladies sizes 9-13.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1920663\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1369\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"onpage\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8258,1361,'ast-title-bar-display','disabled'),(8259,1361,'_wp_page_template','default'),(8260,1361,'_elementor_template_type','wp-page'),(8261,1361,'_elementor_version','3.4.0'),(8262,1361,'_astra_content_layout_flag','disabled'),(8263,1361,'site-post-title','disabled'),(8264,1361,'site-sidebar-layout','no-sidebar'),(8265,1361,'theme-transparent-header-meta','enabled'),(8266,1361,'_yoast_wpseo_estimated-reading-time-minutes','4'),(8267,1361,'_elementor_edit_mode','builder'),(8268,1361,'site-content-layout','page-builder'),(8269,1361,'ast-featured-img','disabled'),(8270,1361,'ast-breadcrumbs-content','disabled'),(8271,1361,'_yoast_wpseo_content_score','60'),(8272,1361,'astra-main-page-id','55335'),(8273,1361,'_wxr_import_user_slug','alex'),(8274,1361,'_astra_sites_imported_post','1'),(8275,1361,'_astra_sites_enable_for_batch','1'),(8276,1361,'_elementor_pro_version','3.2.1'),(8277,1361,'_astra_sites_hotlink_imported','1'),(8278,1361,'_edit_lock','1629190607:1'),(8279,1361,'_edit_last','1'),(8280,1361,'_elementor_page_assets','a:0:{}'),(8281,1361,'_last_editor_used_jetpack','block-editor'),(8282,1361,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8321,1366,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donate Us\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With your support and donations we will be able to provide services and resources.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6edb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Literally the life after we focus on the aftercare of life after many different scenarios such as life after loss \\/ death divorce domestic violence health crisis mental health housing crisis human sex trafficking crisis the military homelessness covid-19 eviction maternal mortality job loss suicide aging advocacy veteran advocacy substance rehabilitation bankruptcy medical recovery behavioral health therapy sugar dating military discharge physical therapy low income housing transitions military to civilian reentry community enrichment transitional housing life after prison remedial to revival series.<br \\/>This is your life after 360 and then she told me it was 180.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7391a56\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"990a9b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4e11372\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>We need your help providing survivors with:<\\/strong><\\/p><ul><li>Hope chests ( toiletries, towels, sheets, pots, plates etc).<\\/li><li>Uber rides to escape predators, get away from abusers and get to doctor\'s appointments and counseling.<\\/li><li>Security deposits for housing<\\/li><li>Temporary housing<\\/li><li>Financial curriculum<\\/li><li>Toiletries and clothing<\\/li><\\/ul>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f9c7622\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1920663\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1303\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"onpage\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8285,1362,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donate Us\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With your support and donations we will be able to provide services and resources.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6edb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Literally the life after we focus on the aftercare of life after many different scenarios such as life after loss \\/ death divorce domestic violence health crisis mental health housing crisis human sex trafficking crisis the military homelessness covid-19 eviction maternal mortality job loss suicide aging advocacy veteran advocacy substance rehabilitation bankruptcy medical recovery behavioral health therapy sugar dating military discharge physical therapy low income housing transitions military to civilian reentry community enrichment transitional housing life after prison remedial to revival series.<br \\/>This is your life after 360 and then she told me it was 180.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7391a56\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"990a9b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4e11372\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>We need your help providing survivors with:<\\/strong><\\/p><ul><li>Hope chests ( toiletries, towels, sheets, pots, plates etc).<\\/li><li>Uber rides to escape predators, get away from abusers and get to doctor\'s appointments and counseling.<\\/li><li>Security deposits for housing<\\/li><li>Temporary housing<\\/li><li>Financial curriculum<\\/li><li>Toiletries and clothing<\\/li><\\/ul>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f9c7622\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1920663\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1303\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"onpage\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpxo_postmeta` VALUES (8286,1362,'_wp_page_template','default'),(8287,1362,'_elementor_template_type','wp-page'),(8288,1362,'_elementor_version','3.4.0'),(8289,1362,'_elementor_edit_mode','builder'),(8290,1362,'_elementor_pro_version','3.2.1'),(8291,1362,'_elementor_page_assets','a:0:{}'),(8292,1362,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8293,1362,'_elementor_controls_usage','a:7:{s:6:\"global\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:4;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:4;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:2;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:19:\"_inline_size_tablet\";i:2;s:12:\"_inline_size\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:1;s:7:\"padding\";i:3;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:1:{s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:1;s:12:\"width_tablet\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:1;s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_tablet\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_weight\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:27:\"wp-widget-give_forms_widget\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(8295,1363,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donate Us\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With your support and donations we will be able to provide services and resources.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6edb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Literally the life after we focus on the aftercare of life after many different scenarios such as life after loss \\/ death divorce domestic violence health crisis mental health housing crisis human sex trafficking crisis the military homelessness covid-19 eviction maternal mortality job loss suicide aging advocacy veteran advocacy substance rehabilitation bankruptcy medical recovery behavioral health therapy sugar dating military discharge physical therapy low income housing transitions military to civilian reentry community enrichment transitional housing life after prison remedial to revival series.<br \\/>This is your life after 360 and then she told me it was 180.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7391a56\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"990a9b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4e11372\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>We need your help providing survivors with:<\\/strong><\\/p><ul><li>Hope chests ( toiletries, towels, sheets, pots, plates etc).<\\/li><li>Uber rides to escape predators, get away from abusers and get to doctor\'s appointments and counseling.<\\/li><li>Security deposits for housing<\\/li><li>Temporary housing<\\/li><li>Financial curriculum<\\/li><li>Toiletries and clothing<\\/li><\\/ul>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f9c7622\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1920663\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1303\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"onpage\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8296,1363,'_wp_page_template','default'),(8297,1363,'_elementor_template_type','wp-page'),(8298,1363,'_elementor_version','3.4.0'),(8299,1363,'_elementor_edit_mode','builder'),(8300,1363,'_elementor_pro_version','3.2.1'),(8301,1363,'_elementor_page_assets','a:0:{}'),(8302,1363,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8303,1363,'_elementor_controls_usage','a:7:{s:6:\"global\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:4;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:4;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:2;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:19:\"_inline_size_tablet\";i:2;s:12:\"_inline_size\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:1;s:7:\"padding\";i:3;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:1:{s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:1;s:12:\"width_tablet\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:1;s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_tablet\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_weight\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:27:\"wp-widget-give_forms_widget\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(8311,1365,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donate Us\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With your support and donations we will be able to provide services and resources.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6edb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Literally the life after we focus on the aftercare of life after many different scenarios such as life after loss \\/ death divorce domestic violence health crisis mental health housing crisis human sex trafficking crisis the military homelessness covid-19 eviction maternal mortality job loss suicide aging advocacy veteran advocacy substance rehabilitation bankruptcy medical recovery behavioral health therapy sugar dating military discharge physical therapy low income housing transitions military to civilian reentry community enrichment transitional housing life after prison remedial to revival series.<br \\/>This is your life after 360 and then she told me it was 180.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7391a56\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"990a9b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4e11372\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>We need your help providing survivors with:<\\/strong><\\/p><ul><li>Hope chests ( toiletries, towels, sheets, pots, plates etc).<\\/li><li>Uber rides to escape predators, get away from abusers and get to doctor\'s appointments and counseling.<\\/li><li>Security deposits for housing<\\/li><li>Temporary housing<\\/li><li>Financial curriculum<\\/li><li>Toiletries and clothing<\\/li><\\/ul>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f9c7622\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1920663\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1303\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"onpage\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8312,1365,'_wp_page_template','default'),(8313,1365,'_elementor_template_type','wp-page'),(8314,1365,'_elementor_version','3.4.0'),(8315,1365,'_elementor_edit_mode','builder'),(8316,1365,'_elementor_pro_version','3.2.1'),(8317,1365,'_elementor_page_assets','a:0:{}'),(8318,1365,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8319,1365,'_elementor_controls_usage','a:7:{s:6:\"global\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:4;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:4;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:2;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:19:\"_inline_size_tablet\";i:2;s:12:\"_inline_size\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:1;s:7:\"padding\";i:3;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:1:{s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:1;s:12:\"width_tablet\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:1;s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_tablet\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_weight\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:27:\"wp-widget-give_forms_widget\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(8322,1366,'_wp_page_template','default'),(8323,1366,'_elementor_template_type','wp-page'),(8324,1366,'_elementor_version','3.4.0'),(8325,1366,'_elementor_edit_mode','builder'),(8326,1366,'_elementor_pro_version','3.2.1'),(8327,1366,'_elementor_page_assets','a:0:{}'),(8328,1366,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8330,1367,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donate Us\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With your support and donations we will be able to provide services and resources.<\\/p>\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6edb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Literally the life after we focus on the aftercare of life after many different scenarios such as life after loss \\/ death divorce domestic violence health crisis mental health housing crisis human sex trafficking crisis the military homelessness covid-19 eviction maternal mortality job loss suicide aging advocacy veteran advocacy substance rehabilitation bankruptcy medical recovery behavioral health therapy sugar dating military discharge physical therapy low income housing transitions military to civilian reentry community enrichment transitional housing life after prison remedial to revival series.<br \\/>This is your life after 360 and then she told me it was 180.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7391a56\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"990a9b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4e11372\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>We need your help providing survivors with:<\\/strong><\\/p><ul><li>Hope chests ( toiletries, towels, sheets, pots, plates etc).<\\/li><li>Uber rides to escape predators, get away from abusers and get to doctor\'s appointments and counseling.<\\/li><li>Security deposits for housing<\\/li><li>Temporary housing<\\/li><li>Financial curriculum<\\/li><li>Toiletries and clothing<\\/li><\\/ul>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f9c7622\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1920663\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1303\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"onpage\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8331,1367,'_wp_page_template','default'),(8332,1367,'_elementor_template_type','wp-page'),(8333,1367,'_elementor_version','3.4.0'),(8334,1367,'_elementor_edit_mode','builder'),(8335,1367,'_elementor_pro_version','3.2.1'),(8336,1367,'_elementor_page_assets','a:0:{}'),(8337,1367,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8365,1374,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"Auctions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This shoe auction is being brought to you by one of our amazing sponsors, Millie\'s Club, who provided us with shoes and boots for ladies sizes 9-13.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1920663\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1369\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"onpage\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"},{\"id\":\"7391a56\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"990a9b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4e11372\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>We need your help providing survivors with:<\\/strong><\\/p><ul><li>Hope chests ( toiletries, towels, sheets, pots, plates etc).<\\/li><li>Uber rides to escape predators, get away from abusers and get to doctor\'s appointments and counseling.<\\/li><li>Security deposits for housing<\\/li><li>Temporary housing<\\/li><li>Financial curriculum<\\/li><li>Toiletries and clothing<\\/li><\\/ul>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f9c7622\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8339,1368,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"Auctions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This shoe auction is being brought to you by one of our amazing sponsors, Millie\'s Club, who provided us with shoes and boots for ladies sizes 9-13.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6edb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Literally the life after we focus on the aftercare of life after many different scenarios such as life after loss \\/ death divorce domestic violence health crisis mental health housing crisis human sex trafficking crisis the military homelessness covid-19 eviction maternal mortality job loss suicide aging advocacy veteran advocacy substance rehabilitation bankruptcy medical recovery behavioral health therapy sugar dating military discharge physical therapy low income housing transitions military to civilian reentry community enrichment transitional housing life after prison remedial to revival series.<br \\/>This is your life after 360 and then she told me it was 180.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7391a56\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"990a9b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4e11372\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>We need your help providing survivors with:<\\/strong><\\/p><ul><li>Hope chests ( toiletries, towels, sheets, pots, plates etc).<\\/li><li>Uber rides to escape predators, get away from abusers and get to doctor\'s appointments and counseling.<\\/li><li>Security deposits for housing<\\/li><li>Temporary housing<\\/li><li>Financial curriculum<\\/li><li>Toiletries and clothing<\\/li><\\/ul>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f9c7622\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1920663\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1303\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"onpage\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8340,1368,'_wp_page_template','default'),(8341,1368,'_elementor_template_type','wp-page'),(8342,1368,'_elementor_version','3.4.0'),(8343,1368,'_elementor_edit_mode','builder'),(8344,1368,'_elementor_pro_version','3.2.1'),(8345,1368,'_elementor_page_assets','a:0:{}'),(8346,1368,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8349,1372,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"Auctions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This shoe auction is being brought to you by one of our amazing sponsors, Millie\'s Club, who provided us with shoes and boots for ladies sizes 9-13.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6edb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Literally the life after we focus on the aftercare of life after many different scenarios such as life after loss \\/ death divorce domestic violence health crisis mental health housing crisis human sex trafficking crisis the military homelessness covid-19 eviction maternal mortality job loss suicide aging advocacy veteran advocacy substance rehabilitation bankruptcy medical recovery behavioral health therapy sugar dating military discharge physical therapy low income housing transitions military to civilian reentry community enrichment transitional housing life after prison remedial to revival series.<br \\/>This is your life after 360 and then she told me it was 180.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7391a56\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"990a9b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4e11372\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>We need your help providing survivors with:<\\/strong><\\/p><ul><li>Hope chests ( toiletries, towels, sheets, pots, plates etc).<\\/li><li>Uber rides to escape predators, get away from abusers and get to doctor\'s appointments and counseling.<\\/li><li>Security deposits for housing<\\/li><li>Temporary housing<\\/li><li>Financial curriculum<\\/li><li>Toiletries and clothing<\\/li><\\/ul>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f9c7622\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1920663\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1303\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"onpage\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8350,1372,'_wp_page_template','default'),(8351,1372,'_elementor_template_type','wp-page'),(8352,1372,'_elementor_version','3.4.0'),(8353,1372,'_elementor_edit_mode','builder'),(8354,1372,'_elementor_pro_version','3.2.1'),(8355,1372,'_elementor_page_assets','a:0:{}'),(8356,1372,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8357,1373,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"Auctions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This shoe auction is being brought to you by one of our amazing sponsors, Millie\'s Club, who provided us with shoes and boots for ladies sizes 9-13.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6edb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Literally the life after we focus on the aftercare of life after many different scenarios such as life after loss \\/ death divorce domestic violence health crisis mental health housing crisis human sex trafficking crisis the military homelessness covid-19 eviction maternal mortality job loss suicide aging advocacy veteran advocacy substance rehabilitation bankruptcy medical recovery behavioral health therapy sugar dating military discharge physical therapy low income housing transitions military to civilian reentry community enrichment transitional housing life after prison remedial to revival series.<br \\/>This is your life after 360 and then she told me it was 180.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7391a56\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"990a9b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4e11372\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>We need your help providing survivors with:<\\/strong><\\/p><ul><li>Hope chests ( toiletries, towels, sheets, pots, plates etc).<\\/li><li>Uber rides to escape predators, get away from abusers and get to doctor\'s appointments and counseling.<\\/li><li>Security deposits for housing<\\/li><li>Temporary housing<\\/li><li>Financial curriculum<\\/li><li>Toiletries and clothing<\\/li><\\/ul>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f9c7622\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1920663\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1303\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"onpage\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8358,1373,'_wp_page_template','default'),(8359,1373,'_elementor_template_type','wp-page'),(8360,1373,'_elementor_version','3.4.0'),(8361,1373,'_elementor_edit_mode','builder'),(8362,1373,'_elementor_pro_version','3.2.1'),(8363,1373,'_elementor_page_assets','a:0:{}'),(8364,1373,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8366,1374,'_wp_page_template','default'),(8367,1374,'_elementor_template_type','wp-page'),(8368,1374,'_elementor_version','3.4.0'),(8369,1374,'_elementor_edit_mode','builder'),(8370,1374,'_elementor_pro_version','3.2.1'),(8371,1374,'_elementor_page_assets','a:0:{}'),(8372,1374,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8375,1375,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"Auctions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This shoe auction is being brought to you by one of our amazing sponsors, Millie\'s Club, who provided us with shoes and boots for ladies sizes 9-13.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1920663\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1369\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"onpage\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"},{\"id\":\"7391a56\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"990a9b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4e11372\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>We need your help providing survivors with:<\\/strong><\\/p><ul><li>Hope chests ( toiletries, towels, sheets, pots, plates etc).<\\/li><li>Uber rides to escape predators, get away from abusers and get to doctor\'s appointments and counseling.<\\/li><li>Security deposits for housing<\\/li><li>Temporary housing<\\/li><li>Financial curriculum<\\/li><li>Toiletries and clothing<\\/li><\\/ul>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f9c7622\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8376,1375,'_wp_page_template','default'),(8377,1375,'_elementor_template_type','wp-page'),(8378,1375,'_elementor_version','3.4.0'),(8379,1375,'_elementor_edit_mode','builder'),(8380,1375,'_elementor_pro_version','3.2.1'),(8381,1375,'_elementor_page_assets','a:0:{}'),(8382,1375,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8384,1376,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"Auctions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This shoe auction is being brought to you by one of our amazing sponsors, Millie\'s Club, who provided us with shoes and boots for ladies sizes 9-13.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1920663\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1369\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"onpage\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"},{\"id\":\"7391a56\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"990a9b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4e11372\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>We need your help providing survivors with:<\\/strong><\\/p><ul><li>Hope chests ( toiletries, towels, sheets, pots, plates etc).<\\/li><li>Uber rides to escape predators, get away from abusers and get to doctor\'s appointments and counseling.<\\/li><li>Security deposits for housing<\\/li><li>Temporary housing<\\/li><li>Financial curriculum<\\/li><li>Toiletries and clothing<\\/li><\\/ul>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f9c7622\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8385,1376,'_wp_page_template','default'),(8386,1376,'_elementor_template_type','wp-page'),(8387,1376,'_elementor_version','3.4.0'),(8388,1376,'_elementor_edit_mode','builder'),(8389,1376,'_elementor_pro_version','3.2.1'),(8390,1376,'_elementor_page_assets','a:0:{}'),(8391,1376,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8394,1377,'_wp_page_template','default'),(8395,1377,'_elementor_template_type','wp-page'),(8396,1377,'_elementor_version','3.4.0'),(8397,1377,'_elementor_edit_mode','builder'),(8398,1377,'_elementor_pro_version','3.2.1'),(8399,1377,'_elementor_page_assets','a:0:{}'),(8400,1377,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8429,1397,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"Auctions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This shoe auction is being brought to you by one of our amazing sponsors, Millie\'s Club, who provided us with shoes and boots for ladies sizes 9-13.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1920663\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1369\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"onpage\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8430,1397,'_wp_page_template','default'),(8431,1397,'_elementor_template_type','wp-page'),(8432,1397,'_elementor_version','3.4.0'),(8433,1397,'_elementor_edit_mode','builder'),(8434,1397,'_elementor_pro_version','3.2.1'),(8435,1397,'_elementor_page_assets','a:0:{}'),(8436,1397,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8438,1398,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"Auctions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This shoe auction is being brought to you by one of our amazing sponsors, Millie\'s Club, who provided us with shoes and boots for ladies sizes 9-13.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1920663\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1369\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"onpage\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8439,1398,'_wp_page_template','default'),(8440,1398,'_elementor_template_type','wp-page'),(8441,1398,'_elementor_version','3.4.0'),(8442,1398,'_elementor_edit_mode','builder'),(8443,1398,'_elementor_pro_version','3.2.1'),(8444,1398,'_elementor_page_assets','a:0:{}'),(8445,1398,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8448,1399,'_wp_page_template','default'),(8449,1399,'_elementor_template_type','wp-page'),(8450,1399,'_elementor_version','3.4.0'),(8451,1399,'_elementor_edit_mode','builder'),(8452,1399,'_elementor_pro_version','3.2.1'),(8453,1399,'_elementor_page_assets','a:0:{}'),(8454,1399,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8468,1401,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"Auctions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This shoe auction is being brought to you by one of our amazing sponsors, Millie\'s Club, who provided us with shoes and boots for ladies sizes 9-13.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9a5cfa8\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[give_form id=\\\"1369\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(8493,1404,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"Auctions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This shoe auction is being brought to you by one of our amazing sponsors, Millie\'s Club, who provided us with shoes and boots for ladies sizes 9-13.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9a5cfa8\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[give_form id=\\\"1369\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(8485,1403,'_wp_page_template','default'),(8486,1403,'_elementor_template_type','wp-page'),(8487,1403,'_elementor_version','3.4.0'),(8488,1403,'_elementor_edit_mode','builder'),(8489,1403,'_elementor_pro_version','3.2.1'),(8490,1403,'_elementor_page_assets','a:0:{}'),(8491,1403,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8484,1403,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"Auctions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This shoe auction is being brought to you by one of our amazing sponsors, Millie\'s Club, who provided us with shoes and boots for ladies sizes 9-13.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9a5cfa8\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[give_form id=\\\"1369\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(8469,1401,'_wp_page_template','default'),(8470,1401,'_elementor_template_type','wp-page'),(8471,1401,'_elementor_version','3.4.0'),(8472,1401,'_elementor_edit_mode','builder'),(8473,1401,'_elementor_pro_version','3.2.1'),(8474,1401,'_elementor_page_assets','a:0:{}'),(8475,1401,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8476,1402,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"Auctions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This shoe auction is being brought to you by one of our amazing sponsors, Millie\'s Club, who provided us with shoes and boots for ladies sizes 9-13.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9a5cfa8\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[give_form id=\\\"1369\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(8477,1402,'_wp_page_template','default'),(8478,1402,'_elementor_template_type','wp-page'),(8479,1402,'_elementor_version','3.4.0'),(8480,1402,'_elementor_edit_mode','builder'),(8481,1402,'_elementor_pro_version','3.2.1'),(8482,1402,'_elementor_page_assets','a:0:{}'),(8483,1402,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8494,1404,'_wp_page_template','default'),(8495,1404,'_elementor_template_type','wp-page'),(8496,1404,'_elementor_version','3.4.0'),(8497,1404,'_elementor_edit_mode','builder'),(8498,1404,'_elementor_pro_version','3.2.1'),(8499,1404,'_elementor_page_assets','a:0:{}'),(8500,1404,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8501,1405,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"Auctions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This shoe auction is being brought to you by one of our amazing sponsors, Millie\'s Club, who provided us with shoes and boots for ladies sizes 9-13.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9a5cfa8\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[give_form id=\\\"1369\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(8502,1405,'_wp_page_template','default'),(8503,1405,'_elementor_template_type','wp-page'),(8504,1405,'_elementor_version','3.4.0'),(8505,1405,'_elementor_edit_mode','builder'),(8506,1405,'_elementor_pro_version','3.2.1'),(8507,1405,'_elementor_page_assets','a:0:{}'),(8508,1405,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8509,1406,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"Auctions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This shoe auction is being brought to you by one of our amazing sponsors, Millie\'s Club, who provided us with shoes and boots for ladies sizes 9-13.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"21374a5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1369\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"onpage\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8510,1406,'_wp_page_template','default'),(8511,1406,'_elementor_template_type','wp-page'),(8512,1406,'_elementor_version','3.4.0'),(8513,1406,'_elementor_edit_mode','builder'),(8514,1406,'_elementor_pro_version','3.2.1'),(8515,1406,'_elementor_page_assets','a:0:{}'),(8516,1406,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8539,1414,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"Auctions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This shoe auction is being brought to you by one of our amazing sponsors, Millie\'s Club, who provided us with shoes and boots for ladies sizes 9-13.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"21374a5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1369\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"onpage\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8518,1407,'_wp_attached_file','2021/08/Shoe-2.jpeg'),(8519,1407,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:756;s:6:\"height\";i:1008;s:4:\"file\";s:19:\"2021/08/Shoe-2.jpeg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Shoe-2-225x300.jpeg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Shoe-2-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8520,1408,'_wp_attached_file','2021/08/Shoe-3.jpeg'),(8521,1408,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:747;s:6:\"height\";i:563;s:4:\"file\";s:19:\"2021/08/Shoe-3.jpeg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Shoe-3-300x226.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Shoe-3-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8522,1409,'_wp_attached_file','2021/08/Shoe-4.jpeg'),(8523,1409,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:707;s:6:\"height\";i:493;s:4:\"file\";s:19:\"2021/08/Shoe-4.jpeg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Shoe-4-300x209.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Shoe-4-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8524,1410,'_wp_attached_file','2021/08/Shoe-5.jpeg'),(8525,1410,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:713;s:4:\"file\";s:19:\"2021/08/Shoe-5.jpeg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Shoe-5-291x300.jpeg\";s:5:\"width\";i:291;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Shoe-5-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8526,1411,'_wp_attached_file','2021/08/Shoe-6.jpeg'),(8527,1411,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1404;s:6:\"height\";i:1357;s:4:\"file\";s:19:\"2021/08/Shoe-6.jpeg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Shoe-6-300x290.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Shoe-6-1024x990.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:990;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Shoe-6-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Shoe-6-768x742.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:742;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8556,1416,'_wp_page_template','default'),(8557,1416,'_elementor_template_type','wp-page'),(8558,1416,'_elementor_version','3.4.0'),(8559,1416,'_elementor_edit_mode','builder'),(8560,1416,'_elementor_pro_version','3.2.1'),(8561,1416,'_elementor_page_assets','a:0:{}'),(8562,1416,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8555,1416,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"Auctions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This shoe auction is being brought to you by one of our amazing sponsors, Millie\'s Club, who provided us with shoes and boots for ladies sizes 9-13.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"21374a5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1369\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"onpage\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7655d8c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0109ffe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f000d1c\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":1413,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-1.jpeg\"},{\"id\":1407,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-2.jpeg\"},{\"id\":1408,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-3.jpeg\"},{\"id\":1409,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-4.jpeg\"},{\"id\":1410,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-5.jpeg\"},{\"id\":1411,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-6.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"2aa7463\"}],\"columns\":6,\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"large\",\"show_all_galleries_label\":\"All\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(8537,1413,'_wp_attached_file','2021/08/Shoe-1.jpeg'),(8538,1413,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:756;s:6:\"height\";i:571;s:4:\"file\";s:19:\"2021/08/Shoe-1.jpeg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Shoe-1-300x227.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Shoe-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8540,1414,'_wp_page_template','default'),(8541,1414,'_elementor_template_type','wp-page'),(8542,1414,'_elementor_version','3.4.0'),(8543,1414,'_elementor_edit_mode','builder'),(8544,1414,'_elementor_pro_version','3.2.1'),(8545,1414,'_elementor_page_assets','a:0:{}'),(8546,1414,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8547,1415,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"Auctions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This shoe auction is being brought to you by one of our amazing sponsors, Millie\'s Club, who provided us with shoes and boots for ladies sizes 9-13.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"21374a5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1369\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"onpage\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8548,1415,'_wp_page_template','default'),(8549,1415,'_elementor_template_type','wp-page'),(8550,1415,'_elementor_version','3.4.0'),(8551,1415,'_elementor_edit_mode','builder'),(8552,1415,'_elementor_pro_version','3.2.1'),(8553,1415,'_elementor_page_assets','a:0:{}'),(8554,1415,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8574,1418,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"Auctions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This shoe auction is being brought to you by one of our amazing sponsors, Millie\'s Club, who provided us with shoes and boots for ladies sizes 9-13.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"21374a5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1369\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"onpage\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7655d8c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0109ffe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f000d1c\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":1413,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-1.jpeg\"},{\"id\":1407,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-2.jpeg\"},{\"id\":1408,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-3.jpeg\"},{\"id\":1409,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-4.jpeg\"},{\"id\":1410,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-5.jpeg\"},{\"id\":1411,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-6.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"2aa7463\"}],\"columns\":6,\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"large\",\"show_all_galleries_label\":\"All\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(8591,1420,'_wp_page_template','default'),(8592,1420,'_elementor_template_type','wp-page'),(8593,1420,'_elementor_version','3.4.0'),(8594,1420,'_elementor_edit_mode','builder'),(8595,1420,'_elementor_pro_version','3.2.1'),(8596,1420,'_elementor_page_assets','a:0:{}'),(8597,1420,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8616,1423,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"Auctions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This shoe auction is being brought to you by one of our amazing sponsors, Millie\'s Club, who provided us with shoes and boots for ladies sizes 9-13.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"21374a5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1369\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"onpage\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7655d8c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0109ffe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f000d1c\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":1413,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-1.jpeg\"},{\"id\":1407,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-2.jpeg\"},{\"id\":1408,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-3.jpeg\"},{\"id\":1409,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-4.jpeg\"},{\"id\":1410,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-5.jpeg\"},{\"id\":1411,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-6.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"2aa7463\"}],\"columns\":6,\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"large\",\"show_all_galleries_label\":\"All\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(8590,1420,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"Auctions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This shoe auction is being brought to you by one of our amazing sponsors, Millie\'s Club, who provided us with shoes and boots for ladies sizes 9-13.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"67628f5\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"d72836c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b242120\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":1413,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-1.jpeg\"},{\"id\":1407,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-2.jpeg\"},{\"id\":1408,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-3.jpeg\"},{\"id\":1409,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-4.jpeg\"},{\"id\":1410,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-5.jpeg\"},{\"id\":1411,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-6.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"2aa7463\"}],\"columns\":6,\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"large\",\"show_all_galleries_label\":\"All\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"21374a5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1369\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"onpage\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7655d8c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0109ffe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f000d1c\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":1413,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-1.jpeg\"},{\"id\":1407,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-2.jpeg\"},{\"id\":1408,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-3.jpeg\"},{\"id\":1409,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-4.jpeg\"},{\"id\":1410,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-5.jpeg\"},{\"id\":1411,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-6.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"2aa7463\"}],\"columns\":6,\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"large\",\"show_all_galleries_label\":\"All\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(8575,1418,'_wp_page_template','default'),(8576,1418,'_elementor_template_type','wp-page'),(8577,1418,'_elementor_version','3.4.0'),(8578,1418,'_elementor_edit_mode','builder'),(8579,1418,'_elementor_pro_version','3.2.1'),(8580,1418,'_elementor_page_assets','a:0:{}'),(8581,1418,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8582,1419,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"Auctions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This shoe auction is being brought to you by one of our amazing sponsors, Millie\'s Club, who provided us with shoes and boots for ladies sizes 9-13.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"21374a5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1369\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"onpage\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7655d8c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0109ffe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f000d1c\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":1413,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-1.jpeg\"},{\"id\":1407,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-2.jpeg\"},{\"id\":1408,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-3.jpeg\"},{\"id\":1409,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-4.jpeg\"},{\"id\":1410,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-5.jpeg\"},{\"id\":1411,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-6.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"2aa7463\"}],\"columns\":6,\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"large\",\"show_all_galleries_label\":\"All\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(8583,1419,'_wp_page_template','default'),(8584,1419,'_elementor_template_type','wp-page'),(8585,1419,'_elementor_version','3.4.0'),(8586,1419,'_elementor_edit_mode','builder'),(8587,1419,'_elementor_pro_version','3.2.1'),(8588,1419,'_elementor_page_assets','a:0:{}'),(8589,1419,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8600,1421,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"Auctions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This shoe auction is being brought to you by one of our amazing sponsors, Millie\'s Club, who provided us with shoes and boots for ladies sizes 9-13.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"67628f5\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"d72836c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b242120\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":1413,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-1.jpeg\"},{\"id\":1407,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-2.jpeg\"},{\"id\":1408,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-3.jpeg\"},{\"id\":1409,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-4.jpeg\"},{\"id\":1410,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-5.jpeg\"},{\"id\":1411,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-6.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"2aa7463\"}],\"columns\":6,\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"large\",\"show_all_galleries_label\":\"All\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"21374a5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1369\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"onpage\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7655d8c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0109ffe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f000d1c\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":1413,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-1.jpeg\"},{\"id\":1407,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-2.jpeg\"},{\"id\":1408,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-3.jpeg\"},{\"id\":1409,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-4.jpeg\"},{\"id\":1410,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-5.jpeg\"},{\"id\":1411,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-6.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"2aa7463\"}],\"columns\":6,\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"large\",\"show_all_galleries_label\":\"All\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(8601,1421,'_wp_page_template','default'),(8602,1421,'_elementor_template_type','wp-page'),(8603,1421,'_elementor_version','3.4.0'),(8604,1421,'_elementor_edit_mode','builder'),(8605,1421,'_elementor_pro_version','3.2.1'),(8606,1421,'_elementor_page_assets','a:0:{}'),(8607,1421,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8608,1422,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5728a\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"sfsgsw0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astralinkhovercolor\"}},\"elements\":[{\"id\":\"929c567\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"813d8c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b350094\",\"elType\":\"widget\",\"settings\":{\"title\":\"Auctions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"958edd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8a7cef4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This shoe auction is being brought to you by one of our amazing sponsors, Millie\'s Club, who provided us with shoes and boots for ladies sizes 9-13.\",\"text_color\":\"#4C5262\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"67628f5\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"d72836c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b242120\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":1413,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-1.jpeg\"},{\"id\":1407,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-2.jpeg\"},{\"id\":1408,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-3.jpeg\"},{\"id\":1409,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-4.jpeg\"},{\"id\":1410,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-5.jpeg\"},{\"id\":1411,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-6.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"2aa7463\"}],\"columns\":6,\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"large\",\"show_all_galleries_label\":\"All\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e52c6e9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c5b31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"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_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"21374a5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"id\":\"1369\",\"display_style\":\"modal\",\"continue_button_title\":\"Continue\",\"float_labels\":\"global\",\"show_content\":\"none\",\"tmp_display_style\":\"onpage\",\"introduction_text\":\"Help our organization by donating today! All donations go directly to making a difference for our cause.\",\"tmp_continue_button_title\":\"Continue\",\"button_color\":\"#28C77B\"}},\"elements\":[],\"widgetType\":\"wp-widget-give_forms_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7655d8c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0109ffe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f000d1c\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":1413,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-1.jpeg\"},{\"id\":1407,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-2.jpeg\"},{\"id\":1408,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-3.jpeg\"},{\"id\":1409,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-4.jpeg\"},{\"id\":1410,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-5.jpeg\"},{\"id\":1411,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Shoe-6.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"2aa7463\"}],\"columns\":6,\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"large\",\"show_all_galleries_label\":\"All\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(8609,1422,'_wp_page_template','default'),(8610,1422,'_elementor_template_type','wp-page'),(8611,1422,'_elementor_version','3.4.0'),(8612,1422,'_elementor_edit_mode','builder'),(8613,1422,'_elementor_pro_version','3.2.1'),(8614,1422,'_elementor_page_assets','a:0:{}'),(8615,1422,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8617,1423,'_wp_page_template','default'),(8618,1423,'_elementor_template_type','wp-page'),(8619,1423,'_elementor_version','3.4.0'),(8620,1423,'_elementor_edit_mode','builder'),(8621,1423,'_elementor_pro_version','3.2.1'),(8622,1423,'_elementor_page_assets','a:0:{}'),(8623,1423,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8624,1361,'_elementor_controls_usage','a:8:{s:6:\"global\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:4;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:4;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:2;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:19:\"_inline_size_tablet\";i:2;s:12:\"_inline_size\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:2;s:3:\"gap\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:1;s:7:\"padding\";i:3;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:1:{s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:1;s:12:\"width_tablet\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:1;s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_tablet\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_weight\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:27:\"wp-widget-give_forms_widget\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:7:\"gallery\";i:1;s:9:\"galleries\";i:1;s:7:\"columns\";i:1;s:3:\"gap\";i:1;s:12:\"aspect_ratio\";i:1;s:20:\"thumbnail_image_size\";i:1;}}}}}'),(8626,1424,'_menu_item_type','post_type'),(8627,1424,'_menu_item_menu_item_parent','0'),(8628,1424,'_menu_item_object_id','1361'),(8629,1424,'_menu_item_object','page'),(8630,1424,'_menu_item_target',''),(8631,1424,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8632,1424,'_menu_item_xfn',''),(8633,1424,'_menu_item_url',''),(8635,1425,'_menu_item_type','post_type'),(8636,1425,'_menu_item_menu_item_parent','0'),(8637,1425,'_menu_item_object_id','1308'),(8638,1425,'_menu_item_object','page'),(8639,1425,'_menu_item_target',''),(8640,1425,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8641,1425,'_menu_item_xfn',''),(8642,1425,'_menu_item_url',''),(8684,1437,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8685,1437,'_elementor_pro_version','3.2.1'),(8686,1437,'_elementor_page_assets','a:0:{}'),(8688,1438,'_elementor_edit_mode','builder'),(8689,1438,'_elementor_template_type','wp-page'),(8690,1438,'_elementor_version','3.3.1'),(8691,1438,'_wp_page_template','default'),(8692,1438,'_elementor_data','[{\"id\":\"c8b716c\",\"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}},\"elements\":[{\"id\":\"1e7e5b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"affdce9\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"2b082bf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"reverse_order_mobile\":\"reverse-mobile\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"d0c22b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"5\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9502734\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in touch\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd30d0b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"info@thechrishaunfoundation.org\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"ff72309\"},{\"text\":\"1-404-491-9311\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"e7fdb8e\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"divider_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"__globals__\":{\"divider_color\":\"globals\\/colors?id=367e41b\",\"icon_color\":\"globals\\/colors?id=accent\"},\"text_indent\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"8e9a797\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"20fd175\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheChrishaunFoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"b986dc2\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/TheChrishaunFdn\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"844a283\",\"link\":{\"url\":\"https:\\/\\/instagram.com\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/company\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9c6f2fa\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCmzlzjopXMpjtDYwwQ2qacg\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"4624ff3\"},{\"social_icon\":{\"value\":\"fab fa-tumblr\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/thechrishaunfoundation.tumblr.com\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1c734ed\"},{\"social_icon\":{\"value\":\"fab fa-vimeo\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/vimeo.com\\/user108876918\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f797cf\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"\"},{\"id\":\"3a22498\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"d2c9317\",\"elType\":\"widget\",\"settings\":{\"title\":\"Message us\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29a8053\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please use the contact form below, if you have any general questions or requests about our services.\\n\\nWe will try our best to respond back to you within 24 hours.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dd59da9\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"17\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5674771\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f092d2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"c34f4cc\",\"elType\":\"widget\",\"settings\":{\"address\":\"Atlanta, Georgia\",\"height\":{\"unit\":\"px\",\"size\":\"500\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(8693,1438,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8694,1438,'_elementor_pro_version','3.2.1'),(8695,1438,'_elementor_page_assets','a:0:{}'),(8697,1439,'_elementor_edit_mode','builder'),(8698,1439,'_elementor_template_type','wp-page'),(8699,1439,'_elementor_version','3.3.1'),(8700,1439,'_wp_page_template','default'),(8701,1439,'_elementor_data','[{\"id\":\"c8b716c\",\"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}},\"elements\":[{\"id\":\"1e7e5b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"affdce9\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"2b082bf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"reverse_order_mobile\":\"reverse-mobile\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"d0c22b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"5\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9502734\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in touch\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd30d0b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"384 Northyards Blvd NW, Suite 100 Atlanta, GA 30313\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"ff72309\"},{\"text\":\"info@thechrishaunfoundation.org\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"0f163df\"},{\"text\":\"1-404-491-9311\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"e7fdb8e\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"divider_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"__globals__\":{\"divider_color\":\"globals\\/colors?id=367e41b\",\"icon_color\":\"globals\\/colors?id=accent\"},\"text_indent\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"8e9a797\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"20fd175\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheChrishaunFoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"b986dc2\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/TheChrishaunFdn\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"844a283\",\"link\":{\"url\":\"https:\\/\\/instagram.com\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/company\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9c6f2fa\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCmzlzjopXMpjtDYwwQ2qacg\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"4624ff3\"},{\"social_icon\":{\"value\":\"fab fa-tumblr\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/thechrishaunfoundation.tumblr.com\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1c734ed\"},{\"social_icon\":{\"value\":\"fab fa-vimeo\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/vimeo.com\\/user108876918\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f797cf\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"\"},{\"id\":\"3a22498\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"d2c9317\",\"elType\":\"widget\",\"settings\":{\"title\":\"Message us\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29a8053\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please use the contact form below, if you have any general questions or requests about our services.\\n\\nWe will try our best to respond back to you within 24 hours.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dd59da9\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"17\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5674771\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f092d2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"c34f4cc\",\"elType\":\"widget\",\"settings\":{\"address\":\"Atlanta, Georgia\",\"height\":{\"unit\":\"px\",\"size\":\"500\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(8702,1439,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8703,1439,'_elementor_pro_version','3.2.1'),(8704,1439,'_elementor_page_assets','a:0:{}'),(8707,1440,'_elementor_edit_mode','builder'),(8708,1440,'_elementor_template_type','wp-page'),(8709,1440,'_elementor_version','3.4.0'),(8710,1440,'_wp_page_template','default'),(8711,1440,'_elementor_data','[{\"id\":\"c8b716c\",\"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}},\"elements\":[{\"id\":\"1e7e5b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"affdce9\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"2b082bf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"reverse_order_mobile\":\"reverse-mobile\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"d0c22b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"5\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9502734\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in touch\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd30d0b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"384 Northyards Blvd NW, Suite 100 Atlanta, GA 30313\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"ff72309\"},{\"text\":\"info@thechrishaunfoundation.org\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"0f163df\"},{\"text\":\"1-404-491-9311\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"e7fdb8e\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"divider_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"__globals__\":{\"divider_color\":\"globals\\/colors?id=367e41b\",\"icon_color\":\"globals\\/colors?id=accent\"},\"text_indent\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"8e9a797\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"20fd175\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheChrishaunFoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"b986dc2\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/TheChrishaunFdn\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"844a283\",\"link\":{\"url\":\"https:\\/\\/instagram.com\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/company\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9c6f2fa\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCmzlzjopXMpjtDYwwQ2qacg\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"4624ff3\"},{\"social_icon\":{\"value\":\"fab fa-tumblr\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/thechrishaunfoundation.tumblr.com\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1c734ed\"},{\"social_icon\":{\"value\":\"fab fa-vimeo\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/vimeo.com\\/user108876918\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f797cf\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"\"},{\"id\":\"3a22498\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"d2c9317\",\"elType\":\"widget\",\"settings\":{\"title\":\"Message us\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29a8053\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please use the contact form below, if you have any general questions or requests about our services.\\n\\nWe will try our best to respond back to you within 24 hours.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dd59da9\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"17\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5674771\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f092d2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"c34f4cc\",\"elType\":\"widget\",\"settings\":{\"address\":\"Atlanta, Georgia\",\"height\":{\"unit\":\"px\",\"size\":\"500\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(8712,1440,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8713,1440,'_elementor_pro_version','3.2.1'),(8714,1440,'_elementor_page_assets','a:0:{}'),(8715,1441,'_elementor_edit_mode','builder'),(8716,1441,'_elementor_template_type','wp-page'),(8717,1441,'_elementor_version','3.4.0'),(8718,1441,'_wp_page_template','default'),(8719,1441,'_elementor_data','[{\"id\":\"c8b716c\",\"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}},\"elements\":[{\"id\":\"1e7e5b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"affdce9\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"2b082bf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"reverse_order_mobile\":\"reverse-mobile\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"d0c22b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"5\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9502734\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in touch\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd30d0b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"384 Northyards Blvd NW, Suite 100 Atlanta, GA 30313\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"ff72309\"},{\"text\":\"info@thechrishaunfoundation.org\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"0f163df\"},{\"text\":\"1-404-491-9311\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"e7fdb8e\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"divider_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"__globals__\":{\"divider_color\":\"globals\\/colors?id=367e41b\",\"icon_color\":\"globals\\/colors?id=accent\"},\"text_indent\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"8e9a797\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"20fd175\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheChrishaunFoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"b986dc2\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/TheChrishaunFdn\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"844a283\",\"link\":{\"url\":\"https:\\/\\/instagram.com\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/company\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9c6f2fa\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCmzlzjopXMpjtDYwwQ2qacg\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"4624ff3\"},{\"social_icon\":{\"value\":\"fab fa-tumblr\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/thechrishaunfoundation.tumblr.com\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1c734ed\"},{\"social_icon\":{\"value\":\"fab fa-vimeo\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/vimeo.com\\/user108876918\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f797cf\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"\"},{\"id\":\"3a22498\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"d2c9317\",\"elType\":\"widget\",\"settings\":{\"title\":\"Message us\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29a8053\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please use the contact form below, if you have any general questions or requests about our services.\\n\\nWe will try our best to respond back to you within 24 hours.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dd59da9\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"17\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5674771\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f092d2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"c34f4cc\",\"elType\":\"widget\",\"settings\":{\"address\":\"Atlanta, Georgia\",\"height\":{\"unit\":\"px\",\"size\":\"500\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(8720,1441,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8721,1441,'_elementor_pro_version','3.2.1'),(8722,1441,'_elementor_page_assets','a:0:{}'),(8723,1442,'_elementor_edit_mode','builder'),(8724,1442,'_elementor_template_type','wp-page'),(8725,1442,'_elementor_version','3.4.0'),(8726,1442,'_wp_page_template','default'),(8727,1442,'_elementor_data','[{\"id\":\"c8b716c\",\"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}},\"elements\":[{\"id\":\"1e7e5b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"affdce9\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"722\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"2b082bf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"reverse_order_mobile\":\"reverse-mobile\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"d0c22b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"5\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9502734\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in touch\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd30d0b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"384 Northyards Blvd NW, Suite 100 Atlanta, GA 30313\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"ff72309\"},{\"text\":\"info@thechrishaunfoundation.org\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"0f163df\"},{\"text\":\"1-404-491-9311\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"e7fdb8e\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"divider_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"__globals__\":{\"divider_color\":\"globals\\/colors?id=367e41b\",\"icon_color\":\"globals\\/colors?id=accent\"},\"text_indent\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"8e9a797\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"20fd175\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheChrishaunFoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"b986dc2\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/TheChrishaunFdn\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"844a283\",\"link\":{\"url\":\"https:\\/\\/instagram.com\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/company\\/thechrishaunfoundation\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9c6f2fa\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCmzlzjopXMpjtDYwwQ2qacg\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"4624ff3\"},{\"social_icon\":{\"value\":\"fab fa-tumblr\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/thechrishaunfoundation.tumblr.com\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1c734ed\"},{\"social_icon\":{\"value\":\"fab fa-vimeo\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/vimeo.com\\/user108876918\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f797cf\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"\"},{\"id\":\"3a22498\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"d2c9317\",\"elType\":\"widget\",\"settings\":{\"title\":\"Message us\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29a8053\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please use the contact form below, if you have any general questions or requests about our services.\\n\\nWe will try our best to respond back to you within 24 hours.\\n\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dd59da9\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"17\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5674771\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f092d2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"c34f4cc\",\"elType\":\"widget\",\"settings\":{\"address\":\"384 Northyards Blvd NW, Suite 100 Atlanta, GA 30313\",\"height\":{\"unit\":\"px\",\"size\":\"500\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(8728,1442,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8729,1442,'_elementor_pro_version','3.2.1'),(8730,1442,'_elementor_page_assets','a:0:{}'),(8731,351,'_elementor_controls_usage','a:9:{s:6:\"global\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:21:\"space_between_widgets\";i:1;s:28:\"space_between_widgets_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:6:\"layout\";i:2;s:3:\"gap\";i:3;s:13:\"custom_height\";i:1;s:15:\"column_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:1;s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}s:19:\"_section_responsive\";a:1:{s:20:\"reverse_order_mobile\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:2:{s:13:\"space_between\";i:1;s:13:\"divider_width\";i:1;}s:18:\"section_text_style\";a:5:{s:11:\"text_indent\";i:1;s:26:\"icon_typography_typography\";i:1;s:25:\"icon_typography_font_size\";i:1;s:32:\"icon_typography_font_size_tablet\";i:1;s:32:\"icon_typography_font_size_mobile\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:3:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:20:\"section_social_style\";a:1:{s:9:\"icon_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:7:\"wpforms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:7:\"form_id\";i:1;}}}}s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:11:\"section_map\";a:3:{s:7:\"address\";i:1;s:6:\"height\";i:1;s:13:\"height_tablet\";i:1;}}}}}'),(8865,349,'_elementor_controls_usage','a:8:{s:6:\"global\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:6:\"column\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:6;s:14:\"padding_tablet\";i:3;s:14:\"padding_mobile\";i:4;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;s:6:\"margin\";i:1;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:5;s:16:\"content_position\";i:1;s:5:\"align\";i:1;s:28:\"space_between_widgets_tablet\";i:3;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:2:{s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:1;s:3:\"gap\";i:8;s:13:\"custom_height\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:3;s:7:\"padding\";i:8;s:14:\"padding_tablet\";i:6;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:3;s:16:\"background_color\";i:3;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:31:\"background_overlay_color_b_stop\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:14:\"section_border\";a:1:{s:12:\"border_width\";i:2;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:4;s:13:\"selected_icon\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:15:\"hover_animation\";i:4;s:33:\"button_box_shadow_box_shadow_type\";i:4;s:28:\"button_box_shadow_box_shadow\";i:4;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:4;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:4;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:4;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:8:\"_padding\";i:1;s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;}}}}}'),(8744,1446,'_wp_attached_file','2021/08/3.jpg'),(8745,1446,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:650;s:4:\"file\";s:13:\"2021/08/3.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"3-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"3-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"3-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8746,1447,'_wp_attached_file','2021/08/4.jpg'),(8747,1447,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:650;s:4:\"file\";s:13:\"2021/08/4.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"4-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"4-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"4-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8748,1448,'_wp_attached_file','2021/08/5.jpg'),(8749,1448,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:650;s:4:\"file\";s:13:\"2021/08/5.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"5-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"5-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"5-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8750,1449,'_wp_attached_file','2021/08/6.jpg'),(8751,1449,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:650;s:4:\"file\";s:13:\"2021/08/6.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"6-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"6-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"6-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8752,1450,'_wp_attached_file','2021/08/7.jpg'),(8753,1450,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:650;s:4:\"file\";s:13:\"2021/08/7.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"7-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"7-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"7-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8754,1451,'_wp_attached_file','2021/08/8.jpg'),(8755,1451,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:650;s:4:\"file\";s:13:\"2021/08/8.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"8-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"8-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"8-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8756,1452,'_wp_attached_file','2021/08/9.jpg'),(8757,1452,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:650;s:4:\"file\";s:13:\"2021/08/9.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"9-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"9-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"9-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8758,1453,'_wp_attached_file','2021/08/10.jpg'),(8759,1453,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:650;s:4:\"file\";s:14:\"2021/08/10.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"10-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"10-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"10-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8760,1454,'_wp_attached_file','2021/08/1.jpg'),(8761,1454,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:650;s:4:\"file\";s:13:\"2021/08/1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"1-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"1-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"1-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8762,1455,'_wp_attached_file','2021/08/2.jpg'),(8763,1455,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:650;s:4:\"file\";s:13:\"2021/08/2.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"2-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"2-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"2-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8769,1456,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8770,1456,'_elementor_pro_version','3.2.1'),(8771,1456,'_elementor_page_assets','a:0:{}'),(8773,1457,'_elementor_edit_mode','builder'),(8774,1457,'_elementor_template_type','wp-page'),(8775,1457,'_elementor_version','3.3.1'),(8776,1457,'_wp_page_template','default'),(8777,1457,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-1-1.jpg\",\"id\":380},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-2.jpg\",\"id\":416},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-3.jpg\",\"id\":417},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\",\"_id\":\"e49c1dd\"},{\"heading\":\"AAHS Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-4.jpg\",\"id\":418},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/06\\/slide-5.jpg\",\"id\":415},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":1245,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8af8159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\\n\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5ljbhof\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875},\"background_color\":\"#FAFAFA\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"71d672e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3904c8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Programs\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a10433\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":5},\"width\":{\"unit\":\"px\",\"size\":50},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":10},\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5817f5b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"extended\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f337b0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b15dc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d8e0125\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be9bcb7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"095646f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b736c30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c71706\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da3d19c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b6d143c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48db7ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d87a304\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb68b2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":95000,\"suffix\":\"+\",\"title\":\"People Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":40,\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":5000,\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(8778,1457,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8779,1457,'_elementor_pro_version','3.2.1'),(8780,1457,'_elementor_page_assets','a:0:{}'),(8782,1458,'_elementor_edit_mode','builder'),(8783,1458,'_elementor_template_type','wp-page'),(8784,1458,'_elementor_version','3.3.1'),(8785,1458,'_wp_page_template','default'),(8786,1458,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/1.jpg\",\"id\":1454,\"alt\":\"\",\"source\":\"library\"},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/2.jpg\",\"id\":1455,\"alt\":\"\",\"source\":\"library\"},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/5.jpg\",\"id\":1448,\"alt\":\"\",\"source\":\"library\"},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\",\"_id\":\"e49c1dd\"},{\"heading\":\"Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/3.jpg\",\"id\":1446,\"alt\":\"\",\"source\":\"library\"},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/4.jpg\",\"id\":1447,\"alt\":\"\",\"source\":\"library\"},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":1245,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8af8159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\\n\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5ljbhof\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875},\"background_color\":\"#FAFAFA\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"71d672e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3904c8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Programs\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a10433\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":5},\"width\":{\"unit\":\"px\",\"size\":50},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":10},\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5817f5b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"extended\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f337b0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b15dc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d8e0125\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be9bcb7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"095646f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b736c30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c71706\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da3d19c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b6d143c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48db7ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d87a304\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb68b2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":95000,\"suffix\":\"+\",\"title\":\"People Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":40,\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":5000,\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(8787,1458,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8788,1458,'_elementor_pro_version','3.2.1'),(8789,1458,'_elementor_page_assets','a:0:{}'),(8908,1477,'_elementor_edit_mode','builder'),(8909,1477,'_elementor_template_type','wp-page'),(8910,1477,'_elementor_version','3.4.0'),(8911,1477,'_wp_page_template','default'),(8912,1477,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/1.jpg\",\"id\":1454,\"alt\":\"\",\"source\":\"library\"},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/2.jpg\",\"id\":1455,\"alt\":\"\",\"source\":\"library\"},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/5.jpg\",\"id\":1448,\"alt\":\"\",\"source\":\"library\"},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\",\"_id\":\"e49c1dd\"},{\"heading\":\"Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/3.jpg\",\"id\":1446,\"alt\":\"\",\"source\":\"library\"},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/4.jpg\",\"id\":1447,\"alt\":\"\",\"source\":\"library\"},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":1245,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8af8159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\\n\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5ljbhof\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875},\"background_color\":\"#FAFAFA\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"71d672e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3904c8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Programs\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a10433\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":5},\"width\":{\"unit\":\"px\",\"size\":50},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":10},\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5817f5b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"extended\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f337b0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b15dc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d8e0125\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be9bcb7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"095646f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b736c30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c71706\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da3d19c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b6d143c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48db7ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d87a304\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb68b2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":95000,\"suffix\":\"+\",\"title\":\"People Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":40,\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":5000,\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(8935,347,'_elementor_controls_usage','a:9:{s:6:\"slides\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:14:\"section_slides\";a:2:{s:6:\"slides\";i:1;s:13:\"slides_height\";i:1;}s:22:\"section_slider_options\";a:4:{s:14:\"pause_on_hover\";i:1;s:20:\"pause_on_interaction\";i:1;s:16:\"transition_speed\";i:1;s:17:\"content_animation\";i:1;}}s:5:\"style\";a:3:{s:19:\"section_style_title\";a:6:{s:29:\"heading_typography_typography\";i:1;s:30:\"heading_typography_font_family\";i:1;s:28:\"heading_typography_font_size\";i:1;s:30:\"heading_typography_font_weight\";i:1;s:33:\"heading_typography_text_transform\";i:1;s:35:\"heading_typography_font_size_mobile\";i:1;}s:25:\"section_style_description\";a:2:{s:33:\"description_typography_typography\";i:1;s:32:\"description_typography_font_size\";i:1;}s:20:\"section_style_button\";a:4:{s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_weight\";i:1;s:32:\"button_typography_text_transform\";i:1;s:32:\"button_typography_letter_spacing\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:6;s:14:\"padding_tablet\";i:10;s:14:\"padding_mobile\";i:6;s:13:\"margin_tablet\";i:4;s:13:\"margin_mobile\";i:4;s:6:\"margin\";i:3;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:28:\"space_between_widgets_tablet\";i:3;s:12:\"_inline_size\";i:3;s:21:\"space_between_widgets\";i:5;s:19:\"_inline_size_tablet\";i:6;s:28:\"space_between_widgets_mobile\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:3;s:16:\"background_color\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:6:\"layout\";i:1;s:3:\"gap\";i:7;s:13:\"custom_height\";i:2;s:16:\"content_position\";i:1;s:15:\"column_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:1;s:7:\"padding\";i:7;s:14:\"padding_tablet\";i:6;s:14:\"padding_mobile\";i:3;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:9:{s:21:\"background_background\";i:2;s:18:\"background_color_b\";i:1;s:23:\"background_color_b_stop\";i:1;s:25:\"background_gradient_angle\";i:1;s:16:\"background_color\";i:2;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:6:{s:26:\"background_overlay_color_b\";i:1;s:31:\"background_overlay_color_b_stop\";i:1;s:33:\"background_overlay_gradient_angle\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;s:29:\"background_overlay_background\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:11:\"header_size\";i:5;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:4;s:15:\"_padding_tablet\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:10:\"text_color\";i:1;s:5:\"align\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:8:\"_padding\";i:4;s:15:\"_padding_mobile\";i:1;s:14:\"_margin_tablet\";i:3;s:15:\"_padding_tablet\";i:3;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:12:\"text_padding\";i:1;s:11:\"hover_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:10:\"image_size\";i:4;s:5:\"image\";i:4;s:5:\"align\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:2:{s:32:\"image_box_shadow_box_shadow_type\";i:3;s:27:\"image_box_shadow_box_shadow\";i:3;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:5:\"color\";i:1;s:6:\"weight\";i:5;s:3:\"gap\";i:5;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:3:{s:5:\"width\";i:5;s:5:\"align\";i:1;s:12:\"width_mobile\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:4:{s:13:\"ending_number\";i:4;s:6:\"suffix\";i:4;s:5:\"title\";i:4;s:6:\"prefix\";i:1;}}s:5:\"style\";a:2:{s:14:\"section_number\";a:6:{s:28:\"typography_number_typography\";i:4;s:29:\"typography_number_font_family\";i:4;s:27:\"typography_number_font_size\";i:4;s:29:\"typography_number_font_weight\";i:4;s:34:\"typography_number_font_size_tablet\";i:4;s:34:\"typography_number_font_size_mobile\";i:4;}s:13:\"section_title\";a:5:{s:27:\"typography_title_typography\";i:4;s:28:\"typography_title_font_family\";i:4;s:26:\"typography_title_font_size\";i:4;s:28:\"typography_title_font_weight\";i:4;s:33:\"typography_title_font_size_tablet\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:4;s:15:\"_padding_tablet\";i:4;s:15:\"_padding_mobile\";i:4;}}}}}'),(8802,1459,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8803,1459,'_elementor_pro_version','3.2.1'),(8804,1459,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(8806,1460,'_elementor_edit_mode','builder'),(8807,1460,'_elementor_template_type','wp-page'),(8808,1460,'_elementor_version','3.3.1'),(8809,1460,'_wp_page_template','default'),(8810,1460,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"736c3be\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":722}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\\n\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c483045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/facebook-cover2-1.png\",\"id\":980,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Vision\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size\":null},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life\\u2019s challenges, traumas, and disaster.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"f675fc5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"5843e57\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"b38fca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3a8663\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f1fff16\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"564278a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size\":null},\"elements\":[{\"id\":\"e47b068\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(8811,1460,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8812,1460,'_elementor_pro_version','3.2.1'),(8813,1460,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(8815,1461,'_elementor_edit_mode','builder'),(8816,1461,'_elementor_template_type','wp-page'),(8817,1461,'_elementor_version','3.3.1'),(8818,1461,'_wp_page_template','default'),(8819,1461,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"736c3be\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":722}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\\n\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c483045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/facebook-cover2-1.png\",\"id\":980,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Vision\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size\":null},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life\\u2019s challenges, traumas, and disaster.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"f675fc5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"5843e57\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"b38fca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3a8663\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f1fff16\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"564278a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size\":null},\"elements\":[{\"id\":\"e47b068\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(8820,1461,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8821,1461,'_elementor_pro_version','3.2.1'),(8822,1461,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(8838,1463,'_elementor_edit_mode','builder'),(8839,1463,'_elementor_template_type','wp-page'),(8840,1463,'_elementor_version','3.4.0'),(8841,1463,'_wp_page_template','default'),(8842,1463,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"736c3be\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":722}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\\n\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c483045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/facebook-cover2-1.png\",\"id\":980,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Vision\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size\":null},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life\\u2019s challenges, traumas, and disaster.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"f675fc5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"5843e57\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"b38fca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3a8663\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f1fff16\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"564278a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size\":null},\"elements\":[{\"id\":\"e47b068\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(8867,1466,'_elementor_edit_mode','builder'),(8825,1462,'_elementor_edit_mode','builder'),(8826,1462,'_elementor_template_type','widget'),(8827,1462,'_elementor_version','3.4.0'),(8828,1462,'_elementor_pro_version','3.2.1'),(8829,1462,'_wp_page_template','default'),(8830,1462,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8831,1462,'_elementor_data','[{\"id\":\"722\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/2.jpg\",\"id\":1455,\"alt\":\"\",\"source\":\"library\"},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/4.jpg\",\"id\":1447,\"alt\":\"\",\"source\":\"library\"},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\",\"_id\":\"af1e0ea\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition\":\"fade\",\"transition_speed\":800,\"content_animation\":\"\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}]'),(8832,1462,'_elementor_controls_usage','a:1:{s:6:\"slides\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:14:\"section_slides\";a:2:{s:6:\"slides\";i:1;s:13:\"slides_height\";i:1;}s:22:\"section_slider_options\";a:5:{s:14:\"pause_on_hover\";i:1;s:20:\"pause_on_interaction\";i:1;s:10:\"transition\";i:1;s:16:\"transition_speed\";i:1;s:17:\"content_animation\";i:1;}}s:5:\"style\";a:4:{s:20:\"section_style_slides\";a:3:{s:17:\"content_max_width\";i:1;s:26:\"slides_horizontal_position\";i:1;s:17:\"slides_text_align\";i:1;}s:19:\"section_style_title\";a:5:{s:29:\"heading_typography_typography\";i:1;s:30:\"heading_typography_font_family\";i:1;s:28:\"heading_typography_font_size\";i:1;s:30:\"heading_typography_font_weight\";i:1;s:33:\"heading_typography_text_transform\";i:1;}s:25:\"section_style_description\";a:2:{s:33:\"description_typography_typography\";i:1;s:32:\"description_typography_font_size\";i:1;}s:20:\"section_style_button\";a:4:{s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_weight\";i:1;s:32:\"button_typography_text_transform\";i:1;s:32:\"button_typography_letter_spacing\";i:1;}}}}}'),(8833,1462,'_elementor_template_widget_type','slides'),(8834,1462,'_elementor_global_widget_included_posts','a:30:{i:725;b:1;i:349;b:1;i:350;b:1;i:734;b:1;i:480;b:1;i:549;b:1;i:622;b:1;i:351;b:1;i:898;b:1;i:938;b:1;i:1012;b:1;i:1019;b:1;i:1038;b:1;i:1087;b:1;i:1120;b:1;i:1129;b:1;i:1139;b:1;i:1193;b:1;i:1197;b:1;i:1210;b:1;i:1308;b:1;i:1328;b:1;i:1341;b:1;i:1338;b:1;i:1345;b:1;i:1352;b:1;i:1361;b:1;i:1400;b:1;i:1412;b:1;i:1417;b:1;}'),(8835,1462,'_elementor_page_assets','a:0:{}'),(8843,1463,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8844,1463,'_elementor_pro_version','3.2.1'),(8845,1463,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(8847,1464,'_elementor_edit_mode','builder'),(8848,1464,'_elementor_template_type','wp-page'),(8849,1464,'_elementor_version','3.4.0'),(8850,1464,'_wp_page_template','default'),(8851,1464,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"736c3be\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":722}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\\n\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c483045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/facebook-cover2-1.png\",\"id\":980,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Vision\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size\":null},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life\\u2019s challenges, traumas, and disaster.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"f675fc5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"5843e57\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"b38fca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3a8663\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f1fff16\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"564278a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size\":null},\"elements\":[{\"id\":\"e47b068\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(8852,1464,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8853,1464,'_elementor_pro_version','3.2.1'),(8854,1464,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(8856,1465,'_elementor_edit_mode','builder'),(8857,1465,'_elementor_template_type','wp-page'),(8858,1465,'_elementor_version','3.4.0'),(8859,1465,'_wp_page_template','default'),(8860,1465,'_elementor_data','[{\"id\":\"6dd8334\",\"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}},\"elements\":[{\"id\":\"ccad555\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"736c3be\",\"elType\":\"widget\",\"elements\":[],\"widgetType\":\"global\",\"templateID\":722}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a98df5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a7e024c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b952156\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"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\":[{\"id\":\"80c5712\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Shelter\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"97426d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Volunteer\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68b2cec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"selected_icon\":{\"value\":\"fab fa-paypal\",\"library\":\"fa-brands\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"43eb8bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"far fa-file-alt\",\"library\":\"fa-regular\"},\"hover_animation\":\"grow\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=dfa4654\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a8dd576\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1fbe58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"527f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"efc4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95703c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"78ef0b7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"afb5dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fea4b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\\n\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"286d7bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"9f7cca1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e97b045\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#F8F8F800\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_color_b\":\"#F8F8F8\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c98635a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c483045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/facebook-cover2-1.png\",\"id\":980,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"572f6ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"e5743e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"94d1784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Vision\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e042a92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bf4af99\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"17fd042\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size\":null},\"elements\":[{\"id\":\"6366e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life\\u2019s challenges, traumas, and disaster.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"f675fc5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"5843e57\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"b38fca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3a8663\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=367e41b\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f1fff16\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=367e41b\"}},\"elements\":[{\"id\":\"564278a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size\":null},\"elements\":[{\"id\":\"e47b068\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(8861,1465,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8862,1465,'_elementor_pro_version','3.2.1'),(8863,1465,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(9033,748,'_elementor_page_assets','a:0:{}'),(8868,1466,'_elementor_template_type','widget'),(8869,1466,'_elementor_version','3.4.0'),(8870,1466,'_elementor_pro_version','3.2.1'),(8871,1466,'_wp_page_template','default'),(8872,1466,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8873,1466,'_elementor_data','[{\"id\":\"722\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Support families\",\"description\":\"Learn about our response during the COVID-19 crisis.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/2.jpg\",\"id\":1455,\"alt\":\"\",\"source\":\"library\"},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\",\"_id\":\"b7982e9\"},{\"heading\":\"Join Our Work.\",\"description\":\"Become a monthly Shelter Provider.\\n\",\"button_text\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/4.jpg\",\"id\":1447,\"alt\":\"\",\"source\":\"library\"},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\",\"_id\":\"af1e0ea\"}],\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition\":\"fade\",\"transition_speed\":800,\"content_animation\":\"\",\"content_max_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}]'),(8874,1466,'_elementor_controls_usage','a:1:{s:6:\"slides\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:14:\"section_slides\";a:2:{s:6:\"slides\";i:1;s:13:\"slides_height\";i:1;}s:22:\"section_slider_options\";a:5:{s:14:\"pause_on_hover\";i:1;s:20:\"pause_on_interaction\";i:1;s:10:\"transition\";i:1;s:16:\"transition_speed\";i:1;s:17:\"content_animation\";i:1;}}s:5:\"style\";a:4:{s:20:\"section_style_slides\";a:3:{s:17:\"content_max_width\";i:1;s:26:\"slides_horizontal_position\";i:1;s:17:\"slides_text_align\";i:1;}s:19:\"section_style_title\";a:5:{s:29:\"heading_typography_typography\";i:1;s:30:\"heading_typography_font_family\";i:1;s:28:\"heading_typography_font_size\";i:1;s:30:\"heading_typography_font_weight\";i:1;s:33:\"heading_typography_text_transform\";i:1;}s:25:\"section_style_description\";a:2:{s:33:\"description_typography_typography\";i:1;s:32:\"description_typography_font_size\";i:1;}s:20:\"section_style_button\";a:4:{s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_weight\";i:1;s:32:\"button_typography_text_transform\";i:1;s:32:\"button_typography_letter_spacing\";i:1;}}}}}'),(8875,1466,'_elementor_template_widget_type','slides'),(8876,1466,'_elementor_global_widget_included_posts','a:30:{i:725;b:1;i:349;b:1;i:350;b:1;i:734;b:1;i:480;b:1;i:549;b:1;i:622;b:1;i:351;b:1;i:898;b:1;i:938;b:1;i:1012;b:1;i:1019;b:1;i:1038;b:1;i:1087;b:1;i:1120;b:1;i:1129;b:1;i:1139;b:1;i:1193;b:1;i:1197;b:1;i:1210;b:1;i:1308;b:1;i:1328;b:1;i:1341;b:1;i:1338;b:1;i:1345;b:1;i:1352;b:1;i:1361;b:1;i:1400;b:1;i:1412;b:1;i:1417;b:1;}'),(8877,1466,'_elementor_page_assets','a:0:{}'),(8888,1471,'_wp_attached_file','2021/08/cropped-Logo-PNG.png'),(8889,1471,'_wp_attachment_context','custom-logo'),(8890,1471,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:566;s:6:\"height\";i:69;s:4:\"file\";s:28:\"2021/08/cropped-Logo-PNG.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"cropped-Logo-PNG-300x37.png\";s:5:\"width\";i:300;s:6:\"height\";i:37;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"cropped-Logo-PNG-150x69.png\";s:5:\"width\";i:150;s:6:\"height\";i:69;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"ast-logo-size\";a:4:{s:4:\"file\";s:27:\"cropped-Logo-PNG-230x28.png\";s:5:\"width\";i:230;s:6:\"height\";i:28;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8886,1470,'_wp_attached_file','2021/08/Logo-PNG.png'),(8887,1470,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:150;s:4:\"file\";s:20:\"2021/08/Logo-PNG.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Logo-PNG-300x75.png\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Logo-PNG-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8991,898,'_last_editor_used_jetpack','block-editor'),(8907,17,'wpforms_entries_count','1707'),(8913,1477,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8914,1477,'_elementor_pro_version','3.2.1'),(8915,1477,'_elementor_page_assets','a:0:{}'),(8961,1482,'_wp_attached_file','woocommerce-placeholder.png'),(8962,1482,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:27:\"woocommerce-placeholder.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"woocommerce-placeholder-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8917,1478,'_elementor_edit_mode','builder'),(8918,1478,'_elementor_template_type','wp-page'),(8919,1478,'_elementor_version','3.4.0'),(8920,1478,'_wp_page_template','default'),(8921,1478,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/1.jpg\",\"id\":1454,\"alt\":\"\",\"source\":\"library\"},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/2.jpg\",\"id\":1455,\"alt\":\"\",\"source\":\"library\"},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/5.jpg\",\"id\":1448,\"alt\":\"\",\"source\":\"library\"},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\",\"_id\":\"e49c1dd\"},{\"heading\":\"Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/3.jpg\",\"id\":1446,\"alt\":\"\",\"source\":\"library\"},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/4.jpg\",\"id\":1447,\"alt\":\"\",\"source\":\"library\"},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":1245,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8af8159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\\n\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5ljbhof\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875},\"background_color\":\"#FAFAFA\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"71d672e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3904c8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Programs\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a10433\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":5},\"width\":{\"unit\":\"px\",\"size\":50},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":10},\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5817f5b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"extended\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f337b0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b15dc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d8e0125\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be9bcb7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"095646f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b736c30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c71706\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da3d19c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b6d143c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48db7ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d87a304\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb68b2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":95000,\"suffix\":\"+\",\"title\":\"People Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":40,\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":5000,\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(8922,1478,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8923,1478,'_elementor_pro_version','3.2.1'),(8924,1478,'_elementor_page_assets','a:0:{}'),(8926,1479,'_elementor_edit_mode','builder'),(8927,1479,'_elementor_template_type','wp-page'),(8928,1479,'_elementor_version','3.4.0'),(8929,1479,'_wp_page_template','default'),(8930,1479,'_elementor_data','[{\"id\":\"79c91db\",\"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}},\"elements\":[{\"id\":\"0cea321\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65b947f\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Volunteer with kids\",\"description\":\"Join us on Saturdays and Tuesdays this summer.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"_id\":\"e4d9b1f\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/1.jpg\",\"id\":1454,\"alt\":\"\",\"source\":\"library\"},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\"},{\"heading\":\"Support families\",\"description\":\"Learn about our response during the covid-19 crisis\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/2.jpg\",\"id\":1455,\"alt\":\"\",\"source\":\"library\"},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\",\"_id\":\"b7982e9\"},{\"heading\":\"Bridge to home\",\"description\":\"Learn more about our newest program!\\n\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/5.jpg\",\"id\":1448,\"alt\":\"\",\"source\":\"library\"},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\",\"_id\":\"e49c1dd\"},{\"heading\":\"Anti-Racism plan\",\"description\":\"Learn more about our organization\'s efforts to listen, learn, and act here.\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/3.jpg\",\"id\":1446,\"alt\":\"\",\"source\":\"library\"},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\",\"_id\":\"8db429b\"},{\"heading\":\"Join our work\",\"description\":\"Become a shelter provider today!\",\"button_text\":\"Sign up Now\",\"background_color\":\"\",\"background_image\":{\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/4.jpg\",\"id\":1447,\"alt\":\"\",\"source\":\"library\"},\"background_overlay\":\"yes\",\"background_overlay_color\":\"#00000078\",\"_id\":\"5f0a3e6\"}],\"slides_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"transition_speed\":800,\"content_animation\":\"fadeInLeft\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Poppins\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"capitalize\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"pcagl0u\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=dfa4654\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"background_color_b\":\"#833556\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"background_overlay_color_b\":\"#F344CB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":\"135\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"background_color\":\"#5271FF\",\"background_overlay_color\":\"#F344CB\"},\"elements\":[{\"id\":\"2db5b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_tablet\":\"10\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e42959b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Chrishaun Foundation\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"933c951\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Non-Profit Helping Others Have Life After\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"901c3ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"The Chrishaun Foundation is a non profit organization providing survivors with solutions and resources for those affected by life\\u2019s challenges, trauma\\u2019s and crisis. Literally the Life After.\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52fe09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read more\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00000000\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=astrathemecolor\"},\"hover_color\":\"#ffd0b3\",\"link\":{\"url\":\"\\/our-story\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"c4be8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"ff37682\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":\"\"},\"image\":{\"id\":1245,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/logo.jpg\",\"alt\":\"\",\"source\":\"library\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c50e9a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"20\",\"bottom\":\"75\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ef71edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets_tablet\":\"10\"},\"elements\":[{\"id\":\"c75db0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf5e43c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"__globals__\":{\"color\":\"\"},\"color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8af8159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Chrishaun Foundation is a nonprofit organization that works to provide assistance to people those exaggerated by life\\u2019s challenges. We focus on the aftercare of life after many different scenarios such as Life after Divorce, life after domestic violence, and life after an ant crisis. We serve humanitarian services and environmental protection programs such as health, education, environment, water and sanitation, humanitarian and disability relief. We are dedicated to alleviating human suffering regardless of race, color, religion, or cultural background.\\n\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5ljbhof\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875},\"background_color\":\"#FAFAFA\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astratextcolor\"}},\"elements\":[{\"id\":\"71d672e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3904c8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Programs\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a10433\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":5},\"width\":{\"unit\":\"px\",\"size\":50},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":10},\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5817f5b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"extended\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f337b0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b15dc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":957,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/Loss-or-Death2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d8e0125\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Loss\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be9bcb7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Whether it be a friend or a family member, lost can be devastating. When someone you love dies, it will feel like your heart has been physically ripped from your chest.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"095646f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b736c30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":961,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/health-crisis-2.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c71706\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Health crisis\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da3d19c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple hospital visits and\\/or hospitalization is always the least ideal situation that you might have planned for your life. Not only is the financial aspect of it horrible, the feeling of loneliness and sickness can be tedious and excruciating.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b6d143c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48db7ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":963,\"url\":\"https:\\/\\/thechrishaunfoundation.org\\/wp-content\\/uploads\\/2021\\/08\\/life-after-1.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d87a304\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life After Homelessness\\n\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb68b2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are all one paycheck away from sleeping on the street. People pretend as though they have it all together and look down upon the homeless. Watching people pass you by as you stand outside can be tear-jerking.\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"nxzymy5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"column_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"101\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a847f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"10\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"40\",\"space_between_widgets_tablet\":\"25\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e68b0b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our numbers\\nthat speak\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37bbf35\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have numbers that push us to give in our best and make sure that we break our own records. We are happy to be growing and helping more day by day.\\n\\n\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"7c2f974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"60\"},\"elements\":[{\"id\":\"6cdb06c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5148c93\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"a84f6af\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"1000\",\"suffix\":\"+\",\"title\":\"Members Worldwide\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aed18c2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"5fa5f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"4219d87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":95000,\"suffix\":\"+\",\"title\":\"People Helped\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fcf1ac\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"50ac5af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5edb927\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f5fabdf\",\"elType\":\"widget\",\"settings\":{\"ending_number\":40,\"prefix\":\"$\",\"suffix\":\"M+\",\"title\":\"Funds Raised\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"4e922fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"},{\"id\":\"274dcb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"20\",\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"d284bd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":5000,\"suffix\":\"T\",\"title\":\"Food Provided\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Poppins\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"typography_number_font_weight\":\"bold\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Poppins\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_title_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"typography_number_typography\":\"\",\"number_color\":\"globals\\/colors?id=astratextcolor\",\"title_color\":\"globals\\/colors?id=astralinkhovercolor\"},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"54\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"aac446c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"95\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astrathemecolor\"},\"width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(8931,1479,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8932,1479,'_elementor_pro_version','3.2.1'),(8933,1479,'_elementor_page_assets','a:0:{}'),(8998,1496,'_elementor_page_settings','a:44:{s:22:\"astra_sites_main_color\";s:7:\"#833556\";s:30:\"astra_sites_heading_base_color\";s:7:\"#000000\";s:22:\"astra_sites_link_color\";s:7:\"#ffffff\";s:28:\"astra_sites_link_hover_color\";s:7:\"#000000\";s:22:\"astra_sites_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:28:\"astra_sites_body_font_family\";s:15:\"Source Sans Pro\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_3_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(8999,1496,'_elementor_pro_version','3.2.1'),(9000,1496,'_elementor_controls_usage','a:6:{s:6:\"global\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:6:\"column\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:11;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:10;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:10;s:6:\"margin\";i:10;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:12;s:16:\"content_position\";i:1;s:5:\"align\";i:1;s:21:\"space_between_widgets\";i:9;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:2:{s:26:\"box_shadow_box_shadow_type\";i:9;s:21:\"box_shadow_box_shadow\";i:9;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:1;s:7:\"padding\";i:5;s:14:\"padding_tablet\";i:3;s:14:\"padding_mobile\";i:3;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:3;s:19:\"background_position\";i:3;s:17:\"background_repeat\";i:3;s:15:\"background_size\";i:3;s:22:\"background_size_mobile\";i:3;s:19:\"background_bg_width\";i:3;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:3;s:26:\"background_overlay_color_b\";i:3;s:26:\"background_overlay_opacity\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:9;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:8;s:11:\"header_size\";i:8;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:8;s:5:\"align\";i:8;}}}}}'),(9032,594,'_elementor_page_assets','a:0:{}'),(9029,639,'_elementor_page_assets','a:0:{}'),(9030,350,'_elementor_page_assets','a:0:{}'),(9008,1485,'_edit_lock','1668457786:3'),(9009,1485,'_last_editor_used_jetpack','block-editor'),(9012,1503,'_wp_attached_file','2021/08/TCF-Life-After-logo.png'),(9013,1503,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:31:\"2021/08/TCF-Life-After-logo.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"TCF-Life-After-logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"TCF-Life-After-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"TCF-Life-After-logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"TCF-Life-After-logo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"TCF-Life-After-logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"TCF-Life-After-logo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9019,347,'_last_editor_used_jetpack','block-editor'),(9031,837,'_elementor_page_assets','a:0:{}');
/*!40000 ALTER TABLE `wpxo_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpxo_postmeta` with 7191 row(s)
--

--
-- Table structure for table `wpxo_give_formmeta`
--

DROP TABLE IF EXISTS `wpxo_give_formmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_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=MyISAM AUTO_INCREMENT=215 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_give_formmeta`
--

LOCK TABLES `wpxo_give_formmeta` WRITE;
/*!40000 ALTER TABLE `wpxo_give_formmeta` DISABLE KEYS */;
INSERT INTO `wpxo_give_formmeta` VALUES (1,1303,'_give_onboarding_default_form','1'),(2,1303,'_give_levels_minimum_amount','10.000000'),(3,1303,'_give_levels_maximim_amount','250'),(4,1303,'_give_form_template','sequoia'),(5,1303,'_give_form_status','open'),(6,1303,'_give_sequoia_form_template_settings','a:4:{s:12:\"introduction\";a:6:{s:7:\"enabled\";s:7:\"enabled\";s:8:\"headline\";s:10:\"Support Us\";s:11:\"description\";s:83:\"With your support and donations, we will be able to provide services and resources.\";s:5:\"image\";s:77:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/white-clean.png\";s:13:\"primary_color\";s:7:\"#f344cb\";s:12:\"donate_label\";s:10:\"Donate Now\";}s:14:\"payment_amount\";a:4:{s:12:\"header_label\";s:13:\"Choose Amount\";s:7:\"content\";s:145:\"How much would you like to donate? As a contributor to The Chrishaun Foundation we make sure your donation goes directly to supporting our cause.\";s:10:\"next_label\";s:8:\"Continue\";s:16:\"decimals_enabled\";s:8:\"disabled\";}s:19:\"payment_information\";a:5:{s:12:\"header_label\";s:20:\"Add Your Information\";s:8:\"headline\";s:19:\"Who\'s giving today?\";s:11:\"description\";s:49:\"We’ll never share this information with anyone.\";i:0;a:7:{s:2:\"id\";s:14:\"checkout_label\";s:4:\"name\";s:13:\"Submit Button\";s:4:\"desc\";s:43:\"The button label for completing a donation.\";s:4:\"type\";s:11:\"text_medium\";s:10:\"attributes\";a:1:{s:11:\"placeholder\";s:10:\"Donate Now\";}s:7:\"default\";s:10:\"Donate Now\";s:18:\"mapToLegacySetting\";s:20:\"_give_checkout_label\";}s:14:\"checkout_label\";s:10:\"Donate Now\";}s:9:\"thank-you\";a:6:{s:5:\"image\";s:85:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/TCF-Life-After-logo.png\";s:8:\"headline\";s:22:\"A great big thank you!\";s:11:\"description\";s:140:\"{name}, your contribution means a lot and will be put to good use making a difference. We’ve sent your donation receipt to {donor_email}. \";s:7:\"sharing\";s:7:\"enabled\";s:19:\"sharing_instruction\";s:77:\"Help spread the word by sharing your support with your friends and followers!\";s:15:\"twitter_message\";s:38:\"I just gave to this cause. Who\'s next?\";}}'),(7,1303,'_give_checkout_label','Donate Now'),(8,1303,'_give_display_style','buttons'),(9,1303,'_give_payment_display','button'),(10,1303,'_give_form_floating_labels','disabled'),(11,1303,'_give_reveal_label','Donate Now'),(12,1303,'_give_display_content','disabled'),(13,1303,'_give_content_placement',NULL),(14,1303,'_give_form_content',NULL),(15,1303,'_give_price_option','multi'),(16,1303,'_give_set_price','1.000000'),(17,1303,'_give_custom_amount','enabled'),(18,1303,'_give_donation_levels','a:5:{i:0;a:3:{s:8:\"_give_id\";a:1:{s:8:\"level_id\";s:1:\"0\";}s:12:\"_give_amount\";s:9:\"10.000000\";s:10:\"_give_text\";s:0:\"\";}i:1;a:3:{s:8:\"_give_id\";a:1:{s:8:\"level_id\";s:1:\"1\";}s:12:\"_give_amount\";s:9:\"25.000000\";s:10:\"_give_text\";s:0:\"\";}i:2;a:4:{s:8:\"_give_id\";a:1:{s:8:\"level_id\";s:1:\"2\";}s:12:\"_give_amount\";s:9:\"50.000000\";s:10:\"_give_text\";s:0:\"\";s:13:\"_give_default\";s:7:\"default\";}i:3;a:3:{s:8:\"_give_id\";a:1:{s:8:\"level_id\";s:1:\"3\";}s:12:\"_give_amount\";s:10:\"100.000000\";s:10:\"_give_text\";s:0:\"\";}i:4;a:3:{s:8:\"_give_id\";a:1:{s:8:\"level_id\";s:1:\"5\";}s:12:\"_give_amount\";s:10:\"250.000000\";s:10:\"_give_text\";s:0:\"\";}}'),(19,1303,'_give_default_gateway','global'),(20,1303,'_give_name_title_prefix','global'),(21,1303,'_give_title_prefixes',''),(22,1303,'_give_company_field','optional'),(23,1303,'_give_anonymous_donation','enabled'),(24,1303,'_give_donor_comment','enabled'),(25,1303,'_give_logged_in_only','enabled'),(26,1303,'_give_show_register_form','both'),(27,1303,'_give_goal_option','enabled'),(28,1303,'_give_goal_format','amount'),(29,1303,'_give_set_goal','10000.000000'),(30,1303,'_give_number_of_donor_goal','100'),(31,1303,'_give_goal_color','#f344cb'),(32,1303,'_give_close_form_when_goal_achieved','disabled'),(33,1303,'_give_form_goal_achieved_message','Thank you to all our donors, we have met our fundraising goal.'),(34,1303,'_give_terms_option','disabled'),(35,1303,'_give_agree_label','Agree to terms?'),(36,1303,'_give_agree_text','The terms can be customized in the donation form settings.'),(37,1303,'give_stripe_per_form_accounts','disabled'),(38,1303,'_give_default_stripe_account',''),(39,1303,'_give_email_options','global'),(40,1303,'_give_email_template','default'),(41,1303,'_give_email_logo',''),(42,1303,'_give_from_name','The Chrishaun Foundation'),(43,1303,'_give_from_email','wealthydivas1@gmail.com'),(44,1303,'_give_new-donation_notification','global'),(45,1303,'_give_new-donation_email_subject','New Donation - #{payment_id}'),(46,1303,'_give_new-donation_email_header','New Donation!'),(47,1303,'_give_new-donation_email_message','Hi there,\r\n\r\nThis email is to inform you that a new donation has been made on your website: {site_url}.\r\n\r\n<strong>Donor:</strong> {name}\r\n<strong>Donation:</strong> {donation}\r\n<strong>Amount:</strong> {amount}\r\n<strong>Payment Method:</strong> {payment_method}\r\n\r\nThank you,\r\n\r\n{sitename}'),(48,1303,'_give_new-donation_email_content_type','text/html'),(49,1303,'_give_new-donation_recipient','a:1:{i:0;a:1:{s:5:\"email\";s:23:\"wealthydivas1@gmail.com\";}}'),(50,1303,'_give_donation-receipt_notification','global'),(51,1303,'_give_donation-receipt_email_subject','Donation Receipt'),(52,1303,'_give_donation-receipt_email_header','Donation Receipt'),(53,1303,'_give_donation-receipt_email_mesage','Dear {name},\n\nThank you for your donation. Your generosity is appreciated! Here are the details of your donation:\n\n<strong>Donor:</strong> {fullname}\n<strong>Donation:</strong> {donation}\n<strong>Donation Date:</strong> {date}\n<strong>Amount:</strong> {amount}\n<strong>Payment Method:</strong> {payment_method}\n<strong>Payment ID:</strong> {payment_id}\n\n{receipt_link}\n\n\n\nSincerely,\n{sitename}\n'),(54,1303,'_give_donation-receipt_email_content_type','text/html'),(55,1303,'_give_form_goal_progress','13.89'),(56,1303,'_give_offline_checkout_notes','<em>You can customize instructions in the forms settings.</em>\r\n\r\n<strong>Please make checks payable to \"{sitename}\".</strong>\r\n\r\nYour donation is greatly appreciated!'),(58,1303,'_give_form_earnings','1389'),(57,1303,'_give_customize_offline_donations','enabled'),(59,1303,'_give_form_sales','6'),(60,1303,'_edit_lock','1633998694:1'),(61,1303,'_edit_last','1'),(62,1303,'_give_levels_maximum_amount','250.000000'),(63,1303,'_give_custom_amount_range_minimum','5.000000'),(64,1303,'_give_custom_amount_range_maximum','999999.990000'),(65,1303,'_give_custom_amount_text','Custom Amount'),(66,1303,'_give_number_of_donation_goal','1'),(67,1303,'_give_offline_donation_enable_billing_fields_single','enabled'),(68,1303,'_give_donation-receipt_email_message','Dear {name},\r\n\r\nThank you for your donation. Your generosity is appreciated! Here are the details of your donation:\r\n\r\n<strong>Donor:</strong> {fullname}\r\n<strong>Donation:</strong> {donation}\r\n<strong>Donation Date:</strong> {date}\r\n<strong>Amount:</strong> {amount}\r\n<strong>Payment Method:</strong> {payment_method}\r\n<strong>Payment ID:</strong> {payment_id}\r\n\r\n{receipt_link}\r\n\r\nSincerely,\r\n{sitename}'),(69,1303,'site-sidebar-layout','default'),(70,1303,'site-content-layout','default'),(71,1303,'theme-transparent-header-meta','default'),(72,1305,'_give_onboarding_default_form','1'),(73,1305,'_give_levels_minimum_amount','10.000000'),(74,1305,'_give_levels_maximim_amount','250'),(75,1305,'_give_form_template','sequoia'),(76,1305,'_give_form_status','open'),(77,1305,'_give_sequoia_form_template_settings','a:4:{s:12:\"introduction\";a:6:{s:7:\"enabled\";s:7:\"enabled\";s:8:\"headline\";s:14:\"The Hope Chest\";s:11:\"description\";s:190:\"The Chrishaun Foundation Hope Chest is a very vital and essential toolbox full of the most essential needs for every person who is beginning to start life over. To begin their life after....\";s:5:\"image\";s:80:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/The-Hope-Chest.jpg\";s:13:\"primary_color\";s:7:\"#f344cb\";s:12:\"donate_label\";s:10:\"Donate Now\";}s:14:\"payment_amount\";a:4:{s:12:\"header_label\";s:13:\"Choose Amount\";s:7:\"content\";s:145:\"How much would you like to donate? As a contributor to The Chrishaun Foundation we make sure your donation goes directly to supporting our cause.\";s:10:\"next_label\";s:8:\"Continue\";s:16:\"decimals_enabled\";s:8:\"disabled\";}s:19:\"payment_information\";a:5:{s:12:\"header_label\";s:20:\"Add Your Information\";s:8:\"headline\";s:19:\"Who\'s giving today?\";s:11:\"description\";s:49:\"We’ll never share this information with anyone.\";i:0;a:7:{s:2:\"id\";s:14:\"checkout_label\";s:4:\"name\";s:13:\"Submit Button\";s:4:\"desc\";s:43:\"The button label for completing a donation.\";s:4:\"type\";s:11:\"text_medium\";s:10:\"attributes\";a:1:{s:11:\"placeholder\";s:10:\"Donate Now\";}s:7:\"default\";s:10:\"Donate Now\";s:18:\"mapToLegacySetting\";s:20:\"_give_checkout_label\";}s:14:\"checkout_label\";s:10:\"Donate Now\";}s:9:\"thank-you\";a:6:{s:5:\"image\";s:0:\"\";s:8:\"headline\";s:22:\"A great big thank you!\";s:11:\"description\";s:140:\"{name}, your contribution means a lot and will be put to good use making a difference. We’ve sent your donation receipt to {donor_email}. \";s:7:\"sharing\";s:7:\"enabled\";s:19:\"sharing_instruction\";s:77:\"Help spread the word by sharing your support with your friends and followers!\";s:15:\"twitter_message\";s:38:\"I just gave to this cause. Who\'s next?\";}}'),(78,1305,'_give_checkout_label','Donate Now'),(79,1305,'_give_display_style','buttons'),(80,1305,'_give_payment_display','button'),(81,1305,'_give_form_floating_labels','disabled'),(82,1305,'_give_reveal_label','Donate Now'),(83,1305,'_give_display_content','disabled'),(84,1305,'_give_content_placement',NULL),(85,1305,'_give_form_content',NULL),(86,1305,'_give_price_option','multi'),(87,1305,'_give_set_price','1.000000'),(88,1305,'_give_custom_amount','enabled'),(89,1305,'_give_donation_levels','a:5:{i:0;a:3:{s:8:\"_give_id\";a:1:{s:8:\"level_id\";s:1:\"0\";}s:12:\"_give_amount\";s:9:\"10.000000\";s:10:\"_give_text\";s:0:\"\";}i:1;a:3:{s:8:\"_give_id\";a:1:{s:8:\"level_id\";s:1:\"1\";}s:12:\"_give_amount\";s:9:\"25.000000\";s:10:\"_give_text\";s:0:\"\";}i:2;a:4:{s:8:\"_give_id\";a:1:{s:8:\"level_id\";s:1:\"2\";}s:12:\"_give_amount\";s:9:\"50.000000\";s:10:\"_give_text\";s:0:\"\";s:13:\"_give_default\";s:7:\"default\";}i:3;a:3:{s:8:\"_give_id\";a:1:{s:8:\"level_id\";s:1:\"3\";}s:12:\"_give_amount\";s:10:\"100.000000\";s:10:\"_give_text\";s:0:\"\";}i:4;a:3:{s:8:\"_give_id\";a:1:{s:8:\"level_id\";s:1:\"5\";}s:12:\"_give_amount\";s:10:\"250.000000\";s:10:\"_give_text\";s:0:\"\";}}'),(90,1305,'_give_default_gateway','global'),(91,1305,'_give_name_title_prefix','global'),(92,1305,'_give_title_prefixes',''),(93,1305,'_give_company_field','optional'),(94,1305,'_give_anonymous_donation','enabled'),(95,1305,'_give_donor_comment','enabled'),(96,1305,'_give_logged_in_only','enabled'),(97,1305,'_give_show_register_form','both'),(98,1305,'_give_goal_option','enabled'),(99,1305,'_give_goal_format','amount'),(100,1305,'_give_set_goal','10000.000000'),(101,1305,'_give_number_of_donor_goal','100'),(102,1305,'_give_goal_color','#f344cb'),(103,1305,'_give_close_form_when_goal_achieved','disabled'),(104,1305,'_give_form_goal_achieved_message','Thank you to all our donors, we have met our fundraising goal.'),(105,1305,'_give_terms_option','disabled'),(106,1305,'_give_agree_label','Agree to terms?'),(107,1305,'_give_agree_text','The terms can be customized in the donation form settings.'),(108,1305,'give_stripe_per_form_accounts','disabled'),(109,1305,'_give_default_stripe_account',''),(110,1305,'_give_email_options','global'),(111,1305,'_give_email_template','default'),(112,1305,'_give_email_logo',''),(113,1305,'_give_from_name','The Chrishaun Foundation'),(114,1305,'_give_from_email','wealthydivas1@gmail.com'),(115,1305,'_give_new-donation_notification','global'),(116,1305,'_give_new-donation_email_subject','New Donation - #{payment_id}'),(117,1305,'_give_new-donation_email_header','New Donation!'),(118,1305,'_give_new-donation_email_message','Hi there,\r\n\r\nThis email is to inform you that a new donation has been made on your website: {site_url}.\r\n\r\n<strong>Donor:</strong> {name}\r\n<strong>Donation:</strong> {donation}\r\n<strong>Amount:</strong> {amount}\r\n<strong>Payment Method:</strong> {payment_method}\r\n\r\nThank you,\r\n\r\n{sitename}'),(119,1305,'_give_new-donation_email_content_type','text/html'),(120,1305,'_give_new-donation_recipient','a:1:{i:0;a:1:{s:5:\"email\";s:23:\"wealthydivas1@gmail.com\";}}'),(121,1305,'_give_donation-receipt_notification','global'),(122,1305,'_give_donation-receipt_email_subject','Donation Receipt'),(123,1305,'_give_donation-receipt_email_header','Donation Receipt'),(124,1305,'_give_donation-receipt_email_mesage','Dear {name},\n\nThank you for your donation. Your generosity is appreciated! Here are the details of your donation:\n\n<strong>Donor:</strong> {fullname}\n<strong>Donation:</strong> {donation}\n<strong>Donation Date:</strong> {date}\n<strong>Amount:</strong> {amount}\n<strong>Payment Method:</strong> {payment_method}\n<strong>Payment ID:</strong> {payment_id}\n\n{receipt_link}\n\n\n\nSincerely,\n{sitename}\n'),(125,1305,'_give_donation-receipt_email_content_type','text/html'),(126,1305,'_give_form_goal_progress','0'),(127,1305,'_give_offline_checkout_notes','<em>You can customize instructions in the forms settings.</em>\r\n\r\n<strong>Please make checks payable to \"{sitename}\".</strong>\r\n\r\nYour donation is greatly appreciated!'),(128,1305,'_give_form_earnings','0'),(129,1305,'_give_customize_offline_donations','disabled'),(130,1305,'_give_form_sales','0'),(131,1305,'_edit_lock','1629182346:1'),(132,1305,'_edit_last','1'),(133,1305,'_give_levels_maximum_amount','250.000000'),(134,1305,'_give_custom_amount_range_minimum','5.000000'),(135,1305,'_give_custom_amount_range_maximum','999999.990000'),(136,1305,'_give_custom_amount_text','Custom Amount'),(137,1305,'_give_number_of_donation_goal','1'),(138,1305,'_give_offline_donation_enable_billing_fields_single','disabled'),(139,1305,'_give_donation-receipt_email_message','Dear {name},\r\n\r\nThank you for your donation. Your generosity is appreciated! Here are the details of your donation:\r\n\r\n<strong>Donor:</strong> {fullname}\r\n<strong>Donation:</strong> {donation}\r\n<strong>Donation Date:</strong> {date}\r\n<strong>Amount:</strong> {amount}\r\n<strong>Payment Method:</strong> {payment_method}\r\n<strong>Payment ID:</strong> {payment_id}\r\n\r\n{receipt_link}\r\n\r\nSincerely,\r\n{sitename}'),(140,1305,'site-sidebar-layout','default'),(141,1305,'site-content-layout','default'),(142,1305,'theme-transparent-header-meta','default'),(143,1303,'_give_legacy_form_template_settings','a:1:{s:16:\"display_settings\";a:8:{s:13:\"display_style\";s:7:\"buttons\";s:15:\"payment_display\";s:6:\"onpage\";s:12:\"reveal_label\";s:0:\"\";s:14:\"checkout_label\";s:10:\"Donate Now\";s:20:\"form_floating_labels\";s:6:\"global\";s:15:\"display_content\";s:8:\"disabled\";s:17:\"content_placement\";s:13:\"give_pre_form\";s:12:\"form_content\";s:0:\"\";}}'),(144,1369,'_give_onboarding_default_form','1'),(145,1369,'_give_levels_minimum_amount','10.000000'),(146,1369,'_give_levels_maximim_amount','250'),(147,1369,'_give_form_template','sequoia'),(148,1369,'_give_form_status','open'),(149,1369,'_give_sequoia_form_template_settings','a:4:{s:12:\"introduction\";a:6:{s:7:\"enabled\";s:7:\"enabled\";s:8:\"headline\";s:16:\"The Shoe Auction\";s:11:\"description\";s:75:\"Buy yourself some shoes ladies and help another lady to begin a new life...\";s:5:\"image\";s:74:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/Shoes-1.jpeg\";s:13:\"primary_color\";s:7:\"#f344cb\";s:12:\"donate_label\";s:7:\"Bid Now\";}s:14:\"payment_amount\";a:4:{s:12:\"header_label\";s:13:\"Choose Amount\";s:7:\"content\";s:145:\"How much would you like to donate? As a contributor to The Chrishaun Foundation we make sure your donation goes directly to supporting our cause.\";s:10:\"next_label\";s:8:\"Continue\";s:16:\"decimals_enabled\";s:8:\"disabled\";}s:19:\"payment_information\";a:5:{s:12:\"header_label\";s:20:\"Add Your Information\";s:8:\"headline\";s:19:\"Who\'s giving today?\";s:11:\"description\";s:49:\"We’ll never share this information with anyone.\";i:0;a:7:{s:2:\"id\";s:14:\"checkout_label\";s:4:\"name\";s:13:\"Submit Button\";s:4:\"desc\";s:43:\"The button label for completing a donation.\";s:4:\"type\";s:11:\"text_medium\";s:10:\"attributes\";a:1:{s:11:\"placeholder\";s:10:\"Donate Now\";}s:7:\"default\";s:10:\"Donate Now\";s:18:\"mapToLegacySetting\";s:20:\"_give_checkout_label\";}s:14:\"checkout_label\";s:7:\"Bid Now\";}s:9:\"thank-you\";a:6:{s:5:\"image\";s:0:\"\";s:8:\"headline\";s:22:\"A great big thank you!\";s:11:\"description\";s:140:\"{name}, your contribution means a lot and will be put to good use making a difference. We’ve sent your donation receipt to {donor_email}. \";s:7:\"sharing\";s:7:\"enabled\";s:19:\"sharing_instruction\";s:77:\"Help spread the word by sharing your support with your friends and followers!\";s:15:\"twitter_message\";s:38:\"I just gave to this cause. Who\'s next?\";}}'),(150,1369,'_give_checkout_label','Bid Now'),(151,1369,'_give_display_style','buttons'),(152,1369,'_give_payment_display','button'),(153,1369,'_give_form_floating_labels','disabled'),(154,1369,'_give_reveal_label','Donate Now'),(155,1369,'_give_display_content','disabled'),(156,1369,'_give_content_placement',NULL),(157,1369,'_give_form_content',NULL),(158,1369,'_give_price_option','multi'),(159,1369,'_give_set_price','1.000000'),(160,1369,'_give_custom_amount','enabled'),(161,1369,'_give_donation_levels','a:5:{i:0;a:3:{s:8:\"_give_id\";a:1:{s:8:\"level_id\";s:1:\"0\";}s:12:\"_give_amount\";s:9:\"10.000000\";s:10:\"_give_text\";s:0:\"\";}i:1;a:3:{s:8:\"_give_id\";a:1:{s:8:\"level_id\";s:1:\"1\";}s:12:\"_give_amount\";s:9:\"25.000000\";s:10:\"_give_text\";s:0:\"\";}i:2;a:4:{s:8:\"_give_id\";a:1:{s:8:\"level_id\";s:1:\"2\";}s:12:\"_give_amount\";s:9:\"50.000000\";s:10:\"_give_text\";s:0:\"\";s:13:\"_give_default\";s:7:\"default\";}i:3;a:3:{s:8:\"_give_id\";a:1:{s:8:\"level_id\";s:1:\"3\";}s:12:\"_give_amount\";s:10:\"100.000000\";s:10:\"_give_text\";s:0:\"\";}i:4;a:3:{s:8:\"_give_id\";a:1:{s:8:\"level_id\";s:1:\"5\";}s:12:\"_give_amount\";s:10:\"250.000000\";s:10:\"_give_text\";s:0:\"\";}}'),(162,1369,'_give_default_gateway','global'),(163,1369,'_give_name_title_prefix','global'),(164,1369,'_give_title_prefixes',''),(165,1369,'_give_company_field','optional'),(166,1369,'_give_anonymous_donation','disabled'),(167,1369,'_give_donor_comment','enabled'),(168,1369,'_give_logged_in_only','enabled'),(169,1369,'_give_show_register_form','both'),(170,1369,'_give_goal_option','disabled'),(171,1369,'_give_goal_format','amount'),(172,1369,'_give_set_goal','10000.000000'),(173,1369,'_give_number_of_donor_goal','100'),(174,1369,'_give_goal_color','#f344cb'),(175,1369,'_give_close_form_when_goal_achieved','disabled'),(176,1369,'_give_form_goal_achieved_message','Thank you to all our donors, we have met our fundraising goal.'),(177,1369,'_give_terms_option','disabled'),(178,1369,'_give_agree_label','Agree to terms?'),(179,1369,'_give_agree_text','The terms can be customized in the donation form settings.'),(180,1369,'give_stripe_per_form_accounts','disabled'),(181,1369,'_give_default_stripe_account',''),(182,1369,'_give_email_options','global'),(183,1369,'_give_email_template','default'),(184,1369,'_give_email_logo',''),(185,1369,'_give_from_name','The Chrishaun Foundation'),(186,1369,'_give_from_email','wealthydivas1@gmail.com'),(187,1369,'_give_new-donation_notification','global'),(188,1369,'_give_new-donation_email_subject','New Donation - #{payment_id}'),(189,1369,'_give_new-donation_email_header','New Donation!'),(190,1369,'_give_new-donation_email_message','Hi there,\r\n\r\nThis email is to inform you that a new donation has been made on your website: {site_url}.\r\n\r\n<strong>Donor:</strong> {name}\r\n<strong>Donation:</strong> {donation}\r\n<strong>Amount:</strong> {amount}\r\n<strong>Payment Method:</strong> {payment_method}\r\n\r\nThank you,\r\n\r\n{sitename}'),(191,1369,'_give_new-donation_email_content_type','text/html'),(192,1369,'_give_new-donation_recipient','a:1:{i:0;a:1:{s:5:\"email\";s:23:\"wealthydivas1@gmail.com\";}}'),(193,1369,'_give_donation-receipt_notification','global'),(194,1369,'_give_donation-receipt_email_subject','Donation Receipt'),(195,1369,'_give_donation-receipt_email_header','Donation Receipt'),(196,1369,'_give_donation-receipt_email_mesage','Dear {name},\n\nThank you for your donation. Your generosity is appreciated! Here are the details of your donation:\n\n<strong>Donor:</strong> {fullname}\n<strong>Donation:</strong> {donation}\n<strong>Donation Date:</strong> {date}\n<strong>Amount:</strong> {amount}\n<strong>Payment Method:</strong> {payment_method}\n<strong>Payment ID:</strong> {payment_id}\n\n{receipt_link}\n\n\n\nSincerely,\n{sitename}\n'),(197,1369,'_give_donation-receipt_email_content_type','text/html'),(198,1369,'_give_form_goal_progress','-1'),(199,1369,'_give_offline_checkout_notes','<em>You can customize instructions in the forms settings.</em>\r\n\r\n<strong>Please make checks payable to \"{sitename}\".</strong>\r\n\r\nYour donation is greatly appreciated!'),(200,1369,'_give_form_earnings','0'),(201,1369,'_give_customize_offline_donations','disabled'),(202,1369,'_give_form_sales','0'),(203,1369,'_edit_lock','1629190465:1'),(204,1369,'_edit_last','1'),(205,1369,'_give_levels_maximum_amount','250.000000'),(206,1369,'_give_custom_amount_range_minimum','5.000000'),(207,1369,'_give_custom_amount_range_maximum','999999.990000'),(208,1369,'_give_custom_amount_text','Custom Amount'),(209,1369,'_give_number_of_donation_goal','1'),(210,1369,'_give_offline_donation_enable_billing_fields_single','disabled'),(211,1369,'_give_donation-receipt_email_message','Dear {name},\r\n\r\nThank you for your donation. Your generosity is appreciated! Here are the details of your donation:\r\n\r\n<strong>Donor:</strong> {fullname}\r\n<strong>Donation:</strong> {donation}\r\n<strong>Donation Date:</strong> {date}\r\n<strong>Amount:</strong> {amount}\r\n<strong>Payment Method:</strong> {payment_method}\r\n<strong>Payment ID:</strong> {payment_id}\r\n\r\n{receipt_link}\r\n\r\nSincerely,\r\n{sitename}'),(212,1369,'site-sidebar-layout','default'),(213,1369,'site-content-layout','default'),(214,1369,'theme-transparent-header-meta','default');
/*!40000 ALTER TABLE `wpxo_give_formmeta` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpxo_give_formmeta` with 214 row(s)
--

--
-- Table structure for table `wpxo_wc_download_log`
--

DROP TABLE IF EXISTS `wpxo_wc_download_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_wc_download_log` (
  `download_log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `timestamp` datetime NOT NULL,
  `permission_id` bigint(20) unsigned NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `user_ip_address` varchar(100) DEFAULT '',
  PRIMARY KEY (`download_log_id`),
  KEY `permission_id` (`permission_id`),
  KEY `timestamp` (`timestamp`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_wc_download_log`
--

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

-- Dumped table `wpxo_wc_download_log` with 0 row(s)
--

--
-- Table structure for table `wpxo_woocommerce_attribute_taxonomies`
--

DROP TABLE IF EXISTS `wpxo_woocommerce_attribute_taxonomies`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_woocommerce_attribute_taxonomies` (
  `attribute_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `attribute_name` varchar(200) NOT NULL,
  `attribute_label` varchar(200) DEFAULT NULL,
  `attribute_type` varchar(20) NOT NULL,
  `attribute_orderby` varchar(20) NOT NULL,
  `attribute_public` int(1) NOT NULL DEFAULT 1,
  PRIMARY KEY (`attribute_id`),
  KEY `attribute_name` (`attribute_name`(20))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_woocommerce_attribute_taxonomies`
--

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

-- Dumped table `wpxo_woocommerce_attribute_taxonomies` with 0 row(s)
--

--
-- Table structure for table `wpxo_woocommerce_tax_rate_locations`
--

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

--
-- Dumping data for table `wpxo_woocommerce_tax_rate_locations`
--

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

-- Dumped table `wpxo_woocommerce_tax_rate_locations` with 0 row(s)
--

--
-- Table structure for table `wpxo_wc_webhooks`
--

DROP TABLE IF EXISTS `wpxo_wc_webhooks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_wc_webhooks` (
  `webhook_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `status` varchar(200) NOT NULL,
  `name` text NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL,
  `delivery_url` text NOT NULL,
  `secret` text NOT NULL,
  `topic` varchar(200) NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `api_version` smallint(4) NOT NULL,
  `failure_count` smallint(10) NOT NULL DEFAULT 0,
  `pending_delivery` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`webhook_id`),
  KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_wc_webhooks`
--

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

-- Dumped table `wpxo_wc_webhooks` with 0 row(s)
--

--
-- Table structure for table `wpxo_terms`
--

DROP TABLE IF EXISTS `wpxo_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_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=MyISAM AUTO_INCREMENT=23 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_terms`
--

LOCK TABLES `wpxo_terms` WRITE;
/*!40000 ALTER TABLE `wpxo_terms` DISABLE KEYS */;
INSERT INTO `wpxo_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Menu','menu',0),(3,'widget','widget',0),(4,'page','page',0),(5,'Temp','temp',0),(6,'live','live',0),(7,'expired','expired',0),(8,'simple','simple',0),(9,'grouped','grouped',0),(10,'variable','variable',0),(11,'external','external',0),(12,'exclude-from-search','exclude-from-search',0),(13,'exclude-from-catalog','exclude-from-catalog',0),(14,'featured','featured',0),(15,'outofstock','outofstock',0),(16,'rated-1','rated-1',0),(17,'rated-2','rated-2',0),(18,'rated-3','rated-3',0),(19,'rated-4','rated-4',0),(20,'rated-5','rated-5',0),(21,'Uncategorized','uncategorized',0),(22,'astra','astra',0);
/*!40000 ALTER TABLE `wpxo_terms` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpxo_terms` with 22 row(s)
--

--
-- Table structure for table `wpxo_woocommerce_order_items`
--

DROP TABLE IF EXISTS `wpxo_woocommerce_order_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_woocommerce_order_items` (
  `order_item_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_item_name` text NOT NULL,
  `order_item_type` varchar(200) NOT NULL DEFAULT '',
  `order_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`order_item_id`),
  KEY `order_id` (`order_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_woocommerce_order_items`
--

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

-- Dumped table `wpxo_woocommerce_order_items` with 0 row(s)
--

--
-- Table structure for table `wpxo_options`
--

DROP TABLE IF EXISTS `wpxo_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_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=MyISAM AUTO_INCREMENT=636794 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_options`
--

LOCK TABLES `wpxo_options` WRITE;
/*!40000 ALTER TABLE `wpxo_options` DISABLE KEYS */;
INSERT INTO `wpxo_options` VALUES (1,'siteurl','https://thechrishaunfoundation.org','yes'),(2,'home','https://thechrishaunfoundation.org','yes'),(3,'blogname','The Chrishaun Foundation','yes'),(4,'blogdescription','Ensuing There is Life After','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','wealthydivas1@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:242:{s:24:\"^wc-auth/v([1]{1})/(.*)?\";s:63:\"index.php?wc-auth-version=$matches[1]&wc-auth-route=$matches[2]\";s:22:\"^wc-api/v([1-3]{1})/?$\";s:51:\"index.php?wc-api-version=$matches[1]&wc-api-route=/\";s:24:\"^wc-api/v([1-3]{1})(.*)?\";s:61:\"index.php?wc-api-version=$matches[1]&wc-api-route=$matches[2]\";s: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:7:\"shop/?$\";s:27:\"index.php?post_type=product\";s:37:\"shop/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:32:\"shop/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:24:\"shop/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=product&paged=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:13:\"give/(.+?)/?$\";s:50:\"index.php?url_prefix=give&give_form_id=$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:32:\"category/(.+?)/wc-api(/(.*))?/?$\";s:54:\"index.php?category_name=$matches[1]&wc-api=$matches[3]\";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:29:\"tag/([^/]+)/wc-api(/(.*))?/?$\";s:44:\"index.php?tag=$matches[1]&wc-api=$matches[3]\";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:40:\"e-landing-page/([^/]+)/wc-api(/(.*))?/?$\";s:55:\"index.php?e-landing-page=$matches[1]&wc-api=$matches[3]\";s:42:\"e-landing-page/([^/]+)/give-api(/(.*))?/?$\";s:57:\"index.php?e-landing-page=$matches[1]&give-api=$matches[3]\";s:46:\"e-landing-page/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:57:\"e-landing-page/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s: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:57:\"donations/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?give_forms_category=$matches[1]&feed=$matches[2]\";s:52:\"donations/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?give_forms_category=$matches[1]&feed=$matches[2]\";s:33:\"donations/category/(.+?)/embed/?$\";s:52:\"index.php?give_forms_category=$matches[1]&embed=true\";s:45:\"donations/category/(.+?)/page/?([0-9]{1,})/?$\";s:59:\"index.php?give_forms_category=$matches[1]&paged=$matches[2]\";s:27:\"donations/category/(.+?)/?$\";s:41:\"index.php?give_forms_category=$matches[1]\";s:54:\"donations/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?give_forms_tag=$matches[1]&feed=$matches[2]\";s:49:\"donations/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?give_forms_tag=$matches[1]&feed=$matches[2]\";s:30:\"donations/tag/([^/]+)/embed/?$\";s:47:\"index.php?give_forms_tag=$matches[1]&embed=true\";s:42:\"donations/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?give_forms_tag=$matches[1]&paged=$matches[2]\";s:24:\"donations/tag/([^/]+)/?$\";s:36:\"index.php?give_forms_tag=$matches[1]\";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:35:\"donations/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?give_forms=$matches[1]&wc-api=$matches[3]\";s:37:\"donations/([^/]+)/give-api(/(.*))?/?$\";s:53:\"index.php?give_forms=$matches[1]&give-api=$matches[3]\";s:41:\"donations/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:52:\"donations/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-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:55:\"product-category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"product-category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:31:\"product-category/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:43:\"product-category/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:25:\"product-category/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:52:\"product-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:47:\"product-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:28:\"product-tag/([^/]+)/embed/?$\";s:44:\"index.php?product_tag=$matches[1]&embed=true\";s:40:\"product-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_tag=$matches[1]&paged=$matches[2]\";s:22:\"product-tag/([^/]+)/?$\";s:33:\"index.php?product_tag=$matches[1]\";s:35:\"product/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"product/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"product/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"product/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"product/([^/]+)/embed/?$\";s:40:\"index.php?product=$matches[1]&embed=true\";s:28:\"product/([^/]+)/trackback/?$\";s:34:\"index.php?product=$matches[1]&tb=1\";s:48:\"product/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:43:\"product/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:36:\"product/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&paged=$matches[2]\";s:43:\"product/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&cpage=$matches[2]\";s:33:\"product/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?product=$matches[1]&wc-api=$matches[3]\";s:35:\"product/([^/]+)/give-api(/(.*))?/?$\";s:50:\"index.php?product=$matches[1]&give-api=$matches[3]\";s:39:\"product/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"product/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:41:\"product/[^/]+/([^/]+)/give-api(/(.*))?/?$\";s:53:\"index.php?attachment=$matches[1]&give-api=$matches[3]\";s:52:\"product/[^/]+/attachment/([^/]+)/give-api(/(.*))?/?$\";s:53:\"index.php?attachment=$matches[1]&give-api=$matches[3]\";s:32:\"product/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?product=$matches[1]&page=$matches[2]\";s:24:\"product/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"product/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"product/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"product/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:40:\"index.php?&page_id=347&cpage=$matches[1]\";s:17:\"wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";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:26:\"comments/wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";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:29:\"search/(.+)/wc-api(/(.*))?/?$\";s:42:\"index.php?s=$matches[1]&wc-api=$matches[3]\";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:32:\"author/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?author_name=$matches[1]&wc-api=$matches[3]\";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:54:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc-api=$matches[5]\";s: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:41:\"([0-9]{4})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:66:\"index.php?year=$matches[1]&monthnum=$matches[2]&wc-api=$matches[4]\";s: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:28:\"([0-9]{4})/wc-api(/(.*))?/?$\";s:45:\"index.php?year=$matches[1]&wc-api=$matches[3]\";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:25:\"(.?.+?)/wc-api(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&wc-api=$matches[3]\";s:28:\"(.?.+?)/order-pay(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&order-pay=$matches[3]\";s:33:\"(.?.+?)/order-received(/(.*))?/?$\";s:57:\"index.php?pagename=$matches[1]&order-received=$matches[3]\";s:25:\"(.?.+?)/orders(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&orders=$matches[3]\";s:29:\"(.?.+?)/view-order(/(.*))?/?$\";s:53:\"index.php?pagename=$matches[1]&view-order=$matches[3]\";s:28:\"(.?.+?)/downloads(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&downloads=$matches[3]\";s:31:\"(.?.+?)/edit-account(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-account=$matches[3]\";s:31:\"(.?.+?)/edit-address(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-address=$matches[3]\";s:34:\"(.?.+?)/payment-methods(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&payment-methods=$matches[3]\";s:32:\"(.?.+?)/lost-password(/(.*))?/?$\";s:56:\"index.php?pagename=$matches[1]&lost-password=$matches[3]\";s:34:\"(.?.+?)/customer-logout(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&customer-logout=$matches[3]\";s:37:\"(.?.+?)/add-payment-method(/(.*))?/?$\";s:61:\"index.php?pagename=$matches[1]&add-payment-method=$matches[3]\";s:40:\"(.?.+?)/delete-payment-method(/(.*))?/?$\";s:64:\"index.php?pagename=$matches[1]&delete-payment-method=$matches[3]\";s:45:\"(.?.+?)/set-default-payment-method(/(.*))?/?$\";s:69:\"index.php?pagename=$matches[1]&set-default-payment-method=$matches[3]\";s:27:\"(.?.+?)/give-api(/(.*))?/?$\";s:51:\"index.php?pagename=$matches[1]&give-api=$matches[3]\";s:31:\".?.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\".?.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s: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:25:\"([^/]+)/wc-api(/(.*))?/?$\";s:45:\"index.php?name=$matches[1]&wc-api=$matches[3]\";s:27:\"([^/]+)/give-api(/(.*))?/?$\";s:47:\"index.php?name=$matches[1]&give-api=$matches[3]\";s:31:\"[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\"[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s: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:10:{i:0;s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";i:1;s:35:\"boldgrid-backup/boldgrid-backup.php\";i:2;s:35:\"classic-widgets/classic-widgets.php\";i:3;s:31:\"elementor-pro/elementor-pro.php\";i:4;s:23:\"elementor/elementor.php\";i:5;s:13:\"give/give.php\";i:6;s:19:\"jetpack/jetpack.php\";i:7;s:33:\"w3-total-cache/w3-total-cache.php\";i:8;s:27:\"woocommerce/woocommerce.php\";i:9;s:24:\"wpforms-lite/wpforms.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:2:{i:0;s:96:\"/home/shawns11/thechrishaunfoundation.org/wp-content/plugins/classic-widgets/classic-widgets.php\";i:1;s:0:\"\";}','no'),(40,'template','astra','yes'),(41,'stylesheet','astra','yes'),(42,'comment_registration','0','yes'),(43,'html_type','text/html','yes'),(44,'use_trackback','0','yes'),(45,'default_role','subscriber','yes'),(46,'db_version','53496','yes'),(47,'uploads_use_yearmonth_folders','1','yes'),(48,'upload_path','','yes'),(49,'blog_public','1','yes'),(50,'default_link_category','2','yes'),(51,'show_on_front','page','yes'),(52,'tag_base','','yes'),(53,'show_avatars','1','yes'),(54,'avatar_rating','G','yes'),(55,'upload_url_path','','yes'),(56,'thumbnail_size_w','150','yes'),(57,'thumbnail_size_h','150','yes'),(58,'thumbnail_crop','1','yes'),(59,'medium_size_w','300','yes'),(60,'medium_size_h','300','yes'),(61,'avatar_default','mystery','yes'),(62,'large_size_w','1024','yes'),(63,'large_size_h','1024','yes'),(64,'image_default_link_type','none','yes'),(65,'image_default_size','','yes'),(66,'image_default_align','','yes'),(67,'close_comments_for_old_posts','0','yes'),(68,'close_comments_days_old','14','yes'),(69,'thread_comments','1','yes'),(70,'thread_comments_depth','5','yes'),(71,'page_comments','0','yes'),(72,'comments_per_page','50','yes'),(73,'default_comments_page','newest','yes'),(74,'comment_order','asc','yes'),(75,'sticky_posts','a:0:{}','yes'),(76,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(77,'widget_text','a:3:{i:1;a:4:{s:5:\"title\";s:14:\"GIVE US A HAND\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:45:\"<a href=\"/donate\"><button>Donate</button></a>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}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:3:{s:39:\"advanced-wp-reset/advanced-wp-reset.php\";s:13:\"DBR_uninstall\";s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:33:\"instagram-feed/instagram-feed.php\";s:22:\"sb_instagram_uninstall\";}','no'),(80,'timezone_string','','yes'),(81,'page_for_posts','0','yes'),(82,'page_on_front','347','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','0','yes'),(87,'medium_large_size_w','768','yes'),(88,'medium_large_size_h','0','yes'),(89,'wp_page_for_privacy_policy','3','yes'),(90,'show_comments_cookies_opt_in','1','yes'),(91,'admin_email_lifespan','1684009306','yes'),(92,'disallowed_keys','','no'),(93,'comment_previously_approved','1','yes'),(94,'auto_plugin_theme_update_emails','a:0:{}','no'),(95,'auto_update_core_dev','enabled','yes'),(96,'auto_update_core_minor','enabled','yes'),(97,'auto_update_core_major','enabled','yes'),(98,'initial_db_version','49752','yes'),(99,'wpxo_user_roles','a:11:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:152:{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:16:\"aiosp_manage_seo\";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:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a: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;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:92:{s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"edit_theme_options\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}}','yes'),(100,'jetpack_sync_settings_post_types_blacklist','a:0:{}','yes'),(101,'jetpack_sync_settings_disable','0','yes'),(105,'jetpack_sync_settings_post_meta_whitelist','a:0:{}','yes'),(109,'elementor_active_kit','348','yes'),(115,'fresh_site','0','yes'),(15534,'wdm_users_login','with_login','yes'),(15535,'wdm_auc_num_per_page','10','yes'),(15536,'wdm_show_prvt_msg','No','yes'),(15537,'wdm_powered_by','No','yes'),(15524,'payment_options_enabled','a:1:{s:13:\"method_paypal\";s:6:\"PayPal\";}','yes'),(15528,'wdm_currency','U.S. Dollar -$ USD','yes'),(15529,'wdm_auc_settings_data','a:1:{s:17:\"wdm_auction_email\";s:31:\"info@thechrishaunfoundation.org\";}','yes'),(15554,'wdm_time_zone','America/New_York','yes'),(15555,'wdm_auction_page_url','','yes'),(15556,'wdm_login_page_url','','yes'),(15557,'wdm_register_page_url','','yes'),(635765,'jetpack_site_products','a:0:{}','yes'),(11362,'jetpack_active_plan','a:10:{s:10:\"product_id\";i:2002;s:12:\"product_slug\";s:12:\"jetpack_free\";s:12:\"product_name\";s:12:\"Jetpack Free\";s:18:\"product_name_short\";s:4:\"Free\";s:7:\"expired\";b:0;s:14:\"billing_period\";s:0:\"\";s:13:\"user_is_owner\";b:0;s:7:\"is_free\";b:1;s:11:\"license_key\";s:0:\"\";s:8:\"features\";a:2:{s:6:\"active\";a:10:{i:0;s:12:\"advanced-seo\";i:1;s:3:\"cdn\";i:2;s:17:\"jetpack-dashboard\";i:3;s:17:\"security-settings\";i:4;s:17:\"seo-preview-tools\";i:5;s:14:\"send-a-message\";i:6;s:15:\"social-previews\";i:7;s:18:\"upload-audio-files\";i:8;s:18:\"upload-video-files\";i:9;s:15:\"whatsapp-button\";}s:9:\"available\";a:40:{s:7:\"akismet\";a:16:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:26:\"jetpack_security_t1_yearly\";i:13;s:27:\"jetpack_security_t1_monthly\";i:14;s:26:\"jetpack_security_t2_yearly\";i:15;s:27:\"jetpack_security_t2_monthly\";}s:8:\"antispam\";a:16:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:26:\"jetpack_security_t1_yearly\";i:13;s:27:\"jetpack_security_t1_monthly\";i:14;s:26:\"jetpack_security_t2_yearly\";i:15;s:27:\"jetpack_security_t2_monthly\";}s:7:\"backups\";a:16:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:26:\"jetpack_security_t1_yearly\";i:13;s:27:\"jetpack_security_t1_monthly\";i:14;s:26:\"jetpack_security_t2_yearly\";i:15;s:27:\"jetpack_security_t2_monthly\";}s:13:\"backups-daily\";a:16:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:26:\"jetpack_security_t1_yearly\";i:13;s:27:\"jetpack_security_t1_monthly\";i:14;s:26:\"jetpack_security_t2_yearly\";i:15;s:27:\"jetpack_security_t2_monthly\";}s:8:\"calendly\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:20:\"cloudflare-analytics\";a:14:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:26:\"jetpack_security_t1_yearly\";i:11;s:27:\"jetpack_security_t1_monthly\";i:12;s:26:\"jetpack_security_t2_yearly\";i:13;s:27:\"jetpack_security_t2_monthly\";}s:14:\"cloudflare-cdn\";a:14:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:26:\"jetpack_security_t1_yearly\";i:11;s:27:\"jetpack_security_t1_monthly\";i:12;s:26:\"jetpack_security_t2_yearly\";i:13;s:27:\"jetpack_security_t2_monthly\";}s:10:\"core/audio\";a:16:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:26:\"jetpack_security_t1_yearly\";i:13;s:27:\"jetpack_security_t1_monthly\";i:14;s:26:\"jetpack_security_t2_yearly\";i:15;s:27:\"jetpack_security_t2_monthly\";}s:10:\"core/cover\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:10:\"core/video\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:9:\"donations\";a:16:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:26:\"jetpack_security_t1_yearly\";i:13;s:27:\"jetpack_security_t1_monthly\";i:14;s:26:\"jetpack_security_t2_yearly\";i:15;s:27:\"jetpack_security_t2_monthly\";}s:17:\"full-activity-log\";a:16:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:26:\"jetpack_security_t1_yearly\";i:13;s:27:\"jetpack_security_t1_monthly\";i:14;s:26:\"jetpack_security_t2_yearly\";i:15;s:27:\"jetpack_security_t2_monthly\";}s:16:\"google-analytics\";a:14:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:26:\"jetpack_security_t1_yearly\";i:11;s:27:\"jetpack_security_t1_monthly\";i:12;s:26:\"jetpack_security_t2_yearly\";i:13;s:27:\"jetpack_security_t2_monthly\";}s:9:\"opentable\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:16:\"priority_support\";a:16:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:26:\"jetpack_security_t1_yearly\";i:13;s:27:\"jetpack_security_t1_monthly\";i:14;s:26:\"jetpack_security_t2_yearly\";i:15;s:27:\"jetpack_security_t2_monthly\";}s:18:\"recurring-payments\";a:16:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:26:\"jetpack_security_t1_yearly\";i:13;s:27:\"jetpack_security_t1_monthly\";i:14;s:26:\"jetpack_security_t2_yearly\";i:15;s:27:\"jetpack_security_t2_monthly\";}s:11:\"republicize\";a:14:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:26:\"jetpack_security_t1_yearly\";i:11;s:27:\"jetpack_security_t1_monthly\";i:12;s:26:\"jetpack_security_t2_yearly\";i:13;s:27:\"jetpack_security_t2_monthly\";}s:4:\"scan\";a:14:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:26:\"jetpack_security_t1_yearly\";i:11;s:27:\"jetpack_security_t1_monthly\";i:12;s:26:\"jetpack_security_t2_yearly\";i:13;s:27:\"jetpack_security_t2_monthly\";}s:15:\"simple-payments\";a:14:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:26:\"jetpack_security_t1_yearly\";i:11;s:27:\"jetpack_security_t1_monthly\";i:12;s:26:\"jetpack_security_t2_yearly\";i:13;s:27:\"jetpack_security_t2_monthly\";}s:18:\"social-shares-1000\";a:6:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:16:\"jetpack_complete\";i:5;s:24:\"jetpack_complete_monthly\";}s:28:\"subscriber-unlimited-imports\";a:16:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:26:\"jetpack_security_t1_yearly\";i:13;s:27:\"jetpack_security_t1_monthly\";i:14;s:26:\"jetpack_security_t2_yearly\";i:15;s:27:\"jetpack_security_t2_monthly\";}s:7:\"support\";a:16:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:26:\"jetpack_security_t1_yearly\";i:13;s:27:\"jetpack_security_t1_monthly\";i:14;s:26:\"jetpack_security_t2_yearly\";i:15;s:27:\"jetpack_security_t2_monthly\";}s:29:\"vaultpress-automated-restores\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:25:\"vaultpress-backup-archive\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:18:\"vaultpress-backups\";a:16:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:26:\"jetpack_security_t1_yearly\";i:13;s:27:\"jetpack_security_t1_monthly\";i:14;s:26:\"jetpack_security_t2_yearly\";i:15;s:27:\"jetpack_security_t2_monthly\";}s:24:\"vaultpress-storage-space\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:13:\"video-hosting\";a:14:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:26:\"jetpack_security_t1_yearly\";i:11;s:27:\"jetpack_security_t1_monthly\";i:12;s:26:\"jetpack_security_t2_yearly\";i:13;s:27:\"jetpack_security_t2_monthly\";}s:10:\"videopress\";a:8:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:16:\"jetpack_complete\";i:7;s:24:\"jetpack_complete_monthly\";}s:7:\"wordads\";a:14:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:26:\"jetpack_security_t1_yearly\";i:11;s:27:\"jetpack_security_t1_monthly\";i:12;s:26:\"jetpack_security_t2_yearly\";i:13;s:27:\"jetpack_security_t2_monthly\";}s:15:\"wordads-jetpack\";a:14:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:26:\"jetpack_security_t1_yearly\";i:11;s:27:\"jetpack_security_t1_monthly\";i:12;s:26:\"jetpack_security_t2_yearly\";i:13;s:27:\"jetpack_security_t2_monthly\";}s:6:\"search\";a:4:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:16:\"jetpack_complete\";i:3;s:24:\"jetpack_complete_monthly\";}s:18:\"google-my-business\";a:10:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:25:\"jetpack_security_realtime\";i:3;s:33:\"jetpack_security_realtime_monthly\";i:4;s:16:\"jetpack_complete\";i:5;s:24:\"jetpack_complete_monthly\";i:6;s:26:\"jetpack_security_t1_yearly\";i:7;s:27:\"jetpack_security_t1_monthly\";i:8;s:26:\"jetpack_security_t2_yearly\";i:9;s:27:\"jetpack_security_t2_monthly\";}s:9:\"polldaddy\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:14:\"premium-themes\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:17:\"real-time-backups\";a:10:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:25:\"jetpack_security_realtime\";i:3;s:33:\"jetpack_security_realtime_monthly\";i:4;s:16:\"jetpack_complete\";i:5;s:24:\"jetpack_complete_monthly\";i:6;s:26:\"jetpack_security_t1_yearly\";i:7;s:27:\"jetpack_security_t1_monthly\";i:8;s:26:\"jetpack_security_t2_yearly\";i:9;s:27:\"jetpack_security_t2_monthly\";}s:28:\"vaultpress-security-scanning\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:18:\"cloud-critical-css\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:14:\"instant-search\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:26:\"social-enhanced-publishing\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:22:\"videopress-1tb-storage\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}}}}','yes'),(122,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(123,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(124,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(125,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(126,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(127,'sidebars_widgets','a:10:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:7:\"block-4\";i:1;s:7:\"block-6\";i:2;s:6:\"text-1\";}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:13:\"header-widget\";a:0:{}s:15:\"footer-widget-1\";a:1:{i:0;s:13:\"custom_html-1\";}s:15:\"footer-widget-2\";a:1:{i:0;s:13:\"custom_html-3\";}s:15:\"footer-widget-4\";a:1:{i:0;s:6:\"text-2\";}s:22:\"astra-woo-shop-sidebar\";a:0:{}s:24:\"astra-woo-single-sidebar\";a:0:{}s:18:\"give-forms-sidebar\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(310,'seedprod_login_page_id','','yes'),(311,'seedprod_404_page_id','','yes'),(312,'current_theme','Astra','yes'),(313,'theme_mods_astra','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:3:{s:7:\"primary\";i:5;s:11:\"mobile_menu\";i:5;s:11:\"footer_menu\";i:5;}s:18:\"custom_css_post_id\";i:19;s:11:\"custom_logo\";s:0:\"\";}','yes'),(314,'theme_switched','','yes'),(315,'astra-settings','a:1910:{s:26:\"blog-single-post-structure\";a:2:{i:0;s:12:\"single-image\";i:1;s:17:\"single-title-meta\";}s:17:\"blog-single-width\";s:7:\"default\";s:21:\"blog-single-max-width\";i:1200;s:16:\"blog-single-meta\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:20:\"enable-related-posts\";b:0;s:25:\"related-posts-total-count\";i:2;s:28:\"enable-related-posts-excerpt\";b:0;s:27:\"related-posts-excerpt-count\";i:25;s:22:\"related-posts-based-on\";s:10:\"categories\";s:22:\"related-posts-order-by\";s:4:\"date\";s:19:\"related-posts-order\";s:3:\"asc\";s:18:\"related-posts-grid\";s:1:\"2\";s:23:\"related-posts-structure\";a:2:{i:0;s:14:\"featured-image\";i:1;s:10:\"title-meta\";}s:28:\"related-posts-meta-structure\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:24:\"related-posts-text-color\";s:0:\"\";s:24:\"related-posts-link-color\";s:0:\"\";s:25:\"related-posts-title-color\";s:0:\"\";s:30:\"related-posts-background-color\";s:0:\"\";s:24:\"related-posts-meta-color\";s:0:\"\";s:30:\"related-posts-link-hover-color\";s:0:\"\";s:35:\"related-posts-meta-link-hover-color\";s:0:\"\";s:39:\"related-posts-section-title-font-family\";s:7:\"inherit\";s:39:\"related-posts-section-title-font-weight\";s:7:\"inherit\";s:42:\"related-posts-section-title-text-transform\";s:0:\"\";s:39:\"related-posts-section-title-line-height\";s:0:\"\";s:37:\"related-posts-section-title-font-size\";a:6:{s:7:\"desktop\";s:2:\"30\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"related-posts-title-font-family\";s:7:\"inherit\";s:31:\"related-posts-title-font-weight\";s:7:\"inherit\";s:34:\"related-posts-title-text-transform\";s:0:\"\";s:31:\"related-posts-title-line-height\";s:1:\"1\";s:29:\"related-posts-title-font-size\";a:6:{s:7:\"desktop\";s:2:\"20\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:30:\"related-posts-meta-font-family\";s:7:\"inherit\";s:30:\"related-posts-meta-font-weight\";s:7:\"inherit\";s:33:\"related-posts-meta-text-transform\";s:0:\"\";s:30:\"related-posts-meta-line-height\";s:0:\"\";s:28:\"related-posts-meta-font-size\";a:6:{s:7:\"desktop\";s:2:\"14\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:33:\"related-posts-content-font-family\";s:7:\"inherit\";s:33:\"related-posts-content-font-weight\";s:7:\"inherit\";s:36:\"related-posts-content-text-transform\";s:0:\"\";s:33:\"related-posts-content-line-height\";s:0:\"\";s:31:\"related-posts-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"blog-post-structure\";a:2:{i:0;s:5:\"image\";i:1;s:10:\"title-meta\";}s:10:\"blog-width\";s:7:\"default\";s:14:\"blog-max-width\";i:1200;s:17:\"blog-post-content\";s:7:\"excerpt\";s:9:\"blog-meta\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:10:\"text-color\";s:16:\"rgba(0,0,0,0.65)\";s:10:\"link-color\";s:7:\"#000000\";s:11:\"theme-color\";s:7:\"#833556\";s:12:\"link-h-color\";s:7:\"#000000\";s:13:\"footer-bg-obj\";a:8:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:12:\"footer-color\";s:0:\"\";s:17:\"footer-link-color\";s:0:\"\";s:19:\"footer-link-h-color\";s:0:\"\";s:17:\"footer-adv-bg-obj\";a:8:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:21:\"footer-adv-text-color\";s:0:\"\";s:21:\"footer-adv-link-color\";s:0:\"\";s:23:\"footer-adv-link-h-color\";s:0:\"\";s:26:\"footer-adv-wgt-title-color\";s:0:\"\";s:12:\"button-color\";s:7:\"#000000\";s:14:\"button-h-color\";s:7:\"#833556\";s:15:\"button-bg-color\";s:7:\"#ffffff\";s:17:\"button-bg-h-color\";s:21:\"rgba(255,255,255,0.9)\";s:20:\"theme-button-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"17\";s:5:\"right\";s:2:\"35\";s:6:\"bottom\";s:2:\"17\";s:4:\"left\";s:2:\"35\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"button-radius\";i:0;s:37:\"theme-button-border-group-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:17:\"footer-sml-layout\";s:19:\"footer-sml-layout-1\";s:20:\"footer-sml-section-1\";s:6:\"custom\";s:27:\"footer-sml-section-1-credit\";s:72:\"Copyright &copy; [current_year] [site_title] | Powered by [theme_author]\";s:20:\"footer-sml-section-2\";s:0:\"\";s:27:\"footer-sml-section-2-credit\";s:72:\"Copyright &copy; [current_year] [site_title] | Powered by [theme_author]\";s:27:\"footer-sml-dist-equal-align\";b:1;s:18:\"footer-sml-divider\";i:1;s:24:\"footer-sml-divider-color\";s:7:\"#7a7a7a\";s:19:\"footer-layout-width\";s:7:\"content\";s:22:\"ast-header-retina-logo\";s:0:\"\";s:21:\"ast-header-logo-width\";s:0:\"\";s:32:\"ast-header-responsive-logo-width\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:18:\"display-site-title\";b:0;s:20:\"display-site-tagline\";i:0;s:17:\"logo-title-inline\";b:0;s:19:\"disable-primary-nav\";b:0;s:14:\"header-layouts\";s:20:\"header-main-layout-1\";s:22:\"header-main-rt-section\";s:4:\"none\";s:27:\"header-display-outside-menu\";b:0;s:27:\"header-main-rt-section-html\";s:27:\"<button>Contact Us</button>\";s:34:\"header-main-rt-section-button-text\";s:6:\"Button\";s:34:\"header-main-rt-section-button-link\";s:23:\"https://www.wpastra.com\";s:41:\"header-main-rt-section-button-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:35:\"header-main-rt-section-button-style\";s:12:\"theme-button\";s:40:\"header-main-rt-section-button-text-color\";s:0:\"\";s:40:\"header-main-rt-section-button-back-color\";s:0:\"\";s:42:\"header-main-rt-section-button-text-h-color\";s:0:\"\";s:42:\"header-main-rt-section-button-back-h-color\";s:0:\"\";s:37:\"header-main-rt-section-button-padding\";a:3:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}}s:41:\"header-main-rt-section-button-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:15:\"header-main-sep\";i:1;s:21:\"header-main-sep-color\";s:0:\"\";s:24:\"header-main-layout-width\";s:7:\"content\";s:22:\"primary-submenu-border\";a:4:{s:3:\"top\";s:1:\"2\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:27:\"primary-submenu-item-border\";b:0;s:23:\"primary-submenu-b-color\";s:0:\"\";s:28:\"primary-submenu-item-b-color\";s:0:\"\";s:33:\"primary-header-button-font-family\";s:7:\"inherit\";s:33:\"primary-header-button-font-weight\";s:7:\"inherit\";s:31:\"primary-header-button-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"primary-header-button-text-transform\";s:0:\"\";s:33:\"primary-header-button-line-height\";i:1;s:36:\"primary-header-button-letter-spacing\";s:0:\"\";s:22:\"header-main-menu-label\";s:0:\"\";s:22:\"header-main-menu-align\";s:6:\"inline\";s:39:\"header-main-submenu-container-animation\";s:0:\"\";s:24:\"mobile-header-breakpoint\";s:0:\"\";s:18:\"mobile-header-logo\";s:0:\"\";s:24:\"mobile-header-logo-width\";s:0:\"\";s:11:\"site-layout\";s:21:\"ast-full-width-layout\";s:18:\"site-content-width\";i:1200;s:37:\"site-layout-outside-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:8:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:8:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:8:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:19:\"site-content-layout\";s:15:\"boxed-container\";s:26:\"single-page-content-layout\";s:7:\"default\";s:26:\"single-post-content-layout\";s:7:\"default\";s:27:\"archive-post-content-layout\";s:7:\"default\";s:16:\"body-font-family\";s:29:\"\'Source Sans Pro\', sans-serif\";s:17:\"body-font-variant\";s:0:\"\";s:16:\"body-font-weight\";s:3:\"400\";s:14:\"font-size-body\";a:6:{s:7:\"desktop\";i:17;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:16:\"body-line-height\";s:0:\"\";s:18:\"para-margin-bottom\";s:0:\"\";s:19:\"body-text-transform\";s:0:\"\";s:20:\"headings-font-family\";s:21:\"\'Poppins\', sans-serif\";s:20:\"headings-font-weight\";s:3:\"700\";s:23:\"headings-text-transform\";s:0:\"\";s:20:\"headings-line-height\";s:0:\"\";s:20:\"font-size-site-title\";a:6:{s:7:\"desktop\";s:2:\"20\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:2:\"18\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"font-size-site-tagline\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"font-size-entry-title\";a:6:{s:7:\"desktop\";i:30;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"font-size-archive-summary-title\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:20:\"font-size-page-title\";a:6:{s:7:\"desktop\";i:30;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h1\";a:6:{s:7:\"desktop\";s:2:\"90\";s:6:\"tablet\";s:2:\"60\";s:6:\"mobile\";s:2:\"50\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h2\";a:6:{s:7:\"desktop\";s:2:\"55\";s:6:\"tablet\";s:2:\"45\";s:6:\"mobile\";s:2:\"35\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h3\";a:6:{s:7:\"desktop\";s:2:\"35\";s:6:\"tablet\";s:2:\"30\";s:6:\"mobile\";s:2:\"28\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h4\";a:6:{s:7:\"desktop\";s:2:\"26\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h5\";a:6:{s:7:\"desktop\";s:2:\"20\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h6\";a:6:{s:7:\"desktop\";s:2:\"16\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"site-sidebar-layout\";s:10:\"no-sidebar\";s:18:\"site-sidebar-width\";i:30;s:26:\"single-page-sidebar-layout\";s:7:\"default\";s:26:\"single-post-sidebar-layout\";s:7:\"default\";s:27:\"archive-post-sidebar-layout\";s:7:\"default\";s:10:\"footer-adv\";s:8:\"disabled\";s:23:\"footer-adv-border-width\";s:0:\"\";s:23:\"footer-adv-border-color\";s:7:\"#7a7a7a\";s:30:\"mobile-header-toggle-btn-style\";s:7:\"minimal\";s:23:\"hide-custom-menu-mobile\";i:1;s:27:\"mobile-header-toggle-target\";s:4:\"icon\";s:23:\"transparent-header-logo\";s:0:\"\";s:30:\"transparent-header-retina-logo\";s:0:\"\";s:26:\"different-transparent-logo\";i:0;s:33:\"different-transparent-retina-logo\";i:0;s:29:\"transparent-header-logo-width\";a:3:{s:7:\"desktop\";i:150;s:6:\"tablet\";i:120;s:6:\"mobile\";i:100;}s:25:\"transparent-header-enable\";i:0;s:34:\"transparent-header-disable-archive\";i:1;s:45:\"transparent-header-disable-latest-posts-index\";i:1;s:29:\"transparent-header-on-devices\";s:4:\"both\";s:27:\"transparent-header-main-sep\";i:0;s:33:\"transparent-header-main-sep-color\";s:0:\"\";s:27:\"transparent-header-bg-color\";s:0:\"\";s:35:\"transparent-header-color-site-title\";s:0:\"\";s:37:\"transparent-header-color-h-site-title\";s:0:\"\";s:25:\"transparent-menu-bg-color\";s:0:\"\";s:22:\"transparent-menu-color\";s:0:\"\";s:24:\"transparent-menu-h-color\";s:0:\"\";s:28:\"transparent-submenu-bg-color\";s:0:\"\";s:25:\"transparent-submenu-color\";s:0:\"\";s:27:\"transparent-submenu-h-color\";s:0:\"\";s:38:\"transparent-header-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:46:\"transparent-header-color-site-title-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:48:\"transparent-header-color-h-site-title-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:36:\"transparent-menu-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"transparent-menu-color-responsive\";a:3:{s:7:\"desktop\";s:7:\"#ffffff\";s:6:\"tablet\";s:15:\"rgba(0,0,0,0.5)\";s:6:\"mobile\";s:0:\"\";}s:35:\"transparent-menu-h-color-responsive\";a:3:{s:7:\"desktop\";s:7:\"#f344cb\";s:6:\"tablet\";s:7:\"#833556\";s:6:\"mobile\";s:0:\"\";}s:39:\"transparent-submenu-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:36:\"transparent-submenu-color-responsive\";a:3:{s:7:\"desktop\";s:7:\"#000000\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:38:\"transparent-submenu-h-color-responsive\";a:3:{s:7:\"desktop\";s:7:\"#000000\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:49:\"transparent-content-section-text-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:49:\"transparent-content-section-link-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:51:\"transparent-content-section-link-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"breadcrumb-font-family\";s:7:\"inherit\";s:22:\"breadcrumb-font-weight\";s:7:\"inherit\";s:25:\"breadcrumb-text-transform\";s:0:\"\";s:32:\"breadcrumb-text-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"breadcrumb-active-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"breadcrumb-hover-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"breadcrumb-separator-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:19:\"breadcrumb-bg-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:18:\"breadcrumb-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:20:\"breadcrumb-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:8:\"h1-color\";s:0:\"\";s:8:\"h2-color\";s:0:\"\";s:8:\"h3-color\";s:0:\"\";s:8:\"h4-color\";s:0:\"\";s:8:\"h5-color\";s:0:\"\";s:8:\"h6-color\";s:0:\"\";s:14:\"font-family-h1\";s:7:\"inherit\";s:14:\"font-weight-h1\";s:7:\"inherit\";s:17:\"text-transform-h1\";s:0:\"\";s:14:\"line-height-h1\";i:1;s:14:\"font-family-h2\";s:7:\"inherit\";s:14:\"font-weight-h2\";s:7:\"inherit\";s:17:\"text-transform-h2\";s:0:\"\";s:14:\"line-height-h2\";d:1.1999999999999999555910790149937383830547332763671875;s:14:\"font-family-h3\";s:7:\"inherit\";s:14:\"font-weight-h3\";s:7:\"inherit\";s:17:\"text-transform-h3\";s:0:\"\";s:14:\"line-height-h3\";i:1;s:18:\"font-weight-button\";s:3:\"700\";s:18:\"font-family-button\";s:21:\"\'Poppins\', sans-serif\";s:16:\"font-size-button\";a:6:{s:7:\"desktop\";s:2:\"14\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"text-transform-button\";s:9:\"uppercase\";s:21:\"theme-btn-line-height\";i:1;s:24:\"theme-btn-letter-spacing\";i:2;s:20:\"header-desktop-items\";a:5:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:11:\"mobile-menu\";}}s:5:\"above\";a:5:{s:10:\"above_left\";a:0:{}s:17:\"above_left_center\";a:0:{}s:12:\"above_center\";a:0:{}s:18:\"above_right_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:5:{s:12:\"primary_left\";a:1:{i:0;s:4:\"logo\";}s:19:\"primary_left_center\";a:0:{}s:14:\"primary_center\";a:0:{}s:20:\"primary_right_center\";a:0:{}s:13:\"primary_right\";a:2:{i:0;s:6:\"menu-1\";i:1;s:8:\"button-1\";}}s:5:\"below\";a:5:{s:10:\"below_left\";a:0:{}s:17:\"below_left_center\";a:0:{}s:12:\"below_center\";a:0:{}s:18:\"below_right_center\";a:0:{}s:11:\"below_right\";a:0:{}}s:4:\"flag\";b:0;}s:19:\"header-mobile-items\";a:5:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:11:\"mobile-menu\";}}s:5:\"above\";a:3:{s:10:\"above_left\";a:0:{}s:12:\"above_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:3:{s:12:\"primary_left\";a:1:{i:0;s:4:\"logo\";}s:14:\"primary_center\";a:0:{}s:13:\"primary_right\";a:1:{i:0;s:14:\"mobile-trigger\";}}s:5:\"below\";a:3:{s:10:\"below_left\";a:0:{}s:12:\"below_center\";a:0:{}s:11:\"below_right\";a:0:{}}s:4:\"flag\";b:1;}s:27:\"hb-header-main-layout-width\";s:7:\"content\";s:16:\"hb-header-height\";a:3:{s:7:\"desktop\";i:70;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:8:\"hb-stack\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:18:\"hb-header-main-sep\";i:1;s:24:\"hb-header-main-sep-color\";s:7:\"#eaeaea\";s:25:\"hb-header-main-menu-align\";s:6:\"inline\";s:27:\"hb-header-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:17:\"hb-header-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:3:\"1.5\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"1.5\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:1:\"1\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:17:\"hba-header-layout\";s:21:\"above-header-layout-1\";s:17:\"hba-header-height\";a:3:{s:7:\"desktop\";i:50;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:9:\"hba-stack\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:20:\"hba-header-separator\";i:1;s:30:\"hba-header-bottom-border-color\";s:7:\"#eaeaea\";s:28:\"hba-header-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:32:\"hba-header-text-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:32:\"hba-header-link-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"hba-header-link-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:18:\"hba-header-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:3:\"0.5\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"em\";}s:17:\"hbb-header-layout\";s:21:\"below-header-layout-1\";s:17:\"hbb-header-height\";a:3:{s:7:\"desktop\";i:60;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:9:\"hbb-stack\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:20:\"hbb-header-separator\";i:1;s:30:\"hbb-header-bottom-border-color\";s:7:\"#eaeaea\";s:28:\"hbb-header-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:7:\"#eeeeee\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:18:\"hbb-header-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"1\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"px\";}s:37:\"section-footer-builder-layout-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"section-footer-builder-layout-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"section-above-header-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"section-above-header-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"section-below-header-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"section-below-header-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"section-header-mobile-trigger-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"section-primary-header-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:37:\"section-primary-header-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:20:\"title_tagline-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"section-header-search-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-account-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"header-mobile-menu-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:2:\"10\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:2:\"30\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:33:\"section-header-mobile-menu-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"section-above-footer-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:2:\"40\";s:5:\"right\";s:2:\"80\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:2:\"80\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:2:\"80\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"60\";s:4:\"left\";s:2:\"25\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"section-above-footer-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:1:\"0\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"section-below-footer-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"section-footer-copyright-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-footer-menu-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"section-primary-footer-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:3:\"100\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:2:\"60\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:2:\"60\";s:4:\"left\";s:2:\"30\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"25\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:37:\"section-primary-footer-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button1-text\";s:6:\"DONATE\";s:26:\"header-button1-link-option\";a:3:{s:3:\"url\";s:7:\"/donate\";s:7:\"new_tab\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button1-font-family\";s:7:\"inherit\";s:26:\"header-button1-font-weight\";s:7:\"inherit\";s:29:\"header-button1-text-transform\";s:0:\"\";s:26:\"header-button1-line-height\";s:0:\"\";s:24:\"header-button1-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button1-text-color\";a:3:{s:7:\"desktop\";s:7:\"#ffffff\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button1-back-color\";a:3:{s:7:\"desktop\";s:7:\"#f344cb\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button1-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button1-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button1-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button1-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button1-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button1-border-radius\";s:0:\"\";s:27:\"section-hb-button-1-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button1-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button1-text\";s:6:\"Button\";s:26:\"footer-button1-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button1-font-family\";s:7:\"inherit\";s:26:\"footer-button1-font-weight\";s:7:\"inherit\";s:29:\"footer-button1-text-transform\";s:0:\"\";s:26:\"footer-button1-line-height\";s:0:\"\";s:24:\"footer-button1-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button1-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button1-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button1-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button1-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button1-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button1-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button1-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button1-border-radius\";s:0:\"\";s:25:\"footer-button-1-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-1-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-1\";s:22:\"Insert HTML text here.\";s:18:\"header-html-1color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-1link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-1link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-1\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-1\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-1\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-1\";s:0:\"\";s:32:\"text-transform-section-hb-html-1\";s:0:\"\";s:24:\"section-hb-html-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-1\";s:60:\"<h6><span style=\"color: #ffd0b3;\">GIVE US A HAND</span></h6>\";s:18:\"footer-html-1color\";a:3:{s:7:\"desktop\";s:7:\"#ffd0b3\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-1link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-1link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-1\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-1-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-1\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-1\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-1\";s:0:\"\";s:29:\"line-height-section-fb-html-1\";s:0:\"\";s:24:\"section-fb-html-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-1-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-1-bg-space\";s:0:\"\";s:20:\"header-social-1-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-1-radius\";s:0:\"\";s:21:\"header-social-1-color\";s:0:\"\";s:23:\"header-social-1-h-color\";s:0:\"\";s:24:\"header-social-1-bg-color\";s:0:\"\";s:26:\"header-social-1-bg-h-color\";s:0:\"\";s:28:\"header-social-1-label-toggle\";b:0;s:26:\"header-social-1-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-1\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-1\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-1-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-1-bg-space\";s:0:\"\";s:20:\"footer-social-1-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-1-radius\";s:0:\"\";s:21:\"footer-social-1-color\";a:1:{s:7:\"desktop\";s:21:\"rgba(255,255,255,0.5)\";}s:23:\"footer-social-1-h-color\";a:1:{s:7:\"desktop\";s:7:\"#ffffff\";}s:24:\"footer-social-1-bg-color\";s:0:\"\";s:26:\"footer-social-1-bg-h-color\";s:0:\"\";s:28:\"footer-social-1-label-toggle\";b:0;s:26:\"footer-social-1-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-1\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-1\";a:2:{s:5:\"items\";a:6:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:47:\"https://www.facebook.com/TheChrishaunFoundation\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:10:\"facebook-f\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:7:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:3:\"url\";s:35:\"https://twitter.com/TheChrishaunFdn\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:7:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:3:\"url\";s:44:\"https://instagram.com/thechrishaunfoundation\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}i:3;a:7:{s:2:\"id\";s:8:\"linkedin\";s:7:\"enabled\";b:1;s:3:\"url\";s:55:\"https://www.linkedin.com/company/thechrishaunfoundation\";s:5:\"color\";s:7:\"#1c86c6\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"linkedin\";s:5:\"label\";s:8:\"Linkedin\";}i:4;a:7:{s:2:\"id\";s:7:\"youtube\";s:7:\"enabled\";b:1;s:3:\"url\";s:56:\"https://www.youtube.com/channel/UCmzlzjopXMpjtDYwwQ2qacg\";s:5:\"color\";s:7:\"#e96651\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"youtube\";s:5:\"label\";s:7:\"YouTube\";}i:5;a:7:{s:2:\"id\";s:5:\"vimeo\";s:7:\"enabled\";b:1;s:3:\"url\";s:31:\"https://vimeo.com/user108876918\";s:5:\"color\";s:7:\"#8ecfde\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:5:\"vimeo\";s:5:\"label\";s:5:\"Vimeo\";}}s:4:\"flag\";b:1;}s:25:\"footer-social-1-alignment\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:4:\"left\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:1:\"5\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-1-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-1-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-1-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-1-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-1-font-family\";s:7:\"inherit\";s:27:\"header-widget-1-font-weight\";s:7:\"inherit\";s:30:\"header-widget-1-text-transform\";s:0:\"\";s:27:\"header-widget-1-line-height\";s:0:\"\";s:25:\"header-widget-1-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-1-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-1-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-1-content-text-transform\";s:0:\"\";s:35:\"header-widget-1-content-line-height\";s:0:\"\";s:33:\"header-widget-1-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-1-title-color\";a:3:{s:7:\"desktop\";s:7:\"#ffffff\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-1-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-1-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-1-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-1-font-family\";s:7:\"inherit\";s:27:\"footer-widget-1-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-1-text-transform\";s:0:\"\";s:27:\"footer-widget-1-line-height\";s:0:\"\";s:25:\"footer-widget-1-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-1-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-1-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-1-content-text-transform\";s:0:\"\";s:35:\"footer-widget-1-content-line-height\";s:0:\"\";s:33:\"footer-widget-1-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-1\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:4:\"left\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu1-bg-color\";s:0:\"\";s:18:\"header-menu1-color\";s:0:\"\";s:23:\"header-menu1-h-bg-color\";s:0:\"\";s:20:\"header-menu1-h-color\";s:0:\"\";s:23:\"header-menu1-a-bg-color\";s:0:\"\";s:20:\"header-menu1-a-color\";s:0:\"\";s:30:\"header-menu1-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:29:\"header-menu1-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu1-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu1-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu1-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu1-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu1-menu-hover-animation\";s:0:\"\";s:40:\"header-menu1-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu1-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu1-submenu-item-border\";b:0;s:32:\"header-menu1-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu1-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu1-submenu-border-radius\";s:0:\"\";s:31:\"header-menu1-submenu-top-offset\";s:0:\"\";s:26:\"header-menu1-submenu-width\";s:0:\"\";s:27:\"header-menu1-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu1-menu-stack-on-mobile\";b:1;s:22:\"header-menu1-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu1-font-weight\";s:7:\"inherit\";s:24:\"header-menu1-font-family\";s:7:\"inherit\";s:27:\"header-menu1-text-transform\";s:0:\"\";s:24:\"header-menu1-line-height\";s:0:\"\";s:27:\"section-hb-divider-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button2-text\";s:6:\"Button\";s:26:\"header-button2-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button2-font-family\";s:7:\"inherit\";s:26:\"header-button2-font-weight\";s:7:\"inherit\";s:29:\"header-button2-text-transform\";s:0:\"\";s:26:\"header-button2-line-height\";s:0:\"\";s:24:\"header-button2-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button2-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button2-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button2-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button2-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button2-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button2-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button2-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button2-border-radius\";s:0:\"\";s:27:\"section-hb-button-2-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button2-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button2-text\";s:6:\"Button\";s:26:\"footer-button2-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button2-font-family\";s:7:\"inherit\";s:26:\"footer-button2-font-weight\";s:7:\"inherit\";s:29:\"footer-button2-text-transform\";s:0:\"\";s:26:\"footer-button2-line-height\";s:0:\"\";s:24:\"footer-button2-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button2-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button2-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button2-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button2-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button2-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button2-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button2-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button2-border-radius\";s:0:\"\";s:25:\"footer-button-2-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-2-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-2\";s:22:\"Insert HTML text here.\";s:18:\"header-html-2color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-2link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-2link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-2\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-2\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-2\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-2\";s:0:\"\";s:32:\"text-transform-section-hb-html-2\";s:0:\"\";s:24:\"section-hb-html-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-2\";s:105:\"<h2><span style=\"color: #ffffff;\">Support us and change the course of a child’s life today!</span></h2>\";s:18:\"footer-html-2color\";a:3:{s:7:\"desktop\";s:7:\"#ffffff\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-2link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-2link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-2\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-2-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-2\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-2\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-2\";s:0:\"\";s:29:\"line-height-section-fb-html-2\";s:0:\"\";s:24:\"section-fb-html-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"20\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"55\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-2-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-2-bg-space\";s:0:\"\";s:20:\"header-social-2-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-2-radius\";s:0:\"\";s:21:\"header-social-2-color\";s:0:\"\";s:23:\"header-social-2-h-color\";s:0:\"\";s:24:\"header-social-2-bg-color\";s:0:\"\";s:26:\"header-social-2-bg-h-color\";s:0:\"\";s:28:\"header-social-2-label-toggle\";b:0;s:26:\"header-social-2-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-2\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-2\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-2-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-2-bg-space\";s:0:\"\";s:20:\"footer-social-2-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-2-radius\";s:0:\"\";s:21:\"footer-social-2-color\";s:0:\"\";s:23:\"footer-social-2-h-color\";s:0:\"\";s:24:\"footer-social-2-bg-color\";s:0:\"\";s:26:\"footer-social-2-bg-h-color\";s:0:\"\";s:28:\"footer-social-2-label-toggle\";b:0;s:26:\"footer-social-2-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-2\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-2\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-2-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-2-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-2-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-2-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-2-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-2-font-family\";s:7:\"inherit\";s:27:\"header-widget-2-font-weight\";s:7:\"inherit\";s:30:\"header-widget-2-text-transform\";s:0:\"\";s:27:\"header-widget-2-line-height\";s:0:\"\";s:25:\"header-widget-2-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-2-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-2-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-2-content-text-transform\";s:0:\"\";s:35:\"header-widget-2-content-line-height\";s:0:\"\";s:33:\"header-widget-2-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-2-title-color\";a:3:{s:7:\"desktop\";s:7:\"#ffffff\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-2-color\";a:3:{s:7:\"desktop\";s:7:\"#ffffff\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-2-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-2-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-2-font-family\";s:7:\"inherit\";s:27:\"footer-widget-2-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-2-text-transform\";s:0:\"\";s:27:\"footer-widget-2-line-height\";s:0:\"\";s:25:\"footer-widget-2-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-2-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-2-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-2-content-text-transform\";s:0:\"\";s:35:\"footer-widget-2-content-line-height\";s:0:\"\";s:33:\"footer-widget-2-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-2\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:4:\"left\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu2-bg-color\";s:0:\"\";s:18:\"header-menu2-color\";s:0:\"\";s:23:\"header-menu2-h-bg-color\";s:0:\"\";s:20:\"header-menu2-h-color\";s:0:\"\";s:23:\"header-menu2-a-bg-color\";s:0:\"\";s:20:\"header-menu2-a-color\";s:0:\"\";s:30:\"header-menu2-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:29:\"header-menu2-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu2-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu2-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu2-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu2-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu2-menu-hover-animation\";s:0:\"\";s:40:\"header-menu2-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu2-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu2-submenu-item-border\";b:0;s:32:\"header-menu2-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu2-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu2-submenu-border-radius\";s:0:\"\";s:31:\"header-menu2-submenu-top-offset\";s:0:\"\";s:26:\"header-menu2-submenu-width\";s:0:\"\";s:27:\"header-menu2-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu2-menu-stack-on-mobile\";b:1;s:22:\"header-menu2-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu2-font-weight\";s:7:\"inherit\";s:24:\"header-menu2-font-family\";s:7:\"inherit\";s:27:\"header-menu2-text-transform\";s:0:\"\";s:24:\"header-menu2-line-height\";s:0:\"\";s:27:\"section-hb-divider-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button3-text\";s:6:\"Button\";s:26:\"header-button3-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button3-font-family\";s:7:\"inherit\";s:26:\"header-button3-font-weight\";s:7:\"inherit\";s:29:\"header-button3-text-transform\";s:0:\"\";s:26:\"header-button3-line-height\";s:0:\"\";s:24:\"header-button3-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button3-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button3-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button3-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button3-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button3-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button3-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button3-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button3-border-radius\";s:0:\"\";s:27:\"section-hb-button-3-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button3-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button3-text\";s:6:\"Button\";s:26:\"footer-button3-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button3-font-family\";s:7:\"inherit\";s:26:\"footer-button3-font-weight\";s:7:\"inherit\";s:29:\"footer-button3-text-transform\";s:0:\"\";s:26:\"footer-button3-line-height\";s:0:\"\";s:24:\"footer-button3-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button3-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button3-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button3-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button3-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button3-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button3-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button3-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button3-border-radius\";s:0:\"\";s:25:\"footer-button-3-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-3-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-3\";s:22:\"Insert HTML text here.\";s:18:\"header-html-3color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-3link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-3link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-3\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-3\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-3\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-3\";s:0:\"\";s:32:\"text-transform-section-hb-html-3\";s:0:\"\";s:24:\"section-hb-html-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-3\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-3color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-3link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-3link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-3\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-3-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-3\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-3\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-3\";s:0:\"\";s:29:\"line-height-section-fb-html-3\";s:0:\"\";s:24:\"section-fb-html-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-3-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-3-bg-space\";s:0:\"\";s:20:\"header-social-3-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-3-radius\";s:0:\"\";s:21:\"header-social-3-color\";s:0:\"\";s:23:\"header-social-3-h-color\";s:0:\"\";s:24:\"header-social-3-bg-color\";s:0:\"\";s:26:\"header-social-3-bg-h-color\";s:0:\"\";s:28:\"header-social-3-label-toggle\";b:0;s:26:\"header-social-3-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-3\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-3\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-3-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-3-bg-space\";s:0:\"\";s:20:\"footer-social-3-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-3-radius\";s:0:\"\";s:21:\"footer-social-3-color\";s:0:\"\";s:23:\"footer-social-3-h-color\";s:0:\"\";s:24:\"footer-social-3-bg-color\";s:0:\"\";s:26:\"footer-social-3-bg-h-color\";s:0:\"\";s:28:\"footer-social-3-label-toggle\";b:0;s:26:\"footer-social-3-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-3\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-3\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-3-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-3-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-3-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-3-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-3-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-3-font-family\";s:7:\"inherit\";s:27:\"header-widget-3-font-weight\";s:7:\"inherit\";s:30:\"header-widget-3-text-transform\";s:0:\"\";s:27:\"header-widget-3-line-height\";s:0:\"\";s:25:\"header-widget-3-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-3-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-3-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-3-content-text-transform\";s:0:\"\";s:35:\"header-widget-3-content-line-height\";s:0:\"\";s:33:\"header-widget-3-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-3-title-color\";a:3:{s:7:\"desktop\";s:7:\"#ffd0b3\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-3-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-3-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-3-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-3-font-family\";s:7:\"inherit\";s:27:\"footer-widget-3-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-3-text-transform\";s:0:\"\";s:27:\"footer-widget-3-line-height\";s:0:\"\";s:25:\"footer-widget-3-font-size\";a:6:{s:7:\"desktop\";s:2:\"16\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-3-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-3-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-3-content-text-transform\";s:0:\"\";s:35:\"footer-widget-3-content-line-height\";s:0:\"\";s:33:\"footer-widget-3-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-3\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu3-bg-color\";s:0:\"\";s:18:\"header-menu3-color\";s:0:\"\";s:23:\"header-menu3-h-bg-color\";s:0:\"\";s:20:\"header-menu3-h-color\";s:0:\"\";s:23:\"header-menu3-a-bg-color\";s:0:\"\";s:20:\"header-menu3-a-color\";s:0:\"\";s:30:\"header-menu3-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:29:\"header-menu3-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu3-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu3-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu3-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu3-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu3-menu-hover-animation\";s:0:\"\";s:40:\"header-menu3-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu3-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu3-submenu-item-border\";b:0;s:32:\"header-menu3-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu3-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu3-submenu-border-radius\";s:0:\"\";s:31:\"header-menu3-submenu-top-offset\";s:0:\"\";s:26:\"header-menu3-submenu-width\";s:0:\"\";s:27:\"header-menu3-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu3-menu-stack-on-mobile\";b:1;s:22:\"header-menu3-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu3-font-weight\";s:7:\"inherit\";s:24:\"header-menu3-font-family\";s:7:\"inherit\";s:27:\"header-menu3-text-transform\";s:0:\"\";s:24:\"header-menu3-line-height\";s:0:\"\";s:27:\"section-hb-divider-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button4-text\";s:6:\"Button\";s:26:\"header-button4-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button4-font-family\";s:7:\"inherit\";s:26:\"header-button4-font-weight\";s:7:\"inherit\";s:29:\"header-button4-text-transform\";s:0:\"\";s:26:\"header-button4-line-height\";s:0:\"\";s:24:\"header-button4-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button4-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button4-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button4-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button4-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button4-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button4-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button4-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button4-border-radius\";s:0:\"\";s:27:\"section-hb-button-4-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button4-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button4-text\";s:6:\"Button\";s:26:\"footer-button4-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button4-font-family\";s:7:\"inherit\";s:26:\"footer-button4-font-weight\";s:7:\"inherit\";s:29:\"footer-button4-text-transform\";s:0:\"\";s:26:\"footer-button4-line-height\";s:0:\"\";s:24:\"footer-button4-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button4-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button4-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button4-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button4-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button4-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button4-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button4-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button4-border-radius\";s:0:\"\";s:25:\"footer-button-4-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-4-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-4\";s:22:\"Insert HTML text here.\";s:18:\"header-html-4color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-4link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-4link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-4\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-4\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-4\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-4\";s:0:\"\";s:32:\"text-transform-section-hb-html-4\";s:0:\"\";s:24:\"section-hb-html-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-4\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-4color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-4link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-4link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-4\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-4-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-4\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-4\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-4\";s:0:\"\";s:29:\"line-height-section-fb-html-4\";s:0:\"\";s:24:\"section-fb-html-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-4-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-4-bg-space\";s:0:\"\";s:20:\"header-social-4-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-4-radius\";s:0:\"\";s:21:\"header-social-4-color\";s:0:\"\";s:23:\"header-social-4-h-color\";s:0:\"\";s:24:\"header-social-4-bg-color\";s:0:\"\";s:26:\"header-social-4-bg-h-color\";s:0:\"\";s:28:\"header-social-4-label-toggle\";b:0;s:26:\"header-social-4-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-4\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-4\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-4-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-4-bg-space\";s:0:\"\";s:20:\"footer-social-4-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-4-radius\";s:0:\"\";s:21:\"footer-social-4-color\";s:0:\"\";s:23:\"footer-social-4-h-color\";s:0:\"\";s:24:\"footer-social-4-bg-color\";s:0:\"\";s:26:\"footer-social-4-bg-h-color\";s:0:\"\";s:28:\"footer-social-4-label-toggle\";b:0;s:26:\"footer-social-4-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-4\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-4\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-4-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-4-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-4-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-4-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-4-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-4-font-family\";s:7:\"inherit\";s:27:\"header-widget-4-font-weight\";s:7:\"inherit\";s:30:\"header-widget-4-text-transform\";s:0:\"\";s:27:\"header-widget-4-line-height\";s:0:\"\";s:25:\"header-widget-4-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-4-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-4-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-4-content-text-transform\";s:0:\"\";s:35:\"header-widget-4-content-line-height\";s:0:\"\";s:33:\"header-widget-4-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-4-title-color\";a:3:{s:7:\"desktop\";s:7:\"#ffffff\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-4-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-4-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-4-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-4-font-family\";s:7:\"inherit\";s:27:\"footer-widget-4-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-4-text-transform\";s:0:\"\";s:27:\"footer-widget-4-line-height\";s:0:\"\";s:25:\"footer-widget-4-font-size\";a:6:{s:7:\"desktop\";s:2:\"55\";s:6:\"tablet\";s:2:\"45\";s:6:\"mobile\";s:2:\"35\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-4-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-4-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-4-content-text-transform\";s:0:\"\";s:35:\"footer-widget-4-content-line-height\";s:0:\"\";s:33:\"footer-widget-4-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-4\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu4-bg-color\";s:0:\"\";s:18:\"header-menu4-color\";s:0:\"\";s:23:\"header-menu4-h-bg-color\";s:0:\"\";s:20:\"header-menu4-h-color\";s:0:\"\";s:23:\"header-menu4-a-bg-color\";s:0:\"\";s:20:\"header-menu4-a-color\";s:0:\"\";s:30:\"header-menu4-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:29:\"header-menu4-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu4-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu4-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu4-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu4-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu4-menu-hover-animation\";s:0:\"\";s:40:\"header-menu4-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu4-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu4-submenu-item-border\";b:0;s:32:\"header-menu4-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu4-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu4-submenu-border-radius\";s:0:\"\";s:31:\"header-menu4-submenu-top-offset\";s:0:\"\";s:26:\"header-menu4-submenu-width\";s:0:\"\";s:27:\"header-menu4-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu4-menu-stack-on-mobile\";b:1;s:22:\"header-menu4-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu4-font-weight\";s:7:\"inherit\";s:24:\"header-menu4-font-family\";s:7:\"inherit\";s:27:\"header-menu4-text-transform\";s:0:\"\";s:24:\"header-menu4-line-height\";s:0:\"\";s:27:\"section-hb-divider-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button5-text\";s:6:\"Button\";s:26:\"header-button5-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button5-font-family\";s:7:\"inherit\";s:26:\"header-button5-font-weight\";s:7:\"inherit\";s:29:\"header-button5-text-transform\";s:0:\"\";s:26:\"header-button5-line-height\";s:0:\"\";s:24:\"header-button5-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button5-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button5-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button5-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button5-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button5-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button5-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button5-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button5-border-radius\";s:0:\"\";s:27:\"section-hb-button-5-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button5-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button5-text\";s:6:\"Button\";s:26:\"footer-button5-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button5-font-family\";s:7:\"inherit\";s:26:\"footer-button5-font-weight\";s:7:\"inherit\";s:29:\"footer-button5-text-transform\";s:0:\"\";s:26:\"footer-button5-line-height\";s:0:\"\";s:24:\"footer-button5-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button5-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button5-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button5-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button5-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button5-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button5-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button5-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button5-border-radius\";s:0:\"\";s:25:\"footer-button-5-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-5-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-5\";s:22:\"Insert HTML text here.\";s:18:\"header-html-5color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-5link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-5link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-5\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-5\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-5\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-5\";s:0:\"\";s:32:\"text-transform-section-hb-html-5\";s:0:\"\";s:24:\"section-hb-html-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-5\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-5color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-5link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-5link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-5\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-5-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-5\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-5\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-5\";s:0:\"\";s:29:\"line-height-section-fb-html-5\";s:0:\"\";s:24:\"section-fb-html-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-5-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-5-bg-space\";s:0:\"\";s:20:\"header-social-5-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-5-radius\";s:0:\"\";s:21:\"header-social-5-color\";s:0:\"\";s:23:\"header-social-5-h-color\";s:0:\"\";s:24:\"header-social-5-bg-color\";s:0:\"\";s:26:\"header-social-5-bg-h-color\";s:0:\"\";s:28:\"header-social-5-label-toggle\";b:0;s:26:\"header-social-5-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-5\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-5\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-5-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-5-bg-space\";s:0:\"\";s:20:\"footer-social-5-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-5-radius\";s:0:\"\";s:21:\"footer-social-5-color\";s:0:\"\";s:23:\"footer-social-5-h-color\";s:0:\"\";s:24:\"footer-social-5-bg-color\";s:0:\"\";s:26:\"footer-social-5-bg-h-color\";s:0:\"\";s:28:\"footer-social-5-label-toggle\";b:0;s:26:\"footer-social-5-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-5\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-5\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-5-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-5-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-5-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-5-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-5-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-5-font-family\";s:7:\"inherit\";s:27:\"header-widget-5-font-weight\";s:7:\"inherit\";s:30:\"header-widget-5-text-transform\";s:0:\"\";s:27:\"header-widget-5-line-height\";s:0:\"\";s:25:\"header-widget-5-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-5-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-5-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-5-content-text-transform\";s:0:\"\";s:35:\"header-widget-5-content-line-height\";s:0:\"\";s:33:\"header-widget-5-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-5-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-5-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-5-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-5-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-5-font-family\";s:7:\"inherit\";s:27:\"footer-widget-5-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-5-text-transform\";s:0:\"\";s:27:\"footer-widget-5-line-height\";s:0:\"\";s:25:\"footer-widget-5-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-5-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-5-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-5-content-text-transform\";s:0:\"\";s:35:\"footer-widget-5-content-line-height\";s:0:\"\";s:33:\"footer-widget-5-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-5\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu5-bg-color\";s:0:\"\";s:18:\"header-menu5-color\";s:0:\"\";s:23:\"header-menu5-h-bg-color\";s:0:\"\";s:20:\"header-menu5-h-color\";s:0:\"\";s:23:\"header-menu5-a-bg-color\";s:0:\"\";s:20:\"header-menu5-a-color\";s:0:\"\";s:30:\"header-menu5-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:29:\"header-menu5-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu5-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu5-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu5-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu5-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu5-menu-hover-animation\";s:0:\"\";s:40:\"header-menu5-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu5-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu5-submenu-item-border\";b:0;s:32:\"header-menu5-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu5-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu5-submenu-border-radius\";s:0:\"\";s:31:\"header-menu5-submenu-top-offset\";s:0:\"\";s:26:\"header-menu5-submenu-width\";s:0:\"\";s:27:\"header-menu5-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu5-menu-stack-on-mobile\";b:1;s:22:\"header-menu5-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu5-font-weight\";s:7:\"inherit\";s:24:\"header-menu5-font-family\";s:7:\"inherit\";s:27:\"header-menu5-text-transform\";s:0:\"\";s:24:\"header-menu5-line-height\";s:0:\"\";s:27:\"section-hb-divider-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button6-text\";s:6:\"Button\";s:26:\"header-button6-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button6-font-family\";s:7:\"inherit\";s:26:\"header-button6-font-weight\";s:7:\"inherit\";s:29:\"header-button6-text-transform\";s:0:\"\";s:26:\"header-button6-line-height\";s:0:\"\";s:24:\"header-button6-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button6-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button6-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button6-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button6-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button6-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button6-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button6-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button6-border-radius\";s:0:\"\";s:27:\"section-hb-button-6-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button6-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button6-text\";s:6:\"Button\";s:26:\"footer-button6-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button6-font-family\";s:7:\"inherit\";s:26:\"footer-button6-font-weight\";s:7:\"inherit\";s:29:\"footer-button6-text-transform\";s:0:\"\";s:26:\"footer-button6-line-height\";s:0:\"\";s:24:\"footer-button6-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button6-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button6-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button6-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button6-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button6-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button6-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button6-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button6-border-radius\";s:0:\"\";s:25:\"footer-button-6-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-6-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-6\";s:22:\"Insert HTML text here.\";s:18:\"header-html-6color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-6link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-6link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-6\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-6\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-6\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-6\";s:0:\"\";s:32:\"text-transform-section-hb-html-6\";s:0:\"\";s:24:\"section-hb-html-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-6\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-6color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-6link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-6link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-6\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-6-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-6\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-6\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-6\";s:0:\"\";s:29:\"line-height-section-fb-html-6\";s:0:\"\";s:24:\"section-fb-html-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-6-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-6-bg-space\";s:0:\"\";s:20:\"header-social-6-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-6-radius\";s:0:\"\";s:21:\"header-social-6-color\";s:0:\"\";s:23:\"header-social-6-h-color\";s:0:\"\";s:24:\"header-social-6-bg-color\";s:0:\"\";s:26:\"header-social-6-bg-h-color\";s:0:\"\";s:28:\"header-social-6-label-toggle\";b:0;s:26:\"header-social-6-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-6\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-6\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-6-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-6-bg-space\";s:0:\"\";s:20:\"footer-social-6-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-6-radius\";s:0:\"\";s:21:\"footer-social-6-color\";s:0:\"\";s:23:\"footer-social-6-h-color\";s:0:\"\";s:24:\"footer-social-6-bg-color\";s:0:\"\";s:26:\"footer-social-6-bg-h-color\";s:0:\"\";s:28:\"footer-social-6-label-toggle\";b:0;s:26:\"footer-social-6-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-6\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-6\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-6-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-6-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-6-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-6-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-6-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-6-font-family\";s:7:\"inherit\";s:27:\"header-widget-6-font-weight\";s:7:\"inherit\";s:30:\"header-widget-6-text-transform\";s:0:\"\";s:27:\"header-widget-6-line-height\";s:0:\"\";s:25:\"header-widget-6-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-6-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-6-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-6-content-text-transform\";s:0:\"\";s:35:\"header-widget-6-content-line-height\";s:0:\"\";s:33:\"header-widget-6-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-6-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-6-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-6-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-6-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-6-font-family\";s:7:\"inherit\";s:27:\"footer-widget-6-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-6-text-transform\";s:0:\"\";s:27:\"footer-widget-6-line-height\";s:0:\"\";s:25:\"footer-widget-6-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-6-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-6-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-6-content-text-transform\";s:0:\"\";s:35:\"footer-widget-6-content-line-height\";s:0:\"\";s:33:\"footer-widget-6-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-6\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu6-bg-color\";s:0:\"\";s:18:\"header-menu6-color\";s:0:\"\";s:23:\"header-menu6-h-bg-color\";s:0:\"\";s:20:\"header-menu6-h-color\";s:0:\"\";s:23:\"header-menu6-a-bg-color\";s:0:\"\";s:20:\"header-menu6-a-color\";s:0:\"\";s:30:\"header-menu6-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:29:\"header-menu6-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu6-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu6-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu6-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu6-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu6-menu-hover-animation\";s:0:\"\";s:40:\"header-menu6-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu6-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu6-submenu-item-border\";b:0;s:32:\"header-menu6-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu6-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu6-submenu-border-radius\";s:0:\"\";s:31:\"header-menu6-submenu-top-offset\";s:0:\"\";s:26:\"header-menu6-submenu-width\";s:0:\"\";s:27:\"header-menu6-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu6-menu-stack-on-mobile\";b:1;s:22:\"header-menu6-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu6-font-weight\";s:7:\"inherit\";s:24:\"header-menu6-font-family\";s:7:\"inherit\";s:27:\"header-menu6-text-transform\";s:0:\"\";s:24:\"header-menu6-line-height\";s:0:\"\";s:27:\"section-hb-divider-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button7-text\";s:6:\"Button\";s:26:\"header-button7-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button7-font-family\";s:7:\"inherit\";s:26:\"header-button7-font-weight\";s:7:\"inherit\";s:29:\"header-button7-text-transform\";s:0:\"\";s:26:\"header-button7-line-height\";s:0:\"\";s:24:\"header-button7-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button7-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button7-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button7-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button7-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button7-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button7-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button7-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button7-border-radius\";s:0:\"\";s:27:\"section-hb-button-7-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button7-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button7-text\";s:6:\"Button\";s:26:\"footer-button7-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button7-font-family\";s:7:\"inherit\";s:26:\"footer-button7-font-weight\";s:7:\"inherit\";s:29:\"footer-button7-text-transform\";s:0:\"\";s:26:\"footer-button7-line-height\";s:0:\"\";s:24:\"footer-button7-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button7-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button7-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button7-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button7-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button7-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button7-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button7-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button7-border-radius\";s:0:\"\";s:25:\"footer-button-7-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-7-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-7\";s:22:\"Insert HTML text here.\";s:18:\"header-html-7color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-7link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-7link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-7\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-7\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-7\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-7\";s:0:\"\";s:32:\"text-transform-section-hb-html-7\";s:0:\"\";s:24:\"section-hb-html-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-7\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-7color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-7link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-7link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-7\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-7-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-7\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-7\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-7\";s:0:\"\";s:29:\"line-height-section-fb-html-7\";s:0:\"\";s:24:\"section-fb-html-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-7-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-7-bg-space\";s:0:\"\";s:20:\"header-social-7-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-7-radius\";s:0:\"\";s:21:\"header-social-7-color\";s:0:\"\";s:23:\"header-social-7-h-color\";s:0:\"\";s:24:\"header-social-7-bg-color\";s:0:\"\";s:26:\"header-social-7-bg-h-color\";s:0:\"\";s:28:\"header-social-7-label-toggle\";b:0;s:26:\"header-social-7-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-7\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-7\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-7-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-7-bg-space\";s:0:\"\";s:20:\"footer-social-7-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-7-radius\";s:0:\"\";s:21:\"footer-social-7-color\";s:0:\"\";s:23:\"footer-social-7-h-color\";s:0:\"\";s:24:\"footer-social-7-bg-color\";s:0:\"\";s:26:\"footer-social-7-bg-h-color\";s:0:\"\";s:28:\"footer-social-7-label-toggle\";b:0;s:26:\"footer-social-7-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-7\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-7\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-7-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-7-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-7-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-7-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-7-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-7-font-family\";s:7:\"inherit\";s:27:\"header-widget-7-font-weight\";s:7:\"inherit\";s:30:\"header-widget-7-text-transform\";s:0:\"\";s:27:\"header-widget-7-line-height\";s:0:\"\";s:25:\"header-widget-7-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-7-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-7-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-7-content-text-transform\";s:0:\"\";s:35:\"header-widget-7-content-line-height\";s:0:\"\";s:33:\"header-widget-7-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-7-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-7-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-7-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-7-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-7-font-family\";s:7:\"inherit\";s:27:\"footer-widget-7-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-7-text-transform\";s:0:\"\";s:27:\"footer-widget-7-line-height\";s:0:\"\";s:25:\"footer-widget-7-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-7-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-7-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-7-content-text-transform\";s:0:\"\";s:35:\"footer-widget-7-content-line-height\";s:0:\"\";s:33:\"footer-widget-7-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-7\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu7-bg-color\";s:0:\"\";s:18:\"header-menu7-color\";s:0:\"\";s:23:\"header-menu7-h-bg-color\";s:0:\"\";s:20:\"header-menu7-h-color\";s:0:\"\";s:23:\"header-menu7-a-bg-color\";s:0:\"\";s:20:\"header-menu7-a-color\";s:0:\"\";s:30:\"header-menu7-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:29:\"header-menu7-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu7-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu7-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu7-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu7-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu7-menu-hover-animation\";s:0:\"\";s:40:\"header-menu7-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu7-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu7-submenu-item-border\";b:0;s:32:\"header-menu7-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu7-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu7-submenu-border-radius\";s:0:\"\";s:31:\"header-menu7-submenu-top-offset\";s:0:\"\";s:26:\"header-menu7-submenu-width\";s:0:\"\";s:27:\"header-menu7-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu7-menu-stack-on-mobile\";b:1;s:22:\"header-menu7-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu7-font-weight\";s:7:\"inherit\";s:24:\"header-menu7-font-family\";s:7:\"inherit\";s:27:\"header-menu7-text-transform\";s:0:\"\";s:24:\"header-menu7-line-height\";s:0:\"\";s:27:\"section-hb-divider-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button8-text\";s:6:\"Button\";s:26:\"header-button8-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button8-font-family\";s:7:\"inherit\";s:26:\"header-button8-font-weight\";s:7:\"inherit\";s:29:\"header-button8-text-transform\";s:0:\"\";s:26:\"header-button8-line-height\";s:0:\"\";s:24:\"header-button8-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button8-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button8-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button8-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button8-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button8-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button8-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button8-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button8-border-radius\";s:0:\"\";s:27:\"section-hb-button-8-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button8-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button8-text\";s:6:\"Button\";s:26:\"footer-button8-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button8-font-family\";s:7:\"inherit\";s:26:\"footer-button8-font-weight\";s:7:\"inherit\";s:29:\"footer-button8-text-transform\";s:0:\"\";s:26:\"footer-button8-line-height\";s:0:\"\";s:24:\"footer-button8-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button8-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button8-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button8-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button8-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button8-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button8-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button8-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button8-border-radius\";s:0:\"\";s:25:\"footer-button-8-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-8-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-8\";s:22:\"Insert HTML text here.\";s:18:\"header-html-8color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-8link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-8link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-8\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-8\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-8\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-8\";s:0:\"\";s:32:\"text-transform-section-hb-html-8\";s:0:\"\";s:24:\"section-hb-html-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-8\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-8color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-8link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-8link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-8\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-8-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-8\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-8\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-8\";s:0:\"\";s:29:\"line-height-section-fb-html-8\";s:0:\"\";s:24:\"section-fb-html-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-8-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-8-bg-space\";s:0:\"\";s:20:\"header-social-8-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-8-radius\";s:0:\"\";s:21:\"header-social-8-color\";s:0:\"\";s:23:\"header-social-8-h-color\";s:0:\"\";s:24:\"header-social-8-bg-color\";s:0:\"\";s:26:\"header-social-8-bg-h-color\";s:0:\"\";s:28:\"header-social-8-label-toggle\";b:0;s:26:\"header-social-8-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-8\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-8\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-8-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-8-bg-space\";s:0:\"\";s:20:\"footer-social-8-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-8-radius\";s:0:\"\";s:21:\"footer-social-8-color\";s:0:\"\";s:23:\"footer-social-8-h-color\";s:0:\"\";s:24:\"footer-social-8-bg-color\";s:0:\"\";s:26:\"footer-social-8-bg-h-color\";s:0:\"\";s:28:\"footer-social-8-label-toggle\";b:0;s:26:\"footer-social-8-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-8\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-8\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-8-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-8-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-8-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-8-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-8-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-8-font-family\";s:7:\"inherit\";s:27:\"header-widget-8-font-weight\";s:7:\"inherit\";s:30:\"header-widget-8-text-transform\";s:0:\"\";s:27:\"header-widget-8-line-height\";s:0:\"\";s:25:\"header-widget-8-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-8-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-8-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-8-content-text-transform\";s:0:\"\";s:35:\"header-widget-8-content-line-height\";s:0:\"\";s:33:\"header-widget-8-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-8-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-8-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-8-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-8-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-8-font-family\";s:7:\"inherit\";s:27:\"footer-widget-8-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-8-text-transform\";s:0:\"\";s:27:\"footer-widget-8-line-height\";s:0:\"\";s:25:\"footer-widget-8-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-8-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-8-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-8-content-text-transform\";s:0:\"\";s:35:\"footer-widget-8-content-line-height\";s:0:\"\";s:33:\"footer-widget-8-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-8\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu8-bg-color\";s:0:\"\";s:18:\"header-menu8-color\";s:0:\"\";s:23:\"header-menu8-h-bg-color\";s:0:\"\";s:20:\"header-menu8-h-color\";s:0:\"\";s:23:\"header-menu8-a-bg-color\";s:0:\"\";s:20:\"header-menu8-a-color\";s:0:\"\";s:30:\"header-menu8-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:29:\"header-menu8-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu8-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu8-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu8-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu8-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu8-menu-hover-animation\";s:0:\"\";s:40:\"header-menu8-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu8-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu8-submenu-item-border\";b:0;s:32:\"header-menu8-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu8-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu8-submenu-border-radius\";s:0:\"\";s:31:\"header-menu8-submenu-top-offset\";s:0:\"\";s:26:\"header-menu8-submenu-width\";s:0:\"\";s:27:\"header-menu8-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu8-menu-stack-on-mobile\";b:1;s:22:\"header-menu8-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu8-font-weight\";s:7:\"inherit\";s:24:\"header-menu8-font-family\";s:7:\"inherit\";s:27:\"header-menu8-text-transform\";s:0:\"\";s:24:\"header-menu8-line-height\";s:0:\"\";s:27:\"section-hb-divider-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button9-text\";s:6:\"Button\";s:26:\"header-button9-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button9-font-family\";s:7:\"inherit\";s:26:\"header-button9-font-weight\";s:7:\"inherit\";s:29:\"header-button9-text-transform\";s:0:\"\";s:26:\"header-button9-line-height\";s:0:\"\";s:24:\"header-button9-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button9-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button9-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button9-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button9-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button9-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button9-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button9-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button9-border-radius\";s:0:\"\";s:27:\"section-hb-button-9-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button9-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button9-text\";s:6:\"Button\";s:26:\"footer-button9-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button9-font-family\";s:7:\"inherit\";s:26:\"footer-button9-font-weight\";s:7:\"inherit\";s:29:\"footer-button9-text-transform\";s:0:\"\";s:26:\"footer-button9-line-height\";s:0:\"\";s:24:\"footer-button9-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button9-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button9-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button9-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button9-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button9-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button9-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button9-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button9-border-radius\";s:0:\"\";s:25:\"footer-button-9-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-9-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-9\";s:22:\"Insert HTML text here.\";s:18:\"header-html-9color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-9link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-9link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-9\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-9\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-9\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-9\";s:0:\"\";s:32:\"text-transform-section-hb-html-9\";s:0:\"\";s:24:\"section-hb-html-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-9\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-9color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-9link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-9link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-9\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-9-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-9\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-9\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-9\";s:0:\"\";s:29:\"line-height-section-fb-html-9\";s:0:\"\";s:24:\"section-fb-html-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-9-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-9-bg-space\";s:0:\"\";s:20:\"header-social-9-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-9-radius\";s:0:\"\";s:21:\"header-social-9-color\";s:0:\"\";s:23:\"header-social-9-h-color\";s:0:\"\";s:24:\"header-social-9-bg-color\";s:0:\"\";s:26:\"header-social-9-bg-h-color\";s:0:\"\";s:28:\"header-social-9-label-toggle\";b:0;s:26:\"header-social-9-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-9\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-9\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-9-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-9-bg-space\";s:0:\"\";s:20:\"footer-social-9-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-9-radius\";s:0:\"\";s:21:\"footer-social-9-color\";s:0:\"\";s:23:\"footer-social-9-h-color\";s:0:\"\";s:24:\"footer-social-9-bg-color\";s:0:\"\";s:26:\"footer-social-9-bg-h-color\";s:0:\"\";s:28:\"footer-social-9-label-toggle\";b:0;s:26:\"footer-social-9-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-9\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-9\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-9-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-9-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-9-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-9-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-9-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-9-font-family\";s:7:\"inherit\";s:27:\"header-widget-9-font-weight\";s:7:\"inherit\";s:30:\"header-widget-9-text-transform\";s:0:\"\";s:27:\"header-widget-9-line-height\";s:0:\"\";s:25:\"header-widget-9-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-9-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-9-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-9-content-text-transform\";s:0:\"\";s:35:\"header-widget-9-content-line-height\";s:0:\"\";s:33:\"header-widget-9-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-9-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-9-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-9-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-9-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-9-font-family\";s:7:\"inherit\";s:27:\"footer-widget-9-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-9-text-transform\";s:0:\"\";s:27:\"footer-widget-9-line-height\";s:0:\"\";s:25:\"footer-widget-9-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-9-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-9-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-9-content-text-transform\";s:0:\"\";s:35:\"footer-widget-9-content-line-height\";s:0:\"\";s:33:\"footer-widget-9-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-9\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu9-bg-color\";s:0:\"\";s:18:\"header-menu9-color\";s:0:\"\";s:23:\"header-menu9-h-bg-color\";s:0:\"\";s:20:\"header-menu9-h-color\";s:0:\"\";s:23:\"header-menu9-a-bg-color\";s:0:\"\";s:20:\"header-menu9-a-color\";s:0:\"\";s:30:\"header-menu9-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:29:\"header-menu9-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu9-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu9-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu9-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu9-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu9-menu-hover-animation\";s:0:\"\";s:40:\"header-menu9-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu9-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu9-submenu-item-border\";b:0;s:32:\"header-menu9-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu9-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu9-submenu-border-radius\";s:0:\"\";s:31:\"header-menu9-submenu-top-offset\";s:0:\"\";s:26:\"header-menu9-submenu-width\";s:0:\"\";s:27:\"header-menu9-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu9-menu-stack-on-mobile\";b:1;s:22:\"header-menu9-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu9-font-weight\";s:7:\"inherit\";s:24:\"header-menu9-font-family\";s:7:\"inherit\";s:27:\"header-menu9-text-transform\";s:0:\"\";s:24:\"header-menu9-line-height\";s:0:\"\";s:27:\"section-hb-divider-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:20:\"header-button10-text\";s:6:\"Button\";s:27:\"header-button10-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:27:\"header-button10-font-family\";s:7:\"inherit\";s:27:\"header-button10-font-weight\";s:7:\"inherit\";s:30:\"header-button10-text-transform\";s:0:\"\";s:27:\"header-button10-line-height\";s:0:\"\";s:25:\"header-button10-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button10-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-button10-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button10-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button10-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-button10-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-button10-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:28:\"header-button10-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"header-button10-border-radius\";s:0:\"\";s:28:\"section-hb-button-10-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-hb-button-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:30:\"sticky-header-button10-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:20:\"footer-button10-text\";s:6:\"Button\";s:27:\"footer-button10-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:27:\"footer-button10-font-family\";s:7:\"inherit\";s:27:\"footer-button10-font-weight\";s:7:\"inherit\";s:30:\"footer-button10-text-transform\";s:0:\"\";s:27:\"footer-button10-line-height\";s:0:\"\";s:25:\"footer-button10-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button10-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-button10-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button10-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button10-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-button10-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-button10-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:28:\"footer-button10-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"footer-button10-border-radius\";s:0:\"\";s:26:\"footer-button-10-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:28:\"section-fb-button-10-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-button-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:14:\"header-html-10\";s:22:\"Insert HTML text here.\";s:19:\"header-html-10color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-html-10link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-html-10link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"font-size-section-hb-html-10\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:30:\"font-weight-section-hb-html-10\";s:7:\"inherit\";s:30:\"font-family-section-hb-html-10\";s:7:\"inherit\";s:30:\"line-height-section-hb-html-10\";s:0:\"\";s:33:\"text-transform-section-hb-html-10\";s:0:\"\";s:25:\"section-hb-html-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:14:\"footer-html-10\";s:22:\"Insert HTML text here.\";s:19:\"footer-html-10color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-html-10link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-html-10link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"font-size-section-fb-html-10\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"footer-html-10-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:30:\"font-weight-section-fb-html-10\";s:7:\"inherit\";s:30:\"font-family-section-fb-html-10\";s:7:\"inherit\";s:33:\"text-transform-section-fb-html-10\";s:0:\"\";s:30:\"line-height-section-fb-html-10\";s:0:\"\";s:25:\"section-fb-html-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"header-social-10-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-social-10-bg-space\";s:0:\"\";s:21:\"header-social-10-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-social-10-radius\";s:0:\"\";s:22:\"header-social-10-color\";s:0:\"\";s:24:\"header-social-10-h-color\";s:0:\"\";s:25:\"header-social-10-bg-color\";s:0:\"\";s:27:\"header-social-10-bg-h-color\";s:0:\"\";s:29:\"header-social-10-label-toggle\";b:0;s:27:\"header-social-10-color-type\";s:6:\"custom\";s:36:\"font-size-section-hb-social-icons-10\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"header-social-icons-10\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:33:\"section-hb-social-icons-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"footer-social-10-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-social-10-bg-space\";s:0:\"\";s:21:\"footer-social-10-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-social-10-radius\";s:0:\"\";s:22:\"footer-social-10-color\";s:0:\"\";s:24:\"footer-social-10-h-color\";s:0:\"\";s:25:\"footer-social-10-bg-color\";s:0:\"\";s:27:\"footer-social-10-bg-h-color\";s:0:\"\";s:29:\"footer-social-10-label-toggle\";b:0;s:27:\"footer-social-10-color-type\";s:6:\"custom\";s:36:\"font-size-section-fb-social-icons-10\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"footer-social-icons-10\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:26:\"footer-social-10-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:33:\"section-fb-social-icons-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"header-widget-10-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-widget-10-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-10-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"header-widget-10-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-10-font-family\";s:7:\"inherit\";s:28:\"header-widget-10-font-weight\";s:7:\"inherit\";s:31:\"header-widget-10-text-transform\";s:0:\"\";s:28:\"header-widget-10-line-height\";s:0:\"\";s:26:\"header-widget-10-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"header-widget-10-content-font-family\";s:7:\"inherit\";s:36:\"header-widget-10-content-font-weight\";s:7:\"inherit\";s:39:\"header-widget-10-content-text-transform\";s:0:\"\";s:36:\"header-widget-10-content-line-height\";s:0:\"\";s:34:\"header-widget-10-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:39:\"sidebar-widgets-header-widget-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"footer-widget-10-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-widget-10-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-10-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"footer-widget-10-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-10-font-family\";s:7:\"inherit\";s:28:\"footer-widget-10-font-weight\";s:7:\"inherit\";s:31:\"footer-widget-10-text-transform\";s:0:\"\";s:28:\"footer-widget-10-line-height\";s:0:\"\";s:26:\"footer-widget-10-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"footer-widget-10-content-font-family\";s:7:\"inherit\";s:36:\"footer-widget-10-content-font-weight\";s:7:\"inherit\";s:39:\"footer-widget-10-content-text-transform\";s:0:\"\";s:36:\"footer-widget-10-content-line-height\";s:0:\"\";s:34:\"footer-widget-10-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-widget-alignment-10\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:39:\"sidebar-widgets-footer-widget-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"header-menu10-bg-color\";s:0:\"\";s:19:\"header-menu10-color\";s:0:\"\";s:24:\"header-menu10-h-bg-color\";s:0:\"\";s:21:\"header-menu10-h-color\";s:0:\"\";s:24:\"header-menu10-a-bg-color\";s:0:\"\";s:21:\"header-menu10-a-color\";s:0:\"\";s:31:\"header-menu10-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:30:\"header-menu10-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"header-menu10-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:32:\"header-menu10-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"header-menu10-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:32:\"header-menu10-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu10-menu-hover-animation\";s:0:\"\";s:41:\"header-menu10-submenu-container-animation\";s:0:\"\";s:25:\"section-hb-menu-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-menu10-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:33:\"header-menu10-submenu-item-border\";b:0;s:33:\"header-menu10-submenu-item-b-size\";s:1:\"1\";s:34:\"header-menu10-submenu-item-b-color\";s:7:\"#eaeaea\";s:35:\"header-menu10-submenu-border-radius\";s:0:\"\";s:32:\"header-menu10-submenu-top-offset\";s:0:\"\";s:27:\"header-menu10-submenu-width\";s:0:\"\";s:28:\"header-menu10-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:34:\"header-menu10-menu-stack-on-mobile\";b:1;s:23:\"header-menu10-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu10-font-weight\";s:7:\"inherit\";s:25:\"header-menu10-font-family\";s:7:\"inherit\";s:28:\"header-menu10-text-transform\";s:0:\"\";s:25:\"header-menu10-line-height\";s:0:\"\";s:28:\"section-hb-divider-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"section-fb-divider-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"sticky-header-on-devices\";s:7:\"desktop\";s:19:\"sticky-header-style\";s:4:\"none\";s:20:\"footer-desktop-items\";a:10:{s:5:\"above\";a:6:{s:7:\"above_1\";a:3:{i:0;s:6:\"html-1\";i:1;s:6:\"html-2\";i:2;s:8:\"widget-4\";}s:7:\"above_2\";a:0:{}s:7:\"above_3\";a:0:{}s:7:\"above_4\";a:0:{}s:7:\"above_5\";a:0:{}s:7:\"above_6\";a:0:{}}s:7:\"primary\";a:6:{s:9:\"primary_1\";a:1:{i:0;s:8:\"widget-1\";}s:9:\"primary_2\";a:0:{}s:9:\"primary_3\";a:2:{i:0;s:8:\"widget-2\";i:1;s:14:\"social-icons-1\";}s:9:\"primary_4\";a:0:{}s:9:\"primary_5\";a:0:{}s:9:\"primary_6\";a:0:{}}s:5:\"below\";a:6:{s:7:\"below_1\";a:1:{i:0;s:9:\"copyright\";}s:7:\"below_2\";a:0:{}s:7:\"below_3\";a:0:{}s:7:\"below_4\";a:0:{}s:7:\"below_5\";a:0:{}s:7:\"below_6\";a:0:{}}s:5:\"group\";s:36:\"astra-settings[footer-desktop-items]\";s:4:\"rows\";a:3:{i:0;s:5:\"above\";i:1;s:7:\"primary\";i:2;s:5:\"below\";}s:5:\"zones\";a:3:{s:5:\"above\";a:6:{s:7:\"above_1\";s:15:\"Above Section 1\";s:7:\"above_2\";s:15:\"Above Section 2\";s:7:\"above_3\";s:15:\"Above Section 3\";s:7:\"above_4\";s:15:\"Above Section 4\";s:7:\"above_5\";s:15:\"Above Section 5\";s:7:\"above_6\";s:15:\"Above Section 6\";}s:7:\"primary\";a:6:{s:9:\"primary_1\";s:17:\"Primary Section 1\";s:9:\"primary_2\";s:17:\"Primary Section 2\";s:9:\"primary_3\";s:17:\"Primary Section 3\";s:9:\"primary_4\";s:17:\"Primary Section 4\";s:9:\"primary_5\";s:17:\"Primary Section 5\";s:9:\"primary_6\";s:17:\"Primary Section 6\";}s:5:\"below\";a:6:{s:7:\"below_1\";s:15:\"Below Section 1\";s:7:\"below_2\";s:15:\"Below Section 2\";s:7:\"below_3\";s:15:\"Below Section 3\";s:7:\"below_4\";s:15:\"Below Section 4\";s:7:\"below_5\";s:15:\"Below Section 5\";s:7:\"below_6\";s:15:\"Below Section 6\";}}s:7:\"layouts\";a:3:{s:5:\"above\";a:2:{s:6:\"column\";s:1:\"1\";s:6:\"layout\";a:3:{s:6:\"mobile\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:7:\"desktop\";s:4:\"full\";}}s:7:\"primary\";a:2:{s:6:\"column\";s:1:\"3\";s:6:\"layout\";a:4:{s:7:\"desktop\";s:8:\"3-lheavy\";s:6:\"tablet\";s:7:\"3-equal\";s:6:\"mobile\";s:4:\"full\";s:4:\"flag\";b:1;}}s:5:\"below\";a:2:{s:6:\"column\";s:1:\"1\";s:6:\"layout\";a:3:{s:7:\"desktop\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:6:\"mobile\";s:4:\"full\";}}}s:6:\"status\";a:3:{s:5:\"above\";b:1;s:7:\"primary\";b:1;s:5:\"below\";b:1;}s:4:\"flag\";b:1;s:5:\"popup\";a:1:{s:13:\"popup_content\";a:0:{}}}s:17:\"hba-footer-height\";i:540;s:17:\"hba-footer-column\";s:1:\"1\";s:17:\"hba-footer-layout\";a:4:{s:7:\"desktop\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:6:\"mobile\";s:4:\"full\";s:4:\"flag\";b:0;}s:28:\"hba-footer-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:7:{s:16:\"background-color\";s:7:\"#f344cb\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:28:\"hbb-footer-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:8:{s:16:\"background-color\";s:19:\"rgba(237,237,237,0)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:16:\"background-media\";s:0:\"\";s:15:\"background-type\";s:5:\"color\";}s:6:\"tablet\";a:7:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:7:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:16:\"background-media\";s:0:\"\";}}s:27:\"hb-footer-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:7:{s:16:\"background-color\";s:19:\"rgba(250,250,250,0)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:36:\"section-header-builder-layout-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:17:\"hbb-footer-height\";i:80;s:17:\"hbb-footer-column\";s:1:\"1\";s:17:\"hbb-footer-layout\";a:3:{s:7:\"desktop\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:6:\"mobile\";s:4:\"full\";}s:23:\"hba-footer-layout-width\";s:7:\"content\";s:22:\"hb-footer-layout-width\";s:7:\"content\";s:23:\"hbb-footer-layout-width\";s:7:\"content\";s:29:\"hba-footer-vertical-alignment\";s:10:\"flex-start\";s:28:\"hb-footer-vertical-alignment\";s:10:\"flex-start\";s:29:\"hbb-footer-vertical-alignment\";s:10:\"flex-start\";s:24:\"footer-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:7:{s:16:\"background-color\";s:7:\"#000000\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:16:\"hb-footer-column\";s:1:\"3\";s:19:\"hb-footer-separator\";i:1;s:29:\"hb-footer-bottom-border-color\";s:7:\"#e6e6e6\";s:16:\"hb-footer-layout\";a:4:{s:7:\"desktop\";s:7:\"3-equal\";s:6:\"tablet\";s:7:\"3-equal\";s:6:\"mobile\";s:4:\"full\";s:4:\"flag\";b:1;}s:18:\"hb-footer-main-sep\";i:0;s:24:\"hb-footer-main-sep-color\";s:7:\"#e6e6e6\";s:23:\"footer-copyright-editor\";s:72:\"Copyright [copyright] [current_year] [site_title] | All Rights Reserved.\";s:22:\"footer-copyright-color\";s:21:\"rgba(255,255,255,0.5)\";s:36:\"line-height-section-footer-copyright\";s:0:\"\";s:26:\"footer-copyright-alignment\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:34:\"font-size-section-footer-copyright\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"font-weight-section-footer-copyright\";s:7:\"inherit\";s:36:\"font-family-section-footer-copyright\";s:7:\"inherit\";s:39:\"text-transform-section-footer-copyright\";s:0:\"\";s:21:\"footer-menu-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:36:\"section-below-footer-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:2:\"25\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-search-icon-space\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:24:\"header-search-icon-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:37:\"transparent-header-social-icons-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:39:\"transparent-header-social-icons-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:40:\"transparent-header-social-icons-bg-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:42:\"transparent-header-social-icons-bg-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"transparent-header-html-text-color\";s:0:\"\";s:34:\"transparent-header-html-link-color\";s:0:\"\";s:36:\"transparent-header-html-link-h-color\";s:0:\"\";s:37:\"transparent-header-widget-title-color\";s:0:\"\";s:39:\"transparent-header-widget-content-color\";s:0:\"\";s:36:\"transparent-header-widget-link-color\";s:0:\"\";s:38:\"transparent-header-widget-link-h-color\";s:0:\"\";s:36:\"transparent-header-button-text-color\";s:0:\"\";s:38:\"transparent-header-button-text-h-color\";s:0:\"\";s:34:\"transparent-header-button-bg-color\";s:0:\"\";s:36:\"transparent-header-button-bg-h-color\";s:0:\"\";s:17:\"off-canvas-layout\";s:10:\"side-panel\";s:16:\"off-canvas-slide\";s:5:\"right\";s:33:\"header-builder-menu-toggle-target\";s:4:\"icon\";s:34:\"header-offcanvas-content-alignment\";s:10:\"flex-start\";s:21:\"off-canvas-background\";a:6:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:22:\"off-canvas-close-color\";s:7:\"#3a3a3a\";s:18:\"mobile-header-type\";s:8:\"dropdown\";s:24:\"off-canvas-inner-spacing\";s:0:\"\";s:18:\"footer-menu-layout\";a:3:{s:7:\"desktop\";s:10:\"horizontal\";s:6:\"tablet\";s:8:\"vertical\";s:6:\"mobile\";s:8:\"vertical\";}s:29:\"footer-menu-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:28:\"footer-menu-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"footer-menu-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:30:\"footer-menu-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"footer-menu-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:30:\"footer-menu-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-menu-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-menu-font-weight\";s:7:\"inherit\";s:23:\"footer-menu-font-family\";s:7:\"inherit\";s:26:\"footer-menu-text-transform\";s:0:\"\";s:23:\"footer-menu-line-height\";s:0:\"\";s:24:\"footer-main-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-trigger-icon\";s:5:\"menu2\";s:30:\"mobile-header-toggle-icon-size\";i:20;s:36:\"mobile-header-toggle-btn-border-size\";a:4:{s:3:\"top\";i:1;s:5:\"right\";i:1;s:6:\"bottom\";i:1;s:4:\"left\";i:1;}s:34:\"mobile-header-toggle-border-radius\";i:2;s:31:\"mobile-header-label-font-family\";s:7:\"inherit\";s:31:\"mobile-header-label-font-weight\";s:7:\"inherit\";s:34:\"mobile-header-label-text-transform\";s:0:\"\";s:31:\"mobile-header-label-line-height\";s:0:\"\";s:29:\"mobile-header-label-font-size\";s:0:\"\";s:27:\"header-mobile-menu-bg-color\";s:0:\"\";s:24:\"header-mobile-menu-color\";s:0:\"\";s:29:\"header-mobile-menu-h-bg-color\";s:0:\"\";s:26:\"header-mobile-menu-h-color\";s:0:\"\";s:29:\"header-mobile-menu-a-bg-color\";s:0:\"\";s:26:\"header-mobile-menu-a-color\";s:0:\"\";s:36:\"header-mobile-menu-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:35:\"header-mobile-menu-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:40:\"header-mobile-menu-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:37:\"header-mobile-menu-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:40:\"header-mobile-menu-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:37:\"header-mobile-menu-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:46:\"header-mobile-menu-submenu-container-animation\";s:4:\"fade\";s:38:\"header-mobile-menu-submenu-item-border\";b:1;s:38:\"header-mobile-menu-submenu-item-b-size\";s:1:\"1\";s:39:\"header-mobile-menu-submenu-item-b-color\";s:7:\"#eaeaea\";s:33:\"header-mobile-menu-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:28:\"header-mobile-menu-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:30:\"header-mobile-menu-font-weight\";s:7:\"inherit\";s:30:\"header-mobile-menu-font-family\";s:7:\"inherit\";s:33:\"header-mobile-menu-text-transform\";s:0:\"\";s:30:\"header-mobile-menu-line-height\";s:0:\"\";s:26:\"woo-header-cart-icon-style\";s:7:\"outline\";s:26:\"header-woo-cart-icon-color\";s:0:\"\";s:38:\"transparent-header-woo-cart-icon-color\";s:0:\"\";s:27:\"woo-header-cart-icon-radius\";i:3;s:29:\"woo-header-cart-total-display\";b:1;s:29:\"woo-header-cart-title-display\";b:1;s:26:\"header-woo-cart-text-color\";s:0:\"\";s:26:\"header-woo-cart-link-color\";s:0:\"\";s:32:\"header-woo-cart-background-color\";s:0:\"\";s:31:\"header-woo-cart-separator-color\";s:0:\"\";s:32:\"header-woo-cart-link-hover-color\";s:0:\"\";s:30:\"header-woo-cart-btn-text-color\";s:0:\"\";s:36:\"header-woo-cart-btn-background-color\";s:0:\"\";s:36:\"header-woo-cart-btn-text-hover-color\";s:0:\"\";s:34:\"header-woo-cart-btn-bg-hover-color\";s:0:\"\";s:34:\"header-woo-checkout-btn-text-color\";s:0:\"\";s:40:\"header-woo-checkout-btn-background-color\";s:0:\"\";s:40:\"header-woo-checkout-btn-text-hover-color\";s:0:\"\";s:38:\"header-woo-checkout-btn-bg-hover-color\";s:0:\"\";s:26:\"edd-header-cart-icon-style\";s:7:\"outline\";s:26:\"edd-header-cart-icon-color\";s:0:\"\";s:27:\"edd-header-cart-icon-radius\";i:3;s:38:\"transparent-header-edd-cart-icon-color\";s:0:\"\";s:29:\"edd-header-cart-total-display\";b:1;s:29:\"edd-header-cart-title-display\";b:1;s:26:\"header-edd-cart-text-color\";s:0:\"\";s:26:\"header-edd-cart-link-color\";s:0:\"\";s:32:\"header-edd-cart-background-color\";s:0:\"\";s:31:\"header-edd-cart-separator-color\";s:0:\"\";s:34:\"header-edd-checkout-btn-text-color\";s:0:\"\";s:40:\"header-edd-checkout-btn-background-color\";s:0:\"\";s:40:\"header-edd-checkout-btn-text-hover-color\";s:0:\"\";s:38:\"header-edd-checkout-btn-bg-hover-color\";s:0:\"\";s:19:\"header-account-type\";s:7:\"default\";s:26:\"header-account-login-style\";s:4:\"icon\";s:26:\"header-account-action-type\";s:4:\"link\";s:24:\"header-account-link-type\";s:7:\"default\";s:27:\"header-account-logout-style\";s:4:\"icon\";s:30:\"header-account-logged-out-text\";s:6:\"Log In\";s:29:\"header-account-logged-in-text\";s:10:\"My Account\";s:28:\"header-account-logout-action\";s:4:\"link\";s:26:\"header-account-image-width\";a:3:{s:7:\"desktop\";s:2:\"40\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-account-icon-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:25:\"header-account-icon-color\";s:0:\"\";s:25:\"header-account-login-link\";a:3:{s:3:\"url\";s:0:\"\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-account-logout-link\";a:3:{s:3:\"url\";s:52:\"https://websitedemos.net/communities-02/wp-login.php\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:32:\"font-size-section-header-account\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:30:\"header-account-type-text-color\";s:0:\"\";s:23:\"header-account-woo-menu\";b:0;s:22:\"cloned-component-track\";a:12:{s:13:\"header-button\";i:2;s:13:\"footer-button\";i:2;s:11:\"header-html\";i:2;s:11:\"footer-html\";i:2;s:11:\"header-menu\";i:2;s:13:\"header-widget\";i:4;s:13:\"footer-widget\";i:4;s:19:\"header-social-icons\";i:1;s:19:\"footer-social-icons\";i:1;s:14:\"header-divider\";i:0;s:14:\"footer-divider\";i:0;s:13:\"removed-items\";a:0:{}}s:18:\"theme-auto-version\";s:5:\"3.7.3\";s:22:\"is_theme_queue_running\";b:0;s:33:\"_astra_pb_compatibility_completed\";b:1;s:18:\"heading-base-color\";s:7:\"#000000\";s:21:\"different-retina-logo\";b:1;s:20:\"hbb-footer-separator\";i:1;s:27:\"hbb-footer-top-border-color\";s:22:\"rgba(255,255,255,0.15)\";s:16:\"hb-inner-spacing\";a:1:{s:7:\"desktop\";i:30;}s:30:\"mobile-header-toggle-btn-color\";s:7:\"#f344cb\";s:21:\"headings-font-variant\";s:3:\"700\";s:29:\"related-posts-grid-responsive\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}s:29:\"display-site-title-responsive\";a:3:{s:7:\"desktop\";b:1;s:6:\"tablet\";b:1;s:6:\"mobile\";b:1;}s:31:\"display-site-tagline-responsive\";a:3:{s:7:\"desktop\";i:0;s:6:\"tablet\";i:0;s:6:\"mobile\";i:0;}s:35:\"can-support-widget-and-editor-fonts\";b:0;s:29:\"can-remove-logo-max-width-css\";b:0;s:33:\"transparent-header-default-border\";b:0;s:27:\"btn-default-padding-updated\";b:0;s:23:\"underline-content-links\";b:0;s:20:\"support-block-editor\";b:0;s:34:\"support-footer-widget-right-margin\";b:0;s:31:\"remove-elementor-toc-margin-css\";b:0;s:28:\"remove-widget-design-options\";b:0;s:23:\"header-color-site-title\";s:7:\"#f344cb\";s:29:\"astra-zero-font-size-case-css\";b:0;s:32:\"unset-builder-elements-underline\";b:0;s:27:\"support-global-color-format\";b:0;}','yes'),(455,'elementor_custom_icon_sets_config','a:0:{}','yes'),(249,'give_settings','a:110:{s:12:\"base_country\";s:2:\"US\";s:9:\"test_mode\";s:8:\"disabled\";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:\"required\";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:7:\"enabled\";s:4:\"tags\";s:7:\"enabled\";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:2120:\"<p>Acceptance of any contribution, gift or grant is at the discretion of the The Chrishaun Foundation. The  The Chrishaun Foundation will not accept any gift unless it can be used or expended consistently with the purpose and mission of the  The Chrishaun Foundation.</p>\n				<p>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.</p>\n				<p>The The Chrishaun Foundation 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.</p>\n				<p>The The Chrishaun Foundation will accept donations of cash or publicly traded securities. Gifts of in-kind services will be accepted at the discretion of the The Chrishaun Foundation.</p>\n				<p>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 The Chrishaun Foundation.</p>\n				<p>The The Chrishaun Foundation 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 The Chrishaun Foundation.</p>\n				<p>The The Chrishaun Foundation 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 The Chrishaun Foundation will restrict information about the donor to only those staff members with a need to know.</p>\n				<p>The The Chrishaun Foundation will not compensate, whether through commissions, finders\' fees, or other means, any third party for directing a gift or a donor to the The Chrishaun Foundation.</p>\";s:21:\"babel_polyfill_script\";s:7:\"enabled\";s:8:\"gateways\";a:2:{s:15:\"paypal-commerce\";s:1:\"1\";s:6:\"stripe\";s:1:\"1\";}s:15:\"default_gateway\";s:15:\"paypal-commerce\";s:31:\"global_offline_donation_content\";s:335:\"To make an offline donation toward this cause, follow these steps::\r\n<ol>\r\n 	<li>Write a check payable to \"{sitename}\"</li>\r\n 	<li>On the memo line of the check, indicate that the donation is for \"{sitename}\"</li>\r\n 	<li>Mail your check to:</li>\r\n</ol>\r\n{offline_mailing_address}\r\n\r\nYour tax-deductible donation is greatly appreciated!\";s:43:\"give_offline_donation_enable_billing_fields\";s:7:\"enabled\";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:2:{s:21:\"acct_183bOUHu8Rx71oUP\";a:10:{s:4:\"type\";s:7:\"connect\";s:12:\"account_name\";s:18:\"Wealthy Divas, LLC\";s:12:\"account_slug\";s:21:\"acct_183bOUHu8Rx71oUP\";s:13:\"account_email\";N;s:15:\"account_country\";s:2:\"US\";s:10:\"account_id\";s:21:\"acct_183bOUHu8Rx71oUP\";s:15:\"live_secret_key\";s:107:\"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\";s:15:\"test_secret_key\";s:107:\"sk_test_5183bOUHu8Rx71oUPLHlAbzPA7s7sFQdpaq4w84z47PXogDQ5ISXH703f0tYVgMK0fY3wyXe6Wg20boWpbBHyIIBM003eFeXVvx\";s:20:\"live_publishable_key\";s:32:\"pk_live_SMtnnvlq4TpJelMdklNha8iD\";s:20:\"test_publishable_key\";s:32:\"pk_test_vRk4ZvOaqPzmPiteaq2bxE1i\";}s:21:\"acct_1GHIctAAVLLhuR7p\";a:10:{s:4:\"type\";s:7:\"connect\";s:10:\"account_id\";s:21:\"acct_1GHIctAAVLLhuR7p\";s:12:\"account_slug\";s:21:\"acct_1GHIctAAVLLhuR7p\";s:12:\"account_name\";s:29:\"The Chrishaun Foundation Inc.\";s:15:\"account_country\";s:2:\"US\";s:13:\"account_email\";s:32:\"shawn@thechrishaunfoundation.org\";s:15:\"live_secret_key\";s:107:\"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\";s:15:\"test_secret_key\";s:107:\"sk_test_51GHIctAAVLLhuR7pzG8BDLpQN1bPhQ7ieXOYZ5NCY8KS1poegiwUhRulcZqPU5veu0zaBRi4tFbkMAUjiaTWjEFW00DiHLYTGW\";s:20:\"live_publishable_key\";s:32:\"pk_live_SMtnnvlq4TpJelMdklNha8iD\";s:20:\"test_publishable_key\";s:32:\"pk_test_vRk4ZvOaqPzmPiteaq2bxE1i\";}}s:18:\"setup_page_enabled\";s:8:\"disabled\";s:14:\"usage_tracking\";s:8:\"disabled\";s:26:\"sequential-ordering_number\";i:17;s:42:\"offline-donation-instruction_email_message\";s:332:\"<p>To make an offline donation toward this cause, follow these steps:: </p><ol><li>Write a check payable to \"{sitename}\"</li><li>On the memo line of the check, indicate that the donation is for \"{sitename}\"</li><li>Mail your check to:</li></ol>{offline_mailing_address}<br><p>Your tax-deductible donation is greatly appreciated!</p>\";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\n<strong>Donor:</strong> {fullname}\n<strong>Donation:</strong> {donation}\n<strong>Donation Date:</strong> {date}\n<strong>Amount:</strong> {amount}\n<strong>Payment Method:</strong> {payment_method}\n<strong>Payment ID:</strong> {payment_id}\n\n{receipt_link}\n\n\n\nSincerely,\n{sitename}\n\";s:26:\"new-donation_email_message\";s:290:\"Hi there,\r\n\r\nThis email is to inform you that a new donation has been made on your website: {site_url}.\r\n\r\n<strong>Donor:</strong> {name}\r\n<strong>Donation:</strong> {donation}\r\n<strong>Amount:</strong> {amount}\r\n<strong>Payment Method:</strong> {payment_method}\r\n\r\nThank you,\r\n\r\n{sitename}\";s:22:\"new-donation_recipient\";a:2:{i:0;s:32:\"shawn@thechrishaunfoundation.org\";i:1;s:32:\"thechrishaunfoundation@gmail.com\";}s:30:\"new-offline-donation_recipient\";a:1:{i:0;s:23:\"wealthydivas1@gmail.com\";}s:28:\"new-donor-register_recipient\";a:1:{i:0;s:23:\"wealthydivas1@gmail.com\";}s:25:\"new-donation_notification\";s:7:\"enabled\";s:12:\"success_page\";i:6;s:12:\"failure_page\";i:7;s:20:\"donor_dashboard_page\";i:8;s:41:\"override_legacy_donation_management_pages\";s:7:\"enabled\";s:12:\"history_page\";i:8;s:18:\"subscriptions_page\";i:8;s:9:\"user_type\";s:12:\"organization\";s:10:\"cause_type\";s:6:\"health\";s:10:\"base_state\";s:2:\"GA\";s:14:\"gateways_label\";a:8:{s:15:\"paypal-commerce\";s:18:\"Paypal Credit Card\";s:6:\"stripe\";s:18:\"Stripe Credit Card\";s:6:\"manual\";s:0:\"\";s:7:\"offline\";s:0:\"\";s:6:\"paypal\";s:0:\"\";s:15:\"stripe_checkout\";s:0:\"\";s:11:\"stripe_sepa\";s:0:\"\";s:11:\"stripe_becs\";s:0:\"\";}s:33:\"new-offline-donation_notification\";s:8:\"disabled\";s:41:\"offline-donation-instruction_notification\";s:8:\"disabled\";s:19:\"contact_admin_email\";s:31:\"info@thechrishaunfoundation.org\";s:31:\"contact_offline_mailing_address\";s:110:\"<em>The Chrishaun Foundation Inc.</em>\r\n<em>384 Northyards Blvd NW</em>\r\n<em>Suite 100, Atlanta, GA 30313</em>\";s:28:\"_give_stripe_default_account\";s:21:\"acct_1GHIctAAVLLhuR7p\";s:12:\"paypal_email\";s:32:\"shawn@thechrishaunfoundation.org\";s:17:\"paypal_page_style\";s:0:\"\";s:18:\"paypal_button_type\";s:8:\"donation\";s:31:\"paypal_standard_billing_details\";s:7:\"enabled\";s:21:\"paypal_invoice_prefix\";s:5:\"GIVE-\";s:39:\"paypal_commerce_collect_billing_details\";s:7:\"enabled\";s:14:\"title_prefixes\";a:0:{}s:18:\"anonymous_donation\";s:7:\"enabled\";s:13:\"donor_comment\";s:8:\"disabled\";s:14:\"email_template\";s:7:\"default\";s:10:\"email_logo\";s:70:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/logo.jpg\";s:9:\"from_name\";s:29:\"The Chrishaun Foundation Inc.\";s:10:\"from_email\";s:31:\"info@thechrishaunfoundation.org\";s:33:\"sequential-ordering_number_prefix\";s:0:\"\";s:33:\"sequential-ordering_number_suffix\";s:0:\"\";s:34:\"sequential-ordering_number_padding\";s:1:\"0\";s:27:\"stripe_statement_descriptor\";s:24:\"The Chrishaun Foundation\";s:22:\"stripe_collect_billing\";s:2:\"on\";s:21:\"stripe_receipt_emails\";s:2:\"on\";s:23:\"stripe_cc_fields_format\";s:5:\"multi\";s:20:\"stripe_checkout_type\";s:5:\"modal\";s:20:\"stripe_checkout_name\";s:28:\"The Chrishaun Foundation Inc\";s:32:\"stripe_checkout_background_image\";s:85:\"https://thechrishaunfoundation.org/wp-content/uploads/2021/08/TCF-Life-After-logo.png\";s:16:\"stripe_hide_icon\";s:7:\"enabled\";s:17:\"stripe_icon_style\";s:7:\"default\";s:32:\"stripe_mandate_acceptance_option\";s:7:\"enabled\";s:30:\"stripe_mandate_acceptance_text\";s:476:\"By providing your IBAN and confirming this payment, you are authorizing The Chrishaun Foundation and Stripe, our payment service provider, to send instructions to your bank to debit your account and your bank to debit your account in accordance with those instructions. You are entitled to a refund from your bank under the terms and conditions of your agreement with your bank. A refund must be claimed within 8 weeks starting from the date on which your account was debited.\";s:21:\"stripe_becs_hide_icon\";s:7:\"enabled\";s:22:\"stripe_becs_icon_style\";s:7:\"default\";s:37:\"stripe_becs_mandate_acceptance_option\";s:7:\"enabled\";s:35:\"stripe_becs_mandate_acceptance_text\";s:654:\"By providing your bank account details and confirming this payment, you agree to this Direct Debit Request and the <a href=\"https://stripe.com/au-becs-dd-service-agreement/legal\" target=\"_blank\">Direct Debit Request service agreement</a>, and authorize Stripe Payments Australia Pty Ltd ACN 160 180 343 Direct Debit User ID number 507156 (“Stripe”) to debit your account through the Bulk Electronic Clearing System (BECS) on behalf of The Chrishaun Foundation (the “Merchant”) for any amounts separately communicated to you by the Merchant. You certify that you are either an account holder or an authorized signatory on the account listed above.\";s:17:\"enable_categories\";s:2:\"on\";s:11:\"enable_tags\";s:2:\"on\";s:26:\"new-donation_email_subject\";s:28:\"New Donation - #{payment_id}\";s:25:\"new-donation_email_header\";s:13:\"New Donation!\";s:31:\"new-donation_email_content_type\";s:9:\"text/html\";s:23:\"akismet_spam_protection\";s:8:\"disabled\";s:35:\"akismet_whitelisted_email_addresses\";a:1:{i:0;s:0:\"\";}s:18:\"stripe_js_fallback\";s:0:\"\";s:13:\"stripe_styles\";a:4:{s:4:\"base\";s:179:\"{ \"color\": \"#32325D\", \"fontWeight\": 500, \"fontSize\": \"16px\", \"fontSmoothing\": \"antialiased\", \"::placeholder\": { \"color\": \"#222222\" }, \":-webkit-autofill\": { \"color\": \"#e39f48\" } }\";s:5:\"empty\";s:2:\"{}\";s:7:\"invalid\";s:2:\"{}\";s:8:\"complete\";s:2:\"{}\";}s:12:\"stripe_fonts\";s:12:\"google_fonts\";s:23:\"stripe_google_fonts_url\";s:0:\"\";s:19:\"stripe_custom_fonts\";s:2:\"{}\";s:23:\"limit_display_donations\";s:1:\"3\";s:16:\"enable_recaptcha\";s:8:\"disabled\";s:13:\"recaptcha_key\";s:0:\"\";s:16:\"recaptcha_secret\";s:0:\"\";s:43:\"give_stripe_last_webhook_received_timestamp\";i:1638590291;}','no'),(250,'give_default_api_version','v1','no'),(251,'wpxo_give_donors_db_version','1.0','no'),(252,'wpxo_give_donormeta_db_version','1.0','no'),(253,'wpxo_give_comments_db_version','1.0','no'),(254,'wpxo_give_commentmeta_db_version','1.0','no'),(255,'wpxo_give_sessions_db_version','1.0','no'),(256,'wpxo_give_formmeta_db_version','1.0','no'),(257,'wpxo_give_sequential_ordering_db_version','1.0','no'),(258,'wpxo_give_donationmeta_db_version','1.0','no'),(261,'give_version','2.18.1','no'),(263,'action_scheduler_hybrid_store_demarkation','6','yes'),(264,'schema-ActionScheduler_StoreSchema','6.0.1643593106','yes'),(636759,'_site_transient_timeout_theme_roots','1669571956','no'),(636760,'_site_transient_theme_roots','a:5:{s:5:\"astra\";s:7:\"/themes\";s:16:\"boldgrid-resolve\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}','no'),(11264,'boldgrid_backup_id','a82189c6','no'),(11265,'boldgrid_backup_settings','a:15:{s:8:\"schedule\";a:10:{s:10:\"dow_sunday\";i:0;s:10:\"dow_monday\";i:0;s:11:\"dow_tuesday\";i:0;s:13:\"dow_wednesday\";i:0;s:12:\"dow_thursday\";i:0;s:10:\"dow_friday\";i:0;s:12:\"dow_saturday\";i:0;s:5:\"tod_h\";i:4;s:5:\"tod_m\";i:40;s:5:\"tod_a\";s:2:\"AM\";}s:15:\"retention_count\";i:5;s:18:\"notification_email\";s:23:\"wealthydivas1@gmail.com\";s:13:\"notifications\";a:3:{s:6:\"backup\";i:1;s:7:\"restore\";i:1;s:10:\"site_check\";b:1;}s:11:\"auto_backup\";i:1;s:13:\"auto_rollback\";i:1;s:6:\"remote\";a:1:{s:5:\"local\";a:1:{s:7:\"enabled\";b:1;}}s:14:\"exclude_tables\";a:0:{}s:24:\"folder_exclusion_include\";s:18:\"WPCORE,/wp-content\";s:24:\"folder_exclusion_exclude\";s:17:\".git,node_modules\";s:10:\"site_check\";a:4:{s:7:\"enabled\";b:1;s:6:\"logger\";b:1;s:13:\"auto_recovery\";b:0;s:8:\"interval\";i:15;}s:10:\"encrypt_db\";b:0;s:11:\"auto_update\";a:3:{s:4:\"days\";i:0;s:7:\"plugins\";a:1:{s:7:\"default\";s:1:\"0\";}s:6:\"themes\";a:1:{s:7:\"default\";s:1:\"0\";}}s:16:\"backup_directory\";s:30:\"/home/shawns11/boldgrid_backup\";s:11:\"cron_secret\";s:64:\"1c1f01cb715e0c3c48e974bea041ccc74e23978c6c643c014094f996feff766b\";}','no'),(10138,'wpforms_builder_opened_date','0','no'),(10130,'give_version_upgraded_from','2.18.0','no'),(43648,'woocommerce_inbox_variant_assignment','11','yes'),(41135,'boldgrid_backup_latest_backup','a:34:{s:4:\"mode\";s:6:\"backup\";s:6:\"dryrun\";b:0;s:10:\"compressor\";s:7:\"php_zip\";s:8:\"filesize\";i:307473579;s:4:\"save\";b:1;s:10:\"total_size\";i:561477023;s:14:\"folder_include\";s:18:\"WPCORE,/wp-content\";s:14:\"folder_exclude\";s:17:\".git,node_modules\";s:13:\"table_exclude\";a:0:{}s:5:\"title\";N;s:11:\"description\";N;s:7:\"ABSPATH\";s:42:\"/home/shawns11/thechrishaunfoundation.org/\";s:9:\"backup_id\";s:8:\"a82189c6\";s:7:\"siteurl\";s:34:\"https://thechrishaunfoundation.org\";s:9:\"timestamp\";i:1668569182;s:17:\"gateway_interface\";s:7:\"CGI/1.1\";s:9:\"http_host\";s:26:\"thechrishaunfoundation.org\";s:13:\"php_sapi_name\";s:8:\"cgi-fcgi\";s:9:\"php_uname\";s:110:\"Linux biz215.inmotionhosting.com 3.10.0-962.3.2.lve1.5.66.el7.x86_64 #1 SMP Mon Feb 7 15:53:01 UTC 2022 x86_64\";s:11:\"php_version\";s:6:\"7.2.34\";s:11:\"server_addr\";s:14:\"104.244.124.23\";s:11:\"server_name\";s:26:\"thechrishaunfoundation.org\";s:15:\"server_protocol\";s:8:\"HTTP/1.1\";s:15:\"server_software\";s:6:\"Apache\";s:3:\"uid\";i:3063;s:8:\"username\";s:8:\"shawns11\";s:10:\"encrypt_db\";b:0;s:7:\"trigger\";s:11:\"Auto update\";s:8:\"filepath\";s:102:\"/home/shawns11/boldgrid_backup/boldgrid-backup-thechrishaunfoundation.org-a82189c6-20221116-032633.zip\";s:11:\"lastmodunix\";i:1668569318;s:8:\"duration\";s:6:\"136.26\";s:11:\"db_duration\";s:4:\"3.16\";s:11:\"db_filename\";s:36:\"shawns11_bgri974.20221116-032622.sql\";s:12:\"mail_success\";b:0;}','yes'),(10115,'wp_force_deactivated_plugins','a:0:{}','yes'),(152,'cron','a:30:{i:1669570266;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:1669570481;a:1:{s:17:\"jetpack_sync_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:21:\"jetpack_sync_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1669570504;a:1:{s:22:\"jetpack_sync_full_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:21:\"jetpack_sync_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1669571154;a:1:{s:32:\"woocommerce_cancel_unpaid_orders\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1669571183;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1669572467;a:1:{s:34:\"give_paypal_commerce_refresh_token\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1669572973;a:1:{s:33:\"wc_admin_process_orders_milestone\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1669573211;a:1:{s:29:\"wc_admin_unsnooze_admin_notes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1669573554;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:1669585517;a:1:{s:28:\"woocommerce_cleanup_sessions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1669593600;a:1:{s:27:\"woocommerce_scheduled_sales\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1669597504;a:1:{s:23:\"sb_instagram_twicedaily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1669605954;a:5:{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:18:\"wp_https_detection\";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_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1669605966;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:1669606014;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:1669606052;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:1669606361;a:1:{s:22:\"backwpup_check_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1669607127;a:2:{s:33:\"woocommerce_cleanup_personal_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:30:\"woocommerce_tracker_send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1669607183;a:1:{s:20:\"jetpack_v2_heartbeat\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1669607338;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1669608005;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1669617917;a:2:{s:24:\"woocommerce_cleanup_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:31:\"woocommerce_cleanup_rate_limits\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1669644000;a:1:{s:28:\"wpforms_email_summaries_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:30:\"wpforms_email_summaries_weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1669649522;a:1:{s:14:\"wc_admin_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1669692452;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:1669778754;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1669778852;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:1670211977;a:1:{s:25:\"woocommerce_geoip_updater\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:11:\"fifteendays\";s:4:\"args\";a:0:{}s:8:\"interval\";i:1296000;}}}i:1671593252;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;}','yes'),(153,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(154,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(155,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(156,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(157,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(158,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(159,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(160,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(161,'widget_custom_html','a:3:{i:1;a:2:{s:5:\"title\";s:10:\"Our Vision\";s:7:\"content\";s:245:\"<span style=\"color:#ffffff;\">The Chrishaun Foundation works to provide education, counseling, clean & nuisance free environment to survivors with solutions and resources for those exaggerated by life’s challenges, traumas, and disaster.</span>\";}i:3;a:2:{s:5:\"title\";s:7:\"Contact\";s:7:\"content\";s:131:\"Address: 384 Northyards Blvd NW, Suite 100 Atlanta, GA 30313<br>\r\nEmail: info@thechrishaunfoundation.org<br>\r\nPhone: 1-404-491-9311\";}s:12:\"_multiwidget\";i:1;}','yes'),(163,'recovery_keys','a:0:{}','yes'),(165,'https_detection_errors','a:0:{}','yes'),(164,'theme_mods_twentytwentyone','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1624937325;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}}}}','yes'),(442,'elementor_pro_remote_info_api_data_3.2.1','a:2:{s:7:\"timeout\";i:1669613356;s:5:\"value\";s:45:\"{\"license\":\"valid\",\"expires\":\"+15000 months\"}\";}','yes'),(445,'elementor_log','a:43:{s:32:\"4ac9a58b00d04009ff0d4860d73aca2c\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-06-29 03:45:32\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"3.2.1\";s:2:\"to\";s:5:\"3.3.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-06-29 03:45:32\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"3.2.1\";s:2:\"to\";s:5:\"3.3.1\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"7e8cf74be4e7a820ecbd0bfec57aaaa1\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-06-29 03:45:33\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-06-29 03:45:33\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"094f1478b53b72badfd68ebee7e90d2e\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-06-29 03:45:33\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:54:\"Elementor Pro/Upgrades - _v_3_3_0_nav_menu_icon Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-06-29 03:45:33\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:54:\"Elementor Pro/Upgrades - _v_3_3_0_nav_menu_icon Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"01c9ee14508c7c3716310df4c076ec89\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-06-29 03:45:33\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:56:\"Elementor Pro/Upgrades - _v_3_3_0_nav_menu_icon Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-06-29 03:45:33\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:56:\"Elementor Pro/Upgrades - _v_3_3_0_nav_menu_icon Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"83e9bdb2435b05f3ad4b7ffa627cfe42\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-06-29 03:45:33\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:58:\"Elementor Pro/Upgrades - _v_3_3_0_recalc_usage_data Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-06-29 03:45:33\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:58:\"Elementor Pro/Upgrades - _v_3_3_0_recalc_usage_data Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"2fbd54bcbe56ff6610387c18fd25aa59\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-06-29 03:45:34\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:60:\"Elementor Pro/Upgrades - _v_3_3_0_recalc_usage_data Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-06-29 03:45:34\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:60:\"Elementor Pro/Upgrades - _v_3_3_0_recalc_usage_data Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"06fa9f141f639b73631bc673c12e523d\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-06-29 03:45:34\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"3.2.1\";s:2:\"to\";s:5:\"3.3.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-06-29 03:45:34\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"3.2.1\";s:2:\"to\";s:5:\"3.3.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"154c33f56f3cbbd2edba0ffd0e71bf38\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:92:\"/home/shawns11/thechrishaunfoundation.org/wp-content/plugins/elementor-pro/license/admin.php\";s:7:\"\0*\0line\";i:208;s:7:\"\0*\0date\";s:19:\"2021-06-29 03:45:34\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:24:\"Undefined index: license\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:3;s:14:\"\0*\0times_dates\";a:3:{i:0;s:19:\"2021-06-29 03:45:34\";i:1;s:19:\"2021-06-29 08:12:15\";i:2;s:19:\"2021-06-29 08:15:49\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:24:\"Undefined index: license\";s:4:\"file\";s:92:\"/home/shawns11/thechrishaunfoundation.org/wp-content/plugins/elementor-pro/license/admin.php\";s:4:\"line\";i:208;s:5:\"trace\";b:1;}}s:32:\"2cc3fadf832176ee6086ee0cb2692535\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:106:\"/home/shawns11/thechrishaunfoundation.org/wp-content/plugins/elementor/core/common/modules/ajax/module.php\";s:7:\"\0*\0line\";i:171;s:7:\"\0*\0date\";s:19:\"2021-06-30 02:58:51\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:21:\"Undefined index: data\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:7;s:14:\"\0*\0times_dates\";a:7:{i:0;s:19:\"2021-06-30 02:58:51\";i:1;s:19:\"2021-07-01 06:05:15\";i:2;s:19:\"2021-07-01 06:13:32\";i:3;s:19:\"2021-07-01 06:14:32\";i:4;s:19:\"2021-07-01 06:15:26\";i:5;s:19:\"2021-08-17 10:34:00\";i:6;s:19:\"2021-10-08 21:30:15\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:21:\"Undefined index: data\";s:4:\"file\";s:106:\"/home/shawns11/thechrishaunfoundation.org/wp-content/plugins/elementor/core/common/modules/ajax/module.php\";s:4:\"line\";i:171;s:5:\"trace\";b:1;}}s:32:\"b01546018cbdc0f46e4077ec5ebae1b8\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:104:\"/home/shawns11/thechrishaunfoundation.org/wp-content/plugins/elementor/modules/dev-tools/deprecation.php\";s:7:\"\0*\0line\";i:297;s:7:\"\0*\0date\";s:19:\"2021-06-30 05:56:20\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:165:\"The Plugin::$instance-&gt;posts_css_manager argument is &lt;strong&gt;deprecated&lt;/strong&gt; since version 2.7.0! Use Plugin::$instance-&gt;files_manager instead.\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:6;s:14:\"\0*\0times_dates\";a:6:{i:0;s:19:\"2021-06-30 05:56:20\";i:1;s:19:\"2021-06-30 16:45:48\";i:2;s:19:\"2021-08-16 05:00:18\";i:3;s:19:\"2021-08-16 16:19:29\";i:4;s:19:\"2021-08-17 04:21:15\";i:5;s:19:\"2021-08-17 04:39:38\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:147:\"The Plugin::$instance->posts_css_manager argument is <strong>deprecated</strong> since version 2.7.0! Use Plugin::$instance->files_manager instead.\";s:4:\"file\";s:104:\"/home/shawns11/thechrishaunfoundation.org/wp-content/plugins/elementor/modules/dev-tools/deprecation.php\";s:4:\"line\";i:297;s:5:\"trace\";b:1;}}s:32:\"f82f47a2ae91918189bbc668a250d0b0\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-08-15 23:08:20\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.2.5\";s:2:\"to\";s:5:\"3.3.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-08-15 23:08:20\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.2.5\";s:2:\"to\";s:5:\"3.3.1\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"98d9f685b506416b384dea73d2757e70\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-08-15 23:08:21\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-08-15 23:08:21\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"f60a653100664cb885bbe10d261d8600\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-08-15 23:08:21\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-08-15 23:08:21\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"cad16e4b29013c52ff571bc5b9254e08\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-08-15 23:08:22\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-08-15 23:08:22\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"e46a52e74596a5ba1634406ca6438648\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-08-15 23:08:22\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.2.5\";s:2:\"to\";s:5:\"3.3.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-08-15 23:08:22\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.2.5\";s:2:\"to\";s:5:\"3.3.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"74122dc149d1ecdfec4183f3e61552e6\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-08-15 23:08:23\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.2.5\";s:2:\"to\";s:5:\"3.3.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-08-15 23:08:23\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.2.5\";s:2:\"to\";s:5:\"3.3.1\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"9eaf04030b38227bb60fc7ddac97a8bd\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:114:\"/home/shawns11/thechrishaunfoundation.org/wp-content/plugins/elementor/includes/template-library/sources/local.php\";s:7:\"\0*\0line\";i:1033;s:7:\"\0*\0date\";s:19:\"2021-08-17 03:00:17\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:1043:\"Uncaught TypeError: Argument 2 passed to Elementor\\TemplateLibrary\\Source_Local::on_save_post() must be an instance of WP_Post, null given, called in /home/shawns11/thechrishaunfoundation.org/wp-includes/class-wp-hook.php on line 305 and defined in /home/shawns11/thechrishaunfoundation.org/wp-content/plugins/elementor/includes/template-library/sources/local.php:1033\nStack trace:\n#0 /home/shawns11/thechrishaunfoundation.org/wp-includes/class-wp-hook.php(305): Elementor\\TemplateLibrary\\Source_Local-&gt;on_save_post(1153, NULL)\n#1 /home/shawns11/thechrishaunfoundation.org/wp-includes/class-wp-hook.php(327): WP_Hook-&gt;apply_filters(NULL, Array)\n#2 /home/shawns11/thechrishaunfoundation.org/wp-includes/plugin.php(470): WP_Hook-&gt;do_action(Array)\n#3 /home/shawns11/thechrishaunfoundation.org/wp-includes/post.php(4468): do_action(&#039;save_post&#039;, 1153, NULL, true)\n#4 /home/shawns11/thechrishaunfoundation.org/wp-includes/post.php(4570): wp_insert_post(Array, false, true)\n#5 /home/shawns11/thechrishaunfoundation.org/wp-content/p\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-08-17 03:00:17\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:5:\"error\";s:7:\"message\";s:1024:\"Uncaught TypeError: Argument 2 passed to Elementor\\TemplateLibrary\\Source_Local::on_save_post() must be an instance of WP_Post, null given, called in /home/shawns11/thechrishaunfoundation.org/wp-includes/class-wp-hook.php on line 305 and defined in /home/shawns11/thechrishaunfoundation.org/wp-content/plugins/elementor/includes/template-library/sources/local.php:1033\nStack trace:\n#0 /home/shawns11/thechrishaunfoundation.org/wp-includes/class-wp-hook.php(305): Elementor\\TemplateLibrary\\Source_Local->on_save_post(1153, NULL)\n#1 /home/shawns11/thechrishaunfoundation.org/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters(NULL, Array)\n#2 /home/shawns11/thechrishaunfoundation.org/wp-includes/plugin.php(470): WP_Hook->do_action(Array)\n#3 /home/shawns11/thechrishaunfoundation.org/wp-includes/post.php(4468): do_action(\'save_post\', 1153, NULL, true)\n#4 /home/shawns11/thechrishaunfoundation.org/wp-includes/post.php(4570): wp_insert_post(Array, false, true)\n#5 /home/shawns11/thechrishaunfoundation.org/wp-content/p\";s:4:\"file\";s:114:\"/home/shawns11/thechrishaunfoundation.org/wp-content/plugins/elementor/includes/template-library/sources/local.php\";s:4:\"line\";i:1033;s:5:\"trace\";b:1;}}s:32:\"77f9cf9570f97db6fbd697378e0daddb\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-08-17 05:51:21\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-08-17 05:51:21\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"32f1adb8dc21ed85168ca98c4d3e5c21\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-08-17 05:51:21\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-08-17 05:51:21\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"398dea68e130763e95ef98579b8accb4\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-08-17 05:51:21\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-08-17 05:51:21\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"fc9ded04a092d358f719d7ccdc9db91e\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-08-17 05:51:21\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.3.1\";s:2:\"to\";s:5:\"3.4.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-08-17 05:51:21\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.3.1\";s:2:\"to\";s:5:\"3.4.0\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"f9a563ea9f447cbef12abae043cb0632\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-09-10 09:57:13\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.4.0\";s:2:\"to\";s:5:\"3.4.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-09-10 09:57:13\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.4.0\";s:2:\"to\";s:5:\"3.4.3\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"787bcb77a136ed0b3bd8fcdb4e230237\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-09-10 09:57:15\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-09-10 09:57:15\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"a2746824506f063026f98a1556a53da7\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-09-10 09:57:15\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-09-10 09:57:15\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"097f22b5611bb70c11ff1ad2919e2ec6\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-09-10 09:57:15\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-09-10 09:57:15\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"265af10e9ab208d7f5192d7404cd9bdd\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-09-10 09:57:15\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.4.0\";s:2:\"to\";s:5:\"3.4.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-09-10 09:57:15\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.4.0\";s:2:\"to\";s:5:\"3.4.3\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"debe5e1f64bdac43393a7d91cbf6cb4f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-10-08 15:31:02\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.4.3\";s:2:\"to\";s:5:\"3.4.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-10-08 15:31:02\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.4.3\";s:2:\"to\";s:5:\"3.4.4\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"3ee30977d7326b8f5063151bde192f28\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-10-08 15:31:05\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-10-08 15:31:05\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"5a99a2b1cf273af01da09783c345cbc2\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-10-08 15:31:05\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-10-08 15:31:05\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"2658dbf2c56ceb6d3610afd7a3da1c41\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-10-08 15:31:06\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-10-08 15:31:06\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"b235089e741dac4105a497a1848c7806\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-10-08 15:31:07\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.4.3\";s:2:\"to\";s:5:\"3.4.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-10-08 15:31:07\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.4.3\";s:2:\"to\";s:5:\"3.4.4\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"c1b920abcff638027b26bb50fbc729b3\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-10-08 15:31:09\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.4.3\";s:2:\"to\";s:5:\"3.4.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-10-08 15:31:09\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.4.3\";s:2:\"to\";s:5:\"3.4.4\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"4ce73d1d87ac8ed4325d77c4400f552b\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-02-23 03:49:36\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-02-23 03:49:36\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"50f458b76762d2d5d2d99e52e3c4838f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-02-23 03:49:36\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-02-23 03:49:36\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"beea8a86fa8dc4ca7d9ec6411e831a1a\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-02-23 03:49:36\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-02-23 03:49:36\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"da25eba743e035fd78a632ee7197c428\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-02-23 03:49:36\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.4.4\";s:2:\"to\";s:5:\"3.5.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-02-23 03:49:36\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.4.4\";s:2:\"to\";s:5:\"3.5.4\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"e4e898a6f5a96deda79bc3a56374ea31\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-11-27 17:30:23\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.5.4\";s:2:\"to\";s:5:\"3.8.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-11-27 17:30:23\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.5.4\";s:2:\"to\";s:5:\"3.8.1\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"7df9595da6eeef6e074fb6c2dbbfc595\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-11-27 17:30:27\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-11-27 17:30:27\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"4a3ac009c863092976b51af903b67f80\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-11-27 17:30:27\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-11-27 17:30:27\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"a563c042feffdd2de291fe783a5d2f95\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-11-27 17:30:27\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-11-27 17:30:27\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"f68404c072a5755abc1ed22826d26dc1\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-11-27 17:30:27\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:63:\"Elementor/Upgrades - _v_3_8_0_fix_php8_image_custom_size Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-11-27 17:30:27\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:63:\"Elementor/Upgrades - _v_3_8_0_fix_php8_image_custom_size Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"f808844abe97dca6767ec93030998575\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-11-27 17:30:27\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:65:\"Elementor/Upgrades - _v_3_8_0_fix_php8_image_custom_size Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-11-27 17:30:27\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:65:\"Elementor/Upgrades - _v_3_8_0_fix_php8_image_custom_size Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"ff39e33f5680804a4ada22424f0c2e3b\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-11-27 17:30:27\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.5.4\";s:2:\"to\";s:5:\"3.8.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-11-27 17:30:27\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.5.4\";s:2:\"to\";s:5:\"3.8.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}}','no'),(450,'elementor_fonts_manager_font_types','a:0:{}','yes'),(451,'elementor_fonts_manager_fonts','a:0:{}','yes'),(73600,'w3tc_extensions_hooks','{\"actions\":[],\"filters\":[],\"next_check_date\":1669613407}','yes'),(73601,'w3tc_state','{\"common.install\":1633747523,\"common.install_version\":\"2.1.8\",\"license.status\":\"no_key\",\"license.next_check\":1669902007,\"license.terms\":\"\",\"license.community_terms\":\"decline\",\"common.next_support_us_invitation\":1645847290,\"common.support_us_invitations\":1}','no'),(593,'ast-block-templates-last-export-checksums-latest','HvW2kTSxWbmS','no'),(431,'elementor_pro_version','3.3.1','yes'),(432,'widget_elementor-library','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(433,'_elementor_pro_installed_time','1624938155','yes'),(434,'elementor_submissions_db_version','5','yes'),(436,'elementor_pro_license_key','fb351f05958872E193feb37a505a84be','yes'),(437,'_elementor_pro_license_data_fallback','a:2:{s:7:\"timeout\";i:1669656499;s:5:\"value\";s:45:\"{\"license\":\"valid\",\"expires\":\"+15000 months\"}\";}','yes'),(438,'_elementor_pro_license_data','a:2:{s:7:\"timeout\";i:1669613299;s:5:\"value\";s:45:\"{\"license\":\"valid\",\"expires\":\"+15000 months\"}\";}','yes'),(439,'_elementor_pro_api_requests_lock','a:2:{s:16:\"get_license_data\";i:1669570099;s:11:\"get_version\";i:1669570156;}','yes'),(4815,'widget_block','a:3:{s:12:\"_multiwidget\";i:1;i:4;a:1:{s:7:\"content\";s:58:\"<!-- wp:heading -->\n<h2>About Us</h2>\n<!-- /wp:heading -->\";}i:6;a:1:{s:7:\"content\";s:89:\"<!-- wp:code -->\n<pre class=\"wp-block-code\"><code>About Us</code></pre>\n<!-- /wp:code -->\";}}','yes'),(41123,'boldgrid_backup_in_progress_data','a:7:{s:6:\"status\";s:22:\"Backing up database...\";s:12:\"log_filename\";s:22:\"archive-1669570227.log\";s:3:\"pid\";i:2722610;s:10:\"start_time\";i:1669570227;s:7:\"trigger\";s:48:\"thechrishaunfoundation (wealthydivas1@gmail.com)\";s:6:\"tables\";a:63:{i:0;s:28:\"wpxo_actionscheduler_actions\";i:1;s:27:\"wpxo_actionscheduler_claims\";i:2;s:27:\"wpxo_actionscheduler_groups\";i:3;s:25:\"wpxo_actionscheduler_logs\";i:4;s:25:\"wpxo_aioseo_notifications\";i:5;s:17:\"wpxo_aioseo_posts\";i:6;s:16:\"wpxo_commentmeta\";i:7;s:13:\"wpxo_comments\";i:8;s:13:\"wpxo_e_events\";i:9;s:18:\"wpxo_e_submissions\";i:10;s:30:\"wpxo_e_submissions_actions_log\";i:11;s:25:\"wpxo_e_submissions_values\";i:12;s:21:\"wpxo_give_commentmeta\";i:13;s:18:\"wpxo_give_comments\";i:14;s:22:\"wpxo_give_donationmeta\";i:15;s:19:\"wpxo_give_donormeta\";i:16;s:16:\"wpxo_give_donors\";i:17;s:18:\"wpxo_give_formmeta\";i:18;s:13:\"wpxo_give_log\";i:19;s:20:\"wpxo_give_migrations\";i:20;s:17:\"wpxo_give_revenue\";i:21;s:29:\"wpxo_give_sequential_ordering\";i:22;s:18:\"wpxo_give_sessions\";i:23;s:10:\"wpxo_links\";i:24;s:12:\"wpxo_options\";i:25;s:13:\"wpxo_postmeta\";i:26;s:10:\"wpxo_posts\";i:27;s:23:\"wpxo_term_relationships\";i:28;s:18:\"wpxo_term_taxonomy\";i:29;s:13:\"wpxo_termmeta\";i:30;s:10:\"wpxo_terms\";i:31;s:13:\"wpxo_usermeta\";i:32;s:10:\"wpxo_users\";i:33;s:26:\"wpxo_wc_admin_note_actions\";i:34;s:19:\"wpxo_wc_admin_notes\";i:35;s:23:\"wpxo_wc_category_lookup\";i:36;s:23:\"wpxo_wc_customer_lookup\";i:37;s:20:\"wpxo_wc_download_log\";i:38;s:27:\"wpxo_wc_order_coupon_lookup\";i:39;s:28:\"wpxo_wc_order_product_lookup\";i:40;s:19:\"wpxo_wc_order_stats\";i:41;s:24:\"wpxo_wc_order_tax_lookup\";i:42;s:27:\"wpxo_wc_product_meta_lookup\";i:43;s:19:\"wpxo_wc_rate_limits\";i:44;s:22:\"wpxo_wc_reserved_stock\";i:45;s:24:\"wpxo_wc_tax_rate_classes\";i:46;s:16:\"wpxo_wc_webhooks\";i:47;s:16:\"wpxo_wdm_bidders\";i:48;s:25:\"wpxo_woocommerce_api_keys\";i:49;s:37:\"wpxo_woocommerce_attribute_taxonomies\";i:50;s:49:\"wpxo_woocommerce_downloadable_product_permissions\";i:51;s:20:\"wpxo_woocommerce_log\";i:52;s:31:\"wpxo_woocommerce_order_itemmeta\";i:53;s:28:\"wpxo_woocommerce_order_items\";i:54;s:34:\"wpxo_woocommerce_payment_tokenmeta\";i:55;s:31:\"wpxo_woocommerce_payment_tokens\";i:56;s:25:\"wpxo_woocommerce_sessions\";i:57;s:40:\"wpxo_woocommerce_shipping_zone_locations\";i:58;s:38:\"wpxo_woocommerce_shipping_zone_methods\";i:59;s:31:\"wpxo_woocommerce_shipping_zones\";i:60;s:35:\"wpxo_woocommerce_tax_rate_locations\";i:61;s:26:\"wpxo_woocommerce_tax_rates\";i:62;s:23:\"wpxo_wpforms_tasks_meta\";}s:4:\"step\";i:1;}','yes'),(172,'boldgrid_backup_history','a:1:{i:0;a:3:{s:7:\"user_id\";i:1;s:9:\"timestamp\";i:1624937157;s:7:\"message\";s:58:\"Advanced WordPress Reset plugin (version 1.1.1) activated.\";}}','no'),(175,'action_scheduler_lock_async-request-runner','1669570281','yes'),(176,'jetpack_sync_settings_sync_sender_enabled','1','yes'),(72769,'woocommerce_marketplace_suggestions','a:2:{s:11:\"suggestions\";a:27:{i:0;a:4:{s:4:\"slug\";s:28:\"product-edit-meta-tab-header\";s:7:\"context\";s:28:\"product-edit-meta-tab-header\";s:5:\"title\";s:22:\"Recommended extensions\";s:13:\"allow-dismiss\";b:0;}i:1;a:6:{s:4:\"slug\";s:39:\"product-edit-meta-tab-footer-browse-all\";s:7:\"context\";s:28:\"product-edit-meta-tab-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:2;a:9:{s:4:\"slug\";s:46:\"product-edit-mailchimp-woocommerce-memberships\";s:7:\"product\";s:33:\"woocommerce-memberships-mailchimp\";s:14:\"show-if-active\";a:1:{i:0;s:23:\"woocommerce-memberships\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:116:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/mailchimp-for-memberships.svg\";s:5:\"title\";s:25:\"Mailchimp for Memberships\";s:4:\"copy\";s:79:\"Completely automate your email lists by syncing membership changes to Mailchimp\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:67:\"https://woocommerce.com/products/mailchimp-woocommerce-memberships/\";}i:3;a:9:{s:4:\"slug\";s:19:\"product-edit-addons\";s:7:\"product\";s:26:\"woocommerce-product-addons\";s:14:\"show-if-active\";a:2:{i:0;s:25:\"woocommerce-subscriptions\";i:1;s:20:\"woocommerce-bookings\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/product-add-ons.svg\";s:5:\"title\";s:15:\"Product Add-Ons\";s:4:\"copy\";s:93:\"Offer add-ons like gift wrapping, special messages or other special options for your products\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-add-ons/\";}i:4;a:9:{s:4:\"slug\";s:46:\"product-edit-woocommerce-subscriptions-gifting\";s:7:\"product\";s:33:\"woocommerce-subscriptions-gifting\";s:14:\"show-if-active\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:116:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/gifting-for-subscriptions.svg\";s:5:\"title\";s:25:\"Gifting for Subscriptions\";s:4:\"copy\";s:70:\"Let customers buy subscriptions for others - they\'re the ultimate gift\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:67:\"https://woocommerce.com/products/woocommerce-subscriptions-gifting/\";}i:5;a:9:{s:4:\"slug\";s:42:\"product-edit-teams-woocommerce-memberships\";s:7:\"product\";s:33:\"woocommerce-memberships-for-teams\";s:14:\"show-if-active\";a:1:{i:0;s:23:\"woocommerce-memberships\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:112:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/teams-for-memberships.svg\";s:5:\"title\";s:21:\"Teams for Memberships\";s:4:\"copy\";s:123:\"Adds B2B functionality to WooCommerce Memberships, allowing sites to sell team, group, corporate, or family member accounts\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:63:\"https://woocommerce.com/products/teams-woocommerce-memberships/\";}i:6;a:8:{s:4:\"slug\";s:29:\"product-edit-variation-images\";s:7:\"product\";s:39:\"woocommerce-additional-variation-images\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:118:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/additional-variation-images.svg\";s:5:\"title\";s:27:\"Additional Variation Images\";s:4:\"copy\";s:72:\"Showcase your products in the best light with a image for each variation\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:73:\"https://woocommerce.com/products/woocommerce-additional-variation-images/\";}i:7;a:9:{s:4:\"slug\";s:47:\"product-edit-woocommerce-subscription-downloads\";s:7:\"product\";s:34:\"woocommerce-subscription-downloads\";s:14:\"show-if-active\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/subscription-downloads.svg\";s:5:\"title\";s:22:\"Subscription Downloads\";s:4:\"copy\";s:57:\"Give customers special downloads with their subscriptions\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:68:\"https://woocommerce.com/products/woocommerce-subscription-downloads/\";}i:8;a:8:{s:4:\"slug\";s:31:\"product-edit-min-max-quantities\";s:7:\"product\";s:30:\"woocommerce-min-max-quantities\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:109:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/min-max-quantities.svg\";s:5:\"title\";s:18:\"Min/Max Quantities\";s:4:\"copy\";s:81:\"Specify minimum and maximum allowed product quantities for orders to be completed\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:52:\"https://woocommerce.com/products/min-max-quantities/\";}i:9;a:8:{s:4:\"slug\";s:28:\"product-edit-name-your-price\";s:7:\"product\";s:27:\"woocommerce-name-your-price\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/name-your-price.svg\";s:5:\"title\";s:15:\"Name Your Price\";s:4:\"copy\";s:70:\"Let customers pay what they want - useful for donations, tips and more\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/name-your-price/\";}i:10;a:8:{s:4:\"slug\";s:42:\"product-edit-woocommerce-one-page-checkout\";s:7:\"product\";s:29:\"woocommerce-one-page-checkout\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/one-page-checkout.svg\";s:5:\"title\";s:17:\"One Page Checkout\";s:4:\"copy\";s:92:\"Don\'t make customers click around - let them choose products, checkout & pay all on one page\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:63:\"https://woocommerce.com/products/woocommerce-one-page-checkout/\";}i:11;a:4:{s:4:\"slug\";s:19:\"orders-empty-header\";s:7:\"context\";s:24:\"orders-list-empty-header\";s:5:\"title\";s:20:\"Tools for your store\";s:13:\"allow-dismiss\";b:0;}i:12;a:6:{s:4:\"slug\";s:30:\"orders-empty-footer-browse-all\";s:7:\"context\";s:24:\"orders-list-empty-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:13;a:8:{s:4:\"slug\";s:19:\"orders-empty-wc-pay\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:20:\"woocommerce-payments\";s:4:\"icon\";s:111:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/woocommerce-payments.svg\";s:5:\"title\";s:20:\"WooCommerce Payments\";s:4:\"copy\";s:125:\"Securely accept payments and manage transactions directly from your WooCommerce dashboard – no setup costs or monthly fees.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:54:\"https://woocommerce.com/products/woocommerce-payments/\";}i:14;a:8:{s:4:\"slug\";s:19:\"orders-empty-zapier\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:18:\"woocommerce-zapier\";s:4:\"icon\";s:97:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/zapier.svg\";s:5:\"title\";s:6:\"Zapier\";s:4:\"copy\";s:88:\"Save time and increase productivity by connecting your store to more than 1000+ services\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:52:\"https://woocommerce.com/products/woocommerce-zapier/\";}i:15;a:8:{s:4:\"slug\";s:30:\"orders-empty-shipment-tracking\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:29:\"woocommerce-shipment-tracking\";s:4:\"icon\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/shipment-tracking.svg\";s:5:\"title\";s:17:\"Shipment Tracking\";s:4:\"copy\";s:86:\"Let customers know when their orders will arrive by adding shipment tracking to emails\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:51:\"https://woocommerce.com/products/shipment-tracking/\";}i:16;a:8:{s:4:\"slug\";s:32:\"orders-empty-table-rate-shipping\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:31:\"woocommerce-table-rate-shipping\";s:4:\"icon\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/table-rate-shipping.svg\";s:5:\"title\";s:19:\"Table Rate Shipping\";s:4:\"copy\";s:122:\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:53:\"https://woocommerce.com/products/table-rate-shipping/\";}i:17;a:8:{s:4:\"slug\";s:40:\"orders-empty-shipping-carrier-extensions\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:4:\"icon\";s:118:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/shipping-carrier-extensions.svg\";s:5:\"title\";s:27:\"Shipping Carrier Extensions\";s:4:\"copy\";s:116:\"Show live rates from FedEx, UPS, USPS and more directly on your store - never under or overcharge for shipping again\";s:11:\"button-text\";s:13:\"Find Carriers\";s:8:\"promoted\";s:26:\"category-shipping-carriers\";s:3:\"url\";s:99:\"https://woocommerce.com/product-category/woocommerce-extensions/shipping-methods/shipping-carriers/\";}i:18;a:8:{s:4:\"slug\";s:32:\"orders-empty-google-product-feed\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:25:\"woocommerce-product-feeds\";s:4:\"icon\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/google-product-feed.svg\";s:5:\"title\";s:19:\"Google Product Feed\";s:4:\"copy\";s:76:\"Increase sales by letting customers find you when they\'re shopping on Google\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:53:\"https://woocommerce.com/products/google-product-feed/\";}i:19;a:4:{s:4:\"slug\";s:35:\"products-empty-header-product-types\";s:7:\"context\";s:26:\"products-list-empty-header\";s:5:\"title\";s:23:\"Other types of products\";s:13:\"allow-dismiss\";b:0;}i:20;a:6:{s:4:\"slug\";s:32:\"products-empty-footer-browse-all\";s:7:\"context\";s:26:\"products-list-empty-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:21;a:8:{s:4:\"slug\";s:30:\"products-empty-product-vendors\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:27:\"woocommerce-product-vendors\";s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/product-vendors.svg\";s:5:\"title\";s:15:\"Product Vendors\";s:4:\"copy\";s:47:\"Turn your store into a multi-vendor marketplace\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-vendors/\";}i:22;a:8:{s:4:\"slug\";s:26:\"products-empty-memberships\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:23:\"woocommerce-memberships\";s:4:\"icon\";s:102:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/memberships.svg\";s:5:\"title\";s:11:\"Memberships\";s:4:\"copy\";s:76:\"Give members access to restricted content or products, for a fee or for free\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:57:\"https://woocommerce.com/products/woocommerce-memberships/\";}i:23;a:9:{s:4:\"slug\";s:35:\"products-empty-woocommerce-deposits\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:20:\"woocommerce-deposits\";s:14:\"show-if-active\";a:1:{i:0;s:20:\"woocommerce-bookings\";}s:4:\"icon\";s:99:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/deposits.svg\";s:5:\"title\";s:8:\"Deposits\";s:4:\"copy\";s:75:\"Make it easier for customers to pay by offering a deposit or a payment plan\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:54:\"https://woocommerce.com/products/woocommerce-deposits/\";}i:24;a:8:{s:4:\"slug\";s:40:\"products-empty-woocommerce-subscriptions\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:25:\"woocommerce-subscriptions\";s:4:\"icon\";s:104:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/subscriptions.svg\";s:5:\"title\";s:13:\"Subscriptions\";s:4:\"copy\";s:97:\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:59:\"https://woocommerce.com/products/woocommerce-subscriptions/\";}i:25;a:8:{s:4:\"slug\";s:35:\"products-empty-woocommerce-bookings\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:20:\"woocommerce-bookings\";s:4:\"icon\";s:99:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/bookings.svg\";s:5:\"title\";s:8:\"Bookings\";s:4:\"copy\";s:99:\"Allow customers to book appointments, make reservations or rent equipment without leaving your site\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:54:\"https://woocommerce.com/products/woocommerce-bookings/\";}i:26;a:8:{s:4:\"slug\";s:30:\"products-empty-product-bundles\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:27:\"woocommerce-product-bundles\";s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/product-bundles.svg\";s:5:\"title\";s:15:\"Product Bundles\";s:4:\"copy\";s:49:\"Offer customizable bundles and assembled products\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-bundles/\";}}s:7:\"updated\";i:1643592897;}','no'),(189,'jetpack_constants_sync_checksum','a:33:{s:16:\"EMPTY_TRASH_DAYS\";i:2473281379;s:17:\"WP_POST_REVISIONS\";i:4261170317;s:26:\"AUTOMATIC_UPDATER_DISABLED\";i:634125391;s:7:\"ABSPATH\";i:771675259;s:14:\"WP_CONTENT_DIR\";i:2716427902;s:9:\"FS_METHOD\";i:634125391;s:18:\"DISALLOW_FILE_EDIT\";i:634125391;s:18:\"DISALLOW_FILE_MODS\";i:634125391;s:19:\"WP_AUTO_UPDATE_CORE\";i:634125391;s:22:\"WP_HTTP_BLOCK_EXTERNAL\";i:634125391;s:19:\"WP_ACCESSIBLE_HOSTS\";i:634125391;s:16:\"JETPACK__VERSION\";i:4184070002;s:12:\"IS_PRESSABLE\";i:634125391;s:15:\"DISABLE_WP_CRON\";i:634125391;s:17:\"ALTERNATE_WP_CRON\";i:634125391;s:20:\"WP_CRON_LOCK_TIMEOUT\";i:3994858278;s:11:\"PHP_VERSION\";i:1568186345;s:15:\"WP_MEMORY_LIMIT\";i:3065409971;s:19:\"WP_MAX_MEMORY_LIMIT\";i:2267546353;s:8:\"WP_DEBUG\";i:734881840;s:14:\"WC_PLUGIN_FILE\";i:3488326500;s:10:\"WC_ABSPATH\";i:90089908;s:18:\"WC_PLUGIN_BASENAME\";i:1149093810;s:10:\"WC_VERSION\";i:307273608;s:19:\"WOOCOMMERCE_VERSION\";i:307273608;s:21:\"WC_ROUNDING_PRECISION\";i:498629140;s:25:\"WC_DISCOUNT_ROUNDING_MODE\";i:450215437;s:20:\"WC_TAX_ROUNDING_MODE\";i:2212294583;s:12:\"WC_DELIMITER\";i:2455911554;s:10:\"WC_LOG_DIR\";i:3723428461;s:22:\"WC_SESSION_CACHE_GROUP\";i:4278978988;s:22:\"WC_TEMPLATE_DEBUG_MODE\";i:734881840;s:16:\"ATOMIC_CLIENT_ID\";i:634125391;}','yes'),(190,'jetpack_sync_https_history_main_network_site_url','a:5:{i:0;s:5:\"https\";i:1;s:5:\"https\";i:2;s:5:\"https\";i:3;s:5:\"https\";i:4;s:5:\"https\";}','yes'),(191,'jetpack_sync_https_history_site_url','a:5:{i:0;s:5:\"https\";i:1;s:5:\"https\";i:2;s:5:\"https\";i:3;s:5:\"https\";i:4;s:5:\"https\";}','yes'),(192,'jetpack_sync_https_history_home_url','a:5:{i:0;s:5:\"https\";i:1;s:5:\"https\";i:2;s:5:\"https\";i:3;s:5:\"https\";i:4;s:5:\"https\";}','yes'),(10831,'jetpack_sync_settings_term_relationships_full_sync_item_size','100','yes'),(10832,'jetpack_sync_settings_full_sync_send_duration','9','yes'),(629605,'_site_transient_timeout_php_check_6a93f292d9a273c004fc36e1f86d97b3','1669778980','no'),(629606,'_site_transient_php_check_6a93f292d9a273c004fc36e1f86d97b3','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:0;s:13:\"is_acceptable\";b:0;}','no'),(206137,'_transient_wc_count_comments','O:8:\"stdClass\":7:{s:14:\"total_comments\";i:0;s:3:\"all\";i:0;s:9:\"moderated\";i:0;s:8:\"approved\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}','yes'),(71875,'give_telemetry_hide_usage_tracking_notice','0','no'),(71881,'give_forms_category_children','a:0:{}','yes'),(43685,'wc_remote_inbox_notifications_stored_state','O:8:\"stdClass\":2:{s:22:\"there_were_no_products\";b:1;s:22:\"there_are_now_products\";b:0;}','no'),(225239,'woocommerce_admin_version','3.1.0','yes'),(43690,'wc_blocks_db_schema_version','260','yes'),(43697,'_transient_woocommerce_reports-transient-version','1643593107','yes'),(71689,'woocommerce_task_list_hidden_lists','a:0:{}','yes'),(15568,'wdm_auction_email','info@thechrishaunfoundation.org','yes'),(15573,'wdm_account_mode','Live','yes'),(12338,'WPLANG','','yes'),(12339,'new_admin_email','wealthydivas1@gmail.com','yes'),(233,'jetpack_callables_sync_checksum','a:37:{s:18:\"wp_max_upload_size\";i:1819132959;s:15:\"is_main_network\";i:734881840;s:13:\"is_multi_site\";i:734881840;s:17:\"main_network_site\";i:3439026119;s:26:\"main_network_site_wpcom_id\";i:4240887679;s:8:\"site_url\";i:3439026119;s:8:\"home_url\";i:3439026119;s:28:\"has_file_system_write_access\";i:4261170317;s:21:\"is_version_controlled\";i:734881840;s:10:\"taxonomies\";i:645589071;s:10:\"post_types\";i:2578970879;s:18:\"post_type_features\";i:3193508802;s:10:\"shortcodes\";i:1693232079;s:27:\"rest_api_allowed_post_types\";i:710265342;s:32:\"rest_api_allowed_public_metadata\";i:223132457;s:10:\"wp_version\";i:15020134;s:11:\"get_plugins\";i:2369754478;s:24:\"get_plugins_action_links\";i:259642848;s:16:\"hosting_provider\";i:769900095;s:6:\"locale\";i:110763218;s:13:\"site_icon_url\";i:734881840;s:5:\"roles\";i:2584944184;s:8:\"timezone\";i:3808505409;s:13:\"paused_themes\";i:223132457;s:14:\"paused_plugins\";i:223132457;s:13:\"theme_support\";i:2154837954;s:23:\"wp_get_environment_type\";i:1138987844;s:12:\"is_fse_theme\";i:734881840;s:16:\"single_user_site\";i:734881840;s:7:\"updates\";i:2903718415;s:14:\"active_modules\";i:2251409503;s:24:\"available_jetpack_blocks\";i:3401387318;s:24:\"sso_is_two_step_required\";i:734881840;s:26:\"sso_should_hide_login_form\";i:734881840;s:18:\"sso_match_by_email\";i:4261170317;s:21:\"sso_new_user_override\";i:734881840;s:29:\"sso_bypass_default_login_form\";i:734881840;}','no'),(234,'jpsq_sync_checkout','0:0','no'),(237,'jetpack_plugin_api_action_links','a:6:{s:23:\"elementor/elementor.php\";a:1:{s:8:\"Settings\";s:68:\"https://thechrishaunfoundation.org/wp-admin/admin.php?page=elementor\";}s:13:\"give/give.php\";a:1:{s:8:\"Settings\";s:92:\"https://thechrishaunfoundation.org/wp-admin/edit.php?post_type=give_forms&page=give-settings\";}s:19:\"jetpack/jetpack.php\";a:3:{s:10:\"My Jetpack\";s:66:\"https://thechrishaunfoundation.org/wp-admin/admin.php?page=jetpack\";s:8:\"Settings\";s:76:\"https://thechrishaunfoundation.org/wp-admin/admin.php?page=jetpack#/settings\";s:7:\"Support\";s:75:\"https://thechrishaunfoundation.org/wp-admin/admin.php?page=jetpack-debugger\";}s:33:\"w3-total-cache/w3-total-cache.php\";a:2:{s:15:\"Premium Support\";s:71:\"https://thechrishaunfoundation.org/wp-admin/admin.php?page=w3tc_support\";s:8:\"Settings\";s:71:\"https://thechrishaunfoundation.org/wp-admin/admin.php?page=w3tc_general\";}s:27:\"woocommerce/woocommerce.php\";a:1:{s:8:\"Settings\";s:70:\"https://thechrishaunfoundation.org/wp-admin/admin.php?page=wc-settings\";}s:24:\"wpforms-lite/wpforms.php\";a:2:{s:8:\"Settings\";s:75:\"https://thechrishaunfoundation.org/wp-admin/admin.php?page=wpforms-settings\";s:15:\"Premium Support\";s:84:\"https://thechrishaunfoundation.org/wp-admin/admin.php?page=wpforms-about&view=versus\";}}','yes'),(636411,'_transient_timeout_jetpack_is_single_user','1669602008','no'),(636412,'_transient_jetpack_is_single_user','2','no'),(238,'jetpack_sync_settings_render_filtered_content','0','yes'),(10804,'_transient_jetpack_assumed_site_creation_date','2021-05-14 08:16:46','yes'),(241,'jp_sync_retry_after_sync','','no'),(242,'jetpack_next_sync_time_sync','1669570237','yes'),(243,'jetpack_sync_settings_full_sync_sender_enabled','1','yes'),(454,'elementor_pro_remote_info_api_data_3.3.1','a:2:{s:7:\"timeout\";i:1624981543;s:5:\"value\";s:26230:\"{\"stable_version\":\"3.3.1\",\"last_updated\":\"2021-06-21 15:06:03\",\"sections\":\"a:2:{s:11:\\\"description\\\";s:161:\\\"Elementor Pro adds new features to the Elementor Page Builder plugin. Control your conversions, your user engagement, your entire website, from one page builder.\\\";s:9:\\\"changelog\\\";s:22538:\\\"<h4>3.3.1 - 2021-06-20<\\/h4>\\n<ul>\\n<li>Tweak: Added support for more Theme Builder display conditions in Export \\/ Import experiment<\\/li>\\n<li>Tweak: Adjusted License page heading structure for future feature<\\/li>\\n<li>Tweak: Adjusted Font Awesome icon for allowing support for future feature<\\/li>\\n<li>Fix: <code>frontend.min.js<\\/code> file size increased in Elementor Pro 3.3.0 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15278\\\">#15278<\\/a>)<\\/li>\\n<li>Fix: Prevent conditions from being reset when object cache is enabled in site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13299\\\">#13299<\\/a>)<\\/li>\\n<li>Fix: Custom Code publish modal responsiveness issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14519\\\">#14519<\\/a>)<\\/li>\\n<li>Fix: Populating fields with options programmatically doesn\'t appear in Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10671\\\">#10671<\\/a>)<\\/li>\\n<li>Fix: Large images are not shown on the Image Carousel widget when set via Toolset dynamic tag<\\/li>\\n<li>Fix: Enable inline editing to the inner content tabs in Video Playlist widget<\\/li>\\n<li>Fix: Clicking on the video list doesn\'t play videos properly in Video Playlist widget <\\/li>\\n<li>Fix: Hide Play Icon control when Image overlay is toggled off in Video Playlist widget<\\/li>\\n<li>Fix: Removed extra space below the player when viewing from mobile view in Video Playlist widget<\\/li>\\n<li>Fix: Import button is not working properly in Theme Builder interface<\\/li>\\n<li>Fix: Preview Dynamic Content as control is not updating preview and throws an error in Popup Builder<\\/li>\\n<\\/ul>\\n<h4>3.3.0 - 2021-06-08<\\/h4>\\n<ul>\\n<li>New: Video Playlist widget - Add Engaging Video Content to Your Website (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11859\\\">#11859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7803\\\">#7803<\\/a>)<\\/li>\\n<li>New: Hotspot widget - Create Interactive Images With Contextually Relevant Information (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7282\\\">#7282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2768\\\">#2768<\\/a>)<\\/li>\\n<li>Tweak: Accessibility improvements for sub-menus in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13859\\\">#13859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13810\\\">#13810<\\/a>)<\\/li>\\n<li>Tweak: MailChimp action after submit can now add new tags to existing subscribers in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/forms\\/record\\/actions_before<\\/code> to filter the record before it sent to Actions After Submit in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14261\\\">#14261<\\/a>)<\\/li>\\n<li>Tweak: Yoast SEO breadcrumbs widget can be used in Elementor without the need of enabling them in Yoast setting<\\/li>\\n<li>Tweak: Added future support for widgets CSS conditional loading (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10329\\\">#10329<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14229\\\">#14229<\\/a>)<\\/li>\\n<li>Tweak: Added future support for Sticky JS library conditional loading<\\/li>\\n<li>Tweak: Added future support for Import \\/ Export experiment<\\/li>\\n<li>Tweak: Preparations and fixes for Import Export Experiment in Pro version<\\/li>\\n<li>Tweak: Added gradient button capabilities to Login widget buttons<\\/li>\\n<li>Tweak: Added gradient button capabilities to Slides widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Price Table widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Flip Box widget button<\\/li>\\n<li>Tweak: Added Code Highlight widget Developers Documentation<\\/li>\\n<li>Tweak: Adjusted Submissions page for future updates<\\/li>\\n<li>Tweak: Added <code>em<\\/code> and <code>%<\\/code> units for padding control in Carousel widgets<\\/li>\\n<li>Tweak: Shorten currency name to currency symbol in PayPal button widget<\\/li>\\n<li>Fix: Custom Fonts URLs should be replaced when replace URL is triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7376\\\">#7376<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10382\\\">#10382<\\/a>)<\\/li>\\n<li>Fix: The currency symbol size changed in the Price Table widget if enabling sale (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13519\\\">#13519<\\/a>)<\\/li>\\n<li>Fix: Nav Menu widget is not loading Font Awesome submenu icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9907\\\">#9907<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle is not working in Nav menu widget<\\/li>\\n<li>Fix: Activation bug for IDN domains<\\/li>\\n<li>Fix: Conditions modal responsive glitches in Custom Code<\\/li>\\n<li>Fix: Duplicated strings in Custom Code module<\\/li>\\n<li>Fix: Enable resize option for code input field in Custom Code<\\/li>\\n<li>Fix: &quot;Save &amp; Close &quot;button in Custom Code\'s Conditions modal was not visible on small screen sizes<\\/li>\\n<li>Fix: Removing a column from a section in the navigator resulted in an empty section<\\/li>\\n<li>Fix: Recommend option is cut If the layout is not &quot;Standard&quot; in the Facebook Button widget<\\/li>\\n<li>Fix: Video item does not play without adding an image in Media Carousel widget<\\/li>\\n<li>Fix: <code>search-plus<\\/code> icon missing from panel in Media Carousel widget<\\/li>\\n<li>Fix: UI hover state glitch in Media Carousel widget<\\/li>\\n<li>Fix: PHP notice was thrown when trying to import a kit without overrideConditions parameter in Kit Import flow<\\/li>\\n<li>Fix: Templates conditions not imported if there are no conflicts in Import Export Experiment<\\/li>\\n<li>Fix: Non english values are not encoded properly on Submissions export<\\/li>\\n<li>Fix: Theme Builder import is not working properly<\\/li>\\n<li>Fix: UI glitch when no global widgets were found in Editor Panel<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-3-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.2.2 - 2021-05-05<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Expert tier templates in Templates Library<\\/li>\\n<li>Tweak: Updated compatibility tag to support Elementor v3.2.x <\\/li>\\n<li>Tweak: Added compatibility for future Library improvements<\\/li>\\n<li>Fix: Toolset image dynamic field is not working with Gallery widget<\\/li>\\n<\\/ul>\\n<h4>3.2.1 - 2021-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added strings context in PayPal button and Price Table widgets<\\/li>\\n<li>Tweak: Added support for future Import \\/ Export Kit feature<\\/li>\\n<li>Fix: Submissions with over than 191 characters weren\'t indexed properly<\\/li>\\n<\\/ul>\\n<h4>3.2.0 - 2021-03-16<\\/h4>\\n<ul>\\n<li>New: PayPal Button widget - Collect PayPal payments directly from your site<\\/li>\\n<li>Experiment: Submissions - Save all of your form submissions in one place (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1686\\\">#1686<\\/a>)<\\/li>\\n<li>Tweak: Added Stay In Column option to Inner Section element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7956\\\">#7956<\\/a>)<\\/li>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Tweak: Changed descriptive text in Create Custom Code screen<\\/li>\\n<li>Tweak: Added support for dynamic capabilities in Code Highlight widget<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>share-link<\\/code> library<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>dialog<\\/code> library in Popup<\\/li>\\n<li>Tweak: Allow overwriting the assets URL when using a mirror domain<\\/li>\\n<li>Fix: Animation was triggered multiple times when accessing the viewport in certain cases in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13951\\\">#13951<\\/a>)<\\/li>\\n<li>Fix: Location is not being updated after a Custom Code snippet is published (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13971\\\">#13971<\\/a>)<\\/li>\\n<li>Fix: Custom Fonts CSS files were not updated after regenerating CSS files<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: Empty order buttons are displayed in Custom Fonts screen<\\/li>\\n<li>Fix: Typo in \'Reply To\' Email action after submit placeholder in Forms widget<\\/li>\\n<li>Fix: Unnecessary Save Draft button in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Custom Code<\\/li>\\n<li>Fix: Sanitized options in the editor to enforce better security policies<\\/li>\\n<li>Deprecated: See all deprecations to this version in our (<a href=\\\"https:\\/\\/developers.elementor.com\\/v3-2-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.1.1 - 2021-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Fix: Popup event handler is undefined (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11475\\\">#11475<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10690\\\">#10690<\\/a>)<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Code Highlight widget<\\/li>\\n<li>Fix: Minor UI glitches in Code Highlight widget<\\/li>\\n<li>Fix: Users can\'t get Pro Developer Edition version updates<\\/li>\\n<\\/ul>\\n<h4>3.1.0 - 2021-02-16<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Code - Add custom code snippets to your site, including <code>head<\\/code>, <code>body<\\/code> start and <code>body<\\/code> end<\\/li>\\n<li>New: Meet Code Highlight widget - showcase any syntax with highlighted UI (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5815\\\">#5815<\\/a>)<\\/li>\\n<li>Experiment: Improved Pro widgets performance by loading JS and Swiper assets conditionally in frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/experiment-optimized-asset-loading\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Compatibility Tag support in Elementor Pro (<a href=\\\"https:\\/\\/developers.elementor.com\\/compatibility-tag\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Rotating Text animation in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4625\\\">#4625<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added an option to set Selected color for Typing effect in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5403\\\">#5403<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7826\\\">#7826<\\/a>)<\\/li>\\n<li>Tweak: Added animation Loop option for Animated Headline (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9749\\\">#9749<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2457\\\">#2457<\\/a>)<\\/li>\\n<li>Tweak: Added timing options for Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4392\\\">#4392<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added Word Wrap control to Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13577\\\">#13577<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.15.1<\\/li>\\n<li>Tweak: Improved method of loading field mapping repeater in Form widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/how-to-add-a-repeater-control-to-elementor-add-on\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added &quot;Show on Browsers&quot; Popup Advanced Rule<\\/li>\\n<li>Tweak: Added real-time JS handling to prevent redundant renders in Slides widget and all Carousel widgets<\\/li>\\n<li>Tweak: Import scroll utility from core and remove it from Pro<\\/li>\\n<li>Tweak: Added alignment options for Post Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9757\\\">#9757<\\/a>)<\\/li>\\n<li>Tweak: Changed alignment control to work with selectors in Share Buttons<\\/li>\\n<li>Tweak: Upgraded to Webpack 5, Grunt-Webpack 4 and TerserPlugin instead of UglifyJsPlugin<\\/li>\\n<li>Fix: Steps Divider is not vertically aligned in Multi Step Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12569\\\">#12569<\\/a>)<\\/li>\\n<li>Fix: Slides are playing in an infinite loop mode even when the option is disabled in Slides Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Redundant spacing is added to Share Buttons widget<\\/li>\\n<li>Fix: Step buttons text is not updated without a page reload in Forms widget<\\/li>\\n<li>Fix: Overflow issue in certain animations in Animated Headline widget<\\/li>\\n<li>Fix: When dragging a new Testimonial Carousel there is a console error thrown<\\/li>\\n<li>Fix: Step Buttons are cut in mobile view in Multi Step Form<\\/li>\\n<li>Fix: Submit and Step buttons size differences when using Twenty Twenty theme<\\/li>\\n<li>Fix: Duplicate button Text Color control in Slides widget<\\/li>\\n<li>Fix: JS error is thrown when editing and saving global widgets<\\/li>\\n<li>Fix: <code>get_version<\\/code> API function may fail with Redis \\/ DB cache<\\/li>\\n<li>Fix: Multiple license check requests are created in certain cases<\\/li>\\n<li>Deprecated: Deprecate methods prefixed with an underscore and replace them with unprefixed methods<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-1-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.0.10 - 2021-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Added Editing Handles string translation compatibility with Elementor Pro v3.1<\\/li>\\n<\\/ul>\\n<h4>3.0.9 - 2020-12-29<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility to support Elementor 3.1.0<\\/li>\\n<li>Fix: Wrong phrasing of Import template success message in Theme Builder<\\/li>\\n<li>Fix: Border color glitch in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.8 - 2020-11-26<\\/h4>\\n<ul>\\n<li>Fix: Navigation arrows UI glitch in Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13172\\\">#13172<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.0.7 - 2020-11-25<\\/h4>\\n<ul>\\n<li>Fix: Console Error when dragging Testimonials Carousel widget<\\/li>\\n<li>Fix: Arrows of Testimonial and Reviews Carousel widgets navigate to the wrong direction in RTL websites<\\/li>\\n<li>Fix: Removed the conditional loading of Webpack<\\/li>\\n<li>Fix: Fatal error is thrown after deleting an associated custom taxonomy when Posts widget with Cards skin has a badge<\\/li>\\n<li>Fix: Upload JSON files only when the user allowed to prevent security issues<\\/li>\\n<li>Fix: Gallery not displayed in Theme Builder templates preview<\\/li>\\n<\\/ul>\\n<h4>3.0.6 - 2020-11-04<\\/h4>\\n<ul>\\n<li>Tweak: Updated the embedded post in Facebook Embed widget<\\/li>\\n<li>Fix: Minor UI glitches in Theme Builder\'s conditions screen footer<\\/li>\\n<li>Fix: Template type changes into Single Page after conditions change in Theme Builder<\\/li>\\n<li>Fix: Redundant Custom Caption option in Site Logo widget<\\/li>\\n<li>Fix: Removed unused code in Drip integration<\\/li>\\n<li>Fix: Removed Weibo and WeChat social networks due to website and links inactivity from Share Buttons widget<\\/li>\\n<li>Fix: Removed redundant code from Portfolio and Post Navigation widgets<\\/li>\\n<\\/ul>\\n<h4>3.0.5 - 2020-09-23<\\/h4>\\n<ul>\\n<li>Fix: If the default page layout is set to &quot;Canvas&quot; Headers and Footers cannot be edited<\\/li>\\n<li>Fix: Product Image Dynamic Tag throws an error when no image is set<\\/li>\\n<li>Fix: Missing Single document placeholder in Theme Builder<\\/li>\\n<li>Fix: Document editing handles inherit the <code>font-family<\\/code> from 3rd party source<\\/li>\\n<li>Fix: Can\'t add linebreaks to Textarea input when used as Multi Step Form<\\/li>\\n<li>Fix: Incorrect width in Facebook Page widget<\\/li>\\n<li>Fix: Added compatibility to allow the use of \'get_create_url\' in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.4 - 2020-09-09<\\/h4>\\n<ul>\\n<li>Fix: Autogenerated screenshots appear in WP Media Library modal (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12304\\\">#12304<\\/a>)<\\/li>\\n<li>Fix: Make sure Elementor Posts widget Pagination doesn\'t interfere with 3rd party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Shrinking conditions indicator in Theme Builder<\\/li>\\n<li>Fix: Column can\'t be dragged and dropped if it populates a Global widget<\\/li>\\n<li>Fix: Styles are missing from Single templates in some edge cases<\\/li>\\n<\\/ul>\\n<h4>3.0.3 - 2020-09-02<\\/h4>\\n<ul>\\n<li>Fix: Pagination doesn\'t work in WordPress 5.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Change delete template action to &quot;Move to Trash&quot; in the new Theme Builder view<\\/li>\\n<\\/ul>\\n<h4>3.0.2 - 2020-08-31<\\/h4>\\n<ul>\\n<li>Tweak: Replaced WordPress &quot;Learn More&quot; links with dynamic links for better control over time (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12312\\\">#12312<\\/a>)<\\/li>\\n<li>Tweak: UI tweaks to the Conditions screen In the new Theme Builder<\\/li>\\n<li>Fix: Motion Effects not working when assigned to a column and throws JS error when DOM optimization is disabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12299\\\">#12299<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12275\\\">#12275<\\/a>)<\\/li>\\n<li>Fix: Multiple Galleries display all the images in the Lightbox slideshow (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11809\\\">#11809<\\/a>)<\\/li>\\n<li>Fix: Old Theme Builder is being opened when accessing through the Finder<\\/li>\\n<li>Fix: Mixed templates import glitch in Theme Builder<\\/li>\\n<li>Fix: Card icon sizes in Theme Builder<\\/li>\\n<li>Fix: Preview button leads to <code>render_mode<\\/code> instead of preview when importing a template from the new Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.1 - 2020-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Keep previous Theme Builder when accessing from the WP Dashboard for legacy support<\\/li>\\n<li>Tweak: Updated video tutorials in Theme Builder<\\/li>\\n<li>Tweak: Don\'t show auto-screenshots in the Media Library (Props <a href=\\\"https:\\/\\/github.com\\/black-eye\\\">@black-eye<\\/a>)<\\/li>\\n<li>Fix: Repeater items throws <code>childView<\\/code> is undefined message in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12239\\\">#12239<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12221\\\">#12221<\\/a>)<\\/li>\\n<li>Fix: Misspelling of the word &quot;occurred&quot; in Form widget default error message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12137\\\">#12137<\\/a>)<\\/li>\\n<li>Fix: Facebook comments not showing up (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12157\\\">#12157<\\/a>)<\\/li>\\n<li>Fix: Check for conflicts in Theme Builder doesn\'t work properly<\\/li>\\n<li>Fix: Minor UI fixes in Theme Builder<\\/li>\\n<li>Fix: Dark mode glitches in Theme Builder<\\/li>\\n<li>Fix: Global Site Part toaster appears when you publish a Popup<\\/li>\\n<li>Fix: Site Parts aren\'t in the correct order in Theme Builder<\\/li>\\n<li>Fix: Date field caused forms to get corrupted in Forms widget<\\/li>\\n<li>Fix: Theme Builder application page is forbidden<\\/li>\\n<\\/ul>\\n<h4>3.0.0 - 2020-08-23<\\/h4>\\n<ul>\\n<li>New: Introducing the new and improved Theme Builder<\\/li>\\n<li>Tweak: Removed <code>.elementor-inner<\\/code> and <code>.elementor-column-wrap<\\/code> from DOM output to improve performance (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7351\\\">#7351<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7817\\\">#7817<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/dom-improvements-ahead-html-wrappers-removal-from-v3-0\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added contextual anchors ID support to Table of Contents widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10052\\\">#10052<\\/a>)<\\/li>\\n<li>Tweak: Added WeChat and Weibo social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11554\\\">#11554<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Redirect after Login\\/Logout in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11343\\\">#11343<\\/a>)<\\/li>\\n<li>Tweak: Added Blend Mode and CSS Filters controls to adjust the Background Overlay in Flipbox widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11653\\\">#11653<\\/a>)<\\/li>\\n<li>Tweak: Added responsive capabilities to Toggle Button styling in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8269\\\">#8269<\\/a>)<\\/li>\\n<li>Tweak: Added responsive Text Alignment control in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11968\\\">#11968<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic content to Ribbon element in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10364\\\">#10364<\\/a>)<\\/li>\\n<li>Tweak: Converted uses of Color and Typography Schemes to Global Colors and Fonts<\\/li>\\n<li>Tweak: Separated Title and Description control fields labels in Call to Action widget<\\/li>\\n<li>Tweak: Removed unnecessary style in WC Product with variations<\\/li>\\n<li>Tweak: Converted Portfolio, Posts and Share Buttons widgets to use CSS Variable-based Elementor Grid (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-dropping-support-ie\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Date Modified option to Posts widget metadata<\\/li>\\n<li>Fix: PHP 7.4 compatibility to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11355\\\">#11355<\\/a>)<\\/li>\\n<li>Fix: Divider alignment issue in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11628\\\">#11628<\\/a>)<\\/li>\\n<li>Fix: Color doesn\\u2019t change in Products Archive Description widget<\\/li>\\n<li>Fix: WC Product variations layout breaks when using Variation Swatches plugin<\\/li>\\n<li>Fix: WC Product variations layout issue<\\/li>\\n<li>Fix: WC Product variations mobile zoom-in glitch<\\/li>\\n<li>Fix: Can\'t edit a Popup after accessing Theme Style<\\/li>\\n<li>Fix: Twitter icon missing in Blockquote widget<\\/li>\\n<li>Fix: Removed redundant default text color from Share Buttons minimal skin<\\/li>\\n<li>Fix: UI glitch in Display Conditions modal<\\/li>\\n<li>Fix: Insert template button UI glitch in Templates Library<\\/li>\\n<li>Fix: Added sanitization to post titles in WordPress dashboard for better security<\\/li>\\n<li>Fix: Show when arriving from search engines rule doesn\'t work in Popup<\\/li>\\n<li>Fix: Child categories are shown with a different parent category in Query control<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\\";}\",\"new_version\":\"3.3.1\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"5.7.2\",\"elementor_requires\":\"3.0.1\",\"package\":\"http:\\/\\/my.elementor.com\\/edd-sl\\/package_download\\/MTYyNTAyNDc0MzpmYjM1MWYwNTk1ODg3MkUxOTNmZWIzN2E1MDVhODRiZToxOjQ0ZmNkZmVmYTE1MWU1M2Q4ODBiM2Q2YjhlNzU1NTE2Omh0dHBzQC8vdGhlY2hyaXNoYXVuZm91bmRhdGlvbi5vcmc6MA==\",\"download_link\":\"http:\\/\\/my.elementor.com\\/edd-sl\\/package_download\\/MTYyNTAyNDc0MzpmYjM1MWYwNTk1ODg3MkUxOTNmZWIzN2E1MDVhODRiZToxOjQ0ZmNkZmVmYTE1MWU1M2Q4ODBiM2Q2YjhlNzU1NTE2Omh0dHBzQC8vdGhlY2hyaXNoYXVuZm91bmRhdGlvbi5vcmc6MA==\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/icon.svg\"},\"canary_deployment\":{\"plugin_info\":{\"new_version\":\"3.3.0\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"5.7.2\",\"elementor_requires\":\"3.0.1\",\"package\":\"http:\\/\\/my.elementor.com\\/edd-sl\\/previous_download\\/MTYyNTAyNDc0MzpmYjM1MWYwNTk1ODg3MkUxOTNmZWIzN2E1MDVhODRiZToxOjMuMy4wOjY5OWYxZTJiZjZmODczY2QzYTM0MjRmMzUzOWRkMDg5Omh0dHBzQC8vdGhlY2hyaXNoYXVuZm91bmRhdGlvbi5vcmc=\",\"download_link\":\"http:\\/\\/my.elementor.com\\/edd-sl\\/previous_download\\/MTYyNTAyNDc0MzpmYjM1MWYwNTk1ODg3MkUxOTNmZWIzN2E1MDVhODRiZToxOjMuMy4wOjY5OWYxZTJiZjZmODczY2QzYTM0MjRmMzUzOWRkMDg5Omh0dHBzQC8vdGhlY2hyaXNoYXVuZm91bmRhdGlvbi5vcmc=\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/icon.svg\"}},\"conditions\":[[{\"type\":\"language\",\"languages\":[\"he_IL\",\"en_GB\",\"en_NZ\",\"en_ZA\",\"en_AU\",\"en_CA\",\"sv_SE\",\"da_DK\",\"fr_FR\",\"nl_NL\",\"nb_NO\",\"de_AT\",\"fi\",\"it_IT\",\"nn_NO\",\"de_CH\",\"en_GB\",\"is_IS\",\"ga\",\"fr_BE\",\"nl_BE\",\"ast\",\"lb_LU\",\"es_ES\",\"pt_PT\",\"mlt\"],\"operator\":\"in\"},{\"type\":\"plugin\",\"plugin\":\"elementor\\/elementor.php\",\"version\":\"3.2.0\",\"operator\":\">=\"}]]}}\";}','yes'),(246,'recently_activated','a:0:{}','yes'),(206219,'jp_sync_last_success_sync','1669570227.6897','no'),(260,'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:30:\"upgrade_give_user_caps_cleanup\";i:5;s:32:\"upgrade_give_payment_customer_id\";i:6;s:27:\"upgrade_give_offline_status\";i:7;s:26:\"v18_upgrades_form_metadata\";i:8;s:30:\"v189_upgrades_levels_post_meta\";i:9;s:26:\"v1812_update_amount_values\";i:10;s:34:\"v1812_update_donor_purchase_values\";i:11;s:23:\"v1813_update_user_roles\";i:12;s:29:\"v1813_update_donor_user_roles\";i:13;s:43:\"v1817_update_donation_iranian_currency_code\";i:14;s:24:\"v1817_cleanup_user_roles\";i:15;s:39:\"v1818_assign_custom_amount_set_donation\";i:16;s:30:\"v1818_give_worker_role_cleanup\";i:17;s:26:\"v20_upgrades_form_metadata\";i:18;s:17:\"v20_logs_upgrades\";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'),(265,'schema-ActionScheduler_LoggerSchema','3.0.1643593106','yes'),(266,'wpforms_version','1.6.7.2','yes'),(267,'wpforms_version_lite','1.6.7.2','yes'),(268,'wpforms_activated','a:1:{s:4:\"lite\";i:1624937231;}','yes'),(286,'_elementor_installed_time','1624937234','yes'),(287,'elementor_remote_info_library','a:3:{s:10:\"types_data\";a:3:{s:5:\"block\";a:1:{s:10:\"categories\";a:22:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:14:\"call to action\";i:4;s:7:\"clients\";i:5;s:7:\"contact\";i:6;s:3:\"faq\";i:7;s:8:\"features\";i:8;s:6:\"footer\";i:9;s:6:\"header\";i:10;s:4:\"hero\";i:11;s:9:\"portfolio\";i:12;s:7:\"pricing\";i:13;s:15:\"product archive\";i:14;s:8:\"services\";i:15;s:11:\"single page\";i:16;s:11:\"single post\";i:17;s:14:\"single product\";i:18;s:5:\"stats\";i:19;s:9:\"subscribe\";i:20;s:4:\"team\";i:21;s:12:\"testimonials\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a: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:10:\"categories\";a:22:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:14:\"call to action\";i:4;s:7:\"clients\";i:5;s:7:\"contact\";i:6;s:3:\"faq\";i:7;s:8:\"features\";i:8;s:6:\"footer\";i:9;s:6:\"header\";i:10;s:4:\"hero\";i:11;s:9:\"portfolio\";i:12;s:7:\"pricing\";i:13;s:15:\"product archive\";i:14;s:8:\"services\";i:15;s:11:\"single page\";i:16;s:11:\"single post\";i:17;s:14:\"single product\";i:18;s:5:\"stats\";i:19;s:9:\"subscribe\";i:20;s:4:\"team\";i:21;s:12:\"testimonials\";}s:9:\"templates\";a:825:{i:0;a:16:{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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:16:{s:4:\"tmpl\";i:1319;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving &#038; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:16:{s:4:\"tmpl\";i:1328;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App &#038; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:16:{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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:16:{s:4:\"tmpl\";i:1340;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health &#038; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:16:{s:4:\"tmpl\";i:1343;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital &#038; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:16:{s:4:\"tmpl\";i:1344;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital &#038; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:16:{s:4:\"tmpl\";i:1347;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health &#038; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:16:{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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:16:{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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:16:{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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:16:{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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:16:{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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:16:{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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:16:{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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:16:{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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:16:{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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:16:{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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:16:{s:4:\"tmpl\";i:1388;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health &#038; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:16:{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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:16:{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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:16:{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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:16:{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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:16:{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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:16:{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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:16:{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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:16:{s:4:\"tmpl\";i:899;s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:16:{s:4:\"tmpl\";i:1421;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club &#8211; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:16:{s:4:\"tmpl\";i:1422;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot &#8211; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:16:{s:4:\"tmpl\";i:1423;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors &#8211; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:16:{s:4:\"tmpl\";i:1424;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends &#8211; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:119;a:16:{s:4:\"tmpl\";i:1443;s:2:\"id\";i:24599;s:5:\"title\";s:27:\"Wireframe &#8211; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:120;a:16:{s:4:\"tmpl\";i:1444;s:2:\"id\";i:24614;s:5:\"title\";s:28:\"Wireframe &#8211; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:16:{s:4:\"tmpl\";i:1445;s:2:\"id\";i:24629;s:5:\"title\";s:28:\"Wireframe &#8211; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:16:{s:4:\"tmpl\";i:1446;s:2:\"id\";i:24644;s:5:\"title\";s:27:\"Wireframe &#8211; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:16:{s:4:\"tmpl\";i:1447;s:2:\"id\";i:24655;s:5:\"title\";s:28:\"Wireframe &#8211; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:16:{s:4:\"tmpl\";i:1448;s:2:\"id\";i:24677;s:5:\"title\";s:28:\"Wireframe &#8211; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:125;a:16:{s:4:\"tmpl\";i:1449;s:2:\"id\";i:24687;s:5:\"title\";s:28:\"Wireframe &#8211; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:126;a:16:{s:4:\"tmpl\";i:1450;s:2:\"id\";i:24706;s:5:\"title\";s:28:\"Wireframe &#8211; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:16:{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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:16:{s:4:\"tmpl\";i:1452;s:2:\"id\";i:23047;s:5:\"title\";s:46:\"Fly-In | Contact | Health &#038; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:41:\"[\"Ecommerce\",\"Online Shop\",\"Sale\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:16:{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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:16:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:22172;s:5:\"title\";s:45:\"Classic | Discount | Health &#038; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:16:{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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:16:{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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:16:{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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:16:{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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:16:{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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:16:{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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:16:{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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:143;a:16:{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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:144;a:16:{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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:145;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:16:{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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:16:{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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:16:{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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:16:{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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:16:{s:4:\"tmpl\";i:1054;s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:159;a:16:{s:4:\"tmpl\";i:1398;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion &#8211; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:160;a:16:{s:4:\"tmpl\";i:1400;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar &#8211; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:16:{s:4:\"tmpl\";i:1401;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion &#8211; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:162;a:16:{s:4:\"tmpl\";i:1402;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery &#8211; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:163;a:16:{s:4:\"tmpl\";i:1403;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store &#8211; 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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:164;a:16:{s:4:\"tmpl\";i:1404;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails &#8211; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:165;a:16:{s:4:\"tmpl\";i:1405;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival &#8211; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:166;a:16:{s:4:\"tmpl\";i:1406;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course &#8211; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:16:{s:4:\"tmpl\";i:1407;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop &#8211; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:16:{s:4:\"tmpl\";i:1408;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy &#8211; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:16:{s:4:\"tmpl\";i:1409;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic &#8211; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:170;a:16:{s:4:\"tmpl\";i:1425;s:2:\"id\";i:24331;s:5:\"title\";s:24:\"Wireframe &#8211; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:171;a:16:{s:4:\"tmpl\";i:674;s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:172;a:16:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"Luxury\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:16:{s:4:\"tmpl\";i:1428;s:2:\"id\";i:24398;s:5:\"title\";s:25:\"Wireframe &#8211; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:174;a:16:{s:4:\"tmpl\";i:675;s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:16:{s:4:\"tmpl\";i:1204;s:2:\"id\";i:20208;s:5:\"title\";s:49:\"Alternative Medicine Acupuncture &#8211; Business\";s:9:\"thumbnail\";s:112:\"https://library.elementor.com/wp-content/uploads/2021/10/Alternative-Medicine-Acupuncture-Business-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633880557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/lp/alternative-medicine-acupuncture-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:47:\"[\"Health\",\"Landing Pages\",\"Medical\",\"Services\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:176;a:16:{s:4:\"tmpl\";i:991;s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:16:{s:4:\"tmpl\";i:1433;s:2:\"id\";i:24477;s:5:\"title\";s:27:\"Wireframe &#8211; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:179;a:16:{s:4:\"tmpl\";i:672;s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:180;a:16:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:181;a:16:{s:4:\"tmpl\";i:671;s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:182;a:16:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:183;a:16:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant &#8211; About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:184;a:16:{s:4:\"tmpl\";i:992;s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:185;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:186;a:16:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:187;a:16:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:188;a:16:{s:4:\"tmpl\";i:1017;s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:189;a:16:{s:4:\"tmpl\";i:668;s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:16:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption &#8211; Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:191;a:16:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:192;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:193;a:16:{s:4:\"tmpl\";i:669;s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:16:{s:4:\"tmpl\";i:925;s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:16:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise &#038; Fitness Equipment &#8211; eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"Online Shop\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:196;a:16:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer &#8211; Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:197;a:16:{s:4:\"tmpl\";i:1426;s:2:\"id\";i:24348;s:5:\"title\";s:24:\"Wireframe &#8211; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:16:{s:4:\"tmpl\";i:958;s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:16:{s:4:\"tmpl\";i:1215;s:2:\"id\";i:20556;s:5:\"title\";s:41:\"Faroe Islands Trip Planner &#8211; Travel\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Faroe-Islands-Trip-Planner-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634026480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/faroe-islands-trip-planner-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:26:\"[\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:201;a:16:{s:4:\"tmpl\";i:1427;s:2:\"id\";i:24366;s:5:\"title\";s:24:\"Wireframe &#8211; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:16:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation &#8211; Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:65:\"[\"Consulting\",\"Interior Design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:204;a:16:{s:4:\"tmpl\";i:952;s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:16:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events &#8211; Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:207;a:16:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training &#8211; Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:16:{s:4:\"tmpl\";i:502;s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:209;a:16:{s:4:\"tmpl\";i:1065;s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:211;a:16:{s:4:\"tmpl\";i:1431;s:2:\"id\";i:24437;s:5:\"title\";s:25:\"Wireframe &#8211; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:16:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses &#8211; Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:16:{s:4:\"tmpl\";i:1132;s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:16:{s:4:\"tmpl\";i:1441;s:2:\"id\";i:24574;s:5:\"title\";s:27:\"Wireframe &#8211; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:16:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop &#8211; eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Ecommerce\",\"Landing Pages\",\"Online Shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:216;a:16:{s:4:\"tmpl\";i:497;s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:217;a:16:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace &#8211; Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:218;a:16:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa &#038; Beauty &#8211; Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:219;a:16:{s:4:\"tmpl\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:220;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:221;a:16:{s:4:\"tmpl\";i:924;s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:16:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening &#8211; Health &#038; Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:223;a:16:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company &#8211; Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:224;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:225;a:16:{s:4:\"tmpl\";i:513;s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:226;a:16:{s:4:\"tmpl\";i:1035;s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:16:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management &#8211; Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:228;a:16:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact &#8211; Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:230;a:16:{s:4:\"tmpl\";i:893;s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:231;a:16:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:232;a:16:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care &#8211; Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:16:{s:4:\"tmpl\";i:1064;s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:16:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones &#8211; eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:235;a:16:{s:4:\"tmpl\";i:1442;s:2:\"id\";i:24584;s:5:\"title\";s:27:\"Wireframe &#8211; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:237;a:16:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference &#8211; Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:238;a:16:{s:4:\"tmpl\";i:1438;s:2:\"id\";i:24539;s:5:\"title\";s:27:\"Wireframe &#8211; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:239;a:16:{s:4:\"tmpl\";i:981;s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:16:{s:4:\"tmpl\";i:505;s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:241;a:16:{s:4:\"tmpl\";i:1052;s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:16:{s:4:\"tmpl\";i:1434;s:2:\"id\";i:24494;s:5:\"title\";s:28:\"Wireframe &#8211; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:243;a:16:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course &#8211; eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:16:{s:4:\"tmpl\";i:510;s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:245;a:16:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a:16:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:16:{s:4:\"tmpl\";i:511;s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:248;a:16:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:16:{s:4:\"tmpl\";i:951;s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:16:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency &#8211; Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:252;a:16:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash &#8211; Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:16:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography &#8211; Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:254;a:16:{s:4:\"tmpl\";i:1015;s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:255;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:256;a:16:{s:4:\"tmpl\";i:923;s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:16:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:258;a:16:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer &#8211; Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:16:{s:4:\"tmpl\";i:499;s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:260;a:16:{s:4:\"tmpl\";i:1028;s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:261;a:16:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker &#8211; Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:262;a:16:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:263;a:16:{s:4:\"tmpl\";i:503;s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:264;a:16:{s:4:\"tmpl\";i:1034;s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:16:{s:4:\"tmpl\";i:1414;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop &#8211; 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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:266;a:16:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:16:{s:4:\"tmpl\";i:507;s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:268;a:16:{s:4:\"tmpl\";i:545;s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:269;a:16:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor &#8211; Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:16:{s:4:\"tmpl\";i:1430;s:2:\"id\";i:24434;s:5:\"title\";s:25:\"Wireframe &#8211; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:271;a:16:{s:4:\"tmpl\";i:546;s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:272;a:16:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach &#8211; Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:16:{s:4:\"tmpl\";i:1436;s:2:\"id\";i:24515;s:5:\"title\";s:28:\"Wireframe &#8211; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:274;a:16:{s:4:\"tmpl\";i:875;s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:16:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:16:{s:4:\"tmpl\";i:1429;s:2:\"id\";i:24421;s:5:\"title\";s:25:\"Wireframe &#8211; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:277;a:16:{s:4:\"tmpl\";i:508;s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:278;a:16:{s:4:\"tmpl\";i:556;s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:279;a:16:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:16:{s:4:\"tmpl\";i:1417;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company &#8211; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:281;a:16:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:282;a:16:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing &#038; Moving Company &#8211; Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:284;a:16:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer &#8211; Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:285;a:16:{s:4:\"tmpl\";i:684;s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:286;a:16:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design &#8211; Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:287;a:16:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management &#8211; Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:288;a:16:{s:4:\"tmpl\";i:685;s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:289;a:16:{s:4:\"tmpl\";i:1249;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:16:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center &#8211; Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"Medical\",\"Online Service\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:291;a:16:{s:4:\"tmpl\";i:686;s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:16:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:16:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:16:{s:4:\"tmpl\";i:1432;s:2:\"id\";i:24461;s:5:\"title\";s:27:\"Wireframe &#8211; 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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:16:{s:4:\"tmpl\";i:687;s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:296;a:16:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course &#8211; Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:16:{s:4:\"tmpl\";i:1440;s:2:\"id\";i:24563;s:5:\"title\";s:27:\"Wireframe &#8211; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:16:{s:4:\"tmpl\";i:688;s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:16:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:16:{s:4:\"tmpl\";i:1439;s:2:\"id\";i:24553;s:5:\"title\";s:27:\"Wireframe &#8211; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:301;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:16:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef &#8211; Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:16:{s:4:\"tmpl\";i:1435;s:2:\"id\";i:24504;s:5:\"title\";s:28:\"Wireframe &#8211; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:16:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course &#8211; Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:16:{s:4:\"tmpl\";i:1437;s:2:\"id\";i:24528;s:5:\"title\";s:27:\"Wireframe &#8211; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:307;a:16:{s:4:\"tmpl\";i:691;s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:308;a:16:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant &#8211; Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:16:{s:4:\"tmpl\";i:692;s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:16:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:16:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project &#8211; Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:16:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer &#8211; Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:16:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop &#8211; 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:16:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog &amp; Cat Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:315;a:16:{s:4:\"tmpl\";i:1251;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:16:{s:4:\"tmpl\";i:998;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop &#8211; Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:16:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:318;a:16:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition &#8211; Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:16:{s:4:\"tmpl\";i:996;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:320;a:16:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course &#8211; Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:321;a:16:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger &#8211; Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:16:{s:4:\"tmpl\";i:995;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop &#8211; Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:16:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor &#8211; Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:324;a:16:{s:4:\"tmpl\";i:1416;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop &#8211; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:325;a:16:{s:4:\"tmpl\";i:994;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop &#8211; Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:16:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:327;a:16:{s:4:\"tmpl\";i:1412;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio &#8211; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:16:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:329;a:16:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:16:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar &#8211; Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:16:{s:4:\"tmpl\";i:1413;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop &#8211; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:16:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:333;a:16:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer &#8211; Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:16:{s:4:\"tmpl\";i:1419;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog &#8211; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:335;a:16:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:16:{s:4:\"tmpl\";i:641;s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"Archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:16:{s:4:\"tmpl\";i:1411;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App &#8211; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:16:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:16:{s:4:\"tmpl\";i:1420;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop &#8211; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:340;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:341;a:16:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:16:{s:4:\"tmpl\";i:487;s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:16:{s:4:\"tmpl\";i:1418;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare &#8211; 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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:344;a:16:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:16:{s:4:\"tmpl\";i:491;s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:346;a:16:{s:4:\"tmpl\";i:1410;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare &#8211; 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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:16:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"Moving\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:16:{s:4:\"tmpl\";i:488;s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:16:{s:4:\"tmpl\";i:1415;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop &#8211; 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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:350;a:16:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:351;a:16:{s:4:\"tmpl\";i:490;s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:352;a:16:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service &#8211; Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:16:{s:4:\"tmpl\";i:1248;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:355;a:16:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:356;a:16:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company &#8211; About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:16:{s:4:\"tmpl\";i:486;s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:16:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:359;a:16:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction &#8211; Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:360;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:361;a:16:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"Stylist\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:362;a:16:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency &#8211; About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:363;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:364;a:16:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:45:\"Aesthetic Clinic &#8211; Health &amp; 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:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:16:{s:4:\"tmpl\";i:1221;s:2:\"id\";i:20926;s:5:\"title\";s:33:\"Doctors Online Consultation -Home\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1638787371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:366;a:16:{s:4:\"tmpl\";i:485;s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:16:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:368;a:16:{s:4:\"tmpl\";i:482;s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:369;a:16:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:16:{s:4:\"tmpl\";i:1250;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:371;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:372;a:16:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:373;a:16:{s:4:\"tmpl\";i:492;s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:374;a:16:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:16:{s:4:\"tmpl\";i:489;s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:376;a:16:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:16:{s:4:\"tmpl\";i:494;s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:378;a:16:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:16:{s:4:\"tmpl\";i:425;s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact  16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:380;a:16:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children&#8217;s Optometrist &#8211; Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:16:{s:4:\"tmpl\";i:423;s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:382;a:16:{s:4:\"tmpl\";i:534;s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:16:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:16:{s:4:\"tmpl\";i:1201;s:2:\"id\";i:19144;s:5:\"title\";s:25:\"Birthday Party Invitation\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png\";s:12:\"tmpl_created\";i:1623848691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:16:{s:4:\"tmpl\";i:535;s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:16:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:16:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:388;a:16:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon &#8211; Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:16:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant &#8211; Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:16:{s:4:\"tmpl\";i:430;s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:16:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon &#8211; Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:16:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:16:{s:4:\"tmpl\";i:476;s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:16:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon &#8211; Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:16:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:16:{s:4:\"tmpl\";i:478;s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:397;a:16:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon &#8211; Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:16:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:399;a:16:{s:4:\"tmpl\";i:481;s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:400;a:16:{s:4:\"tmpl\";i:532;s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:16:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:16:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency &#8211; Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:16:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:404;a:16:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page &#8211; Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:16:{s:4:\"tmpl\";i:422;s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:406;a:16:{s:4:\"tmpl\";i:533;s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:16:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:16:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:16:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:16:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product &#8211; eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"Beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:411;a:16:{s:4:\"tmpl\";i:424;s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:412;a:16:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:413;a:16:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym &#8211; App Service &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:414;a:16:{s:4:\"tmpl\";i:426;s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:415;a:16:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio &#8211; Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:16:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:417;a:16:{s:4:\"tmpl\";i:432;s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:418;a:16:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio &#8211; Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:16:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion &#8211; eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:420;a:16:{s:4:\"tmpl\";i:427;s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:421;a:16:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:16:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:423;a:16:{s:4:\"tmpl\";i:429;s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:16:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:16:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef &#8211; Thank You Page &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:16:{s:4:\"tmpl\";i:431;s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:16:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:428;a:16:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course  &#8211; Thank You Page &#8211; Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:16:{s:4:\"tmpl\";i:428;s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:430;a:16:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:16:{s:4:\"tmpl\";i:613;s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:432;a:16:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:16:{s:4:\"tmpl\";i:634;s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:118;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:434;a:16:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:436;a:16:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:438;a:16:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:16:{s:4:\"tmpl\";i:618;s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:440;a:16:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:16:{s:4:\"tmpl\";i:574;s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:442;a:16:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:443;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:444;a:16:{s:4:\"tmpl\";i:1282;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:16:{s:4:\"tmpl\";i:627;s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:446;a:16:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:16:{s:4:\"tmpl\";i:625;s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:448;a:16:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:449;a:16:{s:4:\"tmpl\";i:626;s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:450;a:16:{s:4:\"tmpl\";i:611;s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:451;a:16:{s:4:\"tmpl\";i:1252;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:16:{s:4:\"tmpl\";i:614;s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:453;a:16:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:16:{s:4:\"tmpl\";i:629;s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:455;a:16:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:16:{s:4:\"tmpl\";i:619;s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:457;a:16:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:16:{s:4:\"tmpl\";i:620;s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:459;a:16:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:460;a:16:{s:4:\"tmpl\";i:1283;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:16:{s:4:\"tmpl\";i:615;s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:462;a:16:{s:4:\"tmpl\";i:630;s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:463;a:16:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:16:{s:4:\"tmpl\";i:1284;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:16:{s:4:\"tmpl\";i:631;s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:466;a:16:{s:4:\"tmpl\";i:473;s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:467;a:16:{s:4:\"tmpl\";i:1007;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant &#8211; Chef&#8217;s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:16:{s:4:\"tmpl\";i:623;s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:469;a:16:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant &#8211; Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:470;a:16:{s:4:\"tmpl\";i:474;s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:471;a:16:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:16:{s:4:\"tmpl\";i:475;s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:16:{s:4:\"tmpl\";i:1009;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:16:{s:4:\"tmpl\";i:480;s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:475;a:16:{s:4:\"tmpl\";i:1008;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:16:{s:4:\"tmpl\";i:612;s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:477;a:16:{s:4:\"tmpl\";i:1016;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant &#8211; Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:16:{s:4:\"tmpl\";i:536;s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:479;a:16:{s:4:\"tmpl\";i:999;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:16:{s:4:\"tmpl\";i:624;s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:481;a:16:{s:4:\"tmpl\";i:1000;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:16:{s:4:\"tmpl\";i:616;s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:483;a:16:{s:4:\"tmpl\";i:1001;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop &#8211; Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:16:{s:4:\"tmpl\";i:617;s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:485;a:16:{s:4:\"tmpl\";i:1002;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:487;a:16:{s:4:\"tmpl\";i:1003;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:489;a:16:{s:4:\"tmpl\";i:982;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:491;a:16:{s:4:\"tmpl\";i:983;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:16:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:16:{s:4:\"tmpl\";i:984;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course &#8211; Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:16:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:16:{s:4:\"tmpl\";i:985;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:16:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:16:{s:4:\"tmpl\";i:971;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:498;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Footer\",\"Marketing\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:16:{s:4:\"tmpl\";i:1453;s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home &#8211; Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:500;a:16:{s:4:\"tmpl\";i:972;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:501;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:16:{s:4:\"tmpl\";i:973;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design &#8211; Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:16:{s:4:\"tmpl\";i:974;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:505;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:506;a:16:{s:4:\"tmpl\";i:959;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:507;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:508;a:16:{s:4:\"tmpl\";i:960;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:510;a:16:{s:4:\"tmpl\";i:961;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography &#8211; Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:511;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:16:{s:4:\"tmpl\";i:962;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography &#8211; Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:513;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:16:{s:4:\"tmpl\";i:963;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography &#8211; Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:515;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:16:{s:4:\"tmpl\";i:964;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography &#8211; Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:517;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:16:{s:4:\"tmpl\";i:965;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography &#8211; Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:519;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:16:{s:4:\"tmpl\";i:966;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography &#8211; Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:521;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:16:{s:4:\"tmpl\";i:967;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography &#8211; Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:523;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:16:{s:4:\"tmpl\";i:968;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography &#8211; Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:525;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:16:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography &#8211; B&amp;W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:527;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:16:{s:4:\"tmpl\";i:970;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography &#8211; Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:529;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:530;a:16:{s:4:\"tmpl\";i:940;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:531;a:16:{s:4:\"tmpl\";i:542;s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:532;a:16:{s:4:\"tmpl\";i:936;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:16:{s:4:\"tmpl\";i:547;s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:534;a:16:{s:4:\"tmpl\";i:932;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:535;a:16:{s:4:\"tmpl\";i:566;s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:536;a:16:{s:4:\"tmpl\";i:938;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel &#8211; Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:537;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:16:{s:4:\"tmpl\";i:937;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel &#8211; Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:539;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:16:{s:4:\"tmpl\";i:935;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:541;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:16:{s:4:\"tmpl\";i:934;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel &#8211; FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:544;a:16:{s:4:\"tmpl\";i:933;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel &#8211; Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:16:{s:4:\"tmpl\";i:515;s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:546;a:16:{s:4:\"tmpl\";i:892;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio &#8211; Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:548;a:16:{s:4:\"tmpl\";i:891;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:550;a:16:{s:4:\"tmpl\";i:890;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio &#8211; Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:551;a:16:{s:4:\"tmpl\";i:564;s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:552;a:16:{s:4:\"tmpl\";i:889;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:553;a:16:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:554;a:16:{s:4:\"tmpl\";i:866;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:555;a:16:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:556;a:16:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:145;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:557;a:16:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:558;a:16:{s:4:\"tmpl\";i:916;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:559;a:16:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company &#8211; Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:560;a:16:{s:4:\"tmpl\";i:920;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm &#8211; Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:561;a:16:{s:4:\"tmpl\";i:869;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:562;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:563;a:16:{s:4:\"tmpl\";i:880;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym &#8211; Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:564;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:565;a:16:{s:4:\"tmpl\";i:646;s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:150;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:566;a:16:{s:4:\"tmpl\";i:645;s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:567;a:16:{s:4:\"tmpl\";i:917;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm &#8211; Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:568;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:569;a:16:{s:4:\"tmpl\";i:915;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:570;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:571;a:16:{s:4:\"tmpl\";i:921;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm &#8211; Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:572;a:16:{s:4:\"tmpl\";i:865;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency &#8211; Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:16:{s:4:\"tmpl\";i:879;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym &#8211; Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:16:{s:4:\"tmpl\";i:653;s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:16:{s:4:\"tmpl\";i:654;s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:16:{s:4:\"tmpl\";i:922;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:16:{s:4:\"tmpl\";i:655;s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:16:{s:4:\"tmpl\";i:918;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:16:{s:4:\"tmpl\";i:864;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency &#8211; Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:16:{s:4:\"tmpl\";i:878;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym &#8211; Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:16:{s:4:\"tmpl\";i:650;s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:16:{s:4:\"tmpl\";i:882;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:16:{s:4:\"tmpl\";i:648;s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:16:{s:4:\"tmpl\";i:919;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm &#8211; Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:16:{s:4:\"tmpl\";i:868;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency &#8211; Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:16:{s:4:\"tmpl\";i:881;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:16:{s:4:\"tmpl\";i:877;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym &#8211; Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:16:{s:4:\"tmpl\";i:867;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency &#8211; Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:16:{s:4:\"tmpl\";i: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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:169;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:16:{s:4:\"tmpl\";i:637;s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:16:{s:4:\"tmpl\";i:876;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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: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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:16:{s:4:\"tmpl\";i:638;s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:16:{s:4:\"tmpl\";i:888;s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:172;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:16:{s:4:\"tmpl\";i:887;s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:173;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:16:{s:4:\"tmpl\";i:886;s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:16:{s:4:\"tmpl\";i:885;s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"Footer\",\"Gym\"]\";s:10:\"menu_order\";i:175;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:16:{s:4:\"tmpl\";i:884;s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:16:{s:4:\"tmpl\";i:635;s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:177;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:16:{s:4:\"tmpl\";i:663;s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:16:{s:4:\"tmpl\";i:658;s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:16:{s:4:\"tmpl\";i:657;s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:180;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:16:{s:4:\"tmpl\";i:694;s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:181;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:16:{s:4:\"tmpl\";i:636;s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:16:{s:4:\"tmpl\";i:665;s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:183;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:16:{s:4:\"tmpl\";i:659;s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:16:{s:4:\"tmpl\";i:660;s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:16:{s:4:\"tmpl\";i:666;s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:186;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:16:{s:4:\"tmpl\";i:664;s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:16:{s:4:\"tmpl\";i:661;s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:188;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:614;a:16:{s:4:\"tmpl\";i:662;s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:189;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:16:{s:4:\"tmpl\";i:572;s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:16:{s:4:\"tmpl\";i:528;s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:191;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:16:{s:4:\"tmpl\";i:527;s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:618;a:16:{s:4:\"tmpl\";i:479;s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:193;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:619;a:16:{s:4:\"tmpl\";i:573;s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:16:{s:4:\"tmpl\";i:569;s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:195;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:16:{s:4:\"tmpl\";i:571;s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:16:{s:4:\"tmpl\";i:570;s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:16:{s:4:\"tmpl\";i:568;s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:198;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:624;a:16:{s:4:\"tmpl\";i:530;s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:199;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:625;a:16:{s:4:\"tmpl\";i:531;s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:626;a:16:{s:4:\"tmpl\";i:529;s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:16:{s:4:\"tmpl\";i:978;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:202;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:16:{s:4:\"tmpl\";i:979;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"Interior Design\"]\";s:10:\"menu_order\";i:203;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:16:{s:4:\"tmpl\";i:980;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design &#8211; Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"Interior Design\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:16:{s:4:\"tmpl\";i:977;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design &#8211; News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:16:{s:4:\"tmpl\";i:976;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design &#8211; Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:206;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:16:{s:4:\"tmpl\";i:975;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design &#8211; Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:16:{s:4:\"tmpl\";i:1011;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant &#8211; 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:208;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:16:{s:4:\"tmpl\";i:1012;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:209;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:16:{s:4:\"tmpl\";i:1013;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese Restaurant &#8211; Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:16:{s:4:\"tmpl\";i:914;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:211;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:16:{s:4:\"tmpl\";i:913;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm &#8211; Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:16:{s:4:\"tmpl\";i:912;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:213;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:16:{s:4:\"tmpl\";i:911;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:16:{s:4:\"tmpl\";i:910;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm &#8211; Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:215;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:16:{s:4:\"tmpl\";i:909;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:16:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate &#8211; 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:16:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:218;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:16:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:16:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate &#8211; Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:220;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:16:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate &#8211; Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:16:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate &#8211; single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:16:{s:4:\"tmpl\";i:950;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:223;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:16:{s:4:\"tmpl\";i:949;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine &#8211; Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:224;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:16:{s:4:\"tmpl\";i:946;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:16:{s:4:\"tmpl\";i:945;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:16:{s:4:\"tmpl\";i:947;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine &#8211; Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:227;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:16:{s:4:\"tmpl\";i:944;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:16:{s:4:\"tmpl\";i:943;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:229;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:16:{s:4:\"tmpl\";i:942;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:230;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:16:{s:4:\"tmpl\";i:941;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:16:{s:4:\"tmpl\";i:948;s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:16:{s:4:\"tmpl\";i:990;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:233;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:16:{s:4:\"tmpl\";i:987;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course &#8211; End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:234;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:16:{s:4:\"tmpl\";i:989;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:16:{s:4:\"tmpl\";i:988;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course &#8211; Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:236;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:16:{s:4:\"tmpl\";i:986;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course &#8211; Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:16:{s:4:\"tmpl\";i:953;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:238;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:16:{s:4:\"tmpl\";i:954;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography &#8211; Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:16:{s:4:\"tmpl\";i:955;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:16:{s:4:\"tmpl\";i:957;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography &#8211; Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:241;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:16:{s:4:\"tmpl\";i:956;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:242;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:16:{s:4:\"tmpl\";i:901;s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:16:{s:4:\"tmpl\";i:900;s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Footer\",\"Portfolio\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:16:{s:4:\"tmpl\";i:898;s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:245;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:16:{s:4:\"tmpl\";i:897;s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:16:{s:4:\"tmpl\";i:904;s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Header\",\"Portfolio\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:16:{s:4:\"tmpl\";i:896;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio &#8211; Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:16:{s:4:\"tmpl\";i:895;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:249;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:16:{s:4:\"tmpl\";i:903;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:676;a:16:{s:4:\"tmpl\";i:894;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio &#8211; Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:16:{s:4:\"tmpl\";i:597;s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:252;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:678;a:16:{s:4:\"tmpl\";i:609;s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:16:{s:4:\"tmpl\";i:598;s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:254;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:16:{s:4:\"tmpl\";i:599;s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:16:{s:4:\"tmpl\";i:600;s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:256;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:682;a:16:{s:4:\"tmpl\";i:601;s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:683;a:16:{s:4:\"tmpl\";i:603;s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:258;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:684;a:16:{s:4:\"tmpl\";i:604;s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:259;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:685;a:16:{s:4:\"tmpl\";i:606;s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:686;a:16:{s:4:\"tmpl\";i:608;s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:687;a:16:{s:4:\"tmpl\";i:610;s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:262;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:16:{s:4:\"tmpl\";i:468;s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:263;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:689;a:16:{s:4:\"tmpl\";i:602;s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:690;a:16:{s:4:\"tmpl\";i:605;s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:16:{s:4:\"tmpl\";i:607;s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:266;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:692;a:16:{s:4:\"tmpl\";i:596;s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:693;a:16:{s:4:\"tmpl\";i:434;s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:268;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:16:{s:4:\"tmpl\";i:439;s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:16:{s:4:\"tmpl\";i:441;s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:270;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:16:{s:4:\"tmpl\";i:442;s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:16:{s:4:\"tmpl\";i:444;s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:272;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:16:{s:4:\"tmpl\";i:446;s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:16:{s:4:\"tmpl\";i:436;s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:16:{s:4:\"tmpl\";i:438;s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:275;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:16:{s:4:\"tmpl\";i:440;s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:16:{s:4:\"tmpl\";i:443;s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:16:{s:4:\"tmpl\";i:445;s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:278;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:16:{s:4:\"tmpl\";i:433;s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:16:{s:4:\"tmpl\";i:435;s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:16:{s:4:\"tmpl\";i:437;s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:16:{s:4:\"tmpl\";i:701;s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:16:{s:4:\"tmpl\";i:702;s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:16:{s:4:\"tmpl\";i:703;s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:284;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:16:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:285;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:16:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:16:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:16:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:288;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:16:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist &#8211; single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:289;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:715;a:16:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist &#8211; single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:716;a:16:{s:4:\"tmpl\";i:412;s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:717;a:16:{s:4:\"tmpl\";i:413;s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:718;a:16:{s:4:\"tmpl\";i:418;s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:293;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:719;a:16:{s:4:\"tmpl\";i:420;s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:720;a:16:{s:4:\"tmpl\";i:403;s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:295;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:16:{s:4:\"tmpl\";i:417;s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;a:16:{s:4:\"tmpl\";i:415;s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:723;a:16:{s:4:\"tmpl\";i:414;s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:298;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:724;a:16:{s:4:\"tmpl\";i:401;s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:725;a:16:{s:4:\"tmpl\";i:408;s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:300;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:726;a:16:{s:4:\"tmpl\";i:406;s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:301;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:727;a:16:{s:4:\"tmpl\";i:404;s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:16:{s:4:\"tmpl\";i:421;s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:16:{s:4:\"tmpl\";i:419;s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:304;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:16:{s:4:\"tmpl\";i:416;s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:16:{s:4:\"tmpl\";i:402;s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:306;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:16:{s:4:\"tmpl\";i:560;s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:307;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:16:{s:4:\"tmpl\";i:411;s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:16:{s:4:\"tmpl\";i:410;s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:309;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:16:{s:4:\"tmpl\";i:409;s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:16:{s:4:\"tmpl\";i:407;s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:737;a:16:{s:4:\"tmpl\";i:405;s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:312;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:738;a:16:{s:4:\"tmpl\";i:677;s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:313;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:16:{s:4:\"tmpl\";i:678;s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:16:{s:4:\"tmpl\";i:679;s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:315;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:16:{s:4:\"tmpl\";i:680;s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:16:{s:4:\"tmpl\";i:681;s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:16:{s:4:\"tmpl\";i:682;s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:318;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:16:{s:4:\"tmpl\";i:683;s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:319;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:16:{s:4:\"tmpl\";i:640;s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:16:{s:4:\"tmpl\";i:639;s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:16:{s:4:\"tmpl\";i:705;s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:322;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:16:{s:4:\"tmpl\";i:704;s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:16:{s:4:\"tmpl\";i:706;s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:324;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:16:{s:4:\"tmpl\";i:707;s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:751;a:16:{s:4:\"tmpl\";i:708;s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:752;a:16:{s:4:\"tmpl\";i:697;s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:327;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:753;a:16:{s:4:\"tmpl\";i:698;s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:16:{s:4:\"tmpl\";i:699;s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:755;a:16:{s:4:\"tmpl\";i:700;s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:330;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:756;a:16:{s:4:\"tmpl\";i:555;s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:757;a:16:{s:4:\"tmpl\";i:562;s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:332;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:758;a:16:{s:4:\"tmpl\";i:561;s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:333;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:16:{s:4:\"tmpl\";i:563;s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:334;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:760;a:16:{s:4:\"tmpl\";i:550;s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:335;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:16:{s:4:\"tmpl\";i:554;s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:336;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:16:{s:4:\"tmpl\";i:551;s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:337;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:16:{s:4:\"tmpl\";i:552;s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:764;a:16:{s:4:\"tmpl\";i:549;s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:339;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:765;a:16:{s:4:\"tmpl\";i:553;s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:766;a:16:{s:4:\"tmpl\";i:538;s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:341;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:767;a:16:{s:4:\"tmpl\";i:537;s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:16:{s:4:\"tmpl\";i:559;s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:343;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:769;a:16:{s:4:\"tmpl\";i:469;s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:16:{s:4:\"tmpl\";i:472;s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:345;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:16:{s:4:\"tmpl\";i:470;s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:16:{s:4:\"tmpl\";i:477;s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:347;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:773;a:16:{s:4:\"tmpl\";i:471;s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:348;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:774;a:16:{s:4:\"tmpl\";i:465;s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:16:{s:4:\"tmpl\";i:462;s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:350;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:776;a:16:{s:4:\"tmpl\";i:458;s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:16:{s:4:\"tmpl\";i:543;s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:778;a:16:{s:4:\"tmpl\";i:455;s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:353;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:16:{s:4:\"tmpl\";i:463;s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:780;a:16:{s:4:\"tmpl\";i:558;s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:355;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:16:{s:4:\"tmpl\";i:464;s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:16:{s:4:\"tmpl\";i:466;s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:357;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:16:{s:4:\"tmpl\";i:459;s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:784;a:16:{s:4:\"tmpl\";i:467;s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:359;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:16:{s:4:\"tmpl\";i:461;s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:786;a:16:{s:4:\"tmpl\";i:460;s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:361;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:16:{s:4:\"tmpl\";i:457;s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:16:{s:4:\"tmpl\";i:456;s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:363;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:16:{s:4:\"tmpl\";i:544;s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:364;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:16:{s:4:\"tmpl\";i:454;s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:791;a:16:{s:4:\"tmpl\";i:586;s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:366;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;a:16:{s:4:\"tmpl\";i:582;s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:16:{s:4:\"tmpl\";i:580;s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:368;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;a:16:{s:4:\"tmpl\";i:578;s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:16:{s:4:\"tmpl\";i:595;s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:370;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:796;a:16:{s:4:\"tmpl\";i:593;s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:797;a:16:{s:4:\"tmpl\";i:576;s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:16:{s:4:\"tmpl\";i:594;s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:373;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:799;a:16:{s:4:\"tmpl\";i:577;s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:374;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:16:{s:4:\"tmpl\";i:579;s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:801;a:16:{s:4:\"tmpl\";i:581;s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:802;a:16:{s:4:\"tmpl\";i:583;s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:377;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:803;a:16:{s:4:\"tmpl\";i:584;s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:378;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:804;a:16:{s:4:\"tmpl\";i:585;s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:805;a:16:{s:4:\"tmpl\";i:575;s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:16:{s:4:\"tmpl\";i:587;s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:381;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:807;a:16:{s:4:\"tmpl\";i:591;s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:382;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:808;a:16:{s:4:\"tmpl\";i:592;s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:809;a:16:{s:4:\"tmpl\";i:589;s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:16:{s:4:\"tmpl\";i:590;s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:385;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:811;a:16:{s:4:\"tmpl\";i:588;s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:812;a:16:{s:4:\"tmpl\";i:928;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:387;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;a:16:{s:4:\"tmpl\";i:929;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel &#8211; Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:388;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;a:16:{s:4:\"tmpl\";i:927;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel &#8211; Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:815;a:16:{s:4:\"tmpl\";i:930;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel &#8211; Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:390;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:816;a:16:{s:4:\"tmpl\";i:931;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel &#8211; Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:817;a:16:{s:4:\"tmpl\";i:926;s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:392;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:818;a:16:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:16:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:394;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:16:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:821;a:16:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:16:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:397;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:823;a:16:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:824;a:16:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:399;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}','no');
INSERT INTO `wpxo_options` VALUES (282,'finished_updating_comment_type','1','yes'),(273,'elementor_version','3.8.1','yes'),(274,'elementor_install_history','a:8:{s:5:\"3.2.1\";i:1624938333;s:5:\"3.2.5\";i:1624938334;s:5:\"3.3.1\";i:1629068902;s:5:\"3.4.0\";i:1629179481;s:5:\"3.4.3\";i:1631267835;s:5:\"3.4.4\";i:1633707067;s:5:\"3.5.4\";i:1645588176;s:5:\"3.8.1\";i:1669570227;}','yes'),(275,'widget_wpforms-widget','a:2:{i:1;a:4:{s:5:\"title\";s:15:\"Stay up to date\";s:7:\"form_id\";i:87;s:10:\"show_title\";b:0;s:9:\"show_desc\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(276,'widget_give_forms_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(283,'give_install_pages_created','1','no'),(284,'wpforms_admin_notices','a:2:{s:14:\"review_request\";a:2:{s:4:\"time\";i:1624937234;s:9:\"dismissed\";b:0;}s:19:\"review_lite_request\";a:2:{s:4:\"time\";i:1628825222;s:9:\"dismissed\";b:1;}}','yes'),(285,'_give_table_check','1670077207','no'),(635774,'_transient_timeout_boldgrid_backup_system_zip_test','1669607704','no'),(635775,'_transient_boldgrid_backup_system_zip_test','1','no'),(635776,'_transient_timeout_boldgrid_backup_is_functional','1669607704','no'),(635777,'_transient_boldgrid_backup_is_functional','1','no'),(611092,'_transient_timeout_jetpack_file_data_10.6','1670645705','no'),(611093,'_transient_jetpack_file_data_10.6','a:1:{s:32:\"3fd340ad52927afb3bbb9e98575eccfd\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}}','no'),(636785,'_transient_timeout_jetpack_plugin_api_action_links_refresh','1669656621','no'),(636786,'_transient_jetpack_plugin_api_action_links_refresh','1669570221','no'),(636787,'jetpack_nonce_1669570221_7cywFu9yfn','1669570222','no'),(213120,'jp_sync_error_log_sync','a:3:{s:15:\"1644050427.1459\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:19:\"http_request_failed\";a:1:{i:0;s:81:\"cURL error 28: Operation timed out after 20001 milliseconds with 0 bytes received\";}}s:10:\"error_data\";a:1:{s:19:\"http_request_failed\";i:-10520;}s:18:\"\0*\0additional_data\";a:0:{}}s:15:\"1646969481.6996\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:24:\"concurrent_request_error\";a:1:{i:0;s:53:\"There is another request running for the same blog ID\";}}s:10:\"error_data\";a:1:{s:24:\"concurrent_request_error\";i:400;}s:18:\"\0*\0additional_data\";a:0:{}}s:15:\"1668457919.6221\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:24:\"concurrent_request_error\";a:1:{i:0;s:53:\"There is another request running for the same blog ID\";}}s:10:\"error_data\";a:1:{s:24:\"concurrent_request_error\";i:400;}s:18:\"\0*\0additional_data\";a:0:{}}}','yes'),(288,'elementor_remote_info_feed_data','a:3:{i:0;a:5:{s:5:\"title\";s:82:\"Introducing Loop Builder: Design Every Aspect of your Post and Product Collections\";s:7:\"excerpt\";s:306:\"Elementor 3.8 includes some highly anticipated features, including the first phase of the Loop Builder, with additional functions and capabilities added in upcoming versions. With the Loop Builder, you gain more creative freedom to design your posts and listings, so you can design it any way you’d like.\";s:7:\"created\";i:1667397460;s:5:\"badge\";s:3:\"New\";s:3:\"url\";s:128:\"https://elementor.com/blog/introducing-the-loop-builder/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:47:\"The Complete Guide To Design Project Management\";s:7:\"excerpt\";s:347:\"Successful web creators understand that design and systems must work side by side for people to deliver high-quality work without burning out. In this guide, we will explore the practical steps you can take to shut down time-wasting activities and frustration. Say no to scope creep and build a no-fail framework that can pivot for the unexpected.\";s:7:\"created\";i:1655196509;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:131:\"https://elementor.com/blog/design-project-management-guide/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:30:\"Elementor Websites of May 2022\";s:7:\"excerpt\";s:315:\"May’s marvelous showcase offers a taste of new design trends and reimagined retro themes that will activate your artistic mind. Hear the sound of music festivals, awaken the entrepreneurial spirit, rediscover the joy of childhood learning, glide through skateparks, and rejuvenate with a splash of the Aegean Sea.\";s:7:\"created\";i:1655101192;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:117:\"https://elementor.com/blog/showcase-may-2022/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','no'),(291,'seedprod_migration_run_once','1','yes'),(292,'seedprod_run_activation','1','yes'),(293,'seedprod_settings','{\"api_key\":\"\",\"enable_coming_soon_mode\":false,\"enable_maintenance_mode\":false,\"enable_login_mode\":false,\"enable_404_mode\":false}','yes'),(294,'seedprod_over_time','a:3:{s:17:\"installed_version\";s:5:\"6.2.5\";s:14:\"installed_date\";i:1624937246;s:13:\"installed_pro\";s:4:\"lite\";}','yes'),(295,'seedprod_token','6310cc24-3664-4bcf-89e9-8cfaa57d570d','yes'),(300,'seedprod_review','a:2:{s:4:\"time\";i:1628825208;s:9:\"dismissed\";b:1;}','yes'),(301,'seedprod_app_settings','{  \n    \"facebook_g_app_id\":\"\",\n    \"disable_seedprod_button\":false\n }','yes'),(299,'seedprod_notifications','a:4:{s:6:\"update\";i:1631244977;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','yes'),(302,'seedprod_onetime_flush_rewrite','1','yes'),(306,'_transient_wpforms_htaccess_file','a:3:{s:4:\"size\";i:737;s:5:\"mtime\";i:1651928710;s:5:\"ctime\";i:1651928710;}','yes'),(308,'seedprod_coming_soon_page_id','12','yes'),(309,'seedprod_maintenance_mode_page_id','','yes'),(321,'astra-sites-tags','a:10:{i:0;a:3:{s:2:\"id\";i:2204;s:4:\"name\";s:1:\"a\";s:4:\"slug\";s:1:\"a\";}i:1;a:3:{s:2:\"id\";i:352;s:4:\"name\";s:5:\"About\";s:4:\"slug\";s:5:\"about\";}i:2;a:3:{s:2:\"id\";i:1007;s:4:\"name\";s:8:\"about me\";s:4:\"slug\";s:8:\"about-me\";}i:3;a:3:{s:2:\"id\";i:455;s:4:\"name\";s:8:\"about us\";s:4:\"slug\";s:8:\"about-us\";}i:4;a:3:{s:2:\"id\";i:599;s:4:\"name\";s:9:\"ac repair\";s:4:\"slug\";s:9:\"ac-repair\";}i:5;a:3:{s:2:\"id\";i:2114;s:4:\"name\";s:8:\"Academic\";s:4:\"slug\";s:8:\"academic\";}i:6;a:3:{s:2:\"id\";i:2154;s:4:\"name\";s:9:\"Academics\";s:4:\"slug\";s:9:\"academics\";}i:7;a:3:{s:2:\"id\";i:2110;s:4:\"name\";s:7:\"academy\";s:4:\"slug\";s:7:\"academy\";}i:8;a:3:{s:2:\"id\";i:639;s:4:\"name\";s:11:\"accessories\";s:4:\"slug\";s:11:\"accessories\";}i:9;a:3:{s:2:\"id\";i:1869;s:4:\"name\";s:16:\"accident lawyers\";s:4:\"slug\";s:16:\"accident-lawyers\";}}','no'),(322,'astra-blocks-1','a:100:{s:8:\"id-53972\";a:9:{s:5:\"title\";s:10:\"Features 1\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/feature-1-ele.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/feature-1-ele-400x150.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-1e/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53974\";a:9:{s:5:\"title\";s:10:\"Features 2\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/feature-2-ele.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/feature-2-ele-400x103.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-2e/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53975\";a:9:{s:5:\"title\";s:10:\"Features 3\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/feature-3-ele.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/feature-3-ele-400x256.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-3e/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53976\";a:9:{s:5:\"title\";s:10:\"Features 4\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/05/feature-4el.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/feature-4el-400x196.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-4e/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53977\";a:9:{s:5:\"title\";s:10:\"Features 5\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/feature-5-ele.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/feature-5-ele-400x190.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-5e/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53978\";a:9:{s:5:\"title\";s:10:\"Features 6\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/feature-6-ele.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/feature-6-ele-400x232.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-6e/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53979\";a:9:{s:5:\"title\";s:10:\"Features 7\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/feature-7-ele.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/feature-7-ele-400x278.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-7e/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53973\";a:9:{s:5:\"title\";s:12:\"Statistics 4\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/statistics-1e.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/statistics-1e-400x70.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-4e/\";s:3:\"tag\";a:1:{i:924;s:10:\"statistics\";}s:8:\"category\";i:1096;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53971\";a:9:{s:5:\"title\";s:12:\"Statistics 3\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/statistics-3e.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/statistics-3e-400x52.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-3e/\";s:3:\"tag\";a:1:{i:924;s:10:\"statistics\";}s:8:\"category\";i:1096;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53970\";a:9:{s:5:\"title\";s:12:\"Statistics 2\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/statistics-2e.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/statistics-2e-400x117.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-2e/\";s:3:\"tag\";a:1:{i:924;s:10:\"statistics\";}s:8:\"category\";i:1096;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53969\";a:9:{s:5:\"title\";s:12:\"Statistics 1\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/statistics-4e.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/statistics-4e-400x160.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-1e/\";s:3:\"tag\";a:1:{i:924;s:10:\"statistics\";}s:8:\"category\";i:1096;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:0:\"\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53931\";a:9:{s:5:\"title\";s:6:\"Team 1\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/team-1el.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/05/team-1el-400x211.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-1e/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53932\";a:9:{s:5:\"title\";s:6:\"Team 2\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/05/team-2-ele.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/team-2-ele-400x235.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-2e/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53933\";a:9:{s:5:\"title\";s:6:\"Team 3\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/team-3el.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/05/team-3el-400x210.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-3e/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53934\";a:9:{s:5:\"title\";s:6:\"Team 4\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/team-4el.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/05/team-4el-400x196.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-4e/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53926\";a:9:{s:5:\"title\";s:9:\"Clients 1\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/05/clients-1e.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/clients-1e-400x99.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/clients-1e/\";s:3:\"tag\";a:1:{i:1090;s:7:\"clients\";}s:8:\"category\";i:1091;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:0:\"\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53927\";a:9:{s:5:\"title\";s:9:\"Clients 2\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/05/clients-2e.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/clients-2e-400x92.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/clients-2e/\";s:3:\"tag\";a:1:{i:1090;s:7:\"clients\";}s:8:\"category\";i:1091;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:0:\"\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53928\";a:9:{s:5:\"title\";s:9:\"Clients 3\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/05/clients-3e.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/clients-3e-400x69.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/clients-3e/\";s:3:\"tag\";a:1:{i:1090;s:7:\"clients\";}s:8:\"category\";i:1091;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:0:\"\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53929\";a:9:{s:5:\"title\";s:9:\"Clients 4\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/05/clients-4e.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/clients-4e-400x232.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/clients-4e/\";s:3:\"tag\";a:1:{i:1090;s:7:\"clients\";}s:8:\"category\";i:1091;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:0:\"\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53846\";a:9:{s:5:\"title\";s:13:\"Testimonial 1\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/teatimonial-1el.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/teatimonial-1el-400x240.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-1e/\";s:3:\"tag\";a:1:{i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53847\";a:9:{s:5:\"title\";s:13:\"Testimonial 2\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/teatimonial-2-ele.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/teatimonial-2-ele-400x187.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-2e/\";s:3:\"tag\";a:1:{i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53848\";a:9:{s:5:\"title\";s:13:\"Testimonial 3\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/teatimonial-3el.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/teatimonial-3el-400x143.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-3e/\";s:3:\"tag\";a:1:{i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53849\";a:9:{s:5:\"title\";s:13:\"Testimonial 4\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/teatimonial-4-ele.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/teatimonial-4-ele-400x166.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-4e/\";s:3:\"tag\";a:1:{i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52865\";a:9:{s:5:\"title\";s:14:\"Contact Form 1\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/contact-form-1e.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/contact-form-1e-400x210.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/contact-form-1e/\";s:3:\"tag\";a:2:{i:823;s:7:\"contact\";i:1955;s:12:\"contact-form\";}s:8:\"category\";i:1416;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-52866\";a:9:{s:5:\"title\";s:14:\"Contact Form 2\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/contact-form-2e.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/contact-form-2e-400x206.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/contact-form-2e/\";s:3:\"tag\";a:2:{i:823;s:7:\"contact\";i:1955;s:12:\"contact-form\";}s:8:\"category\";i:1416;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-52867\";a:9:{s:5:\"title\";s:14:\"Contact Form 3\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/contact-form-3e.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/contact-form-3e-400x218.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/contact-form-3e/\";s:3:\"tag\";a:2:{i:823;s:7:\"contact\";i:1955;s:12:\"contact-form\";}s:8:\"category\";i:1416;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-52868\";a:9:{s:5:\"title\";s:14:\"Contact Form 4\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/contact-form-4e.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/contact-form-4e-400x174.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/contact-form-4e/\";s:3:\"tag\";a:2:{i:823;s:7:\"contact\";i:1955;s:12:\"contact-form\";}s:8:\"category\";i:1416;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-52857\";a:9:{s:5:\"title\";s:16:\"Subscribe Form 6\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-6el.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-6el-400x150.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/subscribe-form-6e/\";s:3:\"tag\";a:1:{i:1956;s:14:\"subscribe-form\";}s:8:\"category\";i:1953;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-52808\";a:9:{s:5:\"title\";s:16:\"Subscribe Form 2\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-2el.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-2el-400x180.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/subscribe-form-2e/\";s:3:\"tag\";a:1:{i:1956;s:14:\"subscribe-form\";}s:8:\"category\";i:1953;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-52809\";a:9:{s:5:\"title\";s:16:\"Subscribe Form 3\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-3el.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-3el-400x179.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/subscribe-form-3e/\";s:3:\"tag\";a:1:{i:1956;s:14:\"subscribe-form\";}s:8:\"category\";i:1953;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-52810\";a:9:{s:5:\"title\";s:16:\"Subscribe Form 4\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-4e.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-4e-400x155.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/subscribe-form-4e/\";s:3:\"tag\";a:1:{i:1956;s:14:\"subscribe-form\";}s:8:\"category\";i:1953;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-52811\";a:9:{s:5:\"title\";s:16:\"Subscribe Form 5\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-5e.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-5e-400x80.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/subscribe-form-5e/\";s:3:\"tag\";a:1:{i:1956;s:14:\"subscribe-form\";}s:8:\"category\";i:1953;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-52797\";a:9:{s:5:\"title\";s:16:\"Subscribe Form 1\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-1e.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-1e-400x122.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/subscribe-form-1e/\";s:3:\"tag\";a:1:{i:1956;s:14:\"subscribe-form\";}s:8:\"category\";i:1953;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-52796\";a:9:{s:5:\"title\";s:16:\"Call to Action 5\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/call-to-action-5e.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/call-to-action-5e-400x71.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-5e/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52795\";a:9:{s:5:\"title\";s:16:\"Call to Action 4\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/05/cta-4-ele.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/cta-4-ele-400x285.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-4e/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52794\";a:9:{s:5:\"title\";s:16:\"Call to Action 3\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/05/cta-3-ele.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/cta-3-ele-400x232.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-3e/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52793\";a:9:{s:5:\"title\";s:16:\"Call to Action 2\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/call-to-action-2e.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/call-to-action-2e-400x117.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-2e/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52792\";a:9:{s:5:\"title\";s:16:\"Call to Action 1\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/call-to-action-1e.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/call-to-action-1e-400x100.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-1e/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52712\";a:9:{s:5:\"title\";s:5:\"FAQ 1\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/faq-1e.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/faq-1e-400x140.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-1e/\";s:3:\"tag\";a:2:{i:822;s:3:\"faq\";i:821;s:26:\"frequently-asked-questions\";}s:8:\"category\";i:1001;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52713\";a:9:{s:5:\"title\";s:5:\"FAQ 2\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/faq-2e.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/faq-2e-400x167.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-2e/\";s:3:\"tag\";a:2:{i:822;s:3:\"faq\";i:821;s:26:\"frequently-asked-questions\";}s:8:\"category\";i:1001;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52714\";a:9:{s:5:\"title\";s:5:\"FAQ 3\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/faq-3e.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/faq-3e-400x174.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-3e/\";s:3:\"tag\";a:2:{i:822;s:3:\"faq\";i:821;s:26:\"frequently-asked-questions\";}s:8:\"category\";i:1001;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52715\";a:9:{s:5:\"title\";s:5:\"FAQ 4\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/faq-4e.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/faq-4e-400x191.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-4e/\";s:3:\"tag\";a:2:{i:822;s:3:\"faq\";i:821;s:26:\"frequently-asked-questions\";}s:8:\"category\";i:1001;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52716\";a:9:{s:5:\"title\";s:5:\"FAQ 5\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/05/faq-5-ele.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/faq-5-ele-400x185.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-5e/\";s:3:\"tag\";a:2:{i:822;s:3:\"faq\";i:821;s:26:\"frequently-asked-questions\";}s:8:\"category\";i:1001;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52678\";a:9:{s:5:\"title\";s:13:\"Main Banner 9\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-9el.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-9el-400x305.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/main-banner-9e/\";s:3:\"tag\";a:1:{i:1952;s:11:\"main-banner\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52677\";a:9:{s:5:\"title\";s:13:\"Main Banner 8\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-8el.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-8el-400x164.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/main-banner-8e/\";s:3:\"tag\";a:1:{i:1952;s:11:\"main-banner\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52676\";a:9:{s:5:\"title\";s:13:\"Main Banner 7\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-7el.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-7el-400x162.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/main-banner-7e/\";s:3:\"tag\";a:1:{i:1952;s:11:\"main-banner\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52675\";a:9:{s:5:\"title\";s:13:\"Main Banner 6\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-6-ele.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-6-ele-400x219.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/main-banner-6e/\";s:3:\"tag\";a:1:{i:1952;s:11:\"main-banner\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52674\";a:9:{s:5:\"title\";s:13:\"Main Banner 5\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-5ele.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-5ele-400x223.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/main-banner-5e/\";s:3:\"tag\";a:1:{i:1952;s:11:\"main-banner\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52673\";a:9:{s:5:\"title\";s:13:\"Main Banner 4\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-4ele.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-4ele-400x202.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/main-banner-4e/\";s:3:\"tag\";a:1:{i:1952;s:11:\"main-banner\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52672\";a:9:{s:5:\"title\";s:13:\"Main Banner 3\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-3el.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-3el-400x200.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/main-banner-3e/\";s:3:\"tag\";a:1:{i:1952;s:11:\"main-banner\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52671\";a:9:{s:5:\"title\";s:13:\"Main Banner 2\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-2-ele.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-2-ele-400x235.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/main-banner-2e/\";s:3:\"tag\";a:1:{i:1952;s:11:\"main-banner\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52670\";a:9:{s:5:\"title\";s:13:\"Main Banner 1\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-1-ele.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-1-ele-400x255.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/main-banner-1e/\";s:3:\"tag\";a:1:{i:1952;s:11:\"main-banner\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52656\";a:9:{s:5:\"title\";s:20:\"Location And Hours 6\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/location-and-hours-6e.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/location-and-hours-6e-400x158.jpg\";s:3:\"url\";s:60:\"https://websitedemos.net/astra-blocks/location-and-hours-6e/\";s:3:\"tag\";a:2:{i:823;s:7:\"contact\";i:1957;s:18:\"location-and-hours\";}s:8:\"category\";i:1950;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:0:\"\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52655\";a:9:{s:5:\"title\";s:20:\"Location And Hours 5\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/location-and-hours-5e.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/location-and-hours-5e-400x169.jpg\";s:3:\"url\";s:60:\"https://websitedemos.net/astra-blocks/location-and-hours-5e/\";s:3:\"tag\";a:2:{i:823;s:7:\"contact\";i:1957;s:18:\"location-and-hours\";}s:8:\"category\";i:1950;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:0:\"\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52654\";a:9:{s:5:\"title\";s:20:\"Location And Hours 4\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/location-and-hours-4e.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/location-and-hours-4e-400x164.jpg\";s:3:\"url\";s:60:\"https://websitedemos.net/astra-blocks/location-and-hours-4e/\";s:3:\"tag\";a:2:{i:823;s:7:\"contact\";i:1957;s:18:\"location-and-hours\";}s:8:\"category\";i:1950;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:0:\"\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52653\";a:9:{s:5:\"title\";s:20:\"Location And Hours 3\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/location-and-hours-3e.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/location-and-hours-3e-400x205.jpg\";s:3:\"url\";s:60:\"https://websitedemos.net/astra-blocks/location-and-hours-3e/\";s:3:\"tag\";a:2:{i:823;s:7:\"contact\";i:1957;s:18:\"location-and-hours\";}s:8:\"category\";i:1950;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:0:\"\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52652\";a:9:{s:5:\"title\";s:20:\"Location And Hours 2\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/location-and-hours-2e.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/location-and-hours-2e-400x235.jpg\";s:3:\"url\";s:60:\"https://websitedemos.net/astra-blocks/location-and-hours-2e/\";s:3:\"tag\";a:2:{i:823;s:7:\"contact\";i:1957;s:18:\"location-and-hours\";}s:8:\"category\";i:1950;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:0:\"\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52651\";a:9:{s:5:\"title\";s:20:\"Location And Hours 1\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/location-and-hours-1e.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/location-and-hours-1e-400x169.jpg\";s:3:\"url\";s:60:\"https://websitedemos.net/astra-blocks/location-and-hours-1e/\";s:3:\"tag\";a:2:{i:823;s:7:\"contact\";i:1957;s:18:\"location-and-hours\";}s:8:\"category\";i:1950;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:0:\"\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52586\";a:9:{s:5:\"title\";s:10:\"Services 4\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/services-4-ele.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/services-4-ele-400x192.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-4e/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52589\";a:9:{s:5:\"title\";s:10:\"Services 5\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/services-5-ele.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/services-5-ele-400x165.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-5e/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52595\";a:9:{s:5:\"title\";s:7:\"About 8\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/about-8e.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/05/about-8e-400x121.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-8e/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52585\";a:9:{s:5:\"title\";s:10:\"Services 3\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/services-3-ele.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/services-3-ele-400x178.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-3e/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52594\";a:9:{s:5:\"title\";s:7:\"About 7\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/about-7e.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/05/about-7e-400x117.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-7e/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52584\";a:9:{s:5:\"title\";s:10:\"Services 2\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/05/services-2e.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/services-2e-400x135.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-2e/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52593\";a:9:{s:5:\"title\";s:7:\"About 6\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/about-6e.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/05/about-6e-400x118.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-6e/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52592\";a:9:{s:5:\"title\";s:7:\"About 5\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/about-5e.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/05/about-5e-400x119.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-5e/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52591\";a:9:{s:5:\"title\";s:7:\"About 4\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/about-4e.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/05/about-4e-400x110.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-4e/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52583\";a:9:{s:5:\"title\";s:10:\"Services 1\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/05/services-1e.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/services-1e-400x136.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-1e/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52590\";a:9:{s:5:\"title\";s:7:\"About 3\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/05/about-3-ele.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/about-3-ele-400x243.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-3e/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52588\";a:9:{s:5:\"title\";s:7:\"About 2\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/05/about-2-ele.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/about-2-ele-400x186.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-2e/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52587\";a:9:{s:5:\"title\";s:7:\"About 1\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/05/about-1-ele.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/about-1-ele-400x184.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-1e/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52528\";a:9:{s:5:\"title\";s:17:\"Image and Text 10\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-10ele.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-10ele-400x285.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/image-and-text-10e/\";s:3:\"tag\";a:1:{i:1949;s:14:\"image-and-text\";}s:8:\"category\";i:1948;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52529\";a:9:{s:5:\"title\";s:16:\"Image and Text 9\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-9ele.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-9ele-400x299.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/image-and-text-9e/\";s:3:\"tag\";a:1:{i:1949;s:14:\"image-and-text\";}s:8:\"category\";i:1948;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52526\";a:9:{s:5:\"title\";s:16:\"Image and Text 8\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-8el.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-8el-400x299.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/image-and-text-8e/\";s:3:\"tag\";a:1:{i:1949;s:14:\"image-and-text\";}s:8:\"category\";i:1948;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52524\";a:9:{s:5:\"title\";s:16:\"Image and Text 7\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-7el.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-7el-400x175.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/image-and-text-7e/\";s:3:\"tag\";a:1:{i:1949;s:14:\"image-and-text\";}s:8:\"category\";i:1948;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52527\";a:9:{s:5:\"title\";s:16:\"Image and Text 6\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-6el.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-6el-400x169.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/image-and-text-6e/\";s:3:\"tag\";a:1:{i:1949;s:14:\"image-and-text\";}s:8:\"category\";i:1948;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52525\";a:9:{s:5:\"title\";s:16:\"Image and Text 5\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-5ele.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-5ele-400x179.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/image-and-text-5e/\";s:3:\"tag\";a:1:{i:1949;s:14:\"image-and-text\";}s:8:\"category\";i:1948;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52523\";a:9:{s:5:\"title\";s:16:\"Image and Text 4\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-4-ele.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-4-ele-400x186.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/image-and-text-4e/\";s:3:\"tag\";a:1:{i:1949;s:14:\"image-and-text\";}s:8:\"category\";i:1948;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52530\";a:9:{s:5:\"title\";s:16:\"Image and Text 3\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-3el.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-3el-400x257.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/image-and-text-3e/\";s:3:\"tag\";a:1:{i:1949;s:14:\"image-and-text\";}s:8:\"category\";i:1948;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52521\";a:9:{s:5:\"title\";s:16:\"Image and Text 2\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-2-ele.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-2-ele-400x175.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/image-and-text-2e/\";s:3:\"tag\";a:1:{i:1949;s:14:\"image-and-text\";}s:8:\"category\";i:1948;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52519\";a:9:{s:5:\"title\";s:16:\"Image and Text 1\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-1el.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-1el-400x179.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/image-and-text-1e/\";s:3:\"tag\";a:1:{i:1949;s:14:\"image-and-text\";}s:8:\"category\";i:1948;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52457\";a:9:{s:5:\"title\";s:6:\"Text 9\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/text-9.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/text-9-400x141.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/text-9e/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52456\";a:9:{s:5:\"title\";s:6:\"Text 8\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/text-8.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/text-8-400x109.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/text-8e/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52455\";a:9:{s:5:\"title\";s:6:\"Text 7\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/text-7.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/text-7-400x142.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/text-7e/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52454\";a:9:{s:5:\"title\";s:6:\"Text 6\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/text-6.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/text-6-400x96.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/text-6e/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52453\";a:9:{s:5:\"title\";s:6:\"Text 5\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/text-5.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/text-5-400x107.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/text-5e/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52452\";a:9:{s:5:\"title\";s:6:\"Text 4\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/text-4.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/text-4-400x95.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/text-4e/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52451\";a:9:{s:5:\"title\";s:6:\"Text 3\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/text-3.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/text-3-400x95.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/text-3e/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52450\";a:9:{s:5:\"title\";s:6:\"Text 2\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/text-2.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/text-2-400x95.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/text-2e/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52449\";a:9:{s:5:\"title\";s:6:\"Text 1\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/text-1.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/text-1-400x103.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/text-1e/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45025\";a:9:{s:5:\"title\";s:15:\"Single Quote 3B\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-3b.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-3b-400x145.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-3b/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45020\";a:9:{s:5:\"title\";s:15:\"Single Quote 3W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-3w.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-3w-400x145.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-3w/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44974\";a:9:{s:5:\"title\";s:12:\"Portfolio 6B\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-6b.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-6b-400x379.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-6b/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44634\";a:9:{s:5:\"title\";s:12:\"Portfolio 6W\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-6w.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-6w-400x379.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-6w/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-41764\";a:9:{s:5:\"title\";s:7:\"Hero 9B\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-9b.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-9b-400x190.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-9b/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38906\";a:9:{s:5:\"title\";s:7:\"Hero 9W\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-9w.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-9w-400x190.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-9w/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42229\";a:9:{s:5:\"title\";s:11:\"Services 8B\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/services-8b.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/services-8b-400x230.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-8b/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-41045\";a:9:{s:5:\"title\";s:11:\"Services 8W\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/services-8w.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/services-8w-400x230.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-8w/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-43000\";a:9:{s:5:\"title\";s:12:\"Services 11B\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/01/services-11b.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/services-11b-400x456.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/services-11b/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42974\";a:9:{s:5:\"title\";s:12:\"Services 11W\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/01/services-11w.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/services-11w-400x456.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/services-11w/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}}','no'),(323,'astra-sites-categories','a:5:{i:0;a:3:{s:2:\"id\";i:37;s:4:\"name\";s:4:\"Blog\";s:4:\"slug\";s:4:\"blog\";}i:1;a:3:{s:2:\"id\";i:27;s:4:\"name\";s:8:\"Business\";s:4:\"slug\";s:8:\"business\";}i:2;a:3:{s:2:\"id\";i:38;s:4:\"name\";s:9:\"eCommerce\";s:4:\"slug\";s:9:\"ecommerce\";}i:3;a:3:{s:2:\"id\";i:39;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:4;a:3:{s:2:\"id\";i:36;s:4:\"name\";s:5:\"Other\";s:4:\"slug\";s:5:\"other\";}}','no'),(324,'astra-blocks-4','a:20:{s:8:\"id-41028\";a:9:{s:5:\"title\";s:14:\"Testimonial 9B\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-9b.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-9b-400x144.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-9b/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-41026\";a:9:{s:5:\"title\";s:14:\"Testimonial 8B\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-8b.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-8b-400x219.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-8b/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-41023\";a:9:{s:5:\"title\";s:14:\"Testimonial 7B\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-7b.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-7b-400x210.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-7b/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-40740\";a:9:{s:5:\"title\";s:14:\"Testimonial 9W\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-9w.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-9w-400x144.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-9w/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-40739\";a:9:{s:5:\"title\";s:14:\"Testimonial 8W\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-8w.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-8w-400x219.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-8w/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-40348\";a:9:{s:5:\"title\";s:14:\"Testimonial 7W\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-7w.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-7w-400x210.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-7w/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37190\";a:9:{s:5:\"title\";s:7:\"Team 2B\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-2b.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/team-2b-400x193.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-2b/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37187\";a:9:{s:5:\"title\";s:7:\"Team 2W\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/Team-2W.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/Team-2W-400x193.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-2w/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37197\";a:9:{s:5:\"title\";s:7:\"Team 3B\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-3b.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/team-3b-400x164.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-3b/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37194\";a:9:{s:5:\"title\";s:7:\"Team 3W\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-3w.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/team-3w-400x164.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-3w/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37203\";a:9:{s:5:\"title\";s:7:\"Team 4B\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-4b.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/team-4b-400x164.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-4b/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37200\";a:9:{s:5:\"title\";s:7:\"Team 4W\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-4w.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/team-4w-400x164.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-4w/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38316\";a:9:{s:5:\"title\";s:7:\"Team 5B\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-5b.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/team-5b-400x187.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-5b/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38244\";a:9:{s:5:\"title\";s:7:\"Team 5W\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-5w.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/team-5w-400x187.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-5w/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38825\";a:9:{s:5:\"title\";s:7:\"Team 6B\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-6b.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/team-6b-400x234.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-6b/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38732\";a:9:{s:5:\"title\";s:7:\"Team 6W\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-6w.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/team-6w-400x234.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-6w/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-41034\";a:9:{s:5:\"title\";s:7:\"Team 8B\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-8b.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/team-8b-400x167.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-8b/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-40030\";a:9:{s:5:\"title\";s:7:\"Team 8W\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-8w.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/team-8w-400x167.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-8w/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-43022\";a:9:{s:5:\"title\";s:8:\"Team 10B\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/01/team-10b.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/team-10b-400x243.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/team-10b/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:0:\"\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-43018\";a:9:{s:5:\"title\";s:8:\"Team 10W\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/01/team-10w.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/team-10w-400x243.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/team-10w/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}}','no'),(325,'astra-sites-page-builders','a:4:{i:0;a:3:{s:2:\"id\";i:34;s:4:\"name\";s:14:\"Beaver Builder\";s:4:\"slug\";s:14:\"beaver-builder\";}i:1;a:3:{s:2:\"id\";i:41;s:4:\"name\";s:5:\"Brizy\";s:4:\"slug\";s:5:\"brizy\";}i:2;a:3:{s:2:\"id\";i:33;s:4:\"name\";s:9:\"Elementor\";s:4:\"slug\";s:9:\"elementor\";}i:3;a:3:{s:2:\"id\";i:42;s:4:\"name\";s:9:\"Gutenberg\";s:4:\"slug\";s:9:\"gutenberg\";}}','no'),(326,'astra-blocks-3','a:100:{s:8:\"id-41763\";a:9:{s:5:\"title\";s:7:\"Hero 7B\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-7b-1.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-7b-1-400x244.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-7b/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38880\";a:9:{s:5:\"title\";s:7:\"Hero 7W\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-7w-1.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-7w-1-400x244.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-7w/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37688\";a:9:{s:5:\"title\";s:11:\"Features 1B\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/feature-1b-2020.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/feature-1b-2020-400x200.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-1b/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37686\";a:9:{s:5:\"title\";s:11:\"Features 1W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/feature-1w-2020.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/feature-1w-2020-400x200.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-1w/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37697\";a:9:{s:5:\"title\";s:11:\"Features 2B\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/features-2b-2020.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/features-2b-2020-400x210.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-2b/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37695\";a:9:{s:5:\"title\";s:11:\"Features 2W\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/features-2w-2020.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/features-2w-2020-400x210.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-2w/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37705\";a:9:{s:5:\"title\";s:11:\"Features 3B\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/features-3b-2020.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/features-3b-2020-400x210.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-3b/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37704\";a:9:{s:5:\"title\";s:11:\"Features 3W\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/features-3w-2020.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/features-3w-2020-400x210.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-3w/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-41937\";a:9:{s:5:\"title\";s:11:\"Features 5B\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/features-5b.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/features-5b-400x153.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-5b/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38863\";a:9:{s:5:\"title\";s:11:\"Features 5W\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/features-5w.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/features-5w-400x153.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-5w/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-41938\";a:9:{s:5:\"title\";s:11:\"Features 6B\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/features-6b.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/features-6b-400x197.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-6b/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38876\";a:9:{s:5:\"title\";s:11:\"Features 6W\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/features-6w.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/features-6w-400x197.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-6w/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44869\";a:9:{s:5:\"title\";s:12:\"Features 10B\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/features-10b.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/02/features-10b-400x203.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/features-10b/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44862\";a:9:{s:5:\"title\";s:12:\"Features 10W\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/features-10w.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/02/features-10w-400x203.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/features-10w/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37099\";a:9:{s:5:\"title\";s:6:\"FAQ 2B\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2020/01/faq-2b.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/faq-2b-400x167.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-2b/\";s:3:\"tag\";a:2:{i:822;s:3:\"faq\";i:821;s:26:\"frequently-asked-questions\";}s:8:\"category\";i:1001;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37096\";a:9:{s:5:\"title\";s:6:\"FAQ 2W\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2020/01/faq-2w.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/faq-2w-400x167.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-2w/\";s:3:\"tag\";a:2:{i:822;s:3:\"faq\";i:821;s:26:\"frequently-asked-questions\";}s:8:\"category\";i:1001;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37111\";a:9:{s:5:\"title\";s:6:\"FAQ 4B\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2020/01/faq-4b.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/faq-4b-400x167.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-4b/\";s:3:\"tag\";a:2:{i:822;s:3:\"faq\";i:821;s:26:\"frequently-asked-questions\";}s:8:\"category\";i:1001;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37108\";a:9:{s:5:\"title\";s:6:\"FAQ 4W\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2020/01/faq-4w.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/faq-4w-400x167.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-4w/\";s:3:\"tag\";a:2:{i:822;s:3:\"faq\";i:821;s:26:\"frequently-asked-questions\";}s:8:\"category\";i:1001;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-39838\";a:9:{s:5:\"title\";s:6:\"FAQ 5B\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2020/01/faq-5b.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/faq-5b-400x167.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-5b/\";s:3:\"tag\";a:2:{i:822;s:3:\"faq\";i:821;s:26:\"frequently-asked-questions\";}s:8:\"category\";i:1001;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38917\";a:9:{s:5:\"title\";s:6:\"FAQ 5W\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2020/01/faq-5w.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/faq-5w-400x167.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-5w/\";s:3:\"tag\";a:2:{i:822;s:3:\"faq\";i:821;s:26:\"frequently-asked-questions\";}s:8:\"category\";i:1001;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-39839\";a:9:{s:5:\"title\";s:6:\"FAQ 6B\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2020/01/faq-6b.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/faq-6b-400x272.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-6b/\";s:3:\"tag\";a:2:{i:822;s:3:\"faq\";i:821;s:26:\"frequently-asked-questions\";}s:8:\"category\";i:1001;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38926\";a:9:{s:5:\"title\";s:6:\"FAQ 6W\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2020/01/faq-6w.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/faq-6w-400x272.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-6w/\";s:3:\"tag\";a:2:{i:822;s:3:\"faq\";i:821;s:26:\"frequently-asked-questions\";}s:8:\"category\";i:1001;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44840\";a:9:{s:5:\"title\";s:6:\"FAQ 9B\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2020/02/faq-9b.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/02/faq-9b-400x211.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-9b/\";s:3:\"tag\";a:2:{i:822;s:3:\"faq\";i:821;s:26:\"frequently-asked-questions\";}s:8:\"category\";i:1001;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44831\";a:9:{s:5:\"title\";s:6:\"FAQ 9W\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2020/02/faq-9w.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/02/faq-9w-400x211.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-9w/\";s:3:\"tag\";a:2:{i:822;s:3:\"faq\";i:821;s:26:\"frequently-asked-questions\";}s:8:\"category\";i:1001;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37549\";a:9:{s:5:\"title\";s:10:\"Clients 5B\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/clients-5b-el.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/clients-5b-el-400x68.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/clients-5b/\";s:3:\"tag\";a:1:{i:1090;s:7:\"clients\";}s:8:\"category\";i:1091;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37550\";a:9:{s:5:\"title\";s:10:\"Clients 5W\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/clients-5w-el.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/clients-5w-el-400x67.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/clients-5w/\";s:3:\"tag\";a:1:{i:1090;s:7:\"clients\";}s:8:\"category\";i:1091;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37558\";a:9:{s:5:\"title\";s:10:\"Clients 6B\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/clients-6b-el.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/clients-6b-el-400x96.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/clients-6b/\";s:3:\"tag\";a:1:{i:1090;s:7:\"clients\";}s:8:\"category\";i:1091;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37557\";a:9:{s:5:\"title\";s:10:\"Clients 6W\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/clients-6w-el.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/clients-6w-el-400x99.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/clients-6w/\";s:3:\"tag\";a:1:{i:1090;s:7:\"clients\";}s:8:\"category\";i:1091;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-39812\";a:9:{s:5:\"title\";s:10:\"Clients 7B\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/clients-7b-el.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/clients-7b-el-400x148.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/clients-7b/\";s:3:\"tag\";a:1:{i:1090;s:7:\"clients\";}s:8:\"category\";i:1091;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-39787\";a:9:{s:5:\"title\";s:10:\"Clients 7W\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/clients-7w-el.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/clients-7w-el-400x148.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/clients-7w/\";s:3:\"tag\";a:1:{i:1090;s:7:\"clients\";}s:8:\"category\";i:1091;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37122\";a:9:{s:5:\"title\";s:17:\"Call To Action 2B\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-2b.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-2b-400x145.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-2b/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37120\";a:9:{s:5:\"title\";s:17:\"Call To Action 2W\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-2w.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-2w-400x145.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-2w/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37136\";a:9:{s:5:\"title\";s:17:\"Call To Action 4B\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-4b.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-4b-400x76.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-4b/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37132\";a:9:{s:5:\"title\";s:17:\"Call To Action 4W\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-4w.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-4w-400x76.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-4w/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37150\";a:9:{s:5:\"title\";s:17:\"Call To Action 6B\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-6b.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-6b-400x148.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-6b/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37147\";a:9:{s:5:\"title\";s:17:\"Call To Action 6W\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-6w.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-6w-400x148.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-6w/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-39763\";a:9:{s:5:\"title\";s:17:\"Call To Action 7B\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-10b.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-10b-400x165.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-7b/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-39761\";a:9:{s:5:\"title\";s:17:\"Call To Action 7W\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-10w.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-10w-400x165.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-7w/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42960\";a:9:{s:5:\"title\";s:17:\"Call To Action 8B\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-11b.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-11b-400x146.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-8b/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-28634\";a:9:{s:5:\"title\";s:17:\"Call To Action 8W\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-11w.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-11w-400x146.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-8w/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-39771\";a:9:{s:5:\"title\";s:17:\"Call To Action 9B\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-9b.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-9b-400x138.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-9b/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-39755\";a:9:{s:5:\"title\";s:17:\"Call To Action 9W\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-9w.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-9w-400x138.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-9w/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-43883\";a:9:{s:5:\"title\";s:10:\"Contact 1B\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-1b.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-1b-400x215.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-1b/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-43873\";a:9:{s:5:\"title\";s:10:\"Contact 1W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-1w.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-1w-400x215.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-1w/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-43930\";a:9:{s:5:\"title\";s:10:\"Contact 3B\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-3b.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-3b-400x237.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-3b/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-43906\";a:9:{s:5:\"title\";s:10:\"Contact 3W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-3w.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-3w-400x237.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-3w/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-43964\";a:9:{s:5:\"title\";s:10:\"Contact 5B\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-5b.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-5b-400x227.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-5b/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-43951\";a:9:{s:5:\"title\";s:10:\"Contact 5W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-5w.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-5w-400x227.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-5w/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-44803\";a:9:{s:5:\"title\";s:10:\"Contact 7B\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-7b.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-7b-400x264.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-7b/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-43990\";a:9:{s:5:\"title\";s:10:\"Contact 7W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-7w.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-7w-400x264.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-7w/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44286\";a:9:{s:5:\"title\";s:10:\"Contact 8B\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-8b.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-8b-400x229.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-8b/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44123\";a:9:{s:5:\"title\";s:10:\"Contact 8W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-8w.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-8w-400x229.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-8w/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44304\";a:9:{s:5:\"title\";s:10:\"Contact 9B\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-9b.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-9b-400x199.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-9b/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44189\";a:9:{s:5:\"title\";s:10:\"Contact 9W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-9w.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-9w-400x199.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-9w/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44821\";a:9:{s:5:\"title\";s:11:\"Contact 10B\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-10b.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-10b-400x242.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/contact-10b/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44819\";a:9:{s:5:\"title\";s:11:\"Contact 10W\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-10w.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-10w-400x242.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/contact-10w/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-36983\";a:9:{s:5:\"title\";s:8:\"About 1B\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/About-1B-1.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/About-1B-1-400x192.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-1b/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-36980\";a:9:{s:5:\"title\";s:8:\"About 1W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/About-1W-1.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/About-1W-1-400x192.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-1w/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37019\";a:9:{s:5:\"title\";s:8:\"About 2B\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/About-2B-1.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/About-2B-1-400x192.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-2b/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37015\";a:9:{s:5:\"title\";s:8:\"About 2W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/About-2W-1.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/About-2W-1-400x192.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-2w/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37043\";a:9:{s:5:\"title\";s:8:\"About 4B\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/about-4b-2.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/about-4b-2-400x259.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-4b/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37040\";a:9:{s:5:\"title\";s:8:\"About 4W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/about-4w-2.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/about-4w-2-400x261.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-4w/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38180\";a:9:{s:5:\"title\";s:8:\"About 6B\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/01/about-6b.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/about-6b-400x231.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-6b/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38147\";a:9:{s:5:\"title\";s:8:\"About 6W\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/01/about-6w.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/about-6w-400x231.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-6w/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42723\";a:9:{s:5:\"title\";s:8:\"About 8B\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/about-8b-1.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/about-8b-1-400x240.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-8b/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42709\";a:9:{s:5:\"title\";s:8:\"About 8W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/about-8w-1.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/about-8w-1-400x240.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-8w/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42950\";a:9:{s:5:\"title\";s:8:\"About 9B\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/01/about-9b.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/about-9b-400x223.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-9b/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-28474\";a:9:{s:5:\"title\";s:8:\"About 9W\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/01/about-9w.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/about-9w-400x223.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-9w/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42169\";a:9:{s:5:\"title\";s:13:\"Statistics 2B\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-2b.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-2b-400x143.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-2b/\";s:3:\"tag\";a:2:{i:924;s:10:\"statistics\";i:921;s:5:\"stats\";}s:8:\"category\";i:1096;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42166\";a:9:{s:5:\"title\";s:13:\"Statistics 2W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-2w-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-2w-1-400x173.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-2w/\";s:3:\"tag\";a:2:{i:924;s:10:\"statistics\";i:921;s:5:\"stats\";}s:8:\"category\";i:1096;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42236\";a:9:{s:5:\"title\";s:13:\"Statistics 4B\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-4b.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-4b-400x91.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-4b/\";s:3:\"tag\";a:2:{i:924;s:10:\"statistics\";i:921;s:5:\"stats\";}s:8:\"category\";i:1096;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42219\";a:9:{s:5:\"title\";s:13:\"Statistics 4W\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-4w.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-4w-400x91.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-4w/\";s:3:\"tag\";a:2:{i:924;s:10:\"statistics\";i:921;s:5:\"stats\";}s:8:\"category\";i:1096;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42259\";a:9:{s:5:\"title\";s:13:\"Statistics 5B\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-5d.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-5d-400x154.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-5b/\";s:3:\"tag\";a:2:{i:924;s:10:\"statistics\";i:921;s:5:\"stats\";}s:8:\"category\";i:1096;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42251\";a:9:{s:5:\"title\";s:13:\"Statistics 5W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-5w-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-5w-1-400x158.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-5w/\";s:3:\"tag\";a:2:{i:924;s:10:\"statistics\";i:921;s:5:\"stats\";}s:8:\"category\";i:1096;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42295\";a:9:{s:5:\"title\";s:13:\"Statistics 7B\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-7b.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-7b-400x140.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-7b/\";s:3:\"tag\";a:2:{i:924;s:10:\"statistics\";i:921;s:5:\"stats\";}s:8:\"category\";i:1096;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42292\";a:9:{s:5:\"title\";s:13:\"Statistics 7W\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-7w.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-7w-400x140.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-7w/\";s:3:\"tag\";a:2:{i:924;s:10:\"statistics\";i:921;s:5:\"stats\";}s:8:\"category\";i:1096;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42304\";a:9:{s:5:\"title\";s:13:\"Statistics 8B\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-8b.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-8b-400x60.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-8b/\";s:3:\"tag\";a:2:{i:924;s:10:\"statistics\";i:921;s:5:\"stats\";}s:8:\"category\";i:1096;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42298\";a:9:{s:5:\"title\";s:13:\"Statistics 8W\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-8w.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-8w-400x60.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-8w/\";s:3:\"tag\";a:2:{i:924;s:10:\"statistics\";i:921;s:5:\"stats\";}s:8:\"category\";i:1096;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44883\";a:9:{s:5:\"title\";s:14:\"Statistics 10B\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/02/statistics-10b.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/02/statistics-10b-400x267.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/statistics-10b/\";s:3:\"tag\";a:2:{i:924;s:10:\"statistics\";i:921;s:5:\"stats\";}s:8:\"category\";i:1096;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44878\";a:9:{s:5:\"title\";s:14:\"Statistics 10W\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/02/statistics-10w.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/02/statistics-10w-400x267.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/statistics-10w/\";s:3:\"tag\";a:2:{i:924;s:10:\"statistics\";i:921;s:5:\"stats\";}s:8:\"category\";i:1096;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37726\";a:9:{s:5:\"title\";s:11:\"Services 1W\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/services-1w-2020.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/services-1w-2020-400x200.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-1w/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37739\";a:9:{s:5:\"title\";s:11:\"Services 1B\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/services-1b-2020.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/services-1b-2020-400x200.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-1b/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37747\";a:9:{s:5:\"title\";s:11:\"Services 2B\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/services-2b-2020.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/services-2b-2020-400x167.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-2b/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37748\";a:9:{s:5:\"title\";s:11:\"Services 2W\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/services-2w-2020.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/services-2w-2020-400x167.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-2w/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37754\";a:9:{s:5:\"title\";s:11:\"Services 3B\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/services-3b-2020.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/services-3b-2020-400x167.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-3b/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37755\";a:9:{s:5:\"title\";s:11:\"Services 3W\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/services-3w.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/services-3w-400x214.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-3w/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42227\";a:9:{s:5:\"title\";s:11:\"Services 6B\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/services-6b.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/services-6b-400x218.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-6b/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38930\";a:9:{s:5:\"title\";s:11:\"Services 6W\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/services-6w.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/services-6w-400x218.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-6w/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42231\";a:9:{s:5:\"title\";s:11:\"Services 9B\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/services-9b.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/services-9b-400x280.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-9b/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-41054\";a:9:{s:5:\"title\";s:11:\"Services 9W\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/services-9w.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/services-9w-400x280.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-9w/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-43013\";a:9:{s:5:\"title\";s:12:\"Services 12B\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/01/services-12b.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/services-12b-400x192.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/services-12b/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-43009\";a:9:{s:5:\"title\";s:12:\"Services 12W\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/01/services-12w.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/services-12w-400x192.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/services-12w/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37890\";a:9:{s:5:\"title\";s:14:\"Testimonial 1B\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/Testimonial-1B.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/Testimonial-1B-400x150.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-1b/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37889\";a:9:{s:5:\"title\";s:14:\"Testimonial 1W\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/Testimonial-1W.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/Testimonial-1W-400x150.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-1w/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37898\";a:9:{s:5:\"title\";s:14:\"Testimonial 2B\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/Testimonial-2B.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/Testimonial-2B-400x150.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-2b/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37899\";a:9:{s:5:\"title\";s:14:\"Testimonial 2W\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/Testimonial-2w.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/Testimonial-2w-400x150.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-2w/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37905\";a:9:{s:5:\"title\";s:14:\"Testimonial 3B\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/Testimonial-3B.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/Testimonial-3B-400x150.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-3b/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37904\";a:9:{s:5:\"title\";s:14:\"Testimonial 3W\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/Testimonial-3w.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/Testimonial-3w-400x150.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-3w/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38536\";a:9:{s:5:\"title\";s:14:\"Testimonial 5B\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-5b.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-5b-400x184.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-5b/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38471\";a:9:{s:5:\"title\";s:14:\"Testimonial 5W\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-5w.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-5w-400x184.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-5w/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}}','no'),(327,'astra-blocks-2','a:100:{s:8:\"id-44962\";a:9:{s:5:\"title\";s:12:\"Portfolio 2B\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-2b.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-2b-400x217.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-2b/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44359\";a:9:{s:5:\"title\";s:12:\"Portfolio 2W\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-2w.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-2w-400x217.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-2w/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44768\";a:9:{s:5:\"title\";s:18:\"Call To Action 10B\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/02/call-to-action-10b.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/02/call-to-action-10b-400x100.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/call-to-action-10b/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44762\";a:9:{s:5:\"title\";s:18:\"Call To Action 10W\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/02/call-to-action-10w.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/02/call-to-action-10w-400x100.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/call-to-action-10w/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-43103\";a:9:{s:5:\"title\";s:7:\"Hero 8B\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-8b.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-8b-400x276.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-8b/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-43099\";a:9:{s:5:\"title\";s:7:\"Hero 8W\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-8w.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-8w-400x276.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-8w/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37057\";a:9:{s:5:\"title\";s:8:\"About 5B\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/about-5b-1.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/about-5b-1-400x167.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-5b/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37051\";a:9:{s:5:\"title\";s:8:\"About 5W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/about-5w-1.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/about-5w-1-400x167.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-5w/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44858\";a:9:{s:5:\"title\";s:11:\"Features 9B\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/02/features-9b.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/02/features-9b-400x269.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-9b/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44853\";a:9:{s:5:\"title\";s:11:\"Features 9W\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/02/features-9w.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/02/features-9w-400x269.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-9w/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38225\";a:9:{s:5:\"title\";s:8:\"About 7B\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/01/about-7b.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/about-7b-400x235.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-7b/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38155\";a:9:{s:5:\"title\";s:8:\"About 7W\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/01/about-7w.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/about-7w-400x235.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-7w/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44734\";a:9:{s:5:\"title\";s:9:\"About 10B\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2020/02/about-10b.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/02/about-10b-400x199.jpg\";s:3:\"url\";s:48:\"https://websitedemos.net/astra-blocks/about-10b/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44699\";a:9:{s:5:\"title\";s:9:\"About 10W\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2020/02/about-10w.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/02/about-10w-400x199.jpg\";s:3:\"url\";s:48:\"https://websitedemos.net/astra-blocks/about-10w/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38937\";a:9:{s:5:\"title\";s:11:\"Services 7W\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/services-7w.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/services-7w-400x245.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-7w/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42228\";a:9:{s:5:\"title\";s:11:\"Services 7B\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/services-7b.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/services-7b-400x245.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-7b/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44957\";a:9:{s:5:\"title\";s:12:\"Portfolio 1B\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-1b.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-1b-400x334.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-1b/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44337\";a:9:{s:5:\"title\";s:12:\"Portfolio 1W\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-1w.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-1w-400x334.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-1w/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42232\";a:9:{s:5:\"title\";s:12:\"Services 10B\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/01/services-10b.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/services-10b-400x188.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/services-10b/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-41061\";a:9:{s:5:\"title\";s:12:\"Services 10W\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/01/services-10w.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/services-10w-400x188.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/services-10w/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45012\";a:9:{s:5:\"title\";s:15:\"Single Quote 1B\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-1b.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-1b-400x117.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-1b/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44309\";a:9:{s:5:\"title\";s:15:\"Single Quote 1W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-1w.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-1w-400x117.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-1w/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45013\";a:9:{s:5:\"title\";s:15:\"Single Quote 2B\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-2b.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-2b-400x112.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-2b/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44334\";a:9:{s:5:\"title\";s:15:\"Single Quote 2W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-2w.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-2w-400x112.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-2w/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45035\";a:9:{s:5:\"title\";s:15:\"Single Quote 4B\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-4b.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-4b-400x152.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-4b/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45030\";a:9:{s:5:\"title\";s:15:\"Single Quote 4W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-4w.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-4w-400x152.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-4w/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45074\";a:9:{s:5:\"title\";s:15:\"Single Quote 8B\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-8b.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-8b-400x182.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-8b/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45070\";a:9:{s:5:\"title\";s:15:\"Single Quote 8W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-8w.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-8w-400x182.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-8w/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37184\";a:9:{s:5:\"title\";s:7:\"Team 1B\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/01/team-1b-2020.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/team-1b-2020-400x200.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-1b/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37153\";a:9:{s:5:\"title\";s:7:\"Team 1W\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/team-1w-2020-new.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/team-1w-2020-new-400x200.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-1w/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38843\";a:9:{s:5:\"title\";s:7:\"Team 7B\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-7b.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/team-7b-400x374.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-7b/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38833\";a:9:{s:5:\"title\";s:7:\"Team 7W\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-7w.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/team-7w-400x382.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-7w/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-41033\";a:9:{s:5:\"title\";s:7:\"Team 9B\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-9b.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/team-9b-400x223.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-9b/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-40097\";a:9:{s:5:\"title\";s:7:\"Team 9W\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-9w.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/team-9w-400x223.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-9w/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37911\";a:9:{s:5:\"title\";s:14:\"Testimonial 4B\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/Testimonial-4B.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/Testimonial-4B-400x150.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-4b/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37910\";a:9:{s:5:\"title\";s:14:\"Testimonial 4W\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/Testimonial-4W.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/Testimonial-4W-400x150.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-4w/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38585\";a:9:{s:5:\"title\";s:14:\"Testimonial 6B\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-6b.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-6b-400x301.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-6b/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38551\";a:9:{s:5:\"title\";s:14:\"Testimonial 6W\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-6w.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-6w-400x301.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-6w/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-43056\";a:9:{s:5:\"title\";s:15:\"Testimonial 10B\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-10b.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-10b-400x226.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/testimonial-10b/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-35365\";a:9:{s:5:\"title\";s:15:\"Testimonial 10W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-10w.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-10w-400x226.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/testimonial-10w/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-43983\";a:9:{s:5:\"title\";s:10:\"Contact 6W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-6w.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-6w-400x224.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-6w/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-43901\";a:9:{s:5:\"title\";s:10:\"Contact 2B\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-2b.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-2b-400x223.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-2b/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-43887\";a:9:{s:5:\"title\";s:10:\"Contact 2W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-2w.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-2w-400x223.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-2w/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-43947\";a:9:{s:5:\"title\";s:10:\"Contact 4B\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-4b.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-4b-400x218.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-4b/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-43934\";a:9:{s:5:\"title\";s:10:\"Contact 4W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-4w.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-4w-400x218.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-4w/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37642\";a:9:{s:5:\"title\";s:10:\"Heading 1B\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-1b-2020.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-1b-2020-400x120.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-1b/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37640\";a:9:{s:5:\"title\";s:10:\"Heading 1W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-1w-2020.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-1w-2020-400x120.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-1w/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37647\";a:9:{s:5:\"title\";s:10:\"Heading 2B\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-2b-2020.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-2b-2020-400x91.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-2b/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37646\";a:9:{s:5:\"title\";s:10:\"Heading 2W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-2w-2020.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-2w-2020-400x91.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-2w/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37656\";a:9:{s:5:\"title\";s:10:\"Heading 3B\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-3b-2020.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-3b-2020-400x109.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-3b/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37655\";a:9:{s:5:\"title\";s:10:\"Heading 3W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-3w-2020.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-3w-2020-400x109.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-3w/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37662\";a:9:{s:5:\"title\";s:10:\"Heading 4B\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-4b-2020-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-4b-2020-1-400x115.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-4b/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37661\";a:9:{s:5:\"title\";s:10:\"Heading 4W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-4w.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-4w-400x115.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-4w/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37670\";a:9:{s:5:\"title\";s:10:\"Heading 5B\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-5b-2020.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-5b-2020-400x115.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-5b/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37669\";a:9:{s:5:\"title\";s:10:\"Heading 5W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-5w-2020.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-5w-2020-400x115.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-5w/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37679\";a:9:{s:5:\"title\";s:10:\"Heading 6B\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-6b-2020.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-6b-2020-400x115.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-6b/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37678\";a:9:{s:5:\"title\";s:10:\"Heading 6W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-6w-2020.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-6w-2020-400x115.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-6w/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42869\";a:9:{s:5:\"title\";s:10:\"Heading 7B\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-7b.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-7b-400x129.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-7b/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42862\";a:9:{s:5:\"title\";s:10:\"Heading 7W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-7w.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-7w-400x129.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-7w/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42885\";a:9:{s:5:\"title\";s:10:\"Heading 8B\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-8b.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-8b-400x116.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-8b/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42884\";a:9:{s:5:\"title\";s:10:\"Heading 8W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-8w.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-8w-400x116.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-8w/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45123\";a:9:{s:5:\"title\";s:10:\"Heading 9B\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/03/heading-9b.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/03/heading-9b-400x118.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-9b/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45107\";a:9:{s:5:\"title\";s:10:\"Heading 9W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/03/heading-9w.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/03/heading-9w-400x118.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-9w/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45145\";a:9:{s:5:\"title\";s:11:\"Heading 10B\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/03/heading-10b.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/03/heading-10b.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/heading-10b/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45115\";a:9:{s:5:\"title\";s:11:\"Heading 10W\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/03/heading-10w.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/03/heading-10w-400x100.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/heading-10w/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45047\";a:9:{s:5:\"title\";s:15:\"Single Quote 5B\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-5b.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-5b-400x130.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-5b/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45041\";a:9:{s:5:\"title\";s:15:\"Single Quote 5W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-5w.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-5w-400x130.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-5w/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45056\";a:9:{s:5:\"title\";s:15:\"Single Quote 6B\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-6b.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-6b-400x117.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-6b/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45053\";a:9:{s:5:\"title\";s:15:\"Single Quote 6W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-6w.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-6w-400x117.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-6w/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45064\";a:9:{s:5:\"title\";s:15:\"Single Quote 7B\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-7b.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-7b-400x118.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-7b/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45059\";a:9:{s:5:\"title\";s:15:\"Single Quote 7W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-7w.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-7w-400x118.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-7w/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45090\";a:9:{s:5:\"title\";s:15:\"Single Quote 9B\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-9b.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-9b-400x103.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-9b/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45079\";a:9:{s:5:\"title\";s:15:\"Single Quote 9W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-9w.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-9w-400x103.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-9w/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45100\";a:9:{s:5:\"title\";s:16:\"Single Quote 10B\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-10b.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-10b-400x115.jpg\";s:3:\"url\";s:55:\"https://websitedemos.net/astra-blocks/single-quote-10b/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45094\";a:9:{s:5:\"title\";s:16:\"Single Quote 10W\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-10w.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-10w-400x115.jpg\";s:3:\"url\";s:55:\"https://websitedemos.net/astra-blocks/single-quote-10w/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44465\";a:9:{s:5:\"title\";s:12:\"Portfolio 3B\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-3b.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-3b-400x267.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-3b/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44385\";a:9:{s:5:\"title\";s:12:\"Portfolio 3W\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-3w.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-3w-400x267.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-3w/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44483\";a:9:{s:5:\"title\";s:12:\"Portfolio 4B\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-4b.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-4b-400x195.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-4b/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44433\";a:9:{s:5:\"title\";s:12:\"Portfolio 4W\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-4w.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-4w-400x195.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-4w/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44964\";a:9:{s:5:\"title\";s:12:\"Portfolio 5B\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-5b.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-5b-400x230.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-5b/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44524\";a:9:{s:5:\"title\";s:12:\"Portfolio 5W\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-5w.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-5w-400x230.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-5w/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44709\";a:9:{s:5:\"title\";s:12:\"Portfolio 7W\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-7w.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-7w-400x200.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-7w/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44980\";a:9:{s:5:\"title\";s:12:\"Portfolio 8B\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-8b.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-8b-400x166.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-8b/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44925\";a:9:{s:5:\"title\";s:12:\"Portfolio 8W\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-8w.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-8w-400x166.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-8w/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44984\";a:9:{s:5:\"title\";s:12:\"Portfolio 9B\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-9b.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-9b-400x220.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-9b/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44929\";a:9:{s:5:\"title\";s:12:\"Portfolio 9W\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-9w.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-9w-400x220.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-9w/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44999\";a:9:{s:5:\"title\";s:13:\"Portfolio 10B\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-10b.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-10b-400x245.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/portfolio-10b/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44955\";a:9:{s:5:\"title\";s:13:\"Portfolio 10W\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-10w.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-10w-400x245.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/portfolio-10w/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-36936\";a:9:{s:5:\"title\";s:7:\"Hero 1B\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-1b-1.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-1b-1-400x167.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-1b/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-29230\";a:9:{s:5:\"title\";s:7:\"Hero 1W\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2019/08/hero-1w.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/08/hero-1w-400x167.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-1w/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-36953\";a:9:{s:5:\"title\";s:7:\"Hero 2B\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-2b.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-2b-400x167.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-2b/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-36939\";a:9:{s:5:\"title\";s:7:\"Hero 2W\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-2w.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-2w-400x167.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-2w/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-36958\";a:9:{s:5:\"title\";s:7:\"Hero 3B\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-3b.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-3b-400x167.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-3b/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-36942\";a:9:{s:5:\"title\";s:7:\"Hero 3W\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-3w.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-3w-400x167.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-3w/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-36964\";a:9:{s:5:\"title\";s:7:\"Hero 4B\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-4b.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-4b-400x167.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-4b/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-36961\";a:9:{s:5:\"title\";s:7:\"Hero 4W\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-4w.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-4w-400x167.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-4w/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44908\";a:9:{s:5:\"title\";s:7:\"Hero 5B\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/02/hero-5b.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/02/hero-5b-400x199.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-5b/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44687\";a:9:{s:5:\"title\";s:7:\"Hero 5W\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/02/hero-5w.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/02/hero-5w-400x199.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-5w/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-43090\";a:9:{s:5:\"title\";s:7:\"Hero 6B\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-6b.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-6b-400x207.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-6b/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38118\";a:9:{s:5:\"title\";s:7:\"Hero 6W\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-6w-1.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-6w-1-400x207.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-6w/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}}','no'),(328,'astra-blocks-categories','a:18:{i:825;a:3:{s:2:\"id\";i:825;s:4:\"name\";s:5:\"About\";s:4:\"slug\";s:5:\"about\";}i:832;a:3:{s:2:\"id\";i:832;s:4:\"name\";s:14:\"Call To Action\";s:4:\"slug\";s:14:\"call-to-action\";}i:1091;a:3:{s:2:\"id\";i:1091;s:4:\"name\";s:7:\"Clients\";s:4:\"slug\";s:7:\"clients\";}i:1416;a:3:{s:2:\"id\";i:1416;s:4:\"name\";s:7:\"Contact\";s:4:\"slug\";s:7:\"contact\";}i:1001;a:3:{s:2:\"id\";i:1001;s:4:\"name\";s:3:\"FAQ\";s:4:\"slug\";s:3:\"faq\";}i:919;a:3:{s:2:\"id\";i:919;s:4:\"name\";s:8:\"Features\";s:4:\"slug\";s:8:\"features\";}i:1094;a:3:{s:2:\"id\";i:1094;s:4:\"name\";s:7:\"Heading\";s:4:\"slug\";s:7:\"heading\";}i:831;a:3:{s:2:\"id\";i:831;s:4:\"name\";s:4:\"Hero\";s:4:\"slug\";s:4:\"hero\";}i:1948;a:3:{s:2:\"id\";i:1948;s:4:\"name\";s:14:\"Image and Text\";s:4:\"slug\";s:14:\"image-and-text\";}i:1950;a:3:{s:2:\"id\";i:1950;s:4:\"name\";s:18:\"Location And Hours\";s:4:\"slug\";s:18:\"location-and-hours\";}i:1425;a:3:{s:2:\"id\";i:1425;s:4:\"name\";s:9:\"Portfolio\";s:4:\"slug\";s:9:\"portfolio\";}i:952;a:3:{s:2:\"id\";i:952;s:4:\"name\";s:8:\"Services\";s:4:\"slug\";s:8:\"services\";}i:1424;a:3:{s:2:\"id\";i:1424;s:4:\"name\";s:12:\"Single Quote\";s:4:\"slug\";s:12:\"single-quote\";}i:1096;a:3:{s:2:\"id\";i:1096;s:4:\"name\";s:10:\"Statistics\";s:4:\"slug\";s:10:\"statistics\";}i:1953;a:3:{s:2:\"id\";i:1953;s:4:\"name\";s:14:\"Subscribe Form\";s:4:\"slug\";s:14:\"subscribe-form\";}i:829;a:3:{s:2:\"id\";i:829;s:4:\"name\";s:4:\"Team\";s:4:\"slug\";s:4:\"team\";}i:830;a:3:{s:2:\"id\";i:830;s:4:\"name\";s:12:\"Testimonials\";s:4:\"slug\";s:12:\"testimonials\";}i:1946;a:3:{s:2:\"id\";i:1946;s:4:\"name\";s:4:\"Text\";s:4:\"slug\";s:4:\"text\";}}','no'),(329,'astra-sites-requests','28','no'),(330,'astra-sites-and-pages-page-1','a:15:{s:8:\"id-56632\";a:13:{s:5:\"title\";s:18:\"Musical Instrument\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-home.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-home-400x1343.jpg\";s:14:\"astra-site-url\";s:46:\"//websitedemos.net/musical-instrument-maker-08\";s:20:\"astra-site-parent-id\";i:2245;s:15:\"astra-sites-tag\";a:6:{i:2248;s:12:\"guitar-maker\";i:2249;s:15:\"instrumentalist\";i:407;s:5:\"music\";i:2250;s:18:\"music-craftsperson\";i:2246;s:16:\"music-instrument\";i:1814;s:24:\"musical-instrument-maker\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-56633\";a:12:{s:5:\"title\";s:7:\"Artists\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-artists.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-artists-600x800.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/musical-instrument-maker-08/wp-json/wp/v2/pages/984\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/musical-instrument-maker-08/artists/\";s:15:\"astra-sites-tag\";a:1:{i:339;s:6:\"artist\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-56634\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/musical-instrument-maker-08/wp-json/wp/v2/pages/988\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/musical-instrument-maker-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56635\";a:12:{s:5:\"title\";s:7:\"Guitars\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-guitars.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-guitars-600x800.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/musical-instrument-maker-08/wp-json/wp/v2/pages/982\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/musical-instrument-maker-08/guitars/\";s:15:\"astra-sites-tag\";a:1:{i:1815;s:7:\"guitars\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-56636\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-home.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/musical-instrument-maker-08/wp-json/wp/v2/pages/980\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/musical-instrument-maker-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-56637\";a:12:{s:5:\"title\";s:9:\"Our Story\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-our-story.jpg\";s:19:\"thumbnail-image-url\";s:101:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-our-story-600x800.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/musical-instrument-maker-08/wp-json/wp/v2/pages/986\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:57:\"//websitedemos.net/musical-instrument-maker-08/our-story/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:905;s:9:\"our-story\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";s:0:\"\";}}}s:8:\"id-56573\";a:13:{s:5:\"title\";s:28:\"Injury and Accidental Lawyer\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accidental-lawyer-homepage-gb.jpg\";s:19:\"thumbnail-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accidental-lawyer-homepage-gb-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:101:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accidental-lawyer-homepage-gb-400x1482.jpg\";s:14:\"astra-site-url\";s:44:\"//websitedemos.net/injury-accident-lawyer-08\";s:20:\"astra-site-parent-id\";i:2241;s:15:\"astra-sites-tag\";a:4:{i:1869;s:16:\"accident-lawyers\";i:1867;s:14:\"injury-lawyers\";i:1870;s:11:\"lawyer-firm\";i:1868;s:7:\"lawyers\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-56574\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accidental-lawyer-about-gb.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accidental-lawyer-about-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/injury-accident-lawyer-08/wp-json/wp/v2/pages/1526\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/injury-accident-lawyer-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56575\";a:12:{s:5:\"title\";s:9:\"Attorneys\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accidental-lawyer-attorneys-gb.jpg\";s:19:\"thumbnail-image-url\";s:101:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accidental-lawyer-attorneys-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/injury-accident-lawyer-08/wp-json/wp/v2/pages/1539\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/injury-accident-lawyer-08/attorneys/\";s:15:\"astra-sites-tag\";a:1:{i:912;s:9:\"attorneys\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56576\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accidental-lawyer-contact-gb.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accidental-lawyer-contact-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/injury-accident-lawyer-08/wp-json/wp/v2/pages/1547\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/injury-accident-lawyer-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56577\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accidental-lawyer-homepage-gb.jpg\";s:19:\"thumbnail-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accidental-lawyer-homepage-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/injury-accident-lawyer-08/wp-json/wp/v2/pages/1503\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/injury-accident-lawyer-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56578\";a:12:{s:5:\"title\";s:14:\"Practice Areas\";s:18:\"featured-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accidental-lawyer-practice-areas-gb.jpg\";s:19:\"thumbnail-image-url\";s:106:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accidental-lawyer-practice-areas-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/injury-accident-lawyer-08/wp-json/wp/v2/pages/1541\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:60:\"//websitedemos.net/injury-accident-lawyer-08/practice-areas/\";s:15:\"astra-sites-tag\";a:1:{i:1863;s:14:\"practice-areas\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56579\";a:12:{s:5:\"title\";s:7:\"Results\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accidental-lawyer-results-gb.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accidental-lawyer-results-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/injury-accident-lawyer-08/wp-json/wp/v2/pages/1543\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/injury-accident-lawyer-08/results/\";s:15:\"astra-sites-tag\";a:1:{i:1864;s:7:\"results\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-55865\";a:13:{s:5:\"title\";s:29:\"Food Blogger &amp; Influencer\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/06/food-blogger-homepage-bb.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/06/food-blogger-homepage-bb-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/06/food-blogger-homepage-bb-400x1512.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/food-blogger-03\";s:20:\"astra-site-parent-id\";i:2222;s:15:\"astra-sites-tag\";a:9:{i:1652;s:7:\"blogger\";i:1654;s:15:\"content-creator\";i:2172;s:19:\"food-drinks-vlogger\";i:2068;s:15:\"food-and-drinks\";i:2223;s:26:\"food-and-drinks-influencer\";i:890;s:12:\"food-blogger\";i:1547;s:10:\"influencer\";i:2163;s:23:\"social-media-influencer\";i:1837;s:7:\"vlogger\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-55866\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/06/food-blogger-about-bb.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/06/food-blogger-about-bb-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/food-blogger-03/wp-json/wp/v2/pages/1069\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/food-blogger-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-55867\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/food-blogger-contact-bb.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/06/food-blogger-contact-bb-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/food-blogger-03/wp-json/wp/v2/pages/1085\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/food-blogger-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55868\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/06/food-blogger-homepage-bb.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/06/food-blogger-homepage-bb-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/food-blogger-03/wp-json/wp/v2/pages/1056\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/food-blogger-03/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55869\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/food-blogger-reviews-bb.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/06/food-blogger-reviews-bb-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/food-blogger-03/wp-json/wp/v2/pages/1075\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/food-blogger-03/reviews/\";s:15:\"astra-sites-tag\";a:1:{i:1615;s:7:\"reviews\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55870\";a:12:{s:5:\"title\";s:6:\"Videos\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/food-blogger-videos-bb.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/06/food-blogger-videos-bb-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/food-blogger-03/wp-json/wp/v2/pages/1079\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/food-blogger-03/videos/\";s:15:\"astra-sites-tag\";a:1:{i:2001;s:6:\"videos\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-56535\";a:13:{s:5:\"title\";s:17:\"Tarot Card Reader\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/06/tarot-card-reader-homepage-bb.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/06/tarot-card-reader-homepage-bb-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2021/06/tarot-card-reader-homepage-bb-400x1267.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/tarot-card-reader-03\";s:20:\"astra-site-parent-id\";i:2240;s:15:\"astra-sites-tag\";a:5:{i:1902;s:10:\"cartomancy\";i:1900;s:8:\"geomancy\";i:1903;s:16:\"personal-website\";i:1899;s:5:\"tarot\";i:1901;s:17:\"tarot-card-reader\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-56536\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/06/tarot-card-reader-about-bb.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/06/tarot-card-reader-about-bb-600x800.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/tarot-card-reader-03/wp-json/wp/v2/pages/1200\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/tarot-card-reader-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-56537\";a:12:{s:5:\"title\";s:8:\"Coaching\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/06/tarot-card-reader-coaching-bb.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/06/tarot-card-reader-coaching-bb-600x800.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/tarot-card-reader-03/wp-json/wp/v2/pages/1211\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/tarot-card-reader-03/coaching/\";s:15:\"astra-sites-tag\";a:1:{i:610;s:8:\"coaching\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-56538\";a:12:{s:5:\"title\";s:10:\"Consulting\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/06/tarot-card-reader-consulting-bb.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2021/06/tarot-card-reader-consulting-bb-600x800.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/tarot-card-reader-03/wp-json/wp/v2/pages/1206\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/tarot-card-reader-03/consulting/\";s:15:\"astra-sites-tag\";a:1:{i:1898;s:10:\"consulting\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-56539\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/06/tarot-card-reader-contact-bb.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/06/tarot-card-reader-contact-bb-600x800.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/tarot-card-reader-03/wp-json/wp/v2/pages/1214\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/tarot-card-reader-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56540\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/06/tarot-card-reader-homepage-bb.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/06/tarot-card-reader-homepage-bb-600x800.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/tarot-card-reader-03/wp-json/wp/v2/pages/1186\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/tarot-card-reader-03/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}}s:8:\"id-55829\";a:13:{s:5:\"title\";s:9:\"Home Stay\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-03-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-03-homepage-400x1857.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/home-stay-03\";s:20:\"astra-site-parent-id\";i:2220;s:15:\"astra-sites-tag\";a:11:{i:2193;s:10:\"apartments\";i:2192;s:2:\"bb\";i:2202;s:17:\"bed-and-breakfast\";i:2191;s:11:\"budget-stay\";i:2189;s:11:\"guest-house\";i:2188;s:9:\"home-stay\";i:2194;s:7:\"hostels\";i:350;s:5:\"hotel\";i:712;s:5:\"lodge\";i:2190;s:13:\"lodging-house\";i:2195;s:4:\"stay\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-55830\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/home-stay-03/wp-json/wp/v2/pages/305\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/home-stay-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-55831\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/home-stay-03/wp-json/wp/v2/pages/307\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/home-stay-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55832\";a:12:{s:5:\"title\";s:10:\"Facilities\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-facilities.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-facilities-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/home-stay-03/wp-json/wp/v2/pages/303\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/home-stay-03/facilities/\";s:15:\"astra-sites-tag\";a:1:{i:1599;s:10:\"facilities\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-55833\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-03-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/home-stay-03/wp-json/wp/v2/pages/299\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/home-stay-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-55834\";a:12:{s:5:\"title\";s:5:\"Rooms\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-03-rooms-page.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-03-rooms-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/home-stay-03/wp-json/wp/v2/pages/301\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/home-stay-03/rooms/\";s:15:\"astra-sites-tag\";a:1:{i:715;s:5:\"rooms\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}}s:8:\"id-55741\";a:13:{s:5:\"title\";s:18:\"Fashion Influencer\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/06/fashion-influencer-homepage-bb.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2021/06/fashion-influencer-homepage-bb-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2021/06/fashion-influencer-homepage-bb-400x2321.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/fashion-influencer-03\";s:20:\"astra-site-parent-id\";i:2205;s:15:\"astra-sites-tag\";a:9:{i:1652;s:7:\"blogger\";i:1654;s:15:\"content-creator\";i:2164;s:15:\"fashion-blogger\";i:2161;s:18:\"fashion-influencer\";i:1547;s:10:\"influencer\";i:2162;s:17:\"lifestyle-blogger\";i:2166;s:17:\"luxury-influencer\";i:2163;s:23:\"social-media-influencer\";i:2165;s:16:\"style-influencer\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-55742\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/06/fashion-influencer-about-bb.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/06/fashion-influencer-about-bb-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/fashion-influencer-03/wp-json/wp/v2/pages/1046\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/fashion-influencer-03/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-55743\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/06/fashion-influencer-contact-bb.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/06/fashion-influencer-contact-bb-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/fashion-influencer-03/wp-json/wp/v2/pages/1051\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/fashion-influencer-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55745\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/06/fashion-influencer-homepage-bb.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2021/06/fashion-influencer-homepage-bb-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/fashion-influencer-03/wp-json/wp/v2/pages/1019\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/fashion-influencer-03/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55746\";a:12:{s:5:\"title\";s:8:\"Lookbook\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/06/fashion-influencer-lookbook-bb.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2021/06/fashion-influencer-lookbook-bb-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/fashion-influencer-03/wp-json/wp/v2/pages/1038\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/fashion-influencer-03/lookbook/\";s:15:\"astra-sites-tag\";a:1:{i:752;s:8:\"lookbook\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-55747\";a:12:{s:5:\"title\";s:6:\"Shoots\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/06/fashion-influencer-shoots-bb.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/06/fashion-influencer-shoots-bb-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/fashion-influencer-03/wp-json/wp/v2/pages/1031\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/fashion-influencer-03/shoots/\";s:15:\"astra-sites-tag\";a:1:{i:2023;s:6:\"shoots\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}}s:8:\"id-55717\";a:13:{s:5:\"title\";s:31:\"Travel Blogger &amp; Influencer\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/travel-blogger-03-home.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/06/travel-blogger-03-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/06/travel-blogger-03-home-400x1706.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/travel-blogger-03\";s:20:\"astra-site-parent-id\";i:2203;s:15:\"astra-sites-tag\";a:9:{i:1652;s:7:\"blogger\";i:1654;s:15:\"content-creator\";i:1547;s:10:\"influencer\";i:2163;s:23:\"social-media-influencer\";i:2168;s:19:\"tourism-influencers\";i:2170;s:14:\"travel-tourism\";i:1683;s:14:\"travel-blogger\";i:2167;s:17:\"travel-influencer\";i:2169;s:14:\"travel-vlogger\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:9:{s:8:\"id-55718\";a:12:{s:5:\"title\";s:8:\"About me\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-about.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/travel-blogger-03/wp-json/wp/v2/pages/603\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/travel-blogger-03/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-55719\";a:12:{s:5:\"title\";s:6:\"Africa\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-africa.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-africa-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/travel-blogger-03/wp-json/wp/v2/pages/605\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/travel-blogger-03/africa/\";s:15:\"astra-sites-tag\";a:2:{i:2019;s:6:\"africa\";i:786;s:12:\"travel-place\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-55720\";a:12:{s:5:\"title\";s:4:\"Asia\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-asia.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-asia-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/travel-blogger-03/wp-json/wp/v2/pages/607\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/travel-blogger-03/asia/\";s:15:\"astra-sites-tag\";a:2:{i:2017;s:4:\"asia\";i:786;s:12:\"travel-place\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-55721\";a:12:{s:5:\"title\";s:11:\"Destination\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/06/travel-blogger-03-destination.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/06/travel-blogger-03-destination-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/travel-blogger-03/wp-json/wp/v2/pages/609\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/travel-blogger-03/destination/\";s:15:\"astra-sites-tag\";a:1:{i:785;s:11:\"destination\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-55722\";a:12:{s:5:\"title\";s:6:\"Europe\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-europe.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-europe-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/travel-blogger-03/wp-json/wp/v2/pages/611\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/travel-blogger-03/europe/\";s:15:\"astra-sites-tag\";a:2:{i:2014;s:6:\"europe\";i:786;s:12:\"travel-place\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-55723\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/travel-blogger-03-home.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/06/travel-blogger-03-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/travel-blogger-03/wp-json/wp/v2/pages/601\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/travel-blogger-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55724\";a:12:{s:5:\"title\";s:12:\"The Americas\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-the-americas.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-the-americas-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/travel-blogger-03/wp-json/wp/v2/pages/613\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/travel-blogger-03/the-americas/\";s:15:\"astra-sites-tag\";a:2:{i:2015;s:7:\"america\";i:786;s:12:\"travel-place\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-55725\";a:12:{s:5:\"title\";s:6:\"Videos\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/06/travel-blogger-03-videos.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/06/travel-blogger-03-videos-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/travel-blogger-03/wp-json/wp/v2/pages/615\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/travel-blogger-03/videos/\";s:15:\"astra-sites-tag\";a:1:{i:2001;s:6:\"videos\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-55726\";a:12:{s:5:\"title\";s:12:\"Work with me\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-work-with-me.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-work-with-me-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/travel-blogger-03/wp-json/wp/v2/pages/617\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/travel-blogger-03/work-with-me/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:784;s:12:\"work-with-me\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-19808\";a:13:{s:5:\"title\";s:17:\"Outdoor Adventure\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-02-home.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-02-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-02-home-400x1053.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/outdoor-adventure-02\";s:20:\"astra-site-parent-id\";i:186;s:15:\"astra-sites-tag\";a:6:{i:544;s:9:\"adventure\";i:545;s:7:\"camping\";i:543;s:14:\"extreme-sports\";i:541;s:9:\"mountains\";i:542;s:4:\"park\";i:546;s:6:\"sports\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-23830\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-02-home.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-02-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/outdoor-adventure-02/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/outdoor-adventure-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23827\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-02-about.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/outdoor-adventure-02/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/outdoor-adventure-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23832\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-02-services.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-02-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/outdoor-adventure-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/outdoor-adventure-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23831\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-02-our-projects.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-02-our-projects-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/outdoor-adventure-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/outdoor-adventure-02/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23829\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23829-outdoor-adventure-contact-resize.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/outdoor-adventure-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/outdoor-adventure-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-19884\";a:13:{s:5:\"title\";s:17:\"Outdoor Adventure\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-home-screenshot.png\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-home-screenshot-600x800.png\";s:28:\"fullpage-thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-home-screenshot-400x950.png\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/outdoor-adventure-01\";s:20:\"astra-site-parent-id\";i:184;s:15:\"astra-sites-tag\";a:6:{i:544;s:9:\"adventure\";i:545;s:7:\"camping\";i:543;s:14:\"extreme-sports\";i:541;s:9:\"mountains\";i:542;s:4:\"park\";i:546;s:6:\"sports\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-23776\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-home-screenshot.png\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-home-screenshot-600x800.png\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/outdoor-adventure-01/wp-json/wp/v2/pages/271\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/outdoor-adventure-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23769\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-about-screenshot.png\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-about-screenshot-600x800.png\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/outdoor-adventure-01/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/outdoor-adventure-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23781\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-services-screenshot.png\";s:19:\"thumbnail-image-url\";s:101:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-services-screenshot-600x800.png\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/outdoor-adventure-01/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/outdoor-adventure-01/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23780\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-projects-screenshot.png\";s:19:\"thumbnail-image-url\";s:101:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-projects-screenshot-600x800.png\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/outdoor-adventure-01/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/outdoor-adventure-01/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23772\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-contact-screenshot.png\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23772-outdoor-adventure-contact-resize.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/outdoor-adventure-01/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/outdoor-adventure-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48078\";a:13:{s:5:\"title\";s:17:\"Outdoor Adventure\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-home.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-home-400x956.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/outdoor-adventure-08\";s:20:\"astra-site-parent-id\";i:1698;s:15:\"astra-sites-tag\";a:6:{i:544;s:9:\"adventure\";i:545;s:7:\"camping\";i:543;s:14:\"extreme-sports\";i:541;s:9:\"mountains\";i:542;s:4:\"park\";i:546;s:6:\"sports\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-48081\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-home.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/outdoor-adventure-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/outdoor-adventure-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48079\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-about.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/outdoor-adventure-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/outdoor-adventure-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48083\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-services.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/outdoor-adventure-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/outdoor-adventure-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48082\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-projects.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-projects-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/outdoor-adventure-08/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/outdoor-adventure-08/projects/\";s:15:\"astra-sites-tag\";a:1:{i:1613;s:8:\"projects\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48080\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/outdoor-adventure-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/outdoor-adventure-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-53593\";a:13:{s:5:\"title\";s:12:\"The Pizzeria\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/05/pizzeria-02-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/pizzeria-02-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/pizzeria-02-home-400x2120.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/pizzeria-04\";s:20:\"astra-site-parent-id\";i:1961;s:15:\"astra-sites-tag\";a:10:{i:2011;s:15:\"fast-food-chain\";i:2013;s:20:\"fast-food-restaurant\";i:2018;s:17:\"fast-food-service\";i:350;s:5:\"hotel\";i:563;s:18:\"italian-restaurant\";i:1975;s:5:\"pasta\";i:1971;s:5:\"pizza\";i:2012;s:11:\"pizza-house\";i:1977;s:8:\"pizzeria\";i:335;s:10:\"restaurant\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-53594\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/pizzeria-02-about.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/pizzeria-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/pizzeria-04/wp-json/wp/v2/pages/860\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/pizzeria-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53595\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/pizzeria-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/pizzeria-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/pizzeria-04/wp-json/wp/v2/pages/1035\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/pizzeria-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-53596\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/05/pizzeria-02-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/pizzeria-02-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/pizzeria-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/pizzeria-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53597\";a:12:{s:5:\"title\";s:6:\"Offers\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/pizzeria-02-offers.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/pizzeria-02-offers-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/pizzeria-04/wp-json/wp/v2/pages/1018\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/pizzeria-04/offers/\";s:15:\"astra-sites-tag\";a:1:{i:1969;s:6:\"offers\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53598\";a:12:{s:5:\"title\";s:8:\"Our Menu\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/pizzeria-02-our-menu.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/pizzeria-02-our-menu-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/pizzeria-04/wp-json/wp/v2/pages/648\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/pizzeria-04/our-menu/\";s:15:\"astra-sites-tag\";a:1:{i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-17988\";a:13:{s:5:\"title\";s:10:\"Brandstore\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/10/brandstore-02-home-2.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/10/brandstore-02-home-2-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/10/brandstore-02-home-2-400x1136.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/brandstore-02\";s:20:\"astra-site-parent-id\";i:317;s:15:\"astra-sites-tag\";a:11:{i:639;s:11:\"accessories\";i:638;s:11:\"brand-store\";i:880;s:9:\"cartflows\";i:640;s:11:\"cloth-store\";i:637;s:8:\"clothing\";i:496;s:9:\"ecommerce\";i:383;s:12:\"online-store\";i:967;s:13:\"product-store\";i:733;s:4:\"shop\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:9:\"cartflows\";s:4:\"init\";s:23:\"cartflows/cartflows.php\";s:4:\"name\";s:9:\"CartFlows\";}i:3;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:3:{s:8:\"id-34092\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/10/brandstore-02-home-2.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/10/brandstore-02-home-2-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/brandstore-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/brandstore-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-26320\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-02-about-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-02-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/brandstore-02/wp-json/wp/v2/pages/43\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/brandstore-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-26323\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/brandstore-02/wp-json/wp/v2/pages/414\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/brandstore-02/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-18035\";a:13:{s:5:\"title\";s:10:\"Brandstore\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-01-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-01-homepage-400x800.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/brandstore-01\";s:20:\"astra-site-parent-id\";i:149;s:15:\"astra-sites-tag\";a:8:{i:639;s:11:\"accessories\";i:638;s:11:\"brand-store\";i:640;s:11:\"cloth-store\";i:637;s:8:\"clothing\";i:496;s:9:\"ecommerce\";i:383;s:12:\"online-store\";i:733;s:4:\"shop\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:4;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}}s:5:\"pages\";a:3:{s:8:\"id-23419\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-01-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/brandstore-01/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/brandstore-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23417\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-01-about.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-01-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/brandstore-01/wp-json/wp/v2/pages/43\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/brandstore-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23418\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-01-contact.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23418-brandstore-contact-us-resize.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/brandstore-01/wp-json/wp/v2/pages/414\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/brandstore-01/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48050\";a:13:{s:5:\"title\";s:10:\"Brandstore\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/brandstore-08-home-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/brandstore-08-home-1-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/brandstore-08-home-1-400x1090.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/brandstore-08\";s:20:\"astra-site-parent-id\";i:1695;s:15:\"astra-sites-tag\";a:8:{i:639;s:11:\"accessories\";i:638;s:11:\"brand-store\";i:640;s:11:\"cloth-store\";i:637;s:8:\"clothing\";i:496;s:9:\"ecommerce\";i:383;s:12:\"online-store\";i:733;s:4:\"shop\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:3:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:3:{s:8:\"id-48053\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/brandstore-08-home-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/brandstore-08-home-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/brandstore-08/wp-json/wp/v2/pages/61\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/brandstore-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:3:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48051\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/brandstore-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/brandstore-08-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/brandstore-08/wp-json/wp/v2/pages/59\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/brandstore-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:3:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48052\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/brandstore-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/brandstore-08-contact-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/brandstore-08/wp-json/wp/v2/pages/60\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/brandstore-08/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:3:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-20478\";a:13:{s:5:\"title\";s:10:\"Brandstore\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-05-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-05-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-05-home-400x966.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/brandstore-05\";s:20:\"astra-site-parent-id\";i:165;s:15:\"astra-sites-tag\";a:8:{i:639;s:11:\"accessories\";i:638;s:11:\"brand-store\";i:640;s:11:\"cloth-store\";i:637;s:8:\"clothing\";i:496;s:9:\"ecommerce\";i:383;s:12:\"online-store\";i:733;s:4:\"shop\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:3:{s:8:\"id-23567\";a:12:{s:5:\"title\";s:8:\"Homepage\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-05-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-05-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/brandstore-05/wp-json/wp/v2/pages/448\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/brandstore-05/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23565\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-05-about.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-05-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/brandstore-05/wp-json/wp/v2/pages/465\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/brandstore-05/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23566\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-05-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-05-contact-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/brandstore-05/wp-json/wp/v2/pages/468\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/brandstore-05/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}}','no'),(331,'astra-sites-and-pages-page-2','a:15:{s:8:\"id-31992\";a:13:{s:5:\"title\";s:13:\"Organic Store\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-02-home-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-02-home-1-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-02-home-1-400x1421.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/organic-shop-02\";s:20:\"astra-site-parent-id\";i:910;s:15:\"astra-sites-tag\";a:6:{i:496;s:9:\"ecommerce\";i:369;s:7:\"natural\";i:368;s:7:\"organic\";i:967;s:13:\"product-store\";i:733;s:4:\"shop\";i:966;s:12:\"woo-commerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:9:\"cartflows\";s:4:\"init\";s:23:\"cartflows/cartflows.php\";s:4:\"name\";s:9:\"CartFlows\";}}s:5:\"pages\";a:3:{s:8:\"id-33788\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-02-home-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-02-home-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/organic-shop-02/wp-json/wp/v2/pages/95\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/organic-shop-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-31993\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-02-about.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/organic-shop-02/wp-json/wp/v2/pages/96\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/organic-shop-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-31994\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/organic-shop-02/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/organic-shop-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-22401\";a:13:{s:5:\"title\";s:13:\"Organic Store\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-01-home-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-01-home-1-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-01-home-1-400x1498.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/organic-shop-01\";s:20:\"astra-site-parent-id\";i:79;s:15:\"astra-sites-tag\";a:6:{i:880;s:9:\"cartflows\";i:369;s:7:\"natural\";i:368;s:7:\"organic\";i:886;s:12:\"organic-shop\";i:370;s:13:\"organic-store\";i:733;s:4:\"shop\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}}s:5:\"pages\";a:3:{s:8:\"id-34078\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-01-home-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-01-home-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/organic-shop-01/wp-json/wp/v2/pages/95\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/organic-shop-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-22303\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-01-about.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-01-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/organic-shop-01/wp-json/wp/v2/pages/96\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/organic-shop-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-22304\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-01-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-01-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/organic-shop-01/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/organic-shop-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}}}s:8:\"id-48121\";a:13:{s:5:\"title\";s:13:\"Organic Store\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/organic-shop01-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/organic-shop01-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/organic-shop01-home-400x1367.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/organic-shop-08\";s:20:\"astra-site-parent-id\";i:1702;s:15:\"astra-sites-tag\";a:6:{i:496;s:9:\"ecommerce\";i:369;s:7:\"natural\";i:368;s:7:\"organic\";i:967;s:13:\"product-store\";i:733;s:4:\"shop\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:1;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}}s:5:\"pages\";a:3:{s:8:\"id-48124\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/organic-shop01-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/organic-shop01-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/organic-shop-08/wp-json/wp/v2/pages/3610\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/organic-shop-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48122\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/organic-shop-about-gb.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/organic-shop-about-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/organic-shop-08/wp-json/wp/v2/pages/3612\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/organic-shop-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48123\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/organic-shop-contact-gb.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/organic-shop-contact-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/organic-shop-08/wp-json/wp/v2/pages/3614\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/organic-shop-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-53724\";a:13:{s:5:\"title\";s:29:\"Food Blogger &amp; Influencer\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/food-blogger-02-home.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/food-blogger-02-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/food-blogger-02-home-400x1708.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/food-blogger-04\";s:20:\"astra-site-parent-id\";i:2000;s:15:\"astra-sites-tag\";a:9:{i:1652;s:7:\"blogger\";i:1654;s:15:\"content-creator\";i:2173;s:11:\"food-drinks\";i:2171;s:22:\"food-drinks-influencer\";i:2172;s:19:\"food-drinks-vlogger\";i:890;s:12:\"food-blogger\";i:1547;s:10:\"influencer\";i:2163;s:23:\"social-media-influencer\";i:1837;s:7:\"vlogger\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-53726\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/food-blogger-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/05/food-blogger-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/food-blogger-04/wp-json/wp/v2/pages/904\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/food-blogger-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-53725\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/food-blogger-02-about.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/food-blogger-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/food-blogger-04/wp-json/wp/v2/pages/462\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/food-blogger-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53727\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/food-blogger-02-home.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/food-blogger-02-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/food-blogger-04/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/food-blogger-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-53728\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/food-blogger-02-reviews.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/05/food-blogger-02-reviews-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/food-blogger-04/wp-json/wp/v2/pages/709\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/food-blogger-04/reviews/\";s:15:\"astra-sites-tag\";a:1:{i:432;s:6:\"review\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-53729\";a:12:{s:5:\"title\";s:6:\"Videos\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/food-blogger-02-videos.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/food-blogger-02-videos-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/food-blogger-04/wp-json/wp/v2/pages/833\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/food-blogger-04/videos/\";s:15:\"astra-sites-tag\";a:2:{i:2002;s:7:\"updates\";i:2001;s:6:\"videos\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-47609\";a:13:{s:5:\"title\";s:22:\"Online Furniture Store\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/09/home-decor-04.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/09/home-decor-04-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/09/home-decor-04-400x1793.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/home-decor-04\";s:20:\"astra-site-parent-id\";i:1655;s:15:\"astra-sites-tag\";a:2:{i:856;s:15:\"furniture-store\";i:749;s:5:\"store\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-47610\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/09/home-decor-04-about-us.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/09/home-decor-04-about-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/home-decor-04/wp-json/wp/v2/pages/162\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/home-decor-04/about-us/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47611\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/09/home-decor-04-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/09/home-decor-04-contact-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/home-decor-04/wp-json/wp/v2/pages/196\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/home-decor-04/contact-us/\";s:15:\"astra-sites-tag\";a:4:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";i:896;s:13:\"get-connected\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47612\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/09/home-decor-04.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/09/home-decor-04-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/home-decor-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/home-decor-04/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47613\";a:12:{s:5:\"title\";s:5:\"Rooms\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/09/home-decor-04-rooms.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/09/home-decor-04-rooms-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/home-decor-04/wp-json/wp/v2/pages/133\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/home-decor-04/rooms/\";s:15:\"astra-sites-tag\";a:1:{i:540;s:8:\"products\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-52215\";a:13:{s:5:\"title\";s:23:\"Wine Bar and Restaurant\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/04/wine-bar-and-restaurant-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2021/04/wine-bar-and-restaurant-04-home-1-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2021/04/wine-bar-and-restaurant-04-home-1-400x2134.jpg\";s:14:\"astra-site-url\";s:45:\"//websitedemos.net/wine-bar-and-restaurant-04\";s:20:\"astra-site-parent-id\";i:1944;s:15:\"astra-sites-tag\";a:12:{i:1980;s:3:\"bar\";i:2004;s:8:\"barbeque\";i:2007;s:19:\"barbeque-restaurant\";i:1988;s:10:\"beer-joint\";i:882;s:6:\"drinks\";i:1982;s:10:\"food-court\";i:350;s:5:\"hotel\";i:1983;s:3:\"pub\";i:335;s:10:\"restaurant\";i:2006;s:8:\"wine-bar\";i:2005;s:23:\"wine-bar-and-restaurant\";i:633;s:6:\"winery\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-52216\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/04/wine-bar-and-restaurant-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2021/04/wine-bar-and-restaurant-04-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/wine-bar-and-restaurant-04/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/wine-bar-and-restaurant-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-52217\";a:12:{s:5:\"title\";s:6:\"Events\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/wine-bar-and-restaurant-04-events.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2021/05/wine-bar-and-restaurant-04-events-600x800.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/wine-bar-and-restaurant-04/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/wine-bar-and-restaurant-04/events/\";s:15:\"astra-sites-tag\";a:1:{i:409;s:5:\"event\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-52218\";a:12:{s:5:\"title\";s:6:\"Grills\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/04/wine-bar-and-restaurant-04-grills.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2021/04/wine-bar-and-restaurant-04-grills-600x800.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/wine-bar-and-restaurant-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/wine-bar-and-restaurant-04/grills/\";s:15:\"astra-sites-tag\";a:2:{i:1978;s:5:\"grill\";i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-52219\";a:12:{s:5:\"title\";s:7:\"History\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/04/wine-bar-and-restaurant-04-history.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2021/04/wine-bar-and-restaurant-04-history-600x800.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/wine-bar-and-restaurant-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/wine-bar-and-restaurant-04/history/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:645;s:7:\"history\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-52220\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/04/wine-bar-and-restaurant-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2021/04/wine-bar-and-restaurant-04-home-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/wine-bar-and-restaurant-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/wine-bar-and-restaurant-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-52221\";a:12:{s:5:\"title\";s:5:\"Wines\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/04/wine-bar-and-restaurant-04-wines.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2021/04/wine-bar-and-restaurant-04-wines-600x800.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/wine-bar-and-restaurant-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/wine-bar-and-restaurant-04/wines/\";s:15:\"astra-sites-tag\";a:2:{i:1979;s:4:\"wine\";i:633;s:6:\"winery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-54361\";a:13:{s:5:\"title\";s:23:\"Wine Bar and Restaurant\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/05/wine-and-bar-restaurant-03-home.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2021/05/wine-and-bar-restaurant-03-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2021/05/wine-and-bar-restaurant-03-home-400x2240.jpg\";s:14:\"astra-site-url\";s:45:\"//websitedemos.net/wine-bar-and-restaurant-03\";s:20:\"astra-site-parent-id\";i:2026;s:15:\"astra-sites-tag\";a:12:{i:1980;s:3:\"bar\";i:2004;s:8:\"barbeque\";i:2007;s:19:\"barbeque-restaurant\";i:1988;s:10:\"beer-joint\";i:882;s:6:\"drinks\";i:1982;s:10:\"food-court\";i:350;s:5:\"hotel\";i:1983;s:3:\"pub\";i:335;s:10:\"restaurant\";i:2006;s:8:\"wine-bar\";i:2005;s:23:\"wine-bar-and-restaurant\";i:633;s:6:\"winery\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-54362\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/04/wine-bar-and-restaurant-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2021/04/wine-bar-and-restaurant-04-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/wine-bar-and-restaurant-03/wp-json/wp/v2/pages/889\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/wine-bar-and-restaurant-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-54363\";a:12:{s:5:\"title\";s:6:\"Events\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/wine-bar-and-restaurant-04-events.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2021/05/wine-bar-and-restaurant-04-events-600x800.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/wine-bar-and-restaurant-03/wp-json/wp/v2/pages/887\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/wine-bar-and-restaurant-03/events/\";s:15:\"astra-sites-tag\";a:1:{i:1569;s:6:\"events\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-54364\";a:12:{s:5:\"title\";s:6:\"Grills\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/wine-and-bar-restaurant-03-grills.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2021/05/wine-and-bar-restaurant-03-grills-600x800.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/wine-bar-and-restaurant-03/wp-json/wp/v2/pages/883\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/wine-bar-and-restaurant-03/grills/\";s:15:\"astra-sites-tag\";a:2:{i:2027;s:6:\"grills\";i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-54365\";a:12:{s:5:\"title\";s:7:\"History\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/04/wine-bar-and-restaurant-04-history.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2021/04/wine-bar-and-restaurant-04-history-600x800.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/wine-bar-and-restaurant-03/wp-json/wp/v2/pages/881\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/wine-bar-and-restaurant-03/history/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:645;s:7:\"history\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-54366\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/05/wine-and-bar-restaurant-03-home.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2021/05/wine-and-bar-restaurant-03-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/wine-bar-and-restaurant-03/wp-json/wp/v2/pages/879\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/wine-bar-and-restaurant-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-54367\";a:12:{s:5:\"title\";s:5:\"Wines\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/05/wine-and-bar-restaurant-03-wines.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2021/05/wine-and-bar-restaurant-03-wines-600x800.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/wine-bar-and-restaurant-03/wp-json/wp/v2/pages/885\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/wine-bar-and-restaurant-03/wines/\";s:15:\"astra-sites-tag\";a:2:{i:565;s:4:\"menu\";i:1979;s:4:\"wine\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}}s:8:\"id-22009\";a:13:{s:5:\"title\";s:17:\"LearnDash Academy\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/learndash-academy-02-home.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/01/learndash-academy-02-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/01/learndash-academy-02-home-400x1219.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/learndash-academy-02\";s:20:\"astra-site-parent-id\";i:851;s:15:\"astra-sites-tag\";a:7:{i:462;s:7:\"courses\";i:469;s:7:\"ecourse\";i:468;s:9:\"elearning\";i:467;s:9:\"learndash\";i:460;s:8:\"learning\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:7:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:2;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:4;a:3:{s:4:\"slug\";s:21:\"learndash-woocommerce\";s:4:\"init\";s:47:\"learndash-woocommerce/learndash_woocommerce.php\";s:4:\"name\";s:39:\"LearnDash LMS - WooCommerce Integration\";}i:5;a:3:{s:4:\"slug\";s:9:\"cartflows\";s:4:\"init\";s:23:\"cartflows/cartflows.php\";s:4:\"name\";s:9:\"CartFlows\";}i:6;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-42985\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/learndash-academy-02-home.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/01/learndash-academy-02-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/learndash-academy-02/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/learndash-academy-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-42984\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/learndash-academy-02-courses.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/01/learndash-academy-02-courses-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/learndash-academy-02/wp-json/wp/v2/pages/201\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/learndash-academy-02/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-31168\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/learndash-academy-02-about.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/01/learndash-academy-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/learndash-academy-02/wp-json/wp/v2/pages/158\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/learndash-academy-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-31169\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/learndash-academy-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/01/learndash-academy-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/learndash-academy-02/wp-json/wp/v2/pages/401\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/learndash-academy-02/contact/\";s:15:\"astra-sites-tag\";a:3:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-22110\";a:13:{s:5:\"title\";s:17:\"Learndash Academy\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/10/learndash-academy-01-home-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/10/learndash-academy-01-home-1-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/10/learndash-academy-01-home-1-400x1223.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/learndash-academy-01\";s:20:\"astra-site-parent-id\";i:885;s:15:\"astra-sites-tag\";a:6:{i:462;s:7:\"courses\";i:468;s:9:\"elearning\";i:467;s:9:\"learndash\";i:460;s:8:\"learning\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:8:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:3;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:4;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:5;a:3:{s:4:\"slug\";s:21:\"learndash-woocommerce\";s:4:\"init\";s:47:\"learndash-woocommerce/learndash_woocommerce.php\";s:4:\"name\";s:39:\"LearnDash LMS - WooCommerce Integration\";}i:6;a:3:{s:4:\"slug\";s:9:\"cartflows\";s:4:\"init\";s:23:\"cartflows/cartflows.php\";s:4:\"name\";s:9:\"CartFlows\";}i:7;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-34127\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/10/learndash-academy-01-home-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/10/learndash-academy-01-home-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/learndash-academy-01/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/learndash-academy-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-34126\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/10/learndash-academy-01-courses.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/10/learndash-academy-01-courses-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/learndash-academy-01/wp-json/wp/v2/pages/201\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/learndash-academy-01/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-31832\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/10/learndash-academy-01-about.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/10/learndash-academy-01-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/learndash-academy-01/wp-json/wp/v2/pages/158\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/learndash-academy-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-31833\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/10/learndash-academy-01-contact.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/10/learndash-academy-01-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/learndash-academy-01/wp-json/wp/v2/pages/401\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/learndash-academy-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-47984\";a:13:{s:5:\"title\";s:17:\"LearnDash Academy\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08-home-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08-home-1-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08-home-1-400x1242.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/learndash-academy-08\";s:20:\"astra-site-parent-id\";i:1691;s:15:\"astra-sites-tag\";a:5:{i:462;s:7:\"courses\";i:468;s:9:\"elearning\";i:467;s:9:\"learndash\";i:460;s:8:\"learning\";i:466;s:14:\"online-courses\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-47988\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08-home-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08-home-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/learndash-academy-08/wp-json/wp/v2/pages/25407\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/learndash-academy-08/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47986\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08-courses-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08-courses-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/learndash-academy-08/wp-json/wp/v2/pages/25403\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/learndash-academy-08/all-courses/\";s:15:\"astra-sites-tag\";a:2:{i:1692;s:11:\"all-courses\";i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47985\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/learndash-academy-08/wp-json/wp/v2/pages/25401\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/learndash-academy-08/about/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47987\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08-contact-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/learndash-academy-08/wp-json/wp/v2/pages/25405\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/learndash-academy-08/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-55687\";a:13:{s:5:\"title\";s:9:\"Home Stay\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-home.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-home-400x1827.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/home-stay-04\";s:20:\"astra-site-parent-id\";i:2182;s:15:\"astra-sites-tag\";a:11:{i:2193;s:10:\"apartments\";i:2192;s:2:\"bb\";i:2202;s:17:\"bed-and-breakfast\";i:2191;s:11:\"budget-stay\";i:2189;s:11:\"guest-house\";i:2188;s:9:\"home-stay\";i:2194;s:7:\"hostels\";i:350;s:5:\"hotel\";i:712;s:5:\"lodge\";i:2190;s:13:\"lodging-house\";i:2195;s:4:\"stay\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-55688\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/home-stay-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/home-stay-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55689\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/home-stay-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/home-stay-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55690\";a:12:{s:5:\"title\";s:10:\"Facilities\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-facilities.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-facilities-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/home-stay-04/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/home-stay-04/facilities/\";s:15:\"astra-sites-tag\";a:1:{i:1599;s:10:\"facilities\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55691\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-home.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/home-stay-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/home-stay-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55692\";a:12:{s:5:\"title\";s:5:\"Rooms\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-rooms.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-rooms-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/home-stay-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/home-stay-04/rooms/\";s:15:\"astra-sites-tag\";a:1:{i:715;s:5:\"rooms\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-47729\";a:13:{s:5:\"title\";s:19:\"Online Health Coach\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-02-home.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-02-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-02-home-400x1398.jpg\";s:14:\"astra-site-url\";s:41:\"//websitedemos.net/online-health-coach-02\";s:20:\"astra-site-parent-id\";i:1670;s:15:\"astra-sites-tag\";a:8:{i:462;s:7:\"courses\";i:469;s:7:\"ecourse\";i:468;s:9:\"elearning\";i:518;s:12:\"health-coach\";i:467;s:9:\"learndash\";i:460;s:8:\"learning\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:2;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-47733\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-02-home.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-02-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/online-health-coach-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/online-health-coach-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47731\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-02-courses.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-02-courses-600x800.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/online-health-coach-02/wp-json/wp/v2/pages/24254\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/online-health-coach-02/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47730\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-02-about.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/online-health-coach-02/wp-json/wp/v2/pages/104\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/online-health-coach-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47732\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/online-health-coach-02/wp-json/wp/v2/pages/105\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/online-health-coach-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48741\";a:13:{s:5:\"title\";s:19:\"Online Health Coach\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/11/online-health-coach-01-home-1.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/11/online-health-coach-01-home-1-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/11/online-health-coach-01-home-1-400x1511.jpg\";s:14:\"astra-site-url\";s:41:\"//websitedemos.net/online-health-coach-01\";s:20:\"astra-site-parent-id\";i:1766;s:15:\"astra-sites-tag\";a:8:{i:462;s:7:\"courses\";i:469;s:7:\"ecourse\";i:468;s:9:\"elearning\";i:518;s:12:\"health-coach\";i:467;s:9:\"learndash\";i:460;s:8:\"learning\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:2;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:3;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-48742\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/11/online-health-coach-01-about-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/11/online-health-coach-01-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/online-health-coach-01/wp-json/wp/v2/pages/24369\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/online-health-coach-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-48743\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/11/online-health-coach-01-courses-1.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/11/online-health-coach-01-courses-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/online-health-coach-01/wp-json/wp/v2/pages/24366\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/online-health-coach-01/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-48744\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/11/online-health-coach-01-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/11/online-health-coach-01-contact-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/online-health-coach-01/wp-json/wp/v2/pages/24370\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/online-health-coach-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48745\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/11/online-health-coach-01-home-1.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/11/online-health-coach-01-home-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/online-health-coach-01/wp-json/wp/v2/pages/24365\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/online-health-coach-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}}}s:8:\"id-47932\";a:13:{s:5:\"title\";s:19:\"Online Health Coach\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-08-home.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-08-home-400x1209.jpg\";s:14:\"astra-site-url\";s:41:\"//websitedemos.net/online-health-coach-08\";s:20:\"astra-site-parent-id\";i:1684;s:15:\"astra-sites-tag\";a:8:{i:462;s:7:\"courses\";i:469;s:7:\"ecourse\";i:468;s:9:\"elearning\";i:518;s:12:\"health-coach\";i:467;s:9:\"learndash\";i:460;s:8:\"learning\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-47941\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-08-home.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/online-health-coach-08/wp-json/wp/v2/pages/24365\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/online-health-coach-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47939\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-08-courses.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-08-courses-600x800.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/online-health-coach-08/wp-json/wp/v2/pages/24366\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/online-health-coach-08/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47938\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-08-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/online-health-coach-08/wp-json/wp/v2/pages/24368\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/online-health-coach-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47940\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-08-contact-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/online-health-coach-08/wp-json/wp/v2/pages/24369\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/online-health-coach-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-49457\";a:13:{s:5:\"title\";s:11:\"Coffee Shop\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/12/coffee-shop-04.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/coffee-shop-04-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/12/coffee-shop-04-400x1473.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/coffee-shop-04\";s:20:\"astra-site-parent-id\";i:1843;s:15:\"astra-sites-tag\";a:7:{i:693;s:4:\"cafe\";i:2042;s:8:\"cafe-bar\";i:1527;s:9:\"cafeteria\";i:2043;s:12:\"coffee-house\";i:1575;s:11:\"coffee-shop\";i:335;s:10:\"restaurant\";i:2041;s:9:\"snack-bar\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-49461\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/12/coffee-shop-04.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/coffee-shop-04-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/coffee-shop-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/coffee-shop-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49462\";a:12:{s:5:\"title\";s:8:\"Our Menu\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/12/coffee-shop-04-our-menu.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/12/coffee-shop-04-our-menu-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/coffee-shop-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/coffee-shop-04/our-menu/\";s:15:\"astra-sites-tag\";a:3:{i:1579;s:9:\"food-menu\";i:565;s:4:\"menu\";i:1578;s:8:\"our-menu\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49458\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/12/coffee-shop-04-about.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/12/coffee-shop-04-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/coffee-shop-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/coffee-shop-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49460\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/coffee-shop-04-gallery.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/12/coffee-shop-04-gallery-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/coffee-shop-04/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/coffee-shop-04/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49459\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/coffee-shop-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/12/coffee-shop-04-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/coffee-shop-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/coffee-shop-04/contact/\";s:15:\"astra-sites-tag\";a:4:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";i:896;s:13:\"get-connected\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}}','no'),(332,'astra-sites-and-pages-page-3','a:15:{s:8:\"id-51320\";a:13:{s:5:\"title\";s:15:\"Criminal Lawyer\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/03/criminal-lawyer-04-home.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/03/criminal-lawyer-04-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/03/criminal-lawyer-04-home-400x2065.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/criminal-lawyer-04\";s:20:\"astra-site-parent-id\";i:1862;s:15:\"astra-sites-tag\";a:4:{i:1873;s:24:\"criminal-defence-lawyers\";i:1874;s:16:\"criminal-lawyers\";i:1870;s:11:\"lawyer-firm\";i:1868;s:7:\"lawyers\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-51321\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/criminal-lawyer-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/03/criminal-lawyer-04-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/criminal-lawyer-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/criminal-lawyer-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-51322\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/criminal-lawyer-04-faq.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/03/criminal-lawyer-04-faq-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/criminal-lawyer-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/criminal-lawyer-04/faq/\";s:15:\"astra-sites-tag\";a:2:{i:426;s:3:\"faq\";i:1476;s:26:\"frequently-asked-questions\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51323\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/03/criminal-lawyer-04-home.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/03/criminal-lawyer-04-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/criminal-lawyer-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/criminal-lawyer-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51324\";a:12:{s:5:\"title\";s:11:\"Our Lawyers\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/03/criminal-lawyer-04-our-lawyers.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2021/03/criminal-lawyer-04-our-lawyers-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/criminal-lawyer-04/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/criminal-lawyer-04/our-lawyers/\";s:15:\"astra-sites-tag\";a:3:{i:912;s:9:\"attorneys\";i:1868;s:7:\"lawyers\";i:486;s:4:\"team\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51325\";a:12:{s:5:\"title\";s:14:\"Practice Areas\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/03/criminal-lawyer-04-practoce-areas.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2021/03/criminal-lawyer-04-practoce-areas-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/criminal-lawyer-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/criminal-lawyer-04/practice-areas/\";s:15:\"astra-sites-tag\";a:2:{i:1863;s:14:\"practice-areas\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51326\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/criminal-lawyer-04-reviews.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/03/criminal-lawyer-04-reviews-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/criminal-lawyer-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/criminal-lawyer-04/reviews/\";s:15:\"astra-sites-tag\";a:2:{i:1615;s:7:\"reviews\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-55769\";a:13:{s:5:\"title\";s:14:\"Marketing Firm\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-home.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-home-400x1905.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/marketing-firm-04\";s:20:\"astra-site-parent-id\";i:2207;s:15:\"astra-sites-tag\";a:12:{i:1587;s:18:\"advertising-agency\";i:2232;s:19:\"advertising-company\";i:2229;s:16:\"advertising-firm\";i:663;s:6:\"agency\";i:979;s:7:\"company\";i:1588;s:16:\"marketing-agency\";i:2233;s:17:\"marketing-company\";i:2228;s:14:\"marketing-firm\";i:2230;s:12:\"press-agency\";i:2227;s:14:\"promotion-firm\";i:2231;s:14:\"publicity-firm\";i:2234;s:18:\"publicity-services\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-55771\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/marketing-firm-04/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/marketing-firm-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55770\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-about.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/marketing-firm-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/marketing-firm-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55773\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-reviews.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-reviews-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/marketing-firm-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/marketing-firm-04/reviews/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55772\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-home.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/marketing-firm-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/marketing-firm-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55774\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-services.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/marketing-firm-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/marketing-firm-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55912\";a:12:{s:5:\"title\";s:4:\"Work\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-work.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-work-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/marketing-firm-04/wp-json/wp/v2/pages/689\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/marketing-firm-04/work/\";s:15:\"astra-sites-tag\";a:2:{i:444;s:9:\"portfolio\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-53702\";a:13:{s:5:\"title\";s:20:\"Fast Food Restaurant\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/fast-food-02-home.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/fast-food-02-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/fast-food-02-home-400x2422.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/fast-food-04\";s:20:\"astra-site-parent-id\";i:1990;s:15:\"astra-sites-tag\";a:7:{i:1996;s:6:\"burger\";i:2011;s:15:\"fast-food-chain\";i:2013;s:20:\"fast-food-restaurant\";i:350;s:5:\"hotel\";i:335;s:10:\"restaurant\";i:2020;s:16:\"restaurant-chain\";i:1993;s:10:\"snack-food\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-53705\";a:12:{s:5:\"title\";s:10:\"Franchisee\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/fast-food-02-franchisee.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/05/fast-food-02-franchisee-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/fast-food-04/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/fast-food-04/franchisee/\";s:15:\"astra-sites-tag\";a:1:{i:1991;s:10:\"franchisee\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53707\";a:12:{s:5:\"title\";s:6:\"Offers\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/fast-food-02-offers.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/fast-food-02-offers-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/fast-food-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/fast-food-04/offers/\";s:15:\"astra-sites-tag\";a:1:{i:1969;s:6:\"offers\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53703\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/fast-food-02-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/fast-food-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/fast-food-04/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/fast-food-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53704\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/fast-food-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/fast-food-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/fast-food-04/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/fast-food-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-53706\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/fast-food-02-home.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/fast-food-02-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/fast-food-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/fast-food-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53708\";a:12:{s:5:\"title\";s:8:\"Our Menu\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/fast-food-02-our-menu.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/fast-food-02-our-menu-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/fast-food-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/fast-food-04/our-menu/\";s:15:\"astra-sites-tag\";a:1:{i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-51341\";a:13:{s:5:\"title\";s:20:\"Certified Life Coach\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/03/certified-life-coach-04.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/03/certified-life-coach-04-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/03/certified-life-coach-04-400x1725.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/certified-life-coach-04\";s:20:\"astra-site-parent-id\";i:1865;s:15:\"astra-sites-tag\";a:5:{i:854;s:5:\"coach\";i:610;s:8:\"coaching\";i:1123;s:11:\"councelling\";i:612;s:10:\"life-coach\";i:1866;s:10:\"life-guide\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-51342\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/03/certified-life-coach-04-about.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/03/certified-life-coach-04-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/certified-life-coach-04/wp-json/wp/v2/pages/447\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/certified-life-coach-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51343\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/03/certified-life-coach-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2021/03/certified-life-coach-04-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/certified-life-coach-04/wp-json/wp/v2/pages/872\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/certified-life-coach-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-51344\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/03/certified-life-coach-04.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/03/certified-life-coach-04-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/certified-life-coach-04/wp-json/wp/v2/pages/44\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/certified-life-coach-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-51345\";a:12:{s:5:\"title\";s:20:\"Live Online Sessions\";s:18:\"featured-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2021/03/certified-life-coach-04-live-online-sessions.jpg\";s:19:\"thumbnail-image-url\";s:108:\"https://websitedemos.net/wp-content/uploads/2021/03/certified-life-coach-04-live-online-sessions-600x800.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/certified-life-coach-04/wp-json/wp/v2/pages/726\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:64:\"//websitedemos.net/certified-life-coach-04/live-online-sessions/\";s:15:\"astra-sites-tag\";a:4:{i:1871;s:13:\"live-sessions\";i:719;s:15:\"online-coaching\";i:975;s:15:\"online-learning\";i:1872;s:8:\"sessions\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-20859\";a:13:{s:5:\"title\";s:14:\"Simply Natural\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/10/plant-store-02-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/10/plant-store-02-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/10/plant-store-02-home-400x1500.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/plant-store-02\";s:20:\"astra-site-parent-id\";i:190;s:15:\"astra-sites-tag\";a:8:{i:496;s:9:\"ecommerce\";i:383;s:12:\"online-store\";i:497;s:11:\"plant-store\";i:495;s:6:\"plants\";i:967;s:13:\"product-store\";i:733;s:4:\"shop\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:3;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}}s:5:\"pages\";a:3:{s:8:\"id-34084\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/10/plant-store-02-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/10/plant-store-02-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/plant-store-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/plant-store-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23955\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/10/plant-store-02-about.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/10/plant-store-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/plant-store-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/plant-store-02/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23956\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/10/plant-store-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/10/plant-store-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/plant-store-02/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/plant-store-02/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-20907\";a:13:{s:5:\"title\";s:14:\"Simply Natural\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/10/simply-natural-bb-home.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/10/simply-natural-bb-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/10/simply-natural-bb-home-400x1389.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/plant-store-01\";s:20:\"astra-site-parent-id\";i:193;s:15:\"astra-sites-tag\";a:6:{i:535;s:6:\"nature\";i:534;s:11:\"nature-park\";i:967;s:13:\"product-store\";i:733;s:4:\"shop\";i:749;s:5:\"store\";i:966;s:12:\"woo-commerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:3:{s:8:\"id-34086\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/10/simply-natural-bb-home-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/10/simply-natural-bb-home-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/plant-store-01/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/plant-store-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23984\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/simply-natural-bb-about.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/simply-natural-bb-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/plant-store-01/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/plant-store-01/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23985\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/simply-natural-bb-contact.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/simply-natural-bb-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/plant-store-01/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/plant-store-01/contact-us/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48431\";a:13:{s:5:\"title\";s:14:\"Simply Natural\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-homepage-gb.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-homepage-gb-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-homepage-gb-400x1268.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/plant-store-08\";s:20:\"astra-site-parent-id\";i:1732;s:15:\"astra-sites-tag\";a:6:{i:496;s:9:\"ecommerce\";i:383;s:12:\"online-store\";i:497;s:11:\"plant-store\";i:967;s:13:\"product-store\";i:733;s:4:\"shop\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:3:{s:8:\"id-48432\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-about-gb.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-about-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/plant-store-08/wp-json/wp/v2/pages/119\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/plant-store-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48433\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-contact-gb.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-contact-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/plant-store-08/wp-json/wp/v2/pages/120\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/plant-store-08/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48434\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-homepage-gb.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-homepage-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/plant-store-08/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/plant-store-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-49236\";a:13:{s:5:\"title\";s:11:\"Yoga Studio\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/12/yoga-studio-04-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/12/yoga-studio-04-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/12/yoga-studio-04-home-400x1899.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/yoga-studio-04\";s:20:\"astra-site-parent-id\";i:1787;s:15:\"astra-sites-tag\";a:5:{i:499;s:7:\"fitness\";i:976;s:14:\"gym-instructor\";i:395;s:15:\"yoga-instructor\";i:397;s:11:\"yoga-studio\";i:398;s:12:\"yoga-trainer\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-47690\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/12/yoga-studio-04-about.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/12/yoga-studio-04-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/yoga-studio-04/wp-json/wp/v2/pages/135\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/yoga-studio-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47693\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/12/yoga-studio-04-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/12/yoga-studio-04-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/yoga-studio-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/yoga-studio-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47691\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/yoga-studio-04-classes.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/12/yoga-studio-04-classes-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/yoga-studio-04/wp-json/wp/v2/pages/181\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/yoga-studio-04/classes/\";s:15:\"astra-sites-tag\";a:1:{i:557;s:7:\"classes\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47694\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/12/yoga-studio-04-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/12/yoga-studio-04-testimonials-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/yoga-studio-04/wp-json/wp/v2/pages/226\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/yoga-studio-04/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47692\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/yoga-studio-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/12/yoga-studio-04-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/yoga-studio-04/wp-json/wp/v2/pages/269\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/yoga-studio-04/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-45564\";a:13:{s:5:\"title\";s:16:\"Personal Trainer\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/03/personal-trainer-04.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/03/personal-trainer-04-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/03/personal-trainer-04-400x2152.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/personal-trainer-04\";s:20:\"astra-site-parent-id\";i:1449;s:15:\"astra-sites-tag\";a:6:{i:499;s:7:\"fitness\";i:505;s:15:\"fitness-trainer\";i:976;s:14:\"gym-instructor\";i:504;s:11:\"gym-trainer\";i:1454;s:16:\"personal-trainer\";i:1455;s:15:\"workout-trainer\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-45565\";a:12:{s:5:\"title\";s:13:\"Trainer Jenny\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/03/personal-trainer-04.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/03/personal-trainer-04-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/personal-trainer-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/personal-trainer-04/\";s:15:\"astra-sites-tag\";a:4:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";i:850;s:12:\"landing-page\";i:1458;s:26:\"personal-trainer-home-page\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-45573\";a:13:{s:5:\"title\";s:16:\"Personal Trainer\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/03/personal-trainer-04.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/03/personal-trainer-04-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/03/personal-trainer-04-400x2152.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/personal-trainer-03\";s:20:\"astra-site-parent-id\";i:1450;s:15:\"astra-sites-tag\";a:6:{i:499;s:7:\"fitness\";i:505;s:15:\"fitness-trainer\";i:976;s:14:\"gym-instructor\";i:504;s:11:\"gym-trainer\";i:1454;s:16:\"personal-trainer\";i:1455;s:15:\"workout-trainer\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-45574\";a:12:{s:5:\"title\";s:13:\"Trainer Jenny\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/03/personal-trainer-04.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/03/personal-trainer-04-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/personal-trainer-03/wp-json/wp/v2/pages/29\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/personal-trainer-03/\";s:15:\"astra-sites-tag\";a:4:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";i:850;s:12:\"landing-page\";i:1458;s:26:\"personal-trainer-home-page\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-49340\";a:13:{s:5:\"title\";s:10:\"Baby Store\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/12/baby-store-04.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/12/baby-store-04-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/baby-store-04-400x1809.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/baby-store-04\";s:20:\"astra-site-parent-id\";i:1813;s:15:\"astra-sites-tag\";a:4:{i:1816;s:10:\"baby-store\";i:1818;s:14:\"children-store\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-49346\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/baby-store-04-about-us.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/12/baby-store-04-about-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/baby-store-04/wp-json/wp/v2/pages/406\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/baby-store-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49347\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/12/baby-store-04-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/12/baby-store-04-contact-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/baby-store-04/wp-json/wp/v2/pages/564\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/baby-store-04/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-49348\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/12/baby-store-04.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/12/baby-store-04-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/baby-store-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/baby-store-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}s:8:\"id-49349\";a:12:{s:5:\"title\";s:11:\"Testimonial\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/12/baby-store-04-testimonial.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/12/baby-store-04-testimonial-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/baby-store-04/wp-json/wp/v2/pages/494\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/baby-store-04/testimonial/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-53777\";a:13:{s:5:\"title\";s:18:\"Fashion Influencer\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-home.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-home-400x2620.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/fashion-influencer-04\";s:20:\"astra-site-parent-id\";i:2021;s:15:\"astra-sites-tag\";a:9:{i:1652;s:7:\"blogger\";i:1654;s:15:\"content-creator\";i:2164;s:15:\"fashion-blogger\";i:2161;s:18:\"fashion-influencer\";i:1547;s:10:\"influencer\";i:2162;s:17:\"lifestyle-blogger\";i:2166;s:17:\"luxury-influencer\";i:2163;s:23:\"social-media-influencer\";i:2165;s:16:\"style-influencer\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-53778\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-about.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/fashion-influencer-04/wp-json/wp/v2/pages/670\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/fashion-influencer-04/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53779\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/fashion-influencer-04/wp-json/wp/v2/pages/731\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/fashion-influencer-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-53780\";a:12:{s:5:\"title\";s:12:\"Fashion Tips\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-fashion-tips.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-fashion-tips-600x800.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/fashion-influencer-04/wp-json/wp/v2/pages/805\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/fashion-influencer-04/fashion-tips/\";s:15:\"astra-sites-tag\";a:3:{i:480;s:4:\"blog\";i:482;s:7:\"fashion\";i:2022;s:4:\"tips\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53781\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-home.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/fashion-influencer-04/wp-json/wp/v2/pages/28\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/fashion-influencer-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-53782\";a:12:{s:5:\"title\";s:8:\"Lookbook\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-lookbook.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-lookbook-600x800.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/fashion-influencer-04/wp-json/wp/v2/pages/613\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/fashion-influencer-04/lookbook/\";s:15:\"astra-sites-tag\";a:1:{i:752;s:8:\"lookbook\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53783\";a:12:{s:5:\"title\";s:6:\"Shoots\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-shoots.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-shoots-600x800.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/fashion-influencer-04/wp-json/wp/v2/pages/445\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/fashion-influencer-04/shoots/\";s:15:\"astra-sites-tag\";a:2:{i:2023;s:6:\"shoots\";i:2001;s:6:\"videos\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-49829\";a:13:{s:5:\"title\";s:12:\"Learn Baking\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-baking-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-baking-02-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-baking-02-homepage-400x1516.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/learn-baking-02\";s:20:\"astra-site-parent-id\";i:1856;s:15:\"astra-sites-tag\";a:5:{i:1857;s:6:\"baking\";i:462;s:7:\"courses\";i:467;s:9:\"learndash\";i:975;s:15:\"online-learning\";i:720;s:9:\"tutorials\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:6:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:3;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:5;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}s:5:\"pages\";a:5:{s:8:\"id-49830\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-baking-02-about.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-baking-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/learn-baking-02/wp-json/wp/v2/pages/481\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/learn-baking-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49831\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-baking-02-all-courses.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-baking-02-all-courses-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/learn-baking-02/wp-json/wp/v2/pages/836\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/learn-baking-02/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49832\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-baking-02-blog.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-baking-02-blog-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/learn-baking-02/wp-json/wp/v2/pages/719\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/learn-baking-02/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}}s:8:\"id-49833\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-baking-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-baking-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/learn-baking-02/wp-json/wp/v2/pages/533\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/learn-baking-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-49834\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-baking-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-baking-02-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/learn-baking-02/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/learn-baking-02/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-53742\";a:13:{s:5:\"title\";s:31:\"Travel Blogger &amp; Influencer\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-home.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-home-400x1683.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/travel-blogger-04\";s:20:\"astra-site-parent-id\";i:2003;s:15:\"astra-sites-tag\";a:9:{i:1652;s:7:\"blogger\";i:1654;s:15:\"content-creator\";i:1547;s:10:\"influencer\";i:2163;s:23:\"social-media-influencer\";i:2168;s:19:\"tourism-influencers\";i:2170;s:14:\"travel-tourism\";i:1683;s:14:\"travel-blogger\";i:2167;s:17:\"travel-influencer\";i:2169;s:14:\"travel-vlogger\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:9:{s:8:\"id-53743\";a:12:{s:5:\"title\";s:8:\"About me\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-about.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/travel-blogger-04/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/travel-blogger-04/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53744\";a:12:{s:5:\"title\";s:6:\"Africa\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-africa.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-africa-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/travel-blogger-04/wp-json/wp/v2/pages/29\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/travel-blogger-04/africa/\";s:15:\"astra-sites-tag\";a:2:{i:2019;s:6:\"africa\";i:786;s:12:\"travel-place\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53745\";a:12:{s:5:\"title\";s:4:\"Asia\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-asia.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-asia-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/travel-blogger-04/wp-json/wp/v2/pages/31\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/travel-blogger-04/asia/\";s:15:\"astra-sites-tag\";a:2:{i:2017;s:4:\"asia\";i:786;s:12:\"travel-place\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53746\";a:12:{s:5:\"title\";s:11:\"Destination\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-destination.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-destination-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/travel-blogger-04/wp-json/wp/v2/pages/367\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/travel-blogger-04/destination/\";s:15:\"astra-sites-tag\";a:1:{i:785;s:11:\"destination\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53747\";a:12:{s:5:\"title\";s:6:\"Europe\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-europe.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-europe-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/travel-blogger-04/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/travel-blogger-04/europe/\";s:15:\"astra-sites-tag\";a:2:{i:2014;s:6:\"europe\";i:786;s:12:\"travel-place\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53748\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-home.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/travel-blogger-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/travel-blogger-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-53749\";a:12:{s:5:\"title\";s:12:\"The Americas\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-the-americas.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-the-americas-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/travel-blogger-04/wp-json/wp/v2/pages/35\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/travel-blogger-04/the-americas/\";s:15:\"astra-sites-tag\";a:2:{i:2015;s:7:\"america\";i:786;s:12:\"travel-place\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53750\";a:12:{s:5:\"title\";s:6:\"Videos\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-videos.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-videos-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/travel-blogger-04/wp-json/wp/v2/pages/23\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/travel-blogger-04/videos/\";s:15:\"astra-sites-tag\";a:1:{i:2001;s:6:\"videos\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53751\";a:12:{s:5:\"title\";s:12:\"Work with me\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-work-with-me.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-work-with-me-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/travel-blogger-04/wp-json/wp/v2/pages/25\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/travel-blogger-04/work-with-me/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-55257\";a:13:{s:5:\"title\";s:14:\"Local Business\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-02.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-02-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-02-400x1551.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/local-business-02\";s:20:\"astra-site-parent-id\";i:2057;s:15:\"astra-sites-tag\";a:15:{i:586;s:8:\"car-wash\";i:2085;s:9:\"carpentry\";i:2089;s:16:\"cleaning-company\";i:2088;s:20:\"construction-company\";i:341;s:11:\"electrician\";i:2090;s:16:\"flooring-company\";i:1021;s:14:\"local-business\";i:2086;s:12:\"local-worker\";i:2094;s:8:\"mechanic\";i:2093;s:16:\"painting-company\";i:508;s:8:\"plumbing\";i:2092;s:16:\"plumbing-company\";i:2091;s:15:\"roofing-company\";i:2087;s:20:\"services-maintenance\";i:441;s:10:\"technician\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-55258\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-02-about-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-02-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/local-business-02/wp-json/wp/v2/pages/245\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/local-business-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55259\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/local-business-02/wp-json/wp/v2/pages/247\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/local-business-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55260\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-02.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-02-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/local-business-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/local-business-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55261\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-02-services.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-02-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/local-business-02/wp-json/wp/v2/pages/246\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/local-business-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}}','no'),(333,'astra-sites-and-pages-page-4','a:15:{s:8:\"id-55315\";a:13:{s:5:\"title\";s:14:\"Local Business\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-400x1264.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/local-business-08\";s:20:\"astra-site-parent-id\";i:2066;s:15:\"astra-sites-tag\";a:15:{i:586;s:8:\"car-wash\";i:2085;s:9:\"carpentry\";i:2089;s:16:\"cleaning-company\";i:2088;s:20:\"construction-company\";i:341;s:11:\"electrician\";i:2090;s:16:\"flooring-company\";i:1021;s:14:\"local-business\";i:2086;s:12:\"local-worker\";i:2094;s:8:\"mechanic\";i:2093;s:16:\"painting-company\";i:508;s:8:\"plumbing\";i:2092;s:16:\"plumbing-company\";i:2091;s:15:\"roofing-company\";i:2087;s:20:\"services-maintenance\";i:441;s:10:\"technician\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-55317\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/local-business-08/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/local-business-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55318\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/local-business-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/local-business-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-55319\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-services.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/local-business-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/local-business-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-55316\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/local-business-08/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/local-business-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-55660\";a:13:{s:5:\"title\";s:14:\"Heritage Hotel\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-04-home-01.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-04-home-01-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-04-home-01-400x2655.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/heritage-hotel-04\";s:20:\"astra-site-parent-id\";i:2178;s:15:\"astra-sites-tag\";a:8:{i:2180;s:14:\"heritage-hotel\";i:350;s:5:\"hotel\";i:2199;s:21:\"indian-heritage-hotel\";i:2082;s:12:\"luxury-hotel\";i:2197;s:16:\"luxury-residence\";i:2196;s:12:\"palace-hotel\";i:2195;s:4:\"stay\";i:2198;s:17:\"traditional-hotel\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:7:{s:8:\"id-55661\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-04-contact-01.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-04-contact-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/heritage-hotel-04/wp-json/wp/v2/pages/794\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/heritage-hotel-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55662\";a:12:{s:5:\"title\";s:6:\"Dining\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-02-dining.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-02-dining-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/heritage-hotel-04/wp-json/wp/v2/pages/734\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/heritage-hotel-04/dining/\";s:15:\"astra-sites-tag\";a:1:{i:1798;s:6:\"dining\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55663\";a:12:{s:5:\"title\";s:10:\"Experience\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-04-experience-01.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-04-experience-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/heritage-hotel-04/wp-json/wp/v2/pages/589\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/heritage-hotel-04/experience/\";s:15:\"astra-sites-tag\";a:1:{i:636;s:10:\"experience\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55666\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-04-home-01.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-04-home-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/heritage-hotel-04/wp-json/wp/v2/pages/24\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/heritage-hotel-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55664\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-02-gallery.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-02-gallery-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/heritage-hotel-04/wp-json/wp/v2/pages/830\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/heritage-hotel-04/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55665\";a:12:{s:5:\"title\";s:7:\"History\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-02-history.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-02-history-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/heritage-hotel-04/wp-json/wp/v2/pages/476\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/heritage-hotel-04/history/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:645;s:7:\"history\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55667\";a:12:{s:5:\"title\";s:19:\"Rooms &#038; Suites\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-02-rooms-suites.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-02-rooms-suites-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/heritage-hotel-04/wp-json/wp/v2/pages/644\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/heritage-hotel-04/rooms-suites/\";s:15:\"astra-sites-tag\";a:2:{i:715;s:5:\"rooms\";i:2179;s:6:\"suites\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-55172\";a:13:{s:5:\"title\";s:11:\"Steak House\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-02-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-02-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-02-home-400x1553.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/steak-house-02\";s:20:\"astra-site-parent-id\";i:2053;s:15:\"astra-sites-tag\";a:9:{i:2071;s:15:\"chef-restaurant\";i:336;s:4:\"food\";i:2068;s:15:\"food-and-drinks\";i:2067;s:19:\"food-and-restaurant\";i:2070;s:10:\"food-house\";i:350;s:5:\"hotel\";i:2069;s:25:\"non-vegetarian-restaurant\";i:335;s:10:\"restaurant\";i:2072;s:11:\"steak-house\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-55173\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-02-about.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/steak-house-02/wp-json/wp/v2/pages/105\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/steak-house-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55174\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/steak-house-02/wp-json/wp/v2/pages/107\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/steak-house-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55175\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-02-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-02-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/steak-house-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/steak-house-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55176\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-02-menu.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-02-menu-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/steak-house-02/wp-json/wp/v2/pages/106\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/steak-house-02/menu/\";s:15:\"astra-sites-tag\";a:2:{i:1579;s:9:\"food-menu\";i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-54338\";a:13:{s:5:\"title\";s:11:\"Steak House\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-home-400x1472.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/steak-house-08\";s:20:\"astra-site-parent-id\";i:2025;s:15:\"astra-sites-tag\";a:9:{i:2071;s:15:\"chef-restaurant\";i:336;s:4:\"food\";i:2068;s:15:\"food-and-drinks\";i:2067;s:19:\"food-and-restaurant\";i:2070;s:10:\"food-house\";i:350;s:5:\"hotel\";i:2069;s:25:\"non-vegetarian-restaurant\";i:335;s:10:\"restaurant\";i:2072;s:11:\"steak-house\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-54341\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/steak-house-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/steak-house-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-54339\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-about.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/steak-house-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/steak-house-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-54340\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/steak-house-08/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/steak-house-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-54342\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-menu.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-menu-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/steak-house-08/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/steak-house-08/menu/\";s:15:\"astra-sites-tag\";a:2:{i:1579;s:9:\"food-menu\";i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-54398\";a:13:{s:5:\"title\";s:14:\"Digital Agency\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-02-home.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-02-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-02-home-400x1614.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/digital-agency-02\";s:20:\"astra-site-parent-id\";i:2029;s:15:\"astra-sites-tag\";a:13:{i:1587;s:18:\"advertising-agency\";i:663;s:6:\"agency\";i:2050;s:27:\"business-consulting-company\";i:2037;s:13:\"design-agency\";i:2048;s:13:\"design-studio\";i:2039;s:14:\"digital-agency\";i:2036;s:22:\"digital-marketing-firm\";i:2040;s:4:\"firm\";i:2049;s:21:\"graphic-design-studio\";i:2038;s:11:\"it-services\";i:1588;s:16:\"marketing-agency\";i:2035;s:18:\"marketing-services\";i:1762;s:16:\"software-company\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-54400\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/digital-agency-02/wp-json/wp/v2/pages/114\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/digital-agency-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-54399\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-02-about-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-02-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/digital-agency-02/wp-json/wp/v2/pages/113\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/digital-agency-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-54402\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-02-services.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-02-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/digital-agency-02/wp-json/wp/v2/pages/112\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/digital-agency-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-54401\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-02-home.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-02-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/digital-agency-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/digital-agency-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-54463\";a:13:{s:5:\"title\";s:14:\"Digital Agency\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-400x1469.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/digital-agency-08\";s:20:\"astra-site-parent-id\";i:2051;s:15:\"astra-sites-tag\";a:13:{i:1587;s:18:\"advertising-agency\";i:663;s:6:\"agency\";i:2050;s:27:\"business-consulting-company\";i:2037;s:13:\"design-agency\";i:2048;s:13:\"design-studio\";i:2039;s:14:\"digital-agency\";i:2036;s:22:\"digital-marketing-firm\";i:2040;s:4:\"firm\";i:2049;s:21:\"graphic-design-studio\";i:2038;s:11:\"it-services\";i:1588;s:16:\"marketing-agency\";i:2035;s:18:\"marketing-services\";i:1762;s:16:\"software-company\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-54464\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-about-us-1.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-about-us-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/digital-agency-08/wp-json/wp/v2/pages/139\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/digital-agency-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-54465\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/digital-agency-08/wp-json/wp/v2/pages/141\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/digital-agency-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-54466\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/digital-agency-08/wp-json/wp/v2/pages/135\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/digital-agency-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-54467\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-services.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/digital-agency-08/wp-json/wp/v2/pages/137\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/digital-agency-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-46177\";a:13:{s:5:\"title\";s:8:\"Mountain\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/04/mountain-1.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/04/mountain-1-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/04/mountain-1-400x972.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/mountain\";s:20:\"astra-site-parent-id\";i:1524;s:15:\"astra-sites-tag\";a:3:{i:1525;s:8:\"mountain\";i:1526;s:13:\"multi-purpose\";i:535;s:6:\"nature\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-46180\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/04/mountain-1.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/04/mountain-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/mountain/wp-json/wp/v2/pages/30\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/mountain/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46178\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/04/mountain-about-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/04/mountain-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/mountain/wp-json/wp/v2/pages/31\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/mountain/about/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46181\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/04/mountain-services-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/04/mountain-services-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/mountain/wp-json/wp/v2/pages/32\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/mountain/services/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46179\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/04/mountain-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/04/mountain-contact-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/mountain/wp-json/wp/v2/pages/33\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/mountain/contact/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-34012\";a:13:{s:5:\"title\";s:8:\"Pet Care\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-04-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-04-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-04-home-400x1830.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/pet-care-04\";s:20:\"astra-site-parent-id\";i:992;s:15:\"astra-sites-tag\";a:5:{i:1021;s:14:\"local-business\";i:374;s:8:\"pet-care\";i:372;s:11:\"pet-minding\";i:371;s:11:\"pet-sitting\";i:373;s:12:\"pet-training\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-35747\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-04-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-04-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/pet-care-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/pet-care-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-35745\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-04-about.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-04-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/pet-care-04/wp-json/wp/v2/pages/29\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/pet-care-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-35749\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-04-services.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-04-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/pet-care-04/wp-json/wp/v2/pages/31\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/pet-care-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-35748\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-04-reviews.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-04-reviews-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/pet-care-04/wp-json/wp/v2/pages/33\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/pet-care-04/reviews/\";s:15:\"astra-sites-tag\";a:1:{i:432;s:6:\"review\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-35746\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-04-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/pet-care-04/wp-json/wp/v2/pages/35\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/pet-care-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-51295\";a:13:{s:5:\"title\";s:34:\"Business Coaching &amp; Consulting\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-home.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-home-400x1653.jpg\";s:14:\"astra-site-url\";s:41:\"//websitedemos.net/business-consulting-02\";s:20:\"astra-site-parent-id\";i:1859;s:15:\"astra-sites-tag\";a:6:{i:1878;s:14:\"business-coach\";i:1620;s:19:\"business-consultant\";i:1879;s:14:\"business-guide\";i:854;s:5:\"coach\";i:1880;s:6:\"mentor\";i:855;s:20:\"motivational-speaker\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-51296\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-about.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/business-consulting-02/wp-json/wp/v2/pages/534\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/business-consulting-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51297\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/business-consulting-02/wp-json/wp/v2/pages/736\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/business-consulting-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-51298\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-home.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/business-consulting-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/business-consulting-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51299\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-services.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/business-consulting-02/wp-json/wp/v2/pages/642\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/business-consulting-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-51472\";a:13:{s:5:\"title\";s:18:\"Bestselling Author\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/bestselling-author-02-home.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/03/bestselling-author-02-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/03/bestselling-author-02-home-400x1558.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/bestselling-author-02\";s:20:\"astra-site-parent-id\";i:1909;s:15:\"astra-sites-tag\";a:5:{i:724;s:6:\"author\";i:1911;s:23:\"bestselling-book-author\";i:1910;s:11:\"book-author\";i:1740;s:5:\"books\";i:725;s:6:\"writer\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-51476\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/bestselling-author-02-home.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/03/bestselling-author-02-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/bestselling-author-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/bestselling-author-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51473\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/bestselling-author-02-about.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/03/bestselling-author-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/bestselling-author-02/wp-json/wp/v2/pages/581\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/bestselling-author-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51474\";a:12:{s:5:\"title\";s:5:\"Books\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/bestselling-author-02-books.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/03/bestselling-author-02-books-600x800.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/bestselling-author-02/wp-json/wp/v2/pages/691\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/bestselling-author-02/books/\";s:15:\"astra-sites-tag\";a:1:{i:1740;s:5:\"books\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51475\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/03/bestselling-author-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/03/bestselling-author-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/bestselling-author-02/wp-json/wp/v2/pages/754\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/bestselling-author-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-51392\";a:13:{s:5:\"title\";s:17:\"Tarot Card Reader\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/03/tarot-card-reader-04-home.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/03/tarot-card-reader-04-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/03/tarot-card-reader-04-home-400x1581.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/tarot-card-reader-04\";s:20:\"astra-site-parent-id\";i:1881;s:15:\"astra-sites-tag\";a:5:{i:1902;s:10:\"cartomancy\";i:1900;s:8:\"geomancy\";i:1903;s:16:\"personal-website\";i:1899;s:5:\"tarot\";i:1901;s:17:\"tarot-card-reader\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-51393\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/tarot-card-reader-04-about.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/03/tarot-card-reader-04-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/tarot-card-reader-04/wp-json/wp/v2/pages/533\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/tarot-card-reader-04/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51394\";a:12:{s:5:\"title\";s:8:\"Coaching\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/03/tarot-card-reader-04-coaching.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/03/tarot-card-reader-04-coaching-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/tarot-card-reader-04/wp-json/wp/v2/pages/856\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/tarot-card-reader-04/coaching/\";s:15:\"astra-sites-tag\";a:2:{i:610;s:8:\"coaching\";i:721;s:8:\"training\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51395\";a:12:{s:5:\"title\";s:10:\"Consulting\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/03/tarot-card-reader-04-consulting.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2021/03/tarot-card-reader-04-consulting-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/tarot-card-reader-04/wp-json/wp/v2/pages/689\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/tarot-card-reader-04/consulting/\";s:15:\"astra-sites-tag\";a:2:{i:1898;s:10:\"consulting\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51396\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/03/tarot-card-reader-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/03/tarot-card-reader-04-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/tarot-card-reader-04/wp-json/wp/v2/pages/1017\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/tarot-card-reader-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-51397\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/03/tarot-card-reader-04-home.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/03/tarot-card-reader-04-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/tarot-card-reader-04/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/tarot-card-reader-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-55786\";a:13:{s:5:\"title\";s:24:\"Digital Marketing Agency\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-02-home.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-02-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-02-home-400x1592.jpg\";s:14:\"astra-site-url\";s:46:\"//websitedemos.net/digital-marketing-agency-04\";s:20:\"astra-site-parent-id\";i:2211;s:15:\"astra-sites-tag\";a:14:{i:1587;s:18:\"advertising-agency\";i:2232;s:19:\"advertising-company\";i:2229;s:16:\"advertising-firm\";i:663;s:6:\"agency\";i:979;s:7:\"company\";i:2235;s:24:\"digital-marketing-agency\";i:2036;s:22:\"digital-marketing-firm\";i:1588;s:16:\"marketing-agency\";i:2233;s:17:\"marketing-company\";i:2228;s:14:\"marketing-firm\";i:2230;s:12:\"press-agency\";i:2227;s:14:\"promotion-firm\";i:2231;s:14:\"publicity-firm\";i:2234;s:18:\"publicity-services\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:8:{s:8:\"id-55787\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-02-about.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/digital-marketing-agency-04/wp-json/wp/v2/pages/321\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/digital-marketing-agency-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55789\";a:12:{s:5:\"title\";s:8:\"Branding\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-02-branding.jpg\";s:19:\"thumbnail-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-02-branding-600x800.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/digital-marketing-agency-04/wp-json/wp/v2/pages/587\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/digital-marketing-agency-04/branding/\";s:15:\"astra-sites-tag\";a:2:{i:2213;s:8:\"branding\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55790\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-02-contact.png\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-02-contact-600x800.png\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/digital-marketing-agency-04/wp-json/wp/v2/pages/325\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/digital-marketing-agency-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55791\";a:12:{s:5:\"title\";s:17:\"Digital Marketing\";s:18:\"featured-image-url\";s:101:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-02-digital-marketing.jpg\";s:19:\"thumbnail-image-url\";s:109:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-02-digital-marketing-600x800.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/digital-marketing-agency-04/wp-json/wp/v2/pages/589\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:65:\"//websitedemos.net/digital-marketing-agency-04/digital-marketing/\";s:15:\"astra-sites-tag\";a:2:{i:1855;s:17:\"digital-marketing\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55792\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-02-home.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-02-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/digital-marketing-agency-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/digital-marketing-agency-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55793\";a:12:{s:5:\"title\";s:12:\"SEO Services\";s:18:\"featured-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-02-seo-services.jpg\";s:19:\"thumbnail-image-url\";s:104:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-02-seo-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/digital-marketing-agency-04/wp-json/wp/v2/pages/717\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:60:\"//websitedemos.net/digital-marketing-agency-04/seo-services/\";s:15:\"astra-sites-tag\";a:2:{i:2214;s:12:\"seo-services\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55794\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-02-social-media.jpg\";s:19:\"thumbnail-image-url\";s:104:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-02-social-media-600x800.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/digital-marketing-agency-04/wp-json/wp/v2/pages/316\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/digital-marketing-agency-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55795\";a:12:{s:5:\"title\";s:12:\"Social Media\";s:18:\"featured-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-02-social-media.jpg\";s:19:\"thumbnail-image-url\";s:104:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-02-social-media-600x800.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/digital-marketing-agency-04/wp-json/wp/v2/pages/719\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:60:\"//websitedemos.net/digital-marketing-agency-04/social-media/\";s:15:\"astra-sites-tag\";a:2:{i:425;s:8:\"services\";i:2212;s:12:\"social-media\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-51559\";a:13:{s:5:\"title\";s:14:\"Public Speaker\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/04/public-speaker-02-home.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/04/public-speaker-02-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/04/public-speaker-02-home-400x2028.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/public-speaker-02\";s:20:\"astra-site-parent-id\";i:1937;s:15:\"astra-sites-tag\";a:9:{i:724;s:6:\"author\";i:854;s:5:\"coach\";i:612;s:10:\"life-coach\";i:1866;s:10:\"life-guide\";i:1880;s:6:\"mentor\";i:855;s:20:\"motivational-speaker\";i:1903;s:16:\"personal-website\";i:1939;s:14:\"public-speaker\";i:1940;s:11:\"storyteller\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-51560\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/04/public-speaker-02-about.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/04/public-speaker-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/public-speaker-02/wp-json/wp/v2/pages/494\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/public-speaker-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51562\";a:12:{s:5:\"title\";s:5:\"Books\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/04/public-speaker-02-books.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/04/public-speaker-02-books-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/public-speaker-02/wp-json/wp/v2/pages/587\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/public-speaker-02/books/\";s:15:\"astra-sites-tag\";a:1:{i:1740;s:5:\"books\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51563\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/04/public-speaker-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/04/public-speaker-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/public-speaker-02/wp-json/wp/v2/pages/867\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/public-speaker-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51564\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/04/public-speaker-02-home.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/04/public-speaker-02-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/public-speaker-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/public-speaker-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51565\";a:12:{s:5:\"title\";s:12:\"What I Offer\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/04/public-speaker-02-services.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/04/public-speaker-02-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/public-speaker-02/wp-json/wp/v2/pages/670\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/public-speaker-02/what-i-offer/\";s:15:\"astra-sites-tag\";a:2:{i:425;s:8:\"services\";i:1938;s:12:\"what-i-offer\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-52222\";a:13:{s:5:\"title\";s:11:\"Pub and Bar\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/04/pub-and-bar-02-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/04/pub-and-bar-02-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/04/pub-and-bar-02-home-400x1895.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/pub-and-bar-04\";s:20:\"astra-site-parent-id\";i:1945;s:15:\"astra-sites-tag\";a:13:{i:2009;s:8:\"bar-room\";i:2007;s:19:\"barbeque-restaurant\";i:2010;s:8:\"beer-bar\";i:1988;s:10:\"beer-joint\";i:562;s:6:\"bistro\";i:635;s:7:\"brewery\";i:1989;s:15:\"cocktail-lounge\";i:882;s:6:\"drinks\";i:350;s:5:\"hotel\";i:657;s:6:\"lounge\";i:1983;s:3:\"pub\";i:2008;s:11:\"pub-and-bar\";i:335;s:10:\"restaurant\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-52224\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/04/pub-and-bar-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/04/pub-and-bar-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/pub-and-bar-04/wp-json/wp/v2/pages/891\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/pub-and-bar-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-52225\";a:12:{s:5:\"title\";s:6:\"Drinks\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/04/pub-and-bar-02-drinks.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/04/pub-and-bar-02-drinks-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/pub-and-bar-04/wp-json/wp/v2/pages/683\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/pub-and-bar-04/drinks/\";s:15:\"astra-sites-tag\";a:1:{i:882;s:6:\"drinks\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-52226\";a:12:{s:5:\"title\";s:4:\"Food\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/04/pub-and-bar-02-food.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/04/pub-and-bar-02-food-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/pub-and-bar-04/wp-json/wp/v2/pages/536\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/pub-and-bar-04/food/\";s:15:\"astra-sites-tag\";a:1:{i:336;s:4:\"food\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-52223\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/04/pub-and-bar-02-about.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/04/pub-and-bar-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/pub-and-bar-04/wp-json/wp/v2/pages/412\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/pub-and-bar-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-52227\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/04/pub-and-bar-02-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/04/pub-and-bar-02-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/pub-and-bar-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/pub-and-bar-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-52228\";a:12:{s:5:\"title\";s:5:\"Store\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/04/pub-and-bar-02-store.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/04/pub-and-bar-02-store-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/pub-and-bar-04/wp-json/wp/v2/pages/792\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/pub-and-bar-04/store/\";s:15:\"astra-sites-tag\";a:1:{i:749;s:5:\"store\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-49780\";a:13:{s:5:\"title\";s:18:\"Meditation Courses\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-meditation-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-meditation-02-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-meditation-02-homepage-400x1641.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/learn-meditation-02\";s:20:\"astra-site-parent-id\";i:1849;s:15:\"astra-sites-tag\";a:5:{i:462;s:7:\"courses\";i:467;s:9:\"learndash\";i:1850;s:10:\"meditation\";i:975;s:15:\"online-learning\";i:720;s:9:\"tutorials\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:3;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-49781\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-meditation-02-about.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-meditation-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/learn-meditation-02/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/learn-meditation-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49782\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-meditation-02-classes.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-meditation-02-classes-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/learn-meditation-02/wp-json/wp/v2/pages/207\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/learn-meditation-02/classes/\";s:15:\"astra-sites-tag\";a:1:{i:557;s:7:\"classes\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49783\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-meditation-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-meditation-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/learn-meditation-02/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/learn-meditation-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-49784\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-meditation-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-meditation-02-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/learn-meditation-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/learn-meditation-02/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}}','no'),(334,'astra-sites-and-pages-page-5','a:15:{s:8:\"id-55643\";a:13:{s:5:\"title\";s:12:\"Budget Hotel\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/budget-hotel-04-home-page.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/06/budget-hotel-04-home-page-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/06/budget-hotel-04-home-page-400x2569.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/budget-hotel-04\";s:20:\"astra-site-parent-id\";i:2174;s:15:\"astra-sites-tag\";a:10:{i:2200;s:9:\"apartment\";i:2192;s:2:\"bb\";i:2202;s:17:\"bed-and-breakfast\";i:2175;s:12:\"budget-hotel\";i:2177;s:11:\"cheap-hotel\";i:2189;s:11:\"guest-house\";i:350;s:5:\"hotel\";i:712;s:5:\"lodge\";i:2201;s:7:\"lodging\";i:714;s:6:\"resort\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-55644\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/06/budget-hotel-04-contact-01.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/06/budget-hotel-04-contact-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/budget-hotel-04/wp-json/wp/v2/pages/930\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/budget-hotel-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55645\";a:12:{s:5:\"title\";s:10:\"Facilities\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/06/budget-hotel-04-facilities-01.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/06/budget-hotel-04-facilities-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/budget-hotel-04/wp-json/wp/v2/pages/792\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/budget-hotel-04/facilities/\";s:15:\"astra-sites-tag\";a:1:{i:1599;s:10:\"facilities\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55646\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/budget-hotel-04-home-page.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/06/budget-hotel-04-home-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/budget-hotel-04/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/budget-hotel-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55647\";a:12:{s:5:\"title\";s:5:\"Rooms\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/06/budget-hotel-04-rooms-01.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/06/budget-hotel-04-rooms-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/budget-hotel-04/wp-json/wp/v2/pages/511\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/budget-hotel-04/rooms/\";s:15:\"astra-sites-tag\";a:1:{i:715;s:5:\"rooms\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55648\";a:12:{s:5:\"title\";s:12:\"Things to do\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/06/budget-hotel-04-things-to-do-01.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2021/06/budget-hotel-04-things-to-do-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/budget-hotel-04/wp-json/wp/v2/pages/681\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/budget-hotel-04/things-to-do/\";s:15:\"astra-sites-tag\";a:1:{i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-51305\";a:13:{s:5:\"title\";s:29:\"Relationship &amp; Life Coach\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/relationship-coach-02-home.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/03/relationship-coach-02-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/03/relationship-coach-02-home-400x2098.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/relationship-coach-02\";s:20:\"astra-site-parent-id\";i:1860;s:15:\"astra-sites-tag\";a:5:{i:854;s:5:\"coach\";i:1876;s:10:\"counsellor\";i:612;s:10:\"life-coach\";i:1866;s:10:\"life-guide\";i:1877;s:18:\"relationship-coach\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-51306\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/relationship-coach-02-about.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/03/relationship-coach-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/relationship-coach-02/wp-json/wp/v2/pages/23\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/relationship-coach-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51307\";a:12:{s:5:\"title\";s:5:\"Books\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/relationship-coach-02-books.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/03/relationship-coach-02-books-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/relationship-coach-02/wp-json/wp/v2/pages/29\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/relationship-coach-02/books/\";s:15:\"astra-sites-tag\";a:1:{i:1740;s:5:\"books\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51308\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/03/relationship-coach-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/03/relationship-coach-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/relationship-coach-02/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/relationship-coach-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-51309\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/relationship-coach-02-home.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/03/relationship-coach-02-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/relationship-coach-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/relationship-coach-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51310\";a:12:{s:5:\"title\";s:21:\"One-on-One Counseling\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/03/relationship-coach-02-counseling.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2021/03/relationship-coach-02-counseling-600x800.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/relationship-coach-02/wp-json/wp/v2/pages/654\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:63:\"//websitedemos.net/relationship-coach-02/one-on-one-counseling/\";s:15:\"astra-sites-tag\";a:2:{i:610;s:8:\"coaching\";i:613;s:10:\"counseling\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-51311\";a:12:{s:5:\"title\";s:11:\"Stage Shows\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/relationship-coach-02-shows.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/03/relationship-coach-02-shows-600x800.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/relationship-coach-02/wp-json/wp/v2/pages/639\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/relationship-coach-02/stage-shows/\";s:15:\"astra-sites-tag\";a:2:{i:610;s:8:\"coaching\";i:1875;s:11:\"stage-shows\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-51504\";a:13:{s:5:\"title\";s:18:\"Creative Podcaster\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/04/creative-podcaster-02-home.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/04/creative-podcaster-02-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/04/creative-podcaster-02-home-400x1768.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/creative-podcaster-02\";s:20:\"astra-site-parent-id\";i:1923;s:15:\"astra-sites-tag\";a:5:{i:1654;s:15:\"content-creator\";i:1928;s:16:\"creative-podcast\";i:1929;s:9:\"creatives\";i:1927;s:15:\"podcast-website\";i:1926;s:9:\"podcaster\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-51508\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/04/creative-podcaster-02-home.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/04/creative-podcaster-02-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/creative-podcaster-02/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/creative-podcaster-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51505\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/04/creative-podcaster-02-about.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/04/creative-podcaster-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/creative-podcaster-02/wp-json/wp/v2/pages/575\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/creative-podcaster-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51506\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/04/creative-podcaster-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/04/creative-podcaster-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/creative-podcaster-02/wp-json/wp/v2/pages/880\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/creative-podcaster-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-51507\";a:12:{s:5:\"title\";s:8:\"Episodes\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/04/creative-podcaster-02-episodes.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2021/04/creative-podcaster-02-episodes-600x800.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/creative-podcaster-02/wp-json/wp/v2/pages/758\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/creative-podcaster-02/episodes/\";s:15:\"astra-sites-tag\";a:2:{i:1924;s:8:\"episodes\";i:1925;s:15:\"podcast-episode\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-34244\";a:13:{s:5:\"title\";s:8:\"Pet Care\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-03-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-03-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-03-home-400x1816.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/pet-care-03\";s:20:\"astra-site-parent-id\";i:1010;s:15:\"astra-sites-tag\";a:6:{i:376;s:12:\"dog-training\";i:375;s:11:\"dog-walking\";i:374;s:8:\"pet-care\";i:372;s:11:\"pet-minding\";i:371;s:11:\"pet-sitting\";i:373;s:12:\"pet-training\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-35752\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-03-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-03-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/pet-care-03/wp-json/wp/v2/pages/415\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/pet-care-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-35750\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-03-about.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-03-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/pet-care-03/wp-json/wp/v2/pages/29\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/pet-care-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-35754\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-03-services.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-03-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/pet-care-03/wp-json/wp/v2/pages/31\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/pet-care-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-35753\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-03-reviews.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-03-reviews-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/pet-care-03/wp-json/wp/v2/pages/33\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/pet-care-03/reviews/\";s:15:\"astra-sites-tag\";a:1:{i:432;s:6:\"review\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-35751\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-03-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/pet-care-03/wp-json/wp/v2/pages/35\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/pet-care-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-55904\";a:13:{s:5:\"title\";s:18:\"Advertising Agency\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-home.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-home-400x2120.jpg\";s:14:\"astra-site-url\";s:45:\"//websitedemos.net/public-relations-agency-04\";s:20:\"astra-site-parent-id\";i:2225;s:15:\"astra-sites-tag\";a:13:{i:1587;s:18:\"advertising-agency\";i:2232;s:19:\"advertising-company\";i:2229;s:16:\"advertising-firm\";i:663;s:6:\"agency\";i:979;s:7:\"company\";i:1588;s:16:\"marketing-agency\";i:2233;s:17:\"marketing-company\";i:2228;s:14:\"marketing-firm\";i:2237;s:12:\"media-agency\";i:2230;s:12:\"press-agency\";i:2227;s:14:\"promotion-firm\";i:2231;s:14:\"publicity-firm\";i:2234;s:18:\"publicity-services\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-55905\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-about.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/public-relations-agency-04/wp-json/wp/v2/pages/395\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/public-relations-agency-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55906\";a:12:{s:5:\"title\";s:12:\"Case Studies\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-case-studies.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-case-studies-600x800.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/public-relations-agency-04/wp-json/wp/v2/pages/1105\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:59:\"//websitedemos.net/public-relations-agency-04/case-studies/\";s:15:\"astra-sites-tag\";a:1:{i:780;s:12:\"case-studies\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55907\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/public-relations-agency-04/wp-json/wp/v2/pages/396\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/public-relations-agency-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55908\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-home.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/public-relations-agency-04/wp-json/wp/v2/pages/72\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/public-relations-agency-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55909\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-services.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/public-relations-agency-04/wp-json/wp/v2/pages/394\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/public-relations-agency-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55910\";a:12:{s:5:\"title\";s:4:\"Work\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-work.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-work-600x800.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/public-relations-agency-04/wp-json/wp/v2/pages/364\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/public-relations-agency-04/work/\";s:15:\"astra-sites-tag\";a:2:{i:444;s:9:\"portfolio\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-49268\";a:13:{s:5:\"title\";s:19:\"Martial Arts School\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/12/martial-arts-04.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/12/martial-arts-04-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/12/martial-arts-04-400x1924.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/martial-arts-04\";s:20:\"astra-site-parent-id\";i:1800;s:15:\"astra-sites-tag\";a:5:{i:1804;s:6:\"karate\";i:1803;s:7:\"kung-fu\";i:1801;s:12:\"martial-arts\";i:1805;s:18:\"mixed-martial-arts\";i:1802;s:12:\"self-defence\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-49269\";a:12:{s:5:\"title\";s:8:\"About us\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/12/martial-arts-04-about-us.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/12/martial-arts-04-about-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/martial-arts-04/wp-json/wp/v2/pages/127\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/martial-arts-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49270\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/12/martial-arts-04-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/12/martial-arts-04-contact-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/martial-arts-04/wp-json/wp/v2/pages/209\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/martial-arts-04/contact-us/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-49271\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/12/martial-arts-04.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/12/martial-arts-04-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/martial-arts-04/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/martial-arts-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49272\";a:12:{s:5:\"title\";s:8:\"Programs\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/12/martial-arts-04-programs.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/12/martial-arts-04-programs-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/martial-arts-04/wp-json/wp/v2/pages/163\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/martial-arts-04/programs/\";s:15:\"astra-sites-tag\";a:2:{i:989;s:8:\"programs\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49273\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/12/martial-arts-04-testimonial.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/12/martial-arts-04-testimonial-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/martial-arts-04/wp-json/wp/v2/pages/177\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/martial-arts-04/testimonials/\";s:15:\"astra-sites-tag\";a:2:{i:1615;s:7:\"reviews\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-49809\";a:13:{s:5:\"title\";s:23:\"Learn Digital Marketing\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-digital-marketing-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-digital-marketing-02-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-digital-marketing-02-homepage-400x1849.jpg\";s:14:\"astra-site-url\";s:45:\"//websitedemos.net/learn-digital-marketing-02\";s:20:\"astra-site-parent-id\";i:1853;s:15:\"astra-sites-tag\";a:5:{i:462;s:7:\"courses\";i:1855;s:17:\"digital-marketing\";i:467;s:9:\"learndash\";i:975;s:15:\"online-learning\";i:720;s:9:\"tutorials\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:2;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:3;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-49814\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-digital-marketing-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-digital-marketing-02-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/learn-digital-marketing-02/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/learn-digital-marketing-02/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49810\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-digital-marketing-02-about.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-digital-marketing-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/learn-digital-marketing-02/wp-json/wp/v2/pages/561\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/learn-digital-marketing-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49813\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/02/digital-marketing-02-all-courses.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2021/02/digital-marketing-02-all-courses-600x800.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/learn-digital-marketing-02/wp-json/wp/v2/pages/908\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:58:\"//websitedemos.net/learn-digital-marketing-02/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49815\";a:12:{s:5:\"title\";s:8:\"Resource\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/02/digital-marketing-02-resource.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/02/digital-marketing-02-resource-600x800.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/learn-digital-marketing-02/wp-json/wp/v2/pages/688\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/learn-digital-marketing-02/resource/\";s:15:\"astra-sites-tag\";a:1:{i:1854;s:8:\"resource\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49811\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-digital-marketing-02-blog.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-digital-marketing-02-blog-600x800.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/learn-digital-marketing-02/wp-json/wp/v2/pages/890\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/learn-digital-marketing-02/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}}s:8:\"id-49812\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/02/digital-marketing-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/02/digital-marketing-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/learn-digital-marketing-02/wp-json/wp/v2/pages/812\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/learn-digital-marketing-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-49241\";a:13:{s:5:\"title\";s:21:\"Catering &amp; Events\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/12/catering-services-04-home.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/12/catering-services-04-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/12/catering-services-04-home-400x1763.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/catering-services-04\";s:20:\"astra-site-parent-id\";i:1788;s:15:\"astra-sites-tag\";a:11:{i:693;s:4:\"cafe\";i:1791;s:17:\"catering-services\";i:1792;s:6:\"caters\";i:792;s:7:\"cooking\";i:1798;s:6:\"dining\";i:1569;s:6:\"events\";i:1789;s:7:\"feeding\";i:336;s:4:\"food\";i:1799;s:13:\"food-festival\";i:1793;s:10:\"meal-serve\";i:1790;s:7:\"serving\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-49244\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/12/catering-services-04-home.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/12/catering-services-04-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/catering-services-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/catering-services-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49242\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/12/catering-services-04-about.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/12/catering-services-04-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/catering-services-04/wp-json/wp/v2/pages/229\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/catering-services-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49245\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/12/catering-services-04-services.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/12/catering-services-04-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/catering-services-04/wp-json/wp/v2/pages/275\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/catering-services-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49246\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/12/catering-services-04-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2020/12/catering-services-04-testimonials-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/catering-services-04/wp-json/wp/v2/pages/315\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/catering-services-04/testimonials/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49243\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/12/catering-services-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/12/catering-services-04-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/catering-services-04/wp-json/wp/v2/pages/343\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/catering-services-04/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-49260\";a:13:{s:5:\"title\";s:12:\"Music School\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/music-school-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/12/music-school-04-home-1-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/12/music-school-04-home-1-400x2826.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/music-school-04\";s:20:\"astra-site-parent-id\";i:1794;s:15:\"astra-sites-tag\";a:8:{i:339;s:6:\"artist\";i:1797;s:12:\"drama-school\";i:1795;s:13:\"music-academy\";i:1796;s:14:\"musical-school\";i:969;s:8:\"musician\";i:1572;s:9:\"performer\";i:1571;s:6:\"singer\";i:1573;s:8:\"vocalist\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-49261\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/music-school-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/12/music-school-04-home-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/music-school-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/music-school-04/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:399;s:8:\"one-page\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48348\";a:13:{s:5:\"title\";s:8:\"Mountain\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-home-400x980.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/mountain-08\";s:20:\"astra-site-parent-id\";i:1724;s:15:\"astra-sites-tag\";a:4:{i:692;s:8:\"business\";i:1525;s:8:\"mountain\";i:1526;s:13:\"multi-purpose\";i:535;s:6:\"nature\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-48349\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-about-1.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/mountain-08/wp-json/wp/v2/pages/218\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/mountain-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48350\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-contact-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/mountain-08/wp-json/wp/v2/pages/220\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/mountain-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48351\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/mountain-08/wp-json/wp/v2/pages/217\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/mountain-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48352\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-services-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-services-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/mountain-08/wp-json/wp/v2/pages/219\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/mountain-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-54427\";a:13:{s:5:\"title\";s:34:\"Business Coaching &amp; Consulting\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-home.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-home-400x1653.jpg\";s:14:\"astra-site-url\";s:41:\"//websitedemos.net/business-consulting-01\";s:20:\"astra-site-parent-id\";i:2032;s:15:\"astra-sites-tag\";a:6:{i:1878;s:14:\"business-coach\";i:1620;s:19:\"business-consultant\";i:1879;s:14:\"business-guide\";i:854;s:5:\"coach\";i:1880;s:6:\"mentor\";i:855;s:20:\"motivational-speaker\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-54428\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-about.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/business-consulting-01/wp-json/wp/v2/pages/975\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/business-consulting-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-54431\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-services.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/business-consulting-01/wp-json/wp/v2/pages/980\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/business-consulting-01/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-54429\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/business-consulting-01/wp-json/wp/v2/pages/983\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/business-consulting-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-54430\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-home.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/business-consulting-01/wp-json/wp/v2/pages/968\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/business-consulting-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}}}s:8:\"id-54404\";a:13:{s:5:\"title\";s:18:\"Bestselling Author\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/bestselling-author-01-home.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/05/bestselling-author-01-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/05/bestselling-author-01-home-400x1550.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/bestselling-author-01\";s:20:\"astra-site-parent-id\";i:2030;s:15:\"astra-sites-tag\";a:5:{i:724;s:6:\"author\";i:1911;s:23:\"bestselling-book-author\";i:1910;s:11:\"book-author\";i:1740;s:5:\"books\";i:725;s:6:\"writer\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-54407\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/bestselling-author-01-contact.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/05/bestselling-author-01-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/bestselling-author-01/wp-json/wp/v2/pages/910\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/bestselling-author-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-54408\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/bestselling-author-01-home.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/05/bestselling-author-01-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/bestselling-author-01/wp-json/wp/v2/pages/898\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/bestselling-author-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-54405\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/bestselling-author-01-about.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/05/bestselling-author-01-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/bestselling-author-01/wp-json/wp/v2/pages/903\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/bestselling-author-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-54406\";a:12:{s:5:\"title\";s:5:\"Books\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/bestselling-author-01-books.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/05/bestselling-author-01-books-600x800.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/bestselling-author-01/wp-json/wp/v2/pages/906\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/bestselling-author-01/books/\";s:15:\"astra-sites-tag\";a:1:{i:1740;s:5:\"books\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}}}s:8:\"id-51520\";a:13:{s:5:\"title\";s:8:\"Aquarium\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/04/aquarium-04-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/04/aquarium-04-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/04/aquarium-04-home-400x1903.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/aquarium-04\";s:20:\"astra-site-parent-id\";i:1930;s:15:\"astra-sites-tag\";a:5:{i:1932;s:8:\"aquarium\";i:1935;s:4:\"fish\";i:1933;s:13:\"marine-museum\";i:1934;s:4:\"tank\";i:1936;s:13:\"water-species\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-51524\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/04/aquarium-04-gallery.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/04/aquarium-04-gallery-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/aquarium-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/aquarium-04/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51525\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/04/aquarium-04-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/04/aquarium-04-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/aquarium-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/aquarium-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51521\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/04/aquarium-04-about.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/04/aquarium-04-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/aquarium-04/wp-json/wp/v2/pages/564\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/aquarium-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51522\";a:12:{s:5:\"title\";s:7:\"Animals\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/04/aquarium-04-animals.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/04/aquarium-04-animals-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/aquarium-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/aquarium-04/animals/\";s:15:\"astra-sites-tag\";a:1:{i:1931;s:7:\"animals\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51523\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/04/aquarium-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/04/aquarium-04-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/aquarium-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/aquarium-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-53589\";a:13:{s:5:\"title\";s:24:\"Beer Launch Landing Page\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/beer-launch-02.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/beer-launch-02-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/beer-launch-02-400x1938.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/beer-launch-04\";s:20:\"astra-site-parent-id\";i:1959;s:15:\"astra-sites-tag\";a:7:{i:1962;s:4:\"beer\";i:2016;s:16:\"beer-launch-page\";i:635;s:7:\"brewery\";i:1965;s:5:\"drink\";i:1964;s:5:\"lager\";i:850;s:12:\"landing-page\";i:399;s:8:\"one-page\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:36;s:5:\"other\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}s:5:\"pages\";a:1:{s:8:\"id-53590\";a:12:{s:5:\"title\";s:12:\"Landing Page\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/beer-launch-02.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/beer-launch-02-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/beer-launch-04/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/beer-launch-04/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:850;s:12:\"landing-page\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-51427\";a:13:{s:5:\"title\";s:12:\"Tech Startup\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/03/tech-startup-02-home.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/03/tech-startup-02-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/03/tech-startup-02-home-400x1403.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/tech-startup-02\";s:20:\"astra-site-parent-id\";i:1885;s:15:\"astra-sites-tag\";a:7:{i:1761;s:11:\"application\";i:745;s:12:\"organization\";i:1762;s:16:\"software-company\";i:1760;s:13:\"software-firm\";i:1665;s:7:\"startup\";i:1759;s:13:\"tech-business\";i:1763;s:12:\"tech-startup\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-47711\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/03/tech-startup-02-home.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/03/tech-startup-02-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/tech-startup-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/tech-startup-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47709\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/03/tech-startup-02-about.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/03/tech-startup-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/tech-startup-02/wp-json/wp/v2/pages/92\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/tech-startup-02/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47710\";a:12:{s:5:\"title\";s:8:\"Features\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/03/tech-startup-02-features.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/03/tech-startup-02-features-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/tech-startup-02/wp-json/wp/v2/pages/132\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/tech-startup-02/features/\";s:15:\"astra-sites-tag\";a:1:{i:453;s:8:\"features\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47712\";a:12:{s:5:\"title\";s:5:\"Plans\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/03/tech-startup-02-plans.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/03/tech-startup-02-plans-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/tech-startup-02/wp-json/wp/v2/pages/173\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/tech-startup-02/plans/\";s:15:\"astra-sites-tag\";a:2:{i:1663;s:4:\"plan\";i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}}','no'),(335,'astra-sites-and-pages-page-6','a:15:{s:8:\"id-49287\";a:13:{s:5:\"title\";s:10:\"Food Truck\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/12/food-truck-04.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/12/food-truck-04-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/food-truck-04-400x2117.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/food-truck-04\";s:20:\"astra-site-parent-id\";i:1806;s:15:\"astra-sites-tag\";a:3:{i:1808;s:10:\"food-truck\";i:1810;s:17:\"ice-cream-truck-2\";i:1809;s:15:\"ice-cream-truck\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-49288\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/12/food-truck-04.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/12/food-truck-04-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/food-truck-04/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/food-truck-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-49449\";a:13:{s:5:\"title\";s:7:\"Vlogger\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/12/vlogger-02-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/12/vlogger-02-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/12/vlogger-02-home-400x1620.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/vlogger-02\";s:20:\"astra-site-parent-id\";i:1836;s:15:\"astra-sites-tag\";a:8:{i:1840;s:9:\"cameraman\";i:1841;s:15:\"cinematographer\";i:1842;s:10:\"film-maker\";i:399;s:8:\"one-page\";i:1718;s:7:\"onepage\";i:1839;s:13:\"video-creator\";i:1837;s:7:\"vlogger\";i:1838;s:8:\"youtuber\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-49450\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/12/vlogger-02-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/12/vlogger-02-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/vlogger-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/vlogger-02/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:399;s:8:\"one-page\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-51409\";a:13:{s:5:\"title\";s:7:\"Webinar\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/03/webinar-02-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/03/webinar-02-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/03/webinar-02-home-400x1365.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/webinar-02\";s:20:\"astra-site-parent-id\";i:1883;s:15:\"astra-sites-tag\";a:3:{i:850;s:12:\"landing-page\";i:1892;s:7:\"webinar\";i:1894;s:25:\"webinar-registration-page\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-51410\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/03/webinar-02-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/03/webinar-02-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/webinar-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/webinar-02/\";s:15:\"astra-sites-tag\";a:2:{i:850;s:12:\"landing-page\";i:1892;s:7:\"webinar\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-51312\";a:13:{s:5:\"title\";s:26:\"Injury and Accident Lawyer\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/03/injury-accident-lawyer-02-home.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2021/03/injury-accident-lawyer-02-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2021/03/injury-accident-lawyer-02-home-400x1778.jpg\";s:14:\"astra-site-url\";s:44:\"//websitedemos.net/injury-accident-lawyer-02\";s:20:\"astra-site-parent-id\";i:1861;s:15:\"astra-sites-tag\";a:4:{i:1869;s:16:\"accident-lawyers\";i:1867;s:14:\"injury-lawyers\";i:1870;s:11:\"lawyer-firm\";i:1868;s:7:\"lawyers\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-51317\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/03/injury-accident-lawyer-02-home.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2021/03/injury-accident-lawyer-02-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/injury-accident-lawyer-02/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/injury-accident-lawyer-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51313\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/03/injury-accident-lawyer-02-about.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2021/03/injury-accident-lawyer-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/injury-accident-lawyer-02/wp-json/wp/v2/pages/393\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/injury-accident-lawyer-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51314\";a:12:{s:5:\"title\";s:9:\"Attorneys\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/03/injury-accident-lawyer-02-attorneys.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2021/03/injury-accident-lawyer-02-attorneys-600x800.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/injury-accident-lawyer-02/wp-json/wp/v2/pages/517\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/injury-accident-lawyer-02/attorneys/\";s:15:\"astra-sites-tag\";a:2:{i:912;s:9:\"attorneys\";i:486;s:4:\"team\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51315\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/03/injury-accident-lawyer-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2021/03/injury-accident-lawyer-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/injury-accident-lawyer-02/wp-json/wp/v2/pages/1261\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/injury-accident-lawyer-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-51318\";a:12:{s:5:\"title\";s:14:\"Practice Areas\";s:18:\"featured-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2021/03/injury-accident-lawyer-02-practice-areas.jpg\";s:19:\"thumbnail-image-url\";s:104:\"https://websitedemos.net/wp-content/uploads/2021/03/injury-accident-lawyer-02-practice-areas-600x800.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/injury-accident-lawyer-02/wp-json/wp/v2/pages/606\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:60:\"//websitedemos.net/injury-accident-lawyer-02/practice-areas/\";s:15:\"astra-sites-tag\";a:2:{i:1863;s:14:\"practice-areas\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51319\";a:12:{s:5:\"title\";s:7:\"Results\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/03/injury-accident-lawyer-02-results.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2021/03/injury-accident-lawyer-02-results-600x800.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/injury-accident-lawyer-02/wp-json/wp/v2/pages/1002\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/injury-accident-lawyer-02/results/\";s:15:\"astra-sites-tag\";a:1:{i:1864;s:7:\"results\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-51486\";a:13:{s:5:\"title\";s:12:\"Water Sports\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/03/water-sports-04.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/03/water-sports-04-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/03/water-sports-04-400x1793.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/water-sports-04\";s:20:\"astra-site-parent-id\";i:1912;s:15:\"astra-sites-tag\";a:11:{i:544;s:9:\"adventure\";i:1918;s:5:\"beach\";i:1917;s:12:\"beach-sports\";i:1921;s:7:\"sailing\";i:546;s:6:\"sports\";i:1919;s:13:\"summer-sports\";i:1914;s:7:\"surfing\";i:1920;s:9:\"vacations\";i:1916;s:5:\"water\";i:1915;s:9:\"water-ski\";i:1913;s:12:\"water-sports\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-51489\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/water-sports-04-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/03/water-sports-04-contact-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/water-sports-04/wp-json/wp/v2/pages/812\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/water-sports-04/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-51488\";a:12:{s:5:\"title\";s:10:\"Activities\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/water-sports-04-activities.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/03/water-sports-04-activities-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/water-sports-04/wp-json/wp/v2/pages/599\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/water-sports-04/activities/\";s:15:\"astra-sites-tag\";a:3:{i:1922;s:10:\"activities\";i:1569;s:6:\"events\";i:546;s:6:\"sports\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51490\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/03/water-sports-04.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/03/water-sports-04-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/water-sports-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/water-sports-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51491\";a:12:{s:5:\"title\";s:11:\"Testimonial\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/water-sports-04-testimonial.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/03/water-sports-04-testimonial-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/water-sports-04/wp-json/wp/v2/pages/672\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/water-sports-04/testimonial/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51487\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/03/water-sports-04-about.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/03/water-sports-04-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/water-sports-04/wp-json/wp/v2/pages/420\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/water-sports-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-49322\";a:13:{s:5:\"title\";s:16:\"Marketing Agency\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/12/marketing-agency-02-home.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/12/marketing-agency-02-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/12/marketing-agency-02-home-400x1657.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/marketing-agency-02\";s:20:\"astra-site-parent-id\";i:1812;s:15:\"astra-sites-tag\";a:12:{i:1587;s:18:\"advertising-agency\";i:2232;s:19:\"advertising-company\";i:2229;s:16:\"advertising-firm\";i:663;s:6:\"agency\";i:979;s:7:\"company\";i:1588;s:16:\"marketing-agency\";i:2233;s:17:\"marketing-company\";i:2228;s:14:\"marketing-firm\";i:2230;s:12:\"press-agency\";i:2227;s:14:\"promotion-firm\";i:2231;s:14:\"publicity-firm\";i:2234;s:18:\"publicity-services\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-49323\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/12/marketing-agency-02-about-us-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/12/marketing-agency-02-about-us-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/marketing-agency-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/marketing-agency-02/about-us/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49324\";a:12:{s:5:\"title\";s:12:\"Case Studies\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/12/marketing-agency-02-case-studies-1.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2020/12/marketing-agency-02-case-studies-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/marketing-agency-02/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/marketing-agency-02/case-studies/\";s:15:\"astra-sites-tag\";a:1:{i:780;s:12:\"case-studies\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49325\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/12/marketing-agency-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/12/marketing-agency-02-contact-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/marketing-agency-02/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/marketing-agency-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-49327\";a:12:{s:5:\"title\";s:10:\"What We Do\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/12/marketing-agency-02-what-we-do-1.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/12/marketing-agency-02-what-we-do-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/marketing-agency-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/marketing-agency-02/what-we-do/\";s:15:\"astra-sites-tag\";a:3:{i:1605;s:12:\"our-services\";i:628;s:10:\"what-we-do\";i:1542;s:13:\"what-we-offer\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49326\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/12/marketing-agency-02-home.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/12/marketing-agency-02-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/marketing-agency-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/marketing-agency-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-49385\";a:13:{s:5:\"title\";s:18:\"Calligraphy Artist\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/12/calligraphy-artist-02-home.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/12/calligraphy-artist-02-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/12/calligraphy-artist-02-home-400x1630.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/calligraphy-artist-02\";s:20:\"astra-site-parent-id\";i:1819;s:15:\"astra-sites-tag\";a:8:{i:1820;s:11:\"calligraphy\";i:1826;s:10:\"characters\";i:1824;s:11:\"chirography\";i:1821;s:11:\"handwriting\";i:1825;s:8:\"pencraft\";i:1823;s:6:\"script\";i:1827;s:5:\"style\";i:1822;s:7:\"writing\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-49386\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/12/calligraphy-artist-02-about-1.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/12/calligraphy-artist-02-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/calligraphy-artist-02/wp-json/wp/v2/pages/301\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/calligraphy-artist-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49390\";a:12:{s:5:\"title\";s:5:\"Works\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/12/calligraphy-artist-02-work.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/12/calligraphy-artist-02-work-600x800.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/calligraphy-artist-02/wp-json/wp/v2/pages/181\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/calligraphy-artist-02/works/\";s:15:\"astra-sites-tag\";a:1:{i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49389\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/12/calligraphy-artist-02-expertise.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/12/calligraphy-artist-02-expertise-600x800.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/calligraphy-artist-02/wp-json/wp/v2/pages/253\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/calligraphy-artist-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49387\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/12/calligraphy-artist-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/12/calligraphy-artist-02-contact-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/calligraphy-artist-02/wp-json/wp/v2/pages/350\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/calligraphy-artist-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-49388\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/12/calligraphy-artist-02-home.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/12/calligraphy-artist-02-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/calligraphy-artist-02/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/calligraphy-artist-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-49291\";a:13:{s:5:\"title\";s:14:\"BBQ Food Truck\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/12/bbq-food-truck-04.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/12/bbq-food-truck-04-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/12/bbq-food-truck-04-400x1676.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/bbq-food-truck-04\";s:20:\"astra-site-parent-id\";i:1807;s:15:\"astra-sites-tag\";a:3:{i:1808;s:10:\"food-truck\";i:1810;s:17:\"ice-cream-truck-2\";i:1809;s:15:\"ice-cream-truck\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-49292\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/12/bbq-food-truck-04.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/12/bbq-food-truck-04-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/bbq-food-truck-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/bbq-food-truck-04/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:1718;s:7:\"onepage\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-49316\";a:13:{s:5:\"title\";s:19:\"Musical Instruments\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/12/musical-instrument-maker-02-home.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/12/musical-instrument-maker-02-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2020/12/musical-instrument-maker-02-home-400x1637.jpg\";s:14:\"astra-site-url\";s:46:\"//websitedemos.net/musical-instrument-maker-02\";s:20:\"astra-site-parent-id\";i:1811;s:15:\"astra-sites-tag\";a:6:{i:2248;s:12:\"guitar-maker\";i:2249;s:15:\"instrumentalist\";i:407;s:5:\"music\";i:2250;s:18:\"music-craftsperson\";i:2246;s:16:\"music-instrument\";i:1814;s:24:\"musical-instrument-maker\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-49317\";a:12:{s:5:\"title\";s:7:\"Artists\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/12/musical-instrument-maker-02-artists.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2020/12/musical-instrument-maker-02-artists-600x800.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/musical-instrument-maker-02/wp-json/wp/v2/pages/405\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/musical-instrument-maker-02/artists/\";s:15:\"astra-sites-tag\";a:1:{i:339;s:6:\"artist\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49318\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/12/musical-instrument-maker-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2020/12/musical-instrument-maker-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/musical-instrument-maker-02/wp-json/wp/v2/pages/760\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/musical-instrument-maker-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-49319\";a:12:{s:5:\"title\";s:7:\"Guitars\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/12/musical-instrument-maker-02-guitars.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2020/12/musical-instrument-maker-02-guitars-600x800.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/musical-instrument-maker-02/wp-json/wp/v2/pages/338\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/musical-instrument-maker-02/guitars/\";s:15:\"astra-sites-tag\";a:2:{i:1815;s:7:\"guitars\";i:540;s:8:\"products\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49320\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/12/musical-instrument-maker-02-home.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/12/musical-instrument-maker-02-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/musical-instrument-maker-02/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/musical-instrument-maker-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49321\";a:12:{s:5:\"title\";s:9:\"Our Story\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/12/musical-instrument-maker-02-about.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2020/12/musical-instrument-maker-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/musical-instrument-maker-02/wp-json/wp/v2/pages/612\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:57:\"//websitedemos.net/musical-instrument-maker-02/our-story/\";s:15:\"astra-sites-tag\";a:2:{i:455;s:8:\"about-us\";i:905;s:9:\"our-story\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-18882\";a:13:{s:5:\"title\";s:20:\"Deeplight Restaurant\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-04-home-1-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-04-home-1-400x2226.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/restaurant-04\";s:20:\"astra-site-parent-id\";i:113;s:15:\"astra-sites-tag\";a:10:{i:562;s:6:\"bistro\";i:972;s:4:\"club\";i:560;s:7:\"cuisine\";i:561;s:6:\"eatery\";i:336;s:4:\"food\";i:350;s:5:\"hotel\";i:559;s:6:\"outlet\";i:335;s:10:\"restaurant\";i:970;s:6:\"restro\";i:971;s:10:\"restro-bar\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-23049\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-04-home-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/restaurant-04/wp-json/wp/v2/pages/34\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/restaurant-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23050\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-04-menu-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-04-menu-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/restaurant-04/wp-json/wp/v2/pages/35\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/restaurant-04/menu/\";s:15:\"astra-sites-tag\";a:1:{i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23045\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-04-about-2.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-04-about-2-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/restaurant-04/wp-json/wp/v2/pages/36\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/restaurant-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23048\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-04-gallery.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-04-gallery-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/restaurant-04/wp-json/wp/v2/pages/37\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/restaurant-04/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23051\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-04-testimonials-1.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-04-testimonials-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/restaurant-04/wp-json/wp/v2/pages/38\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/restaurant-04/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23047\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-04-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-04-contact-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/restaurant-04/wp-json/wp/v2/pages/39\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/restaurant-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-19058\";a:13:{s:5:\"title\";s:20:\"Deeplight Restaurant\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-03-home-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-03-home-1-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-03-home-1-400x2123.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/restaurant-03\";s:20:\"astra-site-parent-id\";i:114;s:15:\"astra-sites-tag\";a:10:{i:562;s:6:\"bistro\";i:972;s:4:\"club\";i:560;s:7:\"cuisine\";i:561;s:6:\"eatery\";i:336;s:4:\"food\";i:350;s:5:\"hotel\";i:559;s:6:\"outlet\";i:335;s:10:\"restaurant\";i:970;s:6:\"restro\";i:971;s:10:\"restro-bar\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-23063\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-03-home-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-03-home-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/restaurant-03/wp-json/wp/v2/pages/34\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/restaurant-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23064\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-03-menu.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-03-menu-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/restaurant-03/wp-json/wp/v2/pages/35\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/restaurant-03/menu/\";s:15:\"astra-sites-tag\";a:1:{i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23059\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-03-about.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-03-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/restaurant-03/wp-json/wp/v2/pages/36\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/restaurant-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23062\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-03-gallery-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-03-gallery-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/restaurant-03/wp-json/wp/v2/pages/37\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/restaurant-03/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23065\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-03-reviews.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-03-reviews-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/restaurant-03/wp-json/wp/v2/pages/38\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/restaurant-03/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23061\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-03-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-03-contact-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/restaurant-03/wp-json/wp/v2/pages/39\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/restaurant-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-21081\";a:13:{s:5:\"title\";s:20:\"Deeplight Restaurant\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-06-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-06-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-06-home-400x2021.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/restaurant-06\";s:20:\"astra-site-parent-id\";i:158;s:15:\"astra-sites-tag\";a:10:{i:562;s:6:\"bistro\";i:972;s:4:\"club\";i:560;s:7:\"cuisine\";i:561;s:6:\"eatery\";i:336;s:4:\"food\";i:350;s:5:\"hotel\";i:559;s:6:\"outlet\";i:335;s:10:\"restaurant\";i:970;s:6:\"restro\";i:971;s:10:\"restro-bar\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:5:\"pages\";a:6:{s:8:\"id-23510\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-06-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-06-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/restaurant-06/wp-json/wp/v2/pages/143\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/restaurant-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23511\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-menu.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-menu-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/restaurant-06/wp-json/wp/v2/pages/190\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/restaurant-06/menu/\";s:15:\"astra-sites-tag\";a:1:{i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23507\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-about.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/restaurant-06/wp-json/wp/v2/pages/201\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/restaurant-06/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23509\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-gallery.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-gallery-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/restaurant-06/wp-json/wp/v2/pages/208\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/restaurant-06/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23512\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-testimonials-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/restaurant-06/wp-json/wp/v2/pages/215\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/restaurant-06/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23508\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/restaurant-06/wp-json/wp/v2/pages/220\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/restaurant-06/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}}s:8:\"id-51452\";a:13:{s:5:\"title\";s:14:\"Theatre Artist\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/03/theatre-artist-02.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/03/theatre-artist-02-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/theatre-artist-02-400x1828.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/theatre-artist-02\";s:20:\"astra-site-parent-id\";i:1904;s:15:\"astra-sites-tag\";a:5:{i:1906;s:5:\"actor\";i:339;s:6:\"artist\";i:1572;s:9:\"performer\";i:444;s:9:\"portfolio\";i:1905;s:14:\"theatre-artist\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-51453\";a:12:{s:5:\"title\";s:9:\"Biography\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/theatre-artist-02-biography.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/03/theatre-artist-02-biography-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/theatre-artist-02/wp-json/wp/v2/pages/394\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/theatre-artist-02/biography/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:1566;s:9:\"biography\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51454\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/03/theatre-artist-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/03/theatre-artist-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/theatre-artist-02/wp-json/wp/v2/pages/512\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/theatre-artist-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-51455\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/03/theatre-artist-02.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/03/theatre-artist-02-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/theatre-artist-02/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/theatre-artist-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51456\";a:12:{s:5:\"title\";s:10:\"Repertoire\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/03/theatre-artist-02-repertoire.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/03/theatre-artist-02-repertoire-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/theatre-artist-02/wp-json/wp/v2/pages/447\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/theatre-artist-02/repertoire/\";s:15:\"astra-sites-tag\";a:2:{i:444;s:9:\"portfolio\";i:1907;s:10:\"repertoire\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-47138\";a:13:{s:5:\"title\";s:23:\"Event Management Agency\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/08/event-management-02.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/08/event-management-02-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/08/event-management-02-400x1646.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/event-management-04\";s:20:\"astra-site-parent-id\";i:1609;s:15:\"astra-sites-tag\";a:4:{i:663;s:6:\"agency\";i:1611;s:16:\"corporate-events\";i:1612;s:12:\"event-agency\";i:1610;s:16:\"event-management\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-47141\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/08/event-management-02.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/08/event-management-02-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/event-management-04/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/event-management-04/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47143\";a:12:{s:5:\"title\";s:5:\"Works\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/08/event-management-02-works.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/08/event-management-02-works-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/event-management-04/wp-json/wp/v2/pages/167\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/event-management-04/works/\";s:15:\"astra-sites-tag\";a:3:{i:444;s:9:\"portfolio\";i:1613;s:8:\"projects\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47142\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/08/event-management-02-services.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/08/event-management-02-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/event-management-04/wp-json/wp/v2/pages/206\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/event-management-04/services/\";s:15:\"astra-sites-tag\";a:2:{i:1605;s:12:\"our-services\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47139\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/08/event-management-02-about-us.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/08/event-management-02-about-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/event-management-04/wp-json/wp/v2/pages/128\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/event-management-04/about-us/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47140\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/08/event-management-02-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/08/event-management-02-contact-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/event-management-04/wp-json/wp/v2/pages/224\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/event-management-04/contact-us/\";s:15:\"astra-sites-tag\";a:4:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";i:896;s:13:\"get-connected\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-47815\";a:13:{s:5:\"title\";s:14:\"Online Courses\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-02-home.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-02-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-02-home-400x1293.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/online-courses-02\";s:20:\"astra-site-parent-id\";i:1676;s:15:\"astra-sites-tag\";a:5:{i:462;s:7:\"courses\";i:468;s:9:\"elearning\";i:467;s:9:\"learndash\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:3;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-47819\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-02-home.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-02-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/online-courses-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/online-courses-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47817\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-02-courses.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-02-courses-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/online-courses-02/wp-json/wp/v2/pages/476\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-courses-02/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47816\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-02-about.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/online-courses-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/online-courses-02/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47820\";a:12:{s:5:\"title\";s:11:\"Instructors\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-02-instructors-1.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-02-instructors-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-courses-02/instructors/\";s:15:\"astra-sites-tag\";a:1:{i:1677;s:11:\"instructors\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47821\";a:12:{s:5:\"title\";s:18:\"Pricing &#038; FAQ\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-02-pricing.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-02-pricing-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-02/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-courses-02/pricing-faq/\";s:15:\"astra-sites-tag\";a:2:{i:426;s:3:\"faq\";i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47818\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-02-contact-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-02/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/online-courses-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}}','no'),(336,'astra-sites-and-pages-page-7','a:15:{s:8:\"id-48985\";a:13:{s:5:\"title\";s:14:\"Online Courses\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/online-courses-01-home.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/12/online-courses-01-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/12/online-courses-01-home-400x1295.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/online-courses-01\";s:20:\"astra-site-parent-id\";i:1767;s:15:\"astra-sites-tag\";a:5:{i:462;s:7:\"courses\";i:468;s:9:\"elearning\";i:467;s:9:\"learndash\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:3;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-48986\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/12/online-courses-01-about.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/12/online-courses-01-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/online-courses-01/wp-json/wp/v2/pages/738\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/online-courses-01/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-48987\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/12/online-courses-01-course.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/12/online-courses-01-course-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/online-courses-01/wp-json/wp/v2/pages/737\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-courses-01/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-48988\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/12/online-courses-01-contact.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/12/online-courses-01-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/online-courses-01/wp-json/wp/v2/pages/741\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/online-courses-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48989\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/online-courses-01-home.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/12/online-courses-01-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/online-courses-01/wp-json/wp/v2/pages/736\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/online-courses-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-48990\";a:12:{s:5:\"title\";s:11:\"Instructors\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/12/online-courses-01-instructors.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/12/online-courses-01-instructors-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/online-courses-01/wp-json/wp/v2/pages/739\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-courses-01/instructors/\";s:15:\"astra-sites-tag\";a:1:{i:1677;s:11:\"instructors\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-48991\";a:12:{s:5:\"title\";s:18:\"Pricing &#038; FAQ\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/12/online-courses-01-pricing.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/12/online-courses-01-pricing-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/online-courses-01/wp-json/wp/v2/pages/740\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-courses-01/pricing-faq/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}}}s:8:\"id-51405\";a:13:{s:5:\"title\";s:15:\"Child Care Blog\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/childcare-blog-02-home.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/03/childcare-blog-02-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/03/childcare-blog-02-home-400x1709.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/childcare-blog-02\";s:20:\"astra-site-parent-id\";i:1882;s:15:\"astra-sites-tag\";a:5:{i:480;s:4:\"blog\";i:1652;s:7:\"blogger\";i:1897;s:15:\"child-care-blog\";i:1896;s:17:\"child-care-expert\";i:1547;s:10:\"influencer\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:2:{s:8:\"id-51406\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/03/childcare-blog-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/03/childcare-blog-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/childcare-blog-02/wp-json/wp/v2/pages/468\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/childcare-blog-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-51407\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/childcare-blog-02-home.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/03/childcare-blog-02-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/childcare-blog-02/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/childcare-blog-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-47745\";a:13:{s:5:\"title\";s:25:\"Online Programming Course\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-02-home.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-02-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-02-home-400x1499.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/online-coding-course-02\";s:20:\"astra-site-parent-id\";i:1671;s:15:\"astra-sites-tag\";a:7:{i:462;s:7:\"courses\";i:469;s:7:\"ecourse\";i:468;s:9:\"elearning\";i:467;s:9:\"learndash\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";i:1673;s:18:\"programming-course\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:3;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-47749\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-02-home.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-02-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/online-coding-course-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/online-coding-course-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47747\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-02-all-courses.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-02-all-courses-600x800.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-coding-course-02/wp-json/wp/v2/pages/179\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/online-coding-course-02/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47746\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-02-about.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-coding-course-02/wp-json/wp/v2/pages/249\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-coding-course-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47748\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-coding-course-02/wp-json/wp/v2/pages/332\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/online-coding-course-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48719\";a:13:{s:5:\"title\";s:25:\"Online Programming Course\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/11/online-coding-course-01-wip-home.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/11/online-coding-course-01-wip-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2020/11/online-coding-course-01-wip-home-400x1518.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/online-coding-course-01\";s:20:\"astra-site-parent-id\";i:1765;s:15:\"astra-sites-tag\";a:7:{i:462;s:7:\"courses\";i:469;s:7:\"ecourse\";i:468;s:9:\"elearning\";i:467;s:9:\"learndash\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";i:1673;s:18:\"programming-course\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:2;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:3;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-48720\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/11/online-coding-course-01-wip-about.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2020/11/online-coding-course-01-wip-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-coding-course-01/wp-json/wp/v2/pages/506\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-coding-course-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-48721\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/11/online-coding-course-01-wip-all-courses.jpg\";s:19:\"thumbnail-image-url\";s:103:\"https://websitedemos.net/wp-content/uploads/2020/11/online-coding-course-01-wip-all-courses-600x800.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-coding-course-01/wp-json/wp/v2/pages/508\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/online-coding-course-01/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-48722\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/11/online-coding-course-01-wip-contact.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2020/11/online-coding-course-01-wip-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-coding-course-01/wp-json/wp/v2/pages/510\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/online-coding-course-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48723\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/11/online-coding-course-01-wip-home.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/11/online-coding-course-01-wip-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-coding-course-01/wp-json/wp/v2/pages/512\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/online-coding-course-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}}}s:8:\"id-48026\";a:13:{s:5:\"title\";s:13:\"Online Course\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-400x1449.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/online-courses-08\";s:20:\"astra-site-parent-id\";i:1694;s:15:\"astra-sites-tag\";a:6:{i:462;s:7:\"courses\";i:468;s:9:\"elearning\";i:467;s:9:\"learndash\";i:460;s:8:\"learning\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-48030\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/online-courses-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48028\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-all-courses.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-all-courses-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-08/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-courses-08/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48027\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-about-us.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-about-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/online-courses-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48031\";a:12:{s:5:\"title\";s:11:\"Instructors\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-instructors.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-instructors-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-08/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-courses-08/instructors/\";s:15:\"astra-sites-tag\";a:1:{i:1677;s:11:\"instructors\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48032\";a:12:{s:5:\"title\";s:18:\"Pricing &#038; FAQ\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-pricing-faq.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-pricing-faq-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-08/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-courses-08/pricing-faq/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48029\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-08/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/online-courses-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-55936\";a:13:{s:5:\"title\";s:12:\"Media Agency\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/08/media-agency-04-home.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/08/media-agency-04-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/08/media-agency-04-home-400x1562.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/media-agency-04\";s:20:\"astra-site-parent-id\";i:2236;s:15:\"astra-sites-tag\";a:13:{i:1587;s:18:\"advertising-agency\";i:2232;s:19:\"advertising-company\";i:2229;s:16:\"advertising-firm\";i:663;s:6:\"agency\";i:979;s:7:\"company\";i:1588;s:16:\"marketing-agency\";i:2233;s:17:\"marketing-company\";i:2228;s:14:\"marketing-firm\";i:2237;s:12:\"media-agency\";i:2230;s:12:\"press-agency\";i:2227;s:14:\"promotion-firm\";i:2231;s:14:\"publicity-firm\";i:2234;s:18:\"publicity-services\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-47003\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/08/media-agency-04-home.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/08/media-agency-04-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/media-agency-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/media-agency-04/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47001\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/08/media-agency-04-about.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/08/media-agency-04-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/media-agency-04/wp-json/wp/v2/pages/53\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/media-agency-04/about/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47005\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/08/media-agency-04-services.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/08/media-agency-04-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/media-agency-04/wp-json/wp/v2/pages/57\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/media-agency-04/services/\";s:15:\"astra-sites-tag\";a:3:{i:425;s:8:\"services\";i:628;s:10:\"what-we-do\";i:1542;s:13:\"what-we-offer\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47004\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/08/media-agency-04-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/08/media-agency-04-portfolio-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/media-agency-04/wp-json/wp/v2/pages/55\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/media-agency-04/works/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47002\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/08/media-agency-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/08/media-agency-04-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/media-agency-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/media-agency-04/contact/\";s:15:\"astra-sites-tag\";a:4:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";i:896;s:13:\"get-connected\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-21574\";a:13:{s:5:\"title\";s:10:\"Life Coach\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/04/life-coach-sara-john-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/04/life-coach-sara-john-1-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/04/life-coach-sara-john-1-400x1002.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/life-coach-sara-john\";s:20:\"astra-site-parent-id\";i:91;s:15:\"astra-sites-tag\";a:5:{i:610;s:8:\"coaching\";i:608;s:8:\"guidance\";i:612;s:10:\"life-coach\";i:609;s:9:\"motivator\";i:611;s:16:\"self-improvement\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-22854\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/04/life-coach-sara-john-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/04/life-coach-sara-john-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/life-coach-sara-john/wp-json/wp/v2/pages/340\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/life-coach-sara-john/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22850\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-sara-john-about-1.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-sara-john-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/life-coach-sara-john/wp-json/wp/v2/pages/621\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/life-coach-sara-john/about/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22855\";a:12:{s:5:\"title\";s:12:\"Work With Me\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-sara-john-work-with-me-1.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-sara-john-work-with-me-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/life-coach-sara-john/wp-json/wp/v2/pages/622\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/life-coach-sara-john/work-with-me/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-22852\";a:12:{s:5:\"title\";s:5:\"Books\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-sara-john-books-1.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-sara-john-books-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/life-coach-sara-john/wp-json/wp/v2/pages/342\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/life-coach-sara-john/books/\";s:15:\"astra-sites-tag\";a:1:{i:727;s:4:\"book\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22853\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-sara-john-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-sara-john-contact-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/life-coach-sara-john/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/life-coach-sara-john/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-47529\";a:13:{s:5:\"title\";s:16:\"Roofing Services\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/09/roofing-services-02.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/09/roofing-services-02-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/09/roofing-services-02-400x1929.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/roofing-services-02\";s:20:\"astra-site-parent-id\";i:1628;s:15:\"astra-sites-tag\";a:6:{i:1630;s:18:\"commercial-roofing\";i:1629;s:19:\"residential-roofing\";i:1634;s:17:\"roof-installation\";i:1633;s:11:\"roof-repair\";i:1631;s:16:\"roof-replacement\";i:1632;s:16:\"roofing-services\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-47532\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/09/roofing-services-02.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/09/roofing-services-02-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/roofing-services-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/roofing-services-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47530\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/09/roofing-services-02-about-us.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/09/roofing-services-02-about-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/roofing-services-02/wp-json/wp/v2/pages/119\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/roofing-services-02/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47534\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/09/roofing-services-02-services-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/09/roofing-services-02-services-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/roofing-services-02/wp-json/wp/v2/pages/147\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/roofing-services-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47533\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/09/oofing-services-02-projects.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/09/oofing-services-02-projects-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/roofing-services-02/wp-json/wp/v2/pages/162\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/roofing-services-02/projects/\";s:15:\"astra-sites-tag\";a:1:{i:1613;s:8:\"projects\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47531\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/09/roofing-services-02-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/09/roofing-services-02-contact-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/roofing-services-02/wp-json/wp/v2/pages/169\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/roofing-services-02/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-47896\";a:13:{s:5:\"title\";s:25:\"Online Programming Course\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-07-home.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-07-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-07-home-400x1470.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/online-coding-course-08\";s:20:\"astra-site-parent-id\";i:1681;s:15:\"astra-sites-tag\";a:7:{i:462;s:7:\"courses\";i:469;s:7:\"ecourse\";i:468;s:9:\"elearning\";i:467;s:9:\"learndash\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";i:1673;s:18:\"programming-course\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-47900\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-07-home.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-07-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-coding-course-08/wp-json/wp/v2/pages/523\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/online-coding-course-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47898\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-07-all-courses.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-07-all-courses-600x800.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-coding-course-08/wp-json/wp/v2/pages/519\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/online-coding-course-08/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47897\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-07-about.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-07-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-coding-course-08/wp-json/wp/v2/pages/517\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-coding-course-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47899\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-07-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-coding-course-08/wp-json/wp/v2/pages/521\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/online-coding-course-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-47585\";a:13:{s:5:\"title\";s:20:\"Freelance Copywriter\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/09/freelance-copywriter-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/09/freelance-copywriter-02-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2020/09/freelance-copywriter-02-homepage-400x1461.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/freelance-copywriter-02\";s:20:\"astra-site-parent-id\";i:1647;s:15:\"astra-sites-tag\";a:8:{i:1652;s:7:\"blogger\";i:1654;s:15:\"content-creator\";i:1649;s:14:\"content-writer\";i:1650;s:10:\"copywriter\";i:1648;s:20:\"freelance-copywriter\";i:669;s:10:\"freelancer\";i:1651;s:8:\"marketer\";i:1653;s:19:\"web-content-creator\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-47587\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/09/freelance-copywriter-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/09/freelance-copywriter-02-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/freelance-copywriter-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/freelance-copywriter-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47589\";a:12:{s:5:\"title\";s:4:\"Work\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/09/freelance-copywriter-02-work.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/09/freelance-copywriter-02-work-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/freelance-copywriter-02/wp-json/wp/v2/pages/99\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/freelance-copywriter-02/work/\";s:15:\"astra-sites-tag\";a:3:{i:444;s:9:\"portfolio\";i:425;s:8:\"services\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47588\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/09/freelance-copywriter-02-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2020/09/freelance-copywriter-02-testimonials-600x800.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/freelance-copywriter-02/wp-json/wp/v2/pages/135\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/freelance-copywriter-02/testimonials/\";s:15:\"astra-sites-tag\";a:2:{i:1615;s:7:\"reviews\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47586\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/09/freelance-copywriter-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/09/freelance-copywriter-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/freelance-copywriter-02/wp-json/wp/v2/pages/158\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/freelance-copywriter-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48149\";a:13:{s:5:\"title\";s:10:\"Life Coach\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-home-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-home-1-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-home-1-400x856.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/life-coach-sara-john-08\";s:20:\"astra-site-parent-id\";i:1704;s:15:\"astra-sites-tag\";a:5:{i:610;s:8:\"coaching\";i:608;s:8:\"guidance\";i:612;s:10:\"life-coach\";i:609;s:9:\"motivator\";i:611;s:16:\"self-improvement\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:1;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-48171\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-about-3.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-about-3-600x800.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/life-coach-sara-john-08/wp-json/wp/v2/pages/1368\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/life-coach-sara-john-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48172\";a:12:{s:5:\"title\";s:5:\"Books\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-books-1.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-books-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/life-coach-sara-john-08/wp-json/wp/v2/pages/1370\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/life-coach-sara-john-08/books/\";s:15:\"astra-sites-tag\";a:1:{i:727;s:4:\"book\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48173\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-contact-1.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/life-coach-sara-john-08/wp-json/wp/v2/pages/1372\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/life-coach-sara-john-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48174\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-home-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-home-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/life-coach-sara-john-08/wp-json/wp/v2/pages/1376\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/life-coach-sara-john-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48175\";a:12:{s:5:\"title\";s:12:\"Work With Me\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-pricing-1.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-pricing-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/life-coach-sara-john-08/wp-json/wp/v2/pages/1374\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/life-coach-sara-john-08/work-with-me/\";s:15:\"astra-sites-tag\";a:1:{i:784;s:12:\"work-with-me\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-48648\";a:13:{s:5:\"title\";s:16:\"Roofing Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-home.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-home-400x1637.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/roofing-services-08\";s:20:\"astra-site-parent-id\";i:1754;s:15:\"astra-sites-tag\";a:5:{i:1630;s:18:\"commercial-roofing\";i:1629;s:19:\"residential-roofing\";i:1633;s:11:\"roof-repair\";i:1631;s:16:\"roof-replacement\";i:1632;s:16:\"roofing-services\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-48651\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-home.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/roofing-services-08/wp-json/wp/v2/pages/296\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/roofing-services-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48649\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-about.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/roofing-services-08/wp-json/wp/v2/pages/297\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/roofing-services-08/about-us/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48653\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-services.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/roofing-services-08/wp-json/wp/v2/pages/298\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/roofing-services-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48652\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-projects.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-projects-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/roofing-services-08/wp-json/wp/v2/pages/299\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/roofing-services-08/projects/\";s:15:\"astra-sites-tag\";a:3:{i:444;s:9:\"portfolio\";i:1613;s:8:\"projects\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48650\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/roofing-services-08/wp-json/wp/v2/pages/300\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/roofing-services-08/contact-us/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-51415\";a:13:{s:5:\"title\";s:22:\"Pharmaceutical Company\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/pharmaceutical-02-home.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/03/pharmaceutical-02-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/03/pharmaceutical-02-home-400x1631.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/pharmaceutical-02\";s:20:\"astra-site-parent-id\";i:1884;s:15:\"astra-sites-tag\";a:4:{i:1888;s:6:\"pharma\";i:1890;s:14:\"pharma-company\";i:1891;s:22:\"pharmaceutical-company\";i:1889;s:15:\"pharmaceuticals\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-51416\";a:12:{s:5:\"title\";s:7:\"Company\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/03/pharmaceutical-02-company.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/03/pharmaceutical-02-company-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/pharmaceutical-02/wp-json/wp/v2/pages/357\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/pharmaceutical-02/company/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:979;s:7:\"company\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51417\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/03/pharmaceutical-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/03/pharmaceutical-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/pharmaceutical-02/wp-json/wp/v2/pages/771\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/pharmaceutical-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-51418\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/pharmaceutical-02-home.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/03/pharmaceutical-02-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/pharmaceutical-02/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/pharmaceutical-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51419\";a:12:{s:5:\"title\";s:8:\"Products\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/pharmaceutical-02-products.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/03/pharmaceutical-02-products-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/pharmaceutical-02/wp-json/wp/v2/pages/458\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/pharmaceutical-02/products/\";s:15:\"astra-sites-tag\";a:1:{i:540;s:8:\"products\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51420\";a:12:{s:5:\"title\";s:27:\"Research &#038; Development\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/pharmaceutical-02-research.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/03/pharmaceutical-02-research-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/pharmaceutical-02/wp-json/wp/v2/pages/611\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:62:\"//websitedemos.net/pharmaceutical-02/research-and-development/\";s:15:\"astra-sites-tag\";a:2:{i:1887;s:7:\"process\";i:1886;s:8:\"research\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-51578\";a:13:{s:5:\"title\";s:13:\"Family Lawyer\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/04/family-lawyer-02-home.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/04/family-lawyer-02-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/04/family-lawyer-02-home-400x1839.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/family-lawyer-02\";s:20:\"astra-site-parent-id\";i:1941;s:15:\"astra-sites-tag\";a:5:{i:912;s:9:\"attorneys\";i:1943;s:14:\"divorce-lawyer\";i:1942;s:13:\"family-lawyer\";i:706;s:6:\"lawyer\";i:1870;s:11:\"lawyer-firm\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-51579\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/04/family-lawyer-02-about-us.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/04/family-lawyer-02-about-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/family-lawyer-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/family-lawyer-02/about-us/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:912;s:9:\"attorneys\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51580\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/04/family-lawyer-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/04/family-lawyer-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/family-lawyer-02/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/family-lawyer-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-51581\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/04/family-lawyer-02-home.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/04/family-lawyer-02-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/family-lawyer-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/family-lawyer-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51582\";a:12:{s:5:\"title\";s:14:\"Practice Areas\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/04/family-lawyer-02-practice-areas.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2021/04/family-lawyer-02-practice-areas-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/family-lawyer-02/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/family-lawyer-02/practice-areas/\";s:15:\"astra-sites-tag\";a:2:{i:707;s:13:\"practice-area\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-47838\";a:13:{s:5:\"title\";s:22:\"Online Cooking Courses\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-02.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-02-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-02-400x1280.jpg\";s:14:\"astra-site-url\";s:43:\"//websitedemos.net/online-cooking-course-02\";s:20:\"astra-site-parent-id\";i:1678;s:15:\"astra-sites-tag\";a:6:{i:1679;s:14:\"cooking-course\";i:468;s:9:\"elearning\";i:467;s:9:\"learndash\";i:719;s:15:\"online-coaching\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:2;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-47842\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-02.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-02-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/online-cooking-course-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/online-cooking-course-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47840\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-02-all-courses.jpg\";s:19:\"thumbnail-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-02-all-courses-600x800.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/online-cooking-course-02/wp-json/wp/v2/pages/351\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/online-cooking-course-02/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47839\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-02-about.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/online-cooking-course-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/online-cooking-course-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47841\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-cooking-course-02/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/online-cooking-course-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}}','no'),(337,'astra-sites-and-pages-page-8','a:15:{s:8:\"id-45894\";a:13:{s:5:\"title\";s:31:\"Courier &amp; Delivery Services\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/courier-04-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/03/courier-04-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/03/courier-04-home-400x1283.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/courier-04\";s:20:\"astra-site-parent-id\";i:1492;s:15:\"astra-sites-tag\";a:7:{i:1498;s:6:\"bearer\";i:1493;s:7:\"carrier\";i:1494;s:7:\"courier\";i:1497;s:8:\"delivery\";i:1495;s:7:\"express\";i:1500;s:8:\"messager\";i:1496;s:6:\"parcel\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-45897\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/courier-04-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/03/courier-04-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/courier-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/courier-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45899\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-04-services.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-04-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/courier-04/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/courier-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45895\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/03/courier-04-about.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/03/courier-04-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/courier-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/courier-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45898\";a:12:{s:5:\"title\";s:6:\"Prices\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/03/courier-04-prices.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/03/courier-04-prices-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/courier-04/wp-json/wp/v2/pages/23\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/courier-04/prices/\";s:15:\"astra-sites-tag\";a:1:{i:815;s:5:\"price\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45900\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/03/courier-04-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/03/courier-04-testimonials-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/courier-04/wp-json/wp/v2/pages/21\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/courier-04/testimonials/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45896\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/03/courier-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/03/courier-04-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/courier-04/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/courier-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-45924\";a:13:{s:5:\"title\";s:31:\"Courier &amp; Delivery Services\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-homepage-400x1139.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/courier-03\";s:20:\"astra-site-parent-id\";i:1501;s:15:\"astra-sites-tag\";a:7:{i:1498;s:6:\"bearer\";i:1493;s:7:\"carrier\";i:1494;s:7:\"courier\";i:1497;s:8:\"delivery\";i:1495;s:7:\"express\";i:1500;s:8:\"messager\";i:1496;s:6:\"parcel\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-45927\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/courier-03/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/courier-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45929\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-services.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/courier-03/wp-json/wp/v2/pages/231\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/courier-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45925\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-about.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/courier-03/wp-json/wp/v2/pages/233\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/courier-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45928\";a:12:{s:5:\"title\";s:6:\"Prices\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-prices.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-prices-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/courier-03/wp-json/wp/v2/pages/235\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/courier-03/prices/\";s:15:\"astra-sites-tag\";a:1:{i:815;s:5:\"price\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45930\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-testimonials-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/courier-03/wp-json/wp/v2/pages/237\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/courier-03/testimonials/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45926\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/courier-03/wp-json/wp/v2/pages/239\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/courier-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-49406\";a:13:{s:5:\"title\";s:27:\"Freelance Voice-over Artist\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/03/voiceover-artist-02-home.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/03/voiceover-artist-02-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/03/voiceover-artist-02-home-400x1560.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/voiceover-artist-02\";s:20:\"astra-site-parent-id\";i:1828;s:15:\"astra-sites-tag\";a:7:{i:1908;s:14:\"dubbing-artist\";i:669;s:10:\"freelancer\";i:969;s:8:\"musician\";i:1834;s:16:\"recording-artist\";i:1571;s:6:\"singer\";i:1510;s:6:\"studio\";i:1833;s:17:\"voice-over-artist\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-49407\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/03/voiceover-artist-02-about.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/03/voiceover-artist-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/voiceover-artist-02/wp-json/wp/v2/pages/180\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/voiceover-artist-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49408\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/voiceover-artist-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/03/voiceover-artist-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/voiceover-artist-02/wp-json/wp/v2/pages/400\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/voiceover-artist-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-49409\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/03/voiceover-artist-02-home.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/03/voiceover-artist-02-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/voiceover-artist-02/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/voiceover-artist-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49410\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/03/voiceover-artist-02-services.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/03/voiceover-artist-02-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/voiceover-artist-02/wp-json/wp/v2/pages/270\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/voiceover-artist-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49411\";a:12:{s:5:\"title\";s:6:\"Studio\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/voiceover-artist-02-studio.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/03/voiceover-artist-02-studio-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/voiceover-artist-02/wp-json/wp/v2/pages/309\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/voiceover-artist-02/studio/\";s:15:\"astra-sites-tag\";a:2:{i:1510;s:6:\"studio\";i:691;s:10:\"work-place\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-47672\";a:13:{s:5:\"title\";s:15:\"Diagnostics Lab\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/10/lab-08-home.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/lab-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/lab-08-home-400x2475.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/diagnostics-lab-08\";s:20:\"astra-site-parent-id\";i:1657;s:15:\"astra-sites-tag\";a:6:{i:1756;s:10:\"blood-bank\";i:337;s:6:\"clinic\";i:1757;s:15:\"diagnostics-lab\";i:1640;s:10:\"laboratory\";i:603;s:7:\"medical\";i:1755;s:16:\"medical-research\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-47675\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/10/lab-08-home.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/lab-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/diagnostics-lab-08/wp-json/wp/v2/pages/242\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/diagnostics-lab-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47673\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/10/lab-08-about.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/lab-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/diagnostics-lab-08/wp-json/wp/v2/pages/247\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/diagnostics-lab-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47676\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/lab-08-services.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/lab-08-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/diagnostics-lab-08/wp-json/wp/v2/pages/252\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/diagnostics-lab-08/services/\";s:15:\"astra-sites-tag\";a:2:{i:425;s:8:\"services\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47677\";a:12:{s:5:\"title\";s:11:\"Testimonial\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/lab-08-reviews.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/lab-08-reviews-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/diagnostics-lab-08/wp-json/wp/v2/pages/254\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/diagnostics-lab-08/testimonial/\";s:15:\"astra-sites-tag\";a:2:{i:1615;s:7:\"reviews\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47674\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/lab-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/lab-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/diagnostics-lab-08/wp-json/wp/v2/pages/256\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/diagnostics-lab-08/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-49217\";a:13:{s:5:\"title\";s:11:\"Piano Tutor\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/12/piano-tutor-02-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/12/piano-tutor-02-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/12/piano-tutor-02-home-400x2052.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/piano-tutor-02\";s:20:\"astra-site-parent-id\";i:1780;s:15:\"astra-sites-tag\";a:7:{i:1786;s:5:\"forte\";i:407;s:5:\"music\";i:1782;s:5:\"piano\";i:1784;s:15:\"piano-institute\";i:1783;s:13:\"piano-lessons\";i:1785;s:14:\"piano-programs\";i:1781;s:8:\"tutorial\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-49220\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/12/piano-tutor-02-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/12/piano-tutor-02-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/piano-tutor-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/piano-tutor-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49218\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/12/piano-tutor-02-about-us.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/12/piano-tutor-02-about-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/piano-tutor-02/wp-json/wp/v2/pages/164\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/piano-tutor-02/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49221\";a:12:{s:5:\"title\";s:8:\"Programs\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/12/piano-tutor-02-programs.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/12/piano-tutor-02-programs-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/piano-tutor-02/wp-json/wp/v2/pages/228\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/piano-tutor-02/programs/\";s:15:\"astra-sites-tag\";a:1:{i:989;s:8:\"programs\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49222\";a:12:{s:5:\"title\";s:11:\"Testimonial\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/12/piano-tutor-02-testimonial.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/12/piano-tutor-02-testimonial-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/piano-tutor-02/wp-json/wp/v2/pages/278\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/piano-tutor-02/testimonial/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49219\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/12/piano-tutor-02-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/12/piano-tutor-02-contact-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/piano-tutor-02/wp-json/wp/v2/pages/312\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/piano-tutor-02/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-21592\";a:13:{s:5:\"title\";s:19:\"Custom Printing Pro\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/04/custom-printing-04.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/04/custom-printing-04-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/04/custom-printing-04-400x1446.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/custom-printing-04\";s:20:\"astra-site-parent-id\";i:67;s:15:\"astra-sites-tag\";a:8:{i:400;s:15:\"custom-printing\";i:496;s:9:\"ecommerce\";i:881;s:12:\"mug-printing\";i:967;s:13:\"product-store\";i:733;s:4:\"shop\";i:405;s:16:\"t-shirt-printing\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:6:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:4;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:5;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:3:{s:8:\"id-36096\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/04/custom-printing-04.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/04/custom-printing-04-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/custom-printing-04/wp-json/wp/v2/pages/95\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/custom-printing-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22180\";a:12:{s:5:\"title\";s:9:\"About HDX\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/04/custom-printing-04-about-hdx.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/04/custom-printing-04-about-hdx-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/custom-printing-04/wp-json/wp/v2/pages/96\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/custom-printing-04/about-hdx/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22183\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/04/custom-printing-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/04/custom-printing-04-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/custom-printing-04/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/custom-printing-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-47547\";a:13:{s:5:\"title\";s:15:\"Diagnostics Lab\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/09/diagnostics-lab-04.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/09/diagnostics-lab-04-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/09/diagnostics-lab-04-400x2554.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/diagnostics-lab-02\";s:20:\"astra-site-parent-id\";i:1635;s:15:\"astra-sites-tag\";a:5:{i:1637;s:18:\"clinical-diagnosis\";i:1636;s:9:\"diagnosis\";i:1640;s:10:\"laboratory\";i:1638;s:4:\"test\";i:1639;s:8:\"workshop\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-47550\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/09/diagnostics-lab-04.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/09/diagnostics-lab-04-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/diagnostics-lab-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/diagnostics-lab-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47548\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/09/diagnostics-lab-02-about-us.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/09/diagnostics-lab-02-about-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/diagnostics-lab-02/wp-json/wp/v2/pages/134\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/diagnostics-lab-02/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47551\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/09/diagnostics-lab-02-services.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/09/diagnostics-lab-02-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/diagnostics-lab-02/wp-json/wp/v2/pages/157\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/diagnostics-lab-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47552\";a:12:{s:5:\"title\";s:11:\"Testimonial\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/09/diagnostics-lab-02-testimonial.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/09/diagnostics-lab-02-testimonial-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/diagnostics-lab-02/wp-json/wp/v2/pages/170\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/diagnostics-lab-02/testimonial/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47549\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/09/diagnostics-lab-04-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/09/diagnostics-lab-04-contact-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/diagnostics-lab-02/wp-json/wp/v2/pages/183\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/diagnostics-lab-02/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48061\";a:13:{s:5:\"title\";s:21:\"Online Cooking Course\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-1.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-1-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-1-400x1006.jpg\";s:14:\"astra-site-url\";s:43:\"//websitedemos.net/online-cooking-course-08\";s:20:\"astra-site-parent-id\";i:1696;s:15:\"astra-sites-tag\";a:6:{i:462;s:7:\"courses\";i:468;s:9:\"elearning\";i:467;s:9:\"learndash\";i:460;s:8:\"learning\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-48065\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-1.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/online-cooking-course-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/online-cooking-course-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48063\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-all-courses-1.jpg\";s:19:\"thumbnail-image-url\";s:102:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-all-courses-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-cooking-course-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/online-cooking-course-08/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48062\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-cooking-course-08/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/online-cooking-course-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48064\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-contact-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-cooking-course-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/online-cooking-course-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-21821\";a:13:{s:5:\"title\";s:15:\"Custom Printing\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/10/custom-printing-03-home-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/10/custom-printing-03-home-1-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/10/custom-printing-03-home-1-400x1380.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/custom-printing-03\";s:20:\"astra-site-parent-id\";i:318;s:15:\"astra-sites-tag\";a:9:{i:880;s:9:\"cartflows\";i:400;s:15:\"custom-printing\";i:404;s:9:\"gift-shop\";i:401;s:10:\"gift-store\";i:403;s:14:\"online-gifting\";i:402;s:8:\"printing\";i:733;s:4:\"shop\";i:405;s:16:\"t-shirt-printing\";i:966;s:12:\"woo-commerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:7:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:9:\"cartflows\";s:4:\"init\";s:23:\"cartflows/cartflows.php\";s:4:\"name\";s:9:\"CartFlows\";}i:3;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:4;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:5;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:6;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:3:{s:8:\"id-34081\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/10/custom-printing-03-home-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/10/custom-printing-03-home-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/custom-printing-03/wp-json/wp/v2/pages/95\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/custom-printing-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-26341\";a:12:{s:5:\"title\";s:9:\"About HDX\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/10/custom-printing-03-about.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/10/custom-printing-03-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/custom-printing-03/wp-json/wp/v2/pages/96\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/custom-printing-03/about-hdx/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-26344\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/10/custom-printing-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/10/custom-printing-03-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/custom-printing-03/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/custom-printing-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-47023\";a:13:{s:5:\"title\";s:21:\"Women Empowerment NGO\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/08/women-empowerment-02.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/08/women-empowerment-02-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/08/women-empowerment-02-400x1926.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/women-empowerment-02\";s:20:\"astra-site-parent-id\";i:1590;s:15:\"astra-sites-tag\";a:2:{i:1592;s:3:\"ngo\";i:1591;s:17:\"women-empowerment\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-47028\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/08/women-empowerment-02.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/08/women-empowerment-02-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/women-empowerment-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/women-empowerment-02/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47024\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/08/women-empowerment-02-about-us.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/08/women-empowerment-02-about-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/women-empowerment-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/women-empowerment-02/about-us/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47029\";a:12:{s:5:\"title\";s:10:\"What We Do\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/08/women-empowerment-02-what-we-do.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/08/women-empowerment-02-what-we-do-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/women-empowerment-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/women-empowerment-02/what-we-do/\";s:15:\"astra-sites-tag\";a:1:{i:628;s:10:\"what-we-do\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47026\";a:12:{s:5:\"title\";s:6:\"Events\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/08/women-empowerment-02-events.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/08/women-empowerment-02-events-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/women-empowerment-02/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/women-empowerment-02/events/\";s:15:\"astra-sites-tag\";a:2:{i:1569;s:6:\"events\";i:989;s:8:\"programs\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47027\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/08/women-empowerment-02-gallery.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/08/women-empowerment-02-gallery-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/women-empowerment-02/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/women-empowerment-02/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47025\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/08/women-empowerment-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/08/women-empowerment-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/women-empowerment-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/women-empowerment-02/contact/\";s:15:\"astra-sites-tag\";a:4:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";i:896;s:13:\"get-connected\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48447\";a:13:{s:5:\"title\";s:21:\"Women Empowerment NGO\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-400x1508.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/women-empowerment-08\";s:20:\"astra-site-parent-id\";i:1735;s:15:\"astra-sites-tag\";a:3:{i:625;s:7:\"charity\";i:1592;s:3:\"ngo\";i:1591;s:17:\"women-empowerment\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-48448\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-about-us.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-about-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/women-empowerment-08/wp-json/wp/v2/pages/357\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/women-empowerment-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48449\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/women-empowerment-08/wp-json/wp/v2/pages/442\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/women-empowerment-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48450\";a:12:{s:5:\"title\";s:6:\"Events\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-events.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-events-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/women-empowerment-08/wp-json/wp/v2/pages/418\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/women-empowerment-08/events/\";s:15:\"astra-sites-tag\";a:1:{i:409;s:5:\"event\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48451\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-gallery.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-gallery-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/women-empowerment-08/wp-json/wp/v2/pages/426\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/women-empowerment-08/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48452\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/women-empowerment-08/wp-json/wp/v2/pages/297\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/women-empowerment-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48453\";a:12:{s:5:\"title\";s:10:\"What We Do\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-what-we-do.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-what-we-do-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/women-empowerment-08/wp-json/wp/v2/pages/403\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/women-empowerment-08/what-we-do/\";s:15:\"astra-sites-tag\";a:1:{i:628;s:10:\"what-we-do\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-46688\";a:13:{s:5:\"title\";s:21:\"Inspirational Speaker\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/06/inspirational-speaker-03-home.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/06/inspirational-speaker-03-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/06/inspirational-speaker-03-home-400x1547.jpg\";s:14:\"astra-site-url\";s:43:\"//websitedemos.net/inspirational-speaker-04\";s:20:\"astra-site-parent-id\";i:1550;s:15:\"astra-sites-tag\";a:6:{i:1548;s:9:\"encourage\";i:1549;s:10:\"enthusiasm\";i:1547;s:10:\"influencer\";i:1546;s:11:\"inspiration\";i:1545;s:21:\"inspirational-speaker\";i:609;s:9:\"motivator\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-46693\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/06/inspirational-speaker-03-home.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/06/inspirational-speaker-03-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/inspirational-speaker-04/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/inspirational-speaker-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-46689\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/06/inspirational-speaker-03-about.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/06/inspirational-speaker-03-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/inspirational-speaker-04/wp-json/wp/v2/pages/223\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/inspirational-speaker-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46691\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/06/inspirational-speaker-03-courses.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/06/inspirational-speaker-03-courses-600x800.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/inspirational-speaker-04/wp-json/wp/v2/pages/228\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/inspirational-speaker-04/courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46692\";a:12:{s:5:\"title\";s:6:\"Events\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/06/inspirational-speaker-03-events.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/06/inspirational-speaker-03-events-600x800.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/inspirational-speaker-04/wp-json/wp/v2/pages/230\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/inspirational-speaker-04/events/\";s:15:\"astra-sites-tag\";a:1:{i:409;s:5:\"event\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46690\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/06/inspirational-speaker-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/06/inspirational-speaker-03-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/inspirational-speaker-04/wp-json/wp/v2/pages/226\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/inspirational-speaker-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-46941\";a:13:{s:5:\"title\";s:8:\"Musician\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/08/musician-02.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/08/musician-02-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/08/musician-02-400x1622.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/musician-02\";s:20:\"astra-site-parent-id\";i:1564;s:15:\"astra-sites-tag\";a:5:{i:339;s:6:\"artist\";i:969;s:8:\"musician\";i:1572;s:9:\"performer\";i:1571;s:6:\"singer\";i:1573;s:8:\"vocalist\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-46947\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/08/musician-02.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/08/musician-02-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/musician-02/wp-json/wp/v2/pages/167\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/musician-02/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46943\";a:12:{s:5:\"title\";s:9:\"Biography\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/08/musician-02-biography.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/08/musician-02-biography-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/musician-02/wp-json/wp/v2/pages/294\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/musician-02/biography/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:1566;s:9:\"biography\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46944\";a:12:{s:5:\"title\";s:8:\"Concerts\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/08/musician-02-concerts.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/08/musician-02-concerts-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/musician-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/musician-02/concerts/\";s:15:\"astra-sites-tag\";a:3:{i:1567;s:8:\"concerts\";i:1569;s:6:\"events\";i:1568;s:5:\"shows\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46942\";a:12:{s:5:\"title\";s:6:\"Albums\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/08/musician-02-albums.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/08/musician-02-albums-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/musician-02/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/musician-02/albums/\";s:15:\"astra-sites-tag\";a:3:{i:1565;s:6:\"albums\";i:763;s:11:\"discography\";i:407;s:5:\"music\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46946\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/08/musician-02-gallery.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/08/musician-02-gallery-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/musician-02/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/musician-02/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46945\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/08/musician-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/08/musician-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/musician-02/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/musician-02/contact/\";s:15:\"astra-sites-tag\";a:4:{i:415;s:7:\"contact\";i:1009;s:10:\"contact-me\";i:896;s:13:\"get-connected\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48611\";a:13:{s:5:\"title\";s:8:\"Musician\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-400x1735.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/musician-08\";s:20:\"astra-site-parent-id\";i:1752;s:15:\"astra-sites-tag\";a:5:{i:339;s:6:\"artist\";i:969;s:8:\"musician\";i:1572;s:9:\"performer\";i:1571;s:6:\"singer\";i:1573;s:8:\"vocalist\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-48612\";a:12:{s:5:\"title\";s:6:\"Albums\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-albums.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-albums-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/musician-08/wp-json/wp/v2/pages/437\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/musician-08/albums/\";s:15:\"astra-sites-tag\";a:2:{i:1565;s:6:\"albums\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48617\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/musician-08/wp-json/wp/v2/pages/296\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/musician-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48613\";a:12:{s:5:\"title\";s:9:\"Biography\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-biography.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-biography-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/musician-08/wp-json/wp/v2/pages/408\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/musician-08/biography/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:1566;s:9:\"biography\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48614\";a:12:{s:5:\"title\";s:8:\"Concerts\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-concerts.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-concerts-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/musician-08/wp-json/wp/v2/pages/432\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/musician-08/concerts/\";s:15:\"astra-sites-tag\";a:1:{i:755;s:7:\"concert\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48616\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-gallery.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-gallery-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/musician-08/wp-json/wp/v2/pages/443\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/musician-08/gallery/\";s:15:\"astra-sites-tag\";a:2:{i:461;s:7:\"gallery\";i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48615\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/musician-08/wp-json/wp/v2/pages/451\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/musician-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-55517\";a:13:{s:5:\"title\";s:18:\"Portfolio &amp; CV\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-02.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-02-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-02-400x1740.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/portfolio-02\";s:20:\"astra-site-parent-id\";i:2149;s:15:\"astra-sites-tag\";a:6:{i:2151;s:16:\"curriculum-vitae\";i:2150;s:2:\"cv\";i:1903;s:16:\"personal-website\";i:444;s:9:\"portfolio\";i:2153;s:6:\"resume\";i:2152;s:12:\"work-profile\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-55518\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-02-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/portfolio-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/portfolio-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55519\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/portfolio-02/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/portfolio-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55520\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-02.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-02-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/portfolio-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/portfolio-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55521\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-02-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-02-portfolio-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/portfolio-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/portfolio-02/portfolio/\";s:15:\"astra-sites-tag\";a:2:{i:444;s:9:\"portfolio\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55522\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-02-services.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-02-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/portfolio-02/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/portfolio-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}}','no'),(338,'astra-sites-and-pages-page-9','a:15:{s:8:\"id-55511\";a:13:{s:5:\"title\";s:19:\"Portfolio &#038; CV\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-400x1308.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/portfolio-08\";s:20:\"astra-site-parent-id\";i:2148;s:15:\"astra-sites-tag\";a:6:{i:2151;s:16:\"curriculum-vitae\";i:2150;s:2:\"cv\";i:1903;s:16:\"personal-website\";i:444;s:9:\"portfolio\";i:2153;s:6:\"resume\";i:2152;s:12:\"work-profile\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-55512\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/portfolio-08/wp-json/wp/v2/pages/345\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/portfolio-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-55513\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/portfolio-08/wp-json/wp/v2/pages/375\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/portfolio-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55514\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/portfolio-08/wp-json/wp/v2/pages/298\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/portfolio-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-55515\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-portfolio-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/portfolio-08/wp-json/wp/v2/pages/366\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/portfolio-08/portfolio/\";s:15:\"astra-sites-tag\";a:2:{i:444;s:9:\"portfolio\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-55516\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-services.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/portfolio-08/wp-json/wp/v2/pages/359\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/portfolio-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-48671\";a:13:{s:5:\"title\";s:12:\"Tech Startup\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-home.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-home-400x1256.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/tech-startup-08\";s:20:\"astra-site-parent-id\";i:1758;s:15:\"astra-sites-tag\";a:7:{i:1761;s:11:\"application\";i:745;s:12:\"organization\";i:1762;s:16:\"software-company\";i:1760;s:13:\"software-firm\";i:1665;s:7:\"startup\";i:1759;s:13:\"tech-business\";i:1763;s:12:\"tech-startup\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-48672\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-about.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/tech-startup-08/wp-json/wp/v2/pages/248\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/tech-startup-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48673\";a:12:{s:5:\"title\";s:8:\"Features\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-features.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-features-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/tech-startup-08/wp-json/wp/v2/pages/249\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/tech-startup-08/features/\";s:15:\"astra-sites-tag\";a:1:{i:453;s:8:\"features\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48674\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-home.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/tech-startup-08/wp-json/wp/v2/pages/247\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/tech-startup-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48675\";a:12:{s:5:\"title\";s:4:\"Plan\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-plan.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-plan-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/tech-startup-08/wp-json/wp/v2/pages/250\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/tech-startup-08/plan/\";s:15:\"astra-sites-tag\";a:2:{i:1663;s:4:\"plan\";i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-49795\";a:13:{s:5:\"title\";s:18:\"Learn Oil Painting\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-oil-painting-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-oil-painting-02-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-oil-painting-02-homepage-400x1135.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/learn-oil-painting-02\";s:20:\"astra-site-parent-id\";i:1851;s:15:\"astra-sites-tag\";a:4:{i:462;s:7:\"courses\";i:467;s:9:\"learndash\";i:975;s:15:\"online-learning\";i:720;s:9:\"tutorials\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:2;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-49796\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-oil-painting-02-about.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-oil-painting-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/learn-oil-painting-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/learn-oil-painting-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49797\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-oil-painting-02-classes.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-oil-painting-02-classes-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/learn-oil-painting-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/learn-oil-painting-02/classes/\";s:15:\"astra-sites-tag\";a:1:{i:557;s:7:\"classes\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49798\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-oil-painting-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-oil-painting-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/learn-oil-painting-02/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/learn-oil-painting-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-49799\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-oil-painting-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-oil-painting-02-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/learn-oil-painting-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/learn-oil-painting-02/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-47565\";a:13:{s:5:\"title\";s:28:\"Hairdressers and Hair Salons\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/09/hair-salon-04-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/09/hair-salon-04-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/09/hair-salon-04-home-400x2392.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/hair-salon-04\";s:20:\"astra-site-parent-id\";i:1641;s:15:\"astra-sites-tag\";a:7:{i:474;s:8:\"grooming\";i:477;s:9:\"hair-care\";i:1645;s:8:\"hair-cut\";i:1642;s:10:\"hair-salon\";i:1644;s:12:\"hair-styling\";i:1646;s:23:\"professional-hair-salon\";i:1643;s:7:\"styling\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-47567\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/09/hair-salon-04-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/09/hair-salon-04-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/hair-salon-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/hair-salon-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47569\";a:12:{s:5:\"title\";s:6:\"Salons\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/09/hair-salon-04-salon.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/09/hair-salon-04-salon-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/hair-salon-04/wp-json/wp/v2/pages/247\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/hair-salon-04/salons/\";s:15:\"astra-sites-tag\";a:3:{i:352;s:5:\"about\";i:905;s:9:\"our-story\";i:650;s:5:\"salon\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47570\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/09/hair-salon-04-services.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/09/hair-salon-04-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/hair-salon-04/wp-json/wp/v2/pages/290\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/hair-salon-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47568\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/09/hair-salon-04-reviews.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/09/hair-salon-04-reviews-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/hair-salon-04/wp-json/wp/v2/pages/317\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/hair-salon-04/reviews/\";s:15:\"astra-sites-tag\";a:2:{i:1615;s:7:\"reviews\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47566\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/09/hair-salon-04-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/09/hair-salon-04-contact-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/hair-salon-04/wp-json/wp/v2/pages/340\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/hair-salon-04/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-54423\";a:13:{s:5:\"title\";s:11:\"Coffee Shop\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/coffee-shop-02.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/coffee-shop-02-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/coffee-shop-02-400x1752.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/coffee-shop-02\";s:20:\"astra-site-parent-id\";i:2031;s:15:\"astra-sites-tag\";a:8:{i:693;s:4:\"cafe\";i:2042;s:8:\"cafe-bar\";i:1527;s:9:\"cafeteria\";i:2043;s:12:\"coffee-house\";i:1575;s:11:\"coffee-shop\";i:399;s:8:\"one-page\";i:335;s:10:\"restaurant\";i:2041;s:9:\"snack-bar\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-54424\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/coffee-shop-02.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/coffee-shop-02-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/coffee-shop-02/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/coffee-shop-02/\";s:15:\"astra-sites-tag\";a:3:{i:423;s:4:\"home\";i:399;s:8:\"one-page\";i:463;s:11:\"single-page\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-46285\";a:13:{s:5:\"title\";s:15:\"Moving Services\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-home.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-home-400x1510.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/moving-services-04\";s:20:\"astra-site-parent-id\";i:1530;s:15:\"astra-sites-tag\";a:5:{i:1021;s:14:\"local-business\";i:364;s:6:\"movers\";i:365;s:7:\"packers\";i:1535;s:10:\"relocation\";i:366;s:9:\"transport\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-46289\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-home.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/moving-services-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/moving-services-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-46286\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-about-1.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/moving-services-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/moving-services-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46290\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-services-1.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-services-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/moving-services-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/moving-services-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46291\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-reviews.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-reviews-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/moving-services-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/moving-services-04/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46288\";a:12:{s:5:\"title\";s:11:\"FAQ&#8217;s\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-faq.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-faq-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/moving-services-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/moving-services-04/faqs/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46287\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-contact-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/moving-services-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/moving-services-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-46305\";a:13:{s:5:\"title\";s:15:\"Moving Services\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-home-1-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-home-1-400x1497.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/moving-services-03\";s:20:\"astra-site-parent-id\";i:1531;s:15:\"astra-sites-tag\";a:5:{i:1021;s:14:\"local-business\";i:364;s:6:\"movers\";i:365;s:7:\"packers\";i:1535;s:10:\"relocation\";i:366;s:9:\"transport\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-46309\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-home-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/moving-services-03/wp-json/wp/v2/pages/232\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/moving-services-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-46306\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-about-2.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-about-2-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/moving-services-03/wp-json/wp/v2/pages/234\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/moving-services-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-46310\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-services-2.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-services-2-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/moving-services-03/wp-json/wp/v2/pages/235\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/moving-services-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-46311\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-testimonials-1.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-testimonials-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/moving-services-03/wp-json/wp/v2/pages/236\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/moving-services-03/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-46308\";a:12:{s:5:\"title\";s:11:\"FAQ&#8217;s\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-faq-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-faq-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/moving-services-03/wp-json/wp/v2/pages/237\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/moving-services-03/faqs/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-46307\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-contact-2-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/moving-services-03/wp-json/wp/v2/pages/238\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/moving-services-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-49412\";a:13:{s:5:\"title\";s:17:\"Bike Modification\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/12/bike-modification-04.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/12/bike-modification-04-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/12/bike-modification-04-400x2261.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/bike-modification-04\";s:20:\"astra-site-parent-id\";i:1829;s:15:\"astra-sites-tag\";a:4:{i:1831;s:10:\"automobile\";i:1830;s:17:\"bike-modification\";i:1832;s:12:\"custom-bikes\";i:667;s:11:\"repair-shop\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-49413\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/12/bike-modification-04-about-us.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/12/bike-modification-04-about-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/bike-modification-04/wp-json/wp/v2/pages/896\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/bike-modification-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49414\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/12/bike-modification-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/12/bike-modification-04-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/bike-modification-04/wp-json/wp/v2/pages/782\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/bike-modification-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-49415\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/12/bike-modification-04.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/12/bike-modification-04-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/bike-modification-04/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/bike-modification-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49416\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/12/bike-modification-04-services.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/12/bike-modification-04-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/bike-modification-04/wp-json/wp/v2/pages/568\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/bike-modification-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49417\";a:12:{s:5:\"title\";s:11:\"Testimonial\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/12/bike-modification-04-testimonial.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/12/bike-modification-04-testimonial-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/bike-modification-04/wp-json/wp/v2/pages/655\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/bike-modification-04/testimonial/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49418\";a:12:{s:5:\"title\";s:5:\"Works\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/12/bike-modification-04-works.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/12/bike-modification-04-works-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/bike-modification-04/wp-json/wp/v2/pages/408\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/bike-modification-04/works/\";s:15:\"astra-sites-tag\";a:3:{i:997;s:8:\"our-work\";i:444;s:9:\"portfolio\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-45466\";a:13:{s:5:\"title\";s:16:\"Co-Working Space\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-04.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-04-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-04-400x1730.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/co-working-space-04\";s:20:\"astra-site-parent-id\";i:1443;s:15:\"astra-sites-tag\";a:5:{i:692;s:8:\"business\";i:694;s:16:\"co-working-place\";i:695;s:13:\"collaboration\";i:1453;s:15:\"coworking-space\";i:691;s:10:\"work-place\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-45469\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-04.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-04-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/co-working-space-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/co-working-space-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45467\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-04-about-us.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-04-about-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/co-working-space-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/co-working-space-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45471\";a:12:{s:5:\"title\";s:9:\"Workspace\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-04-workspace.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-04-workspace-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/co-working-space-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/co-working-space-04/workspace/\";s:15:\"astra-sites-tag\";a:2:{i:451;s:4:\"work\";i:1444;s:9:\"workspace\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45470\";a:12:{s:5:\"title\";s:7:\"Pricing\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-04-pricing-pro.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-04-pricing-pro-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/co-working-space-04/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/co-working-space-04/pricing/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45468\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-04-contact-pro.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-04-contact-pro-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/co-working-space-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/co-working-space-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-45483\";a:13:{s:5:\"title\";s:16:\"Co-Working Space\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-03-home.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-03-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-03-home-400x1746.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/co-working-space-03\";s:20:\"astra-site-parent-id\";i:1445;s:15:\"astra-sites-tag\";a:5:{i:692;s:8:\"business\";i:694;s:16:\"co-working-place\";i:695;s:13:\"collaboration\";i:1453;s:15:\"coworking-space\";i:691;s:10:\"work-place\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-45486\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-03-home.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-03-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/co-working-space-03/wp-json/wp/v2/pages/476\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/co-working-space-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45484\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-03-about.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-03-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/co-working-space-03/wp-json/wp/v2/pages/478\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/co-working-space-03/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45488\";a:12:{s:5:\"title\";s:9:\"Workspace\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-03-workspace.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-03-workspace-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/co-working-space-03/wp-json/wp/v2/pages/479\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/co-working-space-03/workspace/\";s:15:\"astra-sites-tag\";a:2:{i:451;s:4:\"work\";i:1444;s:9:\"workspace\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45487\";a:12:{s:5:\"title\";s:7:\"Pricing\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-03-pricing.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-03-pricing-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/co-working-space-03/wp-json/wp/v2/pages/480\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/co-working-space-03/pricing/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45485\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-03-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/co-working-space-03/wp-json/wp/v2/pages/481\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/co-working-space-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-47052\";a:13:{s:5:\"title\";s:12:\"Elderly Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/08/elderly-care-02.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/08/elderly-care-02-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/08/elderly-care-02-400x1572.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/elderly-care-02\";s:20:\"astra-site-parent-id\";i:1593;s:15:\"astra-sites-tag\";a:5:{i:1598;s:24:\"assisted-living-facility\";i:1596;s:10:\"elder-home\";i:1595;s:11:\"elders-care\";i:1594;s:12:\"old-age-home\";i:1597;s:15:\"retirement-home\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:36;s:5:\"other\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-47056\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/08/elderly-care-02.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/08/elderly-care-02-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/elderly-care-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/elderly-care-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47053\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/08/elderly-care-02-about.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/08/elderly-care-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/elderly-care-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/elderly-care-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47057\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/08/elderly-care-02-services.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/08/elderly-care-02-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/elderly-care-02/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/elderly-care-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47055\";a:12:{s:5:\"title\";s:10:\"Facilities\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/08/elderly-care-02-facilities.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/08/elderly-care-02-facilities-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/elderly-care-02/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/elderly-care-02/facilities/\";s:15:\"astra-sites-tag\";a:1:{i:1599;s:10:\"facilities\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47054\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/08/elderly-care-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/08/elderly-care-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/elderly-care-02/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/elderly-care-02/contact/\";s:15:\"astra-sites-tag\";a:4:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";i:896;s:13:\"get-connected\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48519\";a:13:{s:5:\"title\";s:12:\"Elderly Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-home.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-home-400x1558.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/elderly-care-08\";s:20:\"astra-site-parent-id\";i:1744;s:15:\"astra-sites-tag\";a:5:{i:1598;s:24:\"assisted-living-facility\";i:1596;s:10:\"elder-home\";i:1595;s:11:\"elders-care\";i:1594;s:12:\"old-age-home\";i:1597;s:15:\"retirement-home\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-48523\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-home.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/elderly-care-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/elderly-care-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48520\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-about.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/elderly-care-08/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/elderly-care-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48524\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-services.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/elderly-care-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/elderly-care-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48522\";a:12:{s:5:\"title\";s:10:\"Facilities\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-facilities.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-facilities-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/elderly-care-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/elderly-care-08/facilities/\";s:15:\"astra-sites-tag\";a:1:{i:1599;s:10:\"facilities\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48521\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/elderly-care-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/elderly-care-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-47084\";a:13:{s:5:\"title\";s:12:\"Horticulture\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/08/horticulture-02.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/08/horticulture-02-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/08/horticulture-02-400x1587.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/horticulture-02\";s:20:\"astra-site-parent-id\";i:1600;s:15:\"astra-sites-tag\";a:4:{i:1601;s:11:\"agriculture\";i:1603;s:13:\"farm-products\";i:632;s:7:\"farming\";i:1602;s:12:\"horticulture\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-47086\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/08/horticulture-02.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/08/horticulture-02-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/horticulture-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/horticulture-02/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47087\";a:12:{s:5:\"title\";s:8:\"Our Farm\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/08/horticulture-02-our-farm.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/08/horticulture-02-our-farm-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/horticulture-02/wp-json/wp/v2/pages/92\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/horticulture-02/our-farm/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47088\";a:12:{s:5:\"title\";s:11:\"Our Produce\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/08/horticulture-02-our-produce.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/08/horticulture-02-our-produce-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/horticulture-02/wp-json/wp/v2/pages/119\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/horticulture-02/our-produce/\";s:15:\"astra-sites-tag\";a:3:{i:1606;s:12:\"our-products\";i:1605;s:12:\"our-services\";i:540;s:8:\"products\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47089\";a:12:{s:5:\"title\";s:11:\"Testimonial\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/08/horticulture-02-testimonial.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/08/horticulture-02-testimonial-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/horticulture-02/wp-json/wp/v2/pages/137\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/horticulture-02/testimonial/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47085\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/08/horticulture-02-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/08/horticulture-02-contact-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/horticulture-02/wp-json/wp/v2/pages/145\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/horticulture-02/contact-us/\";s:15:\"astra-sites-tag\";a:4:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";i:896;s:13:\"get-connected\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-47723\";a:13:{s:5:\"title\";s:12:\"Horticulture\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-400x1517.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/horticulture-08\";s:20:\"astra-site-parent-id\";i:1669;s:15:\"astra-sites-tag\";a:4:{i:1601;s:11:\"agriculture\";i:1603;s:13:\"farm-products\";i:632;s:7:\"farming\";i:1602;s:12:\"horticulture\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-47725\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/horticulture-08/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/horticulture-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47726\";a:12:{s:5:\"title\";s:8:\"Our Farm\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-our-farm.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-our-farm-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/horticulture-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/horticulture-08/our-farm/\";s:15:\"astra-sites-tag\";a:2:{i:1737;s:4:\"farm\";i:1736;s:8:\"our-farm\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47727\";a:12:{s:5:\"title\";s:11:\"Our Produce\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-our-produce.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-our-produce-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/horticulture-08/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/horticulture-08/our-produce/\";s:15:\"astra-sites-tag\";a:1:{i:1606;s:12:\"our-products\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47728\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-testimonials-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/horticulture-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/horticulture-08/testimonials/\";s:15:\"astra-sites-tag\";a:3:{i:1738;s:9:\"feedbacks\";i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47724\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-contact-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/horticulture-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/horticulture-08/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-46988\";a:13:{s:5:\"title\";s:7:\"AppPlus\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/08/app-landing-page-04.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/08/app-landing-page-04-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/08/app-landing-page-04-400x2274.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/app-landing-page-04\";s:20:\"astra-site-parent-id\";i:1581;s:15:\"astra-sites-tag\";a:4:{i:1583;s:16:\"app-landing-page\";i:423;s:4:\"home\";i:850;s:12:\"landing-page\";i:629;s:20:\"product-landing-page\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}s:5:\"pages\";a:1:{s:8:\"id-46989\";a:12:{s:5:\"title\";s:12:\"Landing Page\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/08/app-landing-page-04.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/08/app-landing-page-04-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/app-landing-page-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/app-landing-page-04/\";s:15:\"astra-sites-tag\";a:3:{i:1582;s:13:\"download-page\";i:850;s:12:\"landing-page\";i:629;s:20:\"product-landing-page\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}}','no'),(339,'astra-sites-and-pages-page-10','a:15:{s:8:\"id-45850\";a:13:{s:5:\"title\";s:25:\"School &amp; Kindergarten\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/04/school-kindergarten-04.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/04/school-kindergarten-04-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/04/school-kindergarten-04-400x2011.jpg\";s:14:\"astra-site-url\";s:41:\"//websitedemos.net/school-kindergarten-04\";s:20:\"astra-site-parent-id\";i:1487;s:15:\"astra-sites-tag\";a:5:{i:459;s:9:\"education\";i:1490;s:4:\"kids\";i:617;s:12:\"kindergarten\";i:460;s:8:\"learning\";i:456;s:6:\"school\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-45854\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/04/school-kindergarten-04.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/04/school-kindergarten-04-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/school-kindergarten-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/school-kindergarten-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45851\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-about-us.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-about-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/school-kindergarten-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/school-kindergarten-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45855\";a:12:{s:5:\"title\";s:11:\"Parent Info\";s:18:\"featured-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-parent-info.jpg\";s:19:\"thumbnail-image-url\";s:102:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-parent-info-600x800.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/school-kindergarten-04/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/school-kindergarten-04/parent-info/\";s:15:\"astra-sites-tag\";a:2:{i:1489;s:11:\"information\";i:1488;s:6:\"parent\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45852\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-classes.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-classes-600x800.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/school-kindergarten-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/school-kindergarten-04/classes/\";s:15:\"astra-sites-tag\";a:1:{i:557;s:7:\"classes\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45856\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-review.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-review-600x800.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/school-kindergarten-04/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/school-kindergarten-04/reviews/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45853\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-contact.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/school-kindergarten-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/school-kindergarten-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-45870\";a:13:{s:5:\"title\";s:25:\"School &amp; Kindergarten\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-home.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-home-400x1875.jpg\";s:14:\"astra-site-url\";s:41:\"//websitedemos.net/school-kindergarten-03\";s:20:\"astra-site-parent-id\";i:1491;s:15:\"astra-sites-tag\";a:5:{i:459;s:9:\"education\";i:1490;s:4:\"kids\";i:617;s:12:\"kindergarten\";i:460;s:8:\"learning\";i:456;s:6:\"school\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-45874\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-home.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/school-kindergarten-03/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/school-kindergarten-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45871\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-about-us.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-about-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/school-kindergarten-03/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/school-kindergarten-03/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45872\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-classes.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-classes-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/school-kindergarten-03/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/school-kindergarten-03/classes/\";s:15:\"astra-sites-tag\";a:1:{i:557;s:7:\"classes\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45875\";a:12:{s:5:\"title\";s:11:\"Parent Info\";s:18:\"featured-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-parent-info.jpg\";s:19:\"thumbnail-image-url\";s:102:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-parent-info-600x800.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/school-kindergarten-03/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/school-kindergarten-03/parent-info/\";s:15:\"astra-sites-tag\";a:2:{i:1489;s:11:\"information\";i:1488;s:6:\"parent\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45876\";a:12:{s:5:\"title\";s:6:\"Review\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-review.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-review-600x800.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/school-kindergarten-03/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/school-kindergarten-03/review/\";s:15:\"astra-sites-tag\";a:1:{i:432;s:6:\"review\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45873\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-contact.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/school-kindergarten-03/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/school-kindergarten-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-45584\";a:13:{s:5:\"title\";s:9:\"Cake Shop\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-04.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-04-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-04-400x1385.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/cake-shop-04\";s:20:\"astra-site-parent-id\";i:1452;s:15:\"astra-sites-tag\";a:4:{i:758;s:6:\"bakery\";i:1527;s:9:\"cafeteria\";i:1528;s:9:\"cake-shop\";i:733;s:4:\"shop\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-45588\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-04.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-04-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/cake-shop-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/cake-shop-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45585\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-04-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-04-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/cake-shop-04/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/cake-shop-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45586\";a:12:{s:5:\"title\";s:5:\"Cakes\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-04-cakes.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-04-cakes-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cake-shop-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/cake-shop-04/cakes/\";s:15:\"astra-sites-tag\";a:1:{i:783;s:4:\"cake\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45589\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-04-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-04-testimonials-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cake-shop-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/cake-shop-04/testimonials/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45587\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-04-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cake-shop-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/cake-shop-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-46271\";a:13:{s:5:\"title\";s:9:\"Cake Shop\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-03-home.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-03-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-03-home-400x1428.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/cake-shop-03\";s:20:\"astra-site-parent-id\";i:1529;s:15:\"astra-sites-tag\";a:5:{i:758;s:6:\"bakery\";i:1527;s:9:\"cafeteria\";i:783;s:4:\"cake\";i:1528;s:9:\"cake-shop\";i:733;s:4:\"shop\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-46275\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-03-home.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-03-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/cake-shop-03/wp-json/wp/v2/pages/284\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/cake-shop-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-46272\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-03-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-03-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/cake-shop-03/wp-json/wp/v2/pages/285\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/cake-shop-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-46273\";a:12:{s:5:\"title\";s:5:\"Cakes\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-03-cakes.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-03-cakes-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/cake-shop-03/wp-json/wp/v2/pages/286\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/cake-shop-03/cakes/\";s:15:\"astra-sites-tag\";a:1:{i:783;s:4:\"cake\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-46276\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-03-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-03-testimonials-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/cake-shop-03/wp-json/wp/v2/pages/287\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/cake-shop-03/testimonials/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-46274\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-03-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/cake-shop-03/wp-json/wp/v2/pages/288\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/cake-shop-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-22058\";a:13:{s:5:\"title\";s:13:\"Travel Agency\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/06/id-22058-travel-agency-resize.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/06/id-22058-travel-agency-resize-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/06/id-22058-travel-agency-resize.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/tourism-04\";s:20:\"astra-site-parent-id\";i:68;s:15:\"astra-sites-tag\";a:6:{i:979;s:7:\"company\";i:812;s:6:\"office\";i:430;s:7:\"tourism\";i:431;s:13:\"tours-travels\";i:427;s:6:\"travel\";i:428;s:13:\"travel-agency\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-39869\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/06/id-22203-travel-agency-home-resize.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2019/06/id-22203-travel-agency-home-resize-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/tourism-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/tourism-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39867\";a:12:{s:5:\"title\";s:8:\"About us\";s:18:\"featured-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/06/id-22200-travel-agency-about-us-resize.jpg\";s:19:\"thumbnail-image-url\";s:102:\"https://websitedemos.net/wp-content/uploads/2019/06/id-22200-travel-agency-about-us-resize-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/tourism-04/wp-json/wp/v2/pages/23\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/tourism-04/about-us/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39871\";a:12:{s:5:\"title\";s:5:\"Tours\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/06/id-22205-travel-agency-tours-resize.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2019/06/id-22205-travel-agency-tours-resize-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/tourism-04/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/tourism-04/tours/\";s:15:\"astra-sites-tag\";a:2:{i:424;s:7:\"project\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39870\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/06/id-22204-travel-agency-reviews-resize.jpg\";s:19:\"thumbnail-image-url\";s:101:\"https://websitedemos.net/wp-content/uploads/2019/06/id-22204-travel-agency-reviews-resize-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/tourism-04/wp-json/wp/v2/pages/25\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/tourism-04/reviews/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39868\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/06/tourism-04-contact-revised-1200.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/06/tourism-04-contact-revised-1200-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/tourism-04/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/tourism-04/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-22091\";a:13:{s:5:\"title\";s:13:\"Travel Agency\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/tourism-03-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/tourism-03-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/tourism-03-home-400x1523.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/tourism-03\";s:20:\"astra-site-parent-id\";i:92;s:15:\"astra-sites-tag\";a:5:{i:979;s:7:\"company\";i:812;s:6:\"office\";i:430;s:7:\"tourism\";i:427;s:6:\"travel\";i:428;s:13:\"travel-agency\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-22859\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/tourism-03-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/tourism-03-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/tourism-03/wp-json/wp/v2/pages/200\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/tourism-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-22856\";a:12:{s:5:\"title\";s:8:\"About us\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/tourism-03-about.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/tourism-03-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/tourism-03/wp-json/wp/v2/pages/23\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/tourism-03/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-22861\";a:12:{s:5:\"title\";s:5:\"Tours\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/tourism-03-tours.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/tourism-03-tours-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/tourism-03/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/tourism-03/tours/\";s:15:\"astra-sites-tag\";a:1:{i:770;s:4:\"tour\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-22860\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/tourism-03-reviews.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/tourism-03-reviews-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/tourism-03/wp-json/wp/v2/pages/25\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/tourism-03/reviews/\";s:15:\"astra-sites-tag\";a:1:{i:432;s:6:\"review\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-22857\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/tourism-03-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/tourism-03-contact-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/tourism-03/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/tourism-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-47181\";a:13:{s:5:\"title\";s:16:\"Consultants Firm\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/08/consultant-firm-04.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/08/consultant-firm-04-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/08/consultant-firm-04-400x2052.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/consultant-firm-04\";s:20:\"astra-site-parent-id\";i:1618;s:15:\"astra-sites-tag\";a:2:{i:1620;s:19:\"business-consultant\";i:1621;s:10:\"consultant\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-47185\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/08/consultant-firm-04.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/08/consultant-firm-04-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/consultant-firm-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/consultant-firm-04/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47182\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/08/consultant-firm-04-about.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/08/consultant-firm-04-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/consultant-firm-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/consultant-firm-04/about/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47186\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/08/consultant-firm-04-services.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/08/consultant-firm-04-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/consultant-firm-04/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/consultant-firm-04/services/\";s:15:\"astra-sites-tag\";a:2:{i:1605;s:12:\"our-services\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47183\";a:12:{s:5:\"title\";s:12:\"Case Studies\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/08/consultant-firm-04-case-studies.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/08/consultant-firm-04-case-studies-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/consultant-firm-04/wp-json/wp/v2/pages/21\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/consultant-firm-04/case-studies/\";s:15:\"astra-sites-tag\";a:1:{i:780;s:12:\"case-studies\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47187\";a:12:{s:5:\"title\";s:4:\"Team\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/08/consultant-firm-04-team.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/08/consultant-firm-04-team-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/consultant-firm-04/wp-json/wp/v2/pages/24\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/consultant-firm-04/team/\";s:15:\"astra-sites-tag\";a:2:{i:996;s:8:\"our-team\";i:486;s:4:\"team\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47184\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/08/consultant-firm-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/08/consultant-firm-04-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/consultant-firm-04/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/consultant-firm-04/contact/\";s:15:\"astra-sites-tag\";a:4:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";i:896;s:13:\"get-connected\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-46967\";a:13:{s:5:\"title\";s:4:\"Cafe\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/08/cafe-04.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/08/cafe-04-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/08/cafe-04-400x1848.jpg\";s:14:\"astra-site-url\";s:26:\"//websitedemos.net/cafe-04\";s:20:\"astra-site-parent-id\";i:1574;s:15:\"astra-sites-tag\";a:5:{i:693;s:4:\"cafe\";i:1576;s:17:\"casual-restaurant\";i:1575;s:11:\"coffee-shop\";i:1577;s:13:\"confectionery\";i:335;s:10:\"restaurant\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-46971\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/08/cafe-04.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/08/cafe-04-600x800.jpg\";s:18:\"astra-page-api-url\";s:54:\"https://websitedemos.net/cafe-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:27:\"//websitedemos.net/cafe-04/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46968\";a:12:{s:5:\"title\";s:8:\"About us\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/08/cafe-04-about-us.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/08/cafe-04-about-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/cafe-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/cafe-04/about-us/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46973\";a:12:{s:5:\"title\";s:13:\"What We Offer\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/08/cafe-04-what-we-offer.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/08/cafe-04-what-we-offer-600x800.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/cafe-04/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/cafe-04/what-we-offer/\";s:15:\"astra-sites-tag\";a:1:{i:1542;s:13:\"what-we-offer\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46972\";a:12:{s:5:\"title\";s:8:\"Our Menu\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/08/cafe-04-our-menu.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/08/cafe-04-our-menu-600x800.jpg\";s:18:\"astra-page-api-url\";s:54:\"https://websitedemos.net/cafe-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/cafe-04/our-menu/\";s:15:\"astra-sites-tag\";a:4:{i:336;s:4:\"food\";i:1579;s:9:\"food-menu\";i:565;s:4:\"menu\";i:1578;s:8:\"our-menu\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46970\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/08/cafe-04-gallery.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/08/cafe-04-gallery-600x800.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/cafe-04/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/cafe-04/gallery/\";s:15:\"astra-sites-tag\";a:2:{i:461;s:7:\"gallery\";i:1580;s:6:\"photos\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46969\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/08/cafe-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/08/cafe-04-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/cafe-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/cafe-04/contact/\";s:15:\"astra-sites-tag\";a:4:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";i:896;s:13:\"get-connected\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-55408\";a:13:{s:5:\"title\";s:6:\"School\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/05/school-02-home-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/school-02-home-1-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/school-02-home-1-400x1833.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/school-02\";s:20:\"astra-site-parent-id\";i:2109;s:15:\"astra-sites-tag\";a:10:{i:2154;s:9:\"academics\";i:610;s:8:\"coaching\";i:2156;s:7:\"daycare\";i:459;s:9:\"education\";i:2158;s:8:\"educator\";i:2155;s:11:\"high-school\";i:617;s:12:\"kindergarten\";i:2157;s:9:\"preschool\";i:456;s:6:\"school\";i:458;s:10:\"university\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-55412\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/school-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/school-02-contact.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/school-02/wp-json/wp/v2/pages/155\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/school-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55409\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/school-02-about-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/school-02-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/school-02/wp-json/wp/v2/pages/152\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/school-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55410\";a:12:{s:5:\"title\";s:9:\"Academics\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/school-02-academics-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/school-02-academics-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/school-02/wp-json/wp/v2/pages/153\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/school-02/academics/\";s:15:\"astra-sites-tag\";a:1:{i:2110;s:7:\"academy\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55411\";a:12:{s:5:\"title\";s:10:\"Activities\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/school-02-activities-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/school-02-activities-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/school-02/wp-json/wp/v2/pages/154\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/school-02/activities/\";s:15:\"astra-sites-tag\";a:1:{i:1922;s:10:\"activities\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55413\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/05/school-02-home-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/school-02-home-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/school-02/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/school-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-55500\";a:13:{s:5:\"title\";s:6:\"School\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-home-400x1665.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/school-08\";s:20:\"astra-site-parent-id\";i:2147;s:15:\"astra-sites-tag\";a:10:{i:2154;s:9:\"academics\";i:610;s:8:\"coaching\";i:2156;s:7:\"daycare\";i:459;s:9:\"education\";i:2158;s:8:\"educator\";i:2155;s:11:\"high-school\";i:617;s:12:\"kindergarten\";i:2157;s:9:\"preschool\";i:456;s:6:\"school\";i:458;s:10:\"university\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-55504\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-contact.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/school-08/wp-json/wp/v2/pages/117\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/school-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55501\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-about.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/school-08/wp-json/wp/v2/pages/62\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/school-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-55502\";a:12:{s:5:\"title\";s:9:\"Academics\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-academics.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-academics-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/school-08/wp-json/wp/v2/pages/79\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/school-08/academics/\";s:15:\"astra-sites-tag\";a:1:{i:2114;s:8:\"academic\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-55503\";a:12:{s:5:\"title\";s:10:\"Activities\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-activities.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-activities-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/school-08/wp-json/wp/v2/pages/102\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/school-08/activities/\";s:15:\"astra-sites-tag\";a:1:{i:1922;s:10:\"activities\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-55505\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/school-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/school-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-46704\";a:13:{s:5:\"title\";s:13:\"e-Book Author\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/07/ebook-author-02-home-page.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/07/ebook-author-02-home-page-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/07/ebook-author-02-home-page-400x1604.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/ebook-author-02\";s:20:\"astra-site-parent-id\";i:1551;s:15:\"astra-sites-tag\";a:4:{i:724;s:6:\"author\";i:727;s:4:\"book\";i:748;s:5:\"ebook\";i:725;s:6:\"writer\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-46709\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/07/ebook-author-02-home-page.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/07/ebook-author-02-home-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/ebook-author-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/ebook-author-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46705\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/07/ebook-author-02-about.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/07/ebook-author-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/ebook-author-02/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/ebook-author-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46707\";a:12:{s:5:\"title\";s:7:\"e-Books\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/07/ebook-author-02-e-books.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/07/ebook-author-02-e-books-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/ebook-author-02/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/ebook-author-02/e-books/\";s:15:\"astra-sites-tag\";a:2:{i:727;s:4:\"book\";i:748;s:5:\"ebook\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46708\";a:12:{s:5:\"title\";s:6:\"Events\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/07/ebook-author-02-events.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/07/ebook-author-02-events-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/ebook-author-02/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/ebook-author-02/events/\";s:15:\"astra-sites-tag\";a:1:{i:409;s:5:\"event\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46706\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/07/ebook-author-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/07/ebook-author-02-contact-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/ebook-author-02/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/ebook-author-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48472\";a:13:{s:5:\"title\";s:13:\"e-book Author\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-400x1471.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/ebook-author-08\";s:20:\"astra-site-parent-id\";i:1739;s:15:\"astra-sites-tag\";a:4:{i:724;s:6:\"author\";i:727;s:4:\"book\";i:748;s:5:\"ebook\";i:725;s:6:\"writer\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-48473\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-about.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/ebook-author-08/wp-json/wp/v2/pages/252\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/ebook-author-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48474\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-contact-page.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-contact-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/ebook-author-08/wp-json/wp/v2/pages/258\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/ebook-author-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48475\";a:12:{s:5:\"title\";s:7:\"e-Books\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-e-books.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-e-books-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/ebook-author-08/wp-json/wp/v2/pages/254\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/ebook-author-08/e-books/\";s:15:\"astra-sites-tag\";a:2:{i:1740;s:5:\"books\";i:748;s:5:\"ebook\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48476\";a:12:{s:5:\"title\";s:6:\"Events\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-events.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-events-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/ebook-author-08/wp-json/wp/v2/pages/256\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/ebook-author-08/events/\";s:15:\"astra-sites-tag\";a:1:{i:1569;s:6:\"events\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48477\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/ebook-author-08/wp-json/wp/v2/pages/250\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/ebook-author-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-45725\";a:13:{s:5:\"title\";s:15:\"Cosmetics Store\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/03/cosmetics-store-01-home.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/03/cosmetics-store-01-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/03/cosmetics-store-01-home-400x1600.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/cosmetics-store-01\";s:20:\"astra-site-parent-id\";i:1469;s:15:\"astra-sites-tag\";a:7:{i:1023;s:6:\"beauty\";i:1465;s:15:\"beauty-products\";i:1466;s:17:\"cosmetic-products\";i:1464;s:14:\"cosmetic-store\";i:1463;s:9:\"cosmetics\";i:496;s:9:\"ecommerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-45728\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/03/cosmetics-store-01-home.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/03/cosmetics-store-01-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/cosmetics-store-01/wp-json/wp/v2/pages/38\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/cosmetics-store-01/\";s:15:\"astra-sites-tag\";a:3:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";i:1467;s:14:\"store-homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-45729\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/03/cosmetics-store-01-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/03/cosmetics-store-01-testimonials-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/cosmetics-store-01/wp-json/wp/v2/pages/31\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/cosmetics-store-01/testimonials/\";s:15:\"astra-sites-tag\";a:2:{i:1468;s:15:\"product-reviews\";i:432;s:6:\"review\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-45726\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/03/cosmetics-store-01-about.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/03/cosmetics-store-01-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/cosmetics-store-01/wp-json/wp/v2/pages/29\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/cosmetics-store-01/about/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-45727\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/03/cosmetics-store-01-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/03/cosmetics-store-01-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/cosmetics-store-01/wp-json/wp/v2/pages/30\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/cosmetics-store-01/contact/\";s:15:\"astra-sites-tag\";a:3:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-19494\";a:13:{s:5:\"title\";s:14:\"BBQ Restaurant\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/06/the-bbq-steaks-place.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/06/the-bbq-steaks-place-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/06/the-bbq-steaks-place-400x1703.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/bbq-restaurant-02\";s:20:\"astra-site-parent-id\";i:66;s:15:\"astra-sites-tag\";a:11:{i:566;s:14:\"bbq-restaurant\";i:562;s:6:\"bistro\";i:972;s:4:\"club\";i:560;s:7:\"cuisine\";i:561;s:6:\"eatery\";i:336;s:4:\"food\";i:350;s:5:\"hotel\";i:559;s:6:\"outlet\";i:335;s:10:\"restaurant\";i:970;s:6:\"restro\";i:971;s:10:\"restro-bar\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-22165\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/06/the-bbq-steaks-place.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/06/the-bbq-steaks-place-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/bbq-restaurant-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/bbq-restaurant-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22162\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/06/the-bbq-restaurant-about-page.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/06/the-bbq-restaurant-about-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/bbq-restaurant-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/bbq-restaurant-02/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22166\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/06/the-bbq-restaurant-menu-page.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/06/the-bbq-restaurant-menu-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/bbq-restaurant-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/bbq-restaurant-02/menu/\";s:15:\"astra-sites-tag\";a:1:{i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22164\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/06/bbq-restaurant-contact-screenshot.png\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2019/06/bbq-restaurant-contact-screenshot-600x800.png\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/bbq-restaurant-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/bbq-restaurant-02/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-19579\";a:13:{s:5:\"title\";s:14:\"BBQ Restaurant\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/bbq-restaurant-01-home.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/bbq-restaurant-01-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/bbq-restaurant-01-home-400x1563.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/bbq-restaurant-01\";s:20:\"astra-site-parent-id\";i:84;s:15:\"astra-sites-tag\";a:11:{i:566;s:14:\"bbq-restaurant\";i:562;s:6:\"bistro\";i:972;s:4:\"club\";i:560;s:7:\"cuisine\";i:561;s:6:\"eatery\";i:336;s:4:\"food\";i:350;s:5:\"hotel\";i:559;s:6:\"outlet\";i:335;s:10:\"restaurant\";i:970;s:6:\"restro\";i:971;s:10:\"restro-bar\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-22694\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/bbq-restaurant-01-home.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/bbq-restaurant-01-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/bbq-restaurant-01/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/bbq-restaurant-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-22691\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/bbq-restaurant-01-about.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/bbq-restaurant-01-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/bbq-restaurant-01/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/bbq-restaurant-01/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-22695\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/bbq-restaurant-01-menu.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/bbq-restaurant-01-menu-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/bbq-restaurant-01/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/bbq-restaurant-01/menu/\";s:15:\"astra-sites-tag\";a:1:{i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-22693\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/bbq-restaurant-01-contact.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/bbq-restaurant-01-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/bbq-restaurant-01/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/bbq-restaurant-01/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}}','no');
INSERT INTO `wpxo_options` VALUES (340,'astra-sites-and-pages-page-11','a:15:{s:8:\"id-47979\";a:13:{s:5:\"title\";s:14:\"BBQ Restaurant\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08-home-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08-home-1-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08-home-1-400x1555.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/bbq-restaurant-08\";s:20:\"astra-site-parent-id\";i:1690;s:15:\"astra-sites-tag\";a:10:{i:566;s:14:\"bbq-restaurant\";i:562;s:6:\"bistro\";i:972;s:4:\"club\";i:560;s:7:\"cuisine\";i:561;s:6:\"eatery\";i:336;s:4:\"food\";i:350;s:5:\"hotel\";i:559;s:6:\"outlet\";i:335;s:10:\"restaurant\";i:970;s:6:\"restro\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-47982\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08-home-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08-home-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/bbq-restaurant-08/wp-json/wp/v2/pages/531\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/bbq-restaurant-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47980\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/bbq-restaurant-08/wp-json/wp/v2/pages/533\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/bbq-restaurant-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47983\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08-menu-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08-menu-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/bbq-restaurant-08/wp-json/wp/v2/pages/535\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/bbq-restaurant-08/menu/\";s:15:\"astra-sites-tag\";a:2:{i:1579;s:9:\"food-menu\";i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47981\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08-contact-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/bbq-restaurant-08/wp-json/wp/v2/pages/537\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/bbq-restaurant-08/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-21828\";a:13:{s:5:\"title\";s:12:\"Health Coach\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/05/susan-burns-health-coach-home.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/05/susan-burns-health-coach-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/05/susan-burns-health-coach-home-400x1770.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/health-coach-04\";s:20:\"astra-site-parent-id\";i:88;s:15:\"astra-sites-tag\";a:9:{i:480;s:4:\"blog\";i:516;s:4:\"diet\";i:521;s:12:\"fitness-blog\";i:336;s:4:\"food\";i:518;s:12:\"health-coach\";i:517;s:14:\"healthy-eating\";i:519;s:14:\"healthy-living\";i:520;s:9:\"nutrition\";i:1020;s:8:\"personal\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-22740\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/05/susan-burns-health-coach-home.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/05/susan-burns-health-coach-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/health-coach-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/health-coach-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-22741\";a:12:{s:5:\"title\";s:8:\"My Story\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/health-coach-mystory.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/health-coach-mystory-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/health-coach-04/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/health-coach-04/my-story/\";s:15:\"astra-sites-tag\";a:3:{i:352;s:5:\"about\";i:905;s:9:\"our-story\";i:767;s:5:\"story\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22738\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/health-coach-04-blog-page.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/health-coach-04-blog-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/health-coach-04/wp-json/wp/v2/pages/152\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/health-coach-04/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-22739\";a:12:{s:5:\"title\";s:11:\"Get Started\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/health-coach-susan-contact-page.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/health-coach-susan-contact-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/health-coach-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/health-coach-04/get-started/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:766;s:11:\"get-started\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}}}s:8:\"id-44066\";a:13:{s:5:\"title\";s:12:\"Health Coach\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/03/health-coach-03-home-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/03/health-coach-03-home-1-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/03/health-coach-03-home-1-400x1544.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/health-coach-03\";s:20:\"astra-site-parent-id\";i:1420;s:15:\"astra-sites-tag\";a:7:{i:516;s:4:\"diet\";i:521;s:12:\"fitness-blog\";i:336;s:4:\"food\";i:518;s:12:\"health-coach\";i:517;s:14:\"healthy-eating\";i:519;s:14:\"healthy-living\";i:520;s:9:\"nutrition\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-45544\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/03/health-coach-03-home-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/03/health-coach-03-home-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/health-coach-03/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/health-coach-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-45545\";a:12:{s:5:\"title\";s:8:\"My Story\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/03/health-coach-03-about-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/03/health-coach-03-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/health-coach-03/wp-json/wp/v2/pages/465\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/health-coach-03/my-story/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45542\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/03/health-coach-03-blog-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/03/health-coach-03-blog-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/health-coach-03/wp-json/wp/v2/pages/327\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/health-coach-03/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-45543\";a:12:{s:5:\"title\";s:11:\"Get Started\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/03/health-coach-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/03/health-coach-03-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/health-coach-03/wp-json/wp/v2/pages/410\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/health-coach-03/get-started/\";s:15:\"astra-sites-tag\";a:2:{i:766;s:11:\"get-started\";i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}}s:8:\"id-18191\";a:13:{s:5:\"title\";s:10:\"Plant Shop\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2018/01/plant-shop-grow-home.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2018/01/plant-shop-grow-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2018/01/plant-shop-grow-home-400x1578.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/plant-shop-04\";s:20:\"astra-site-parent-id\";i:263;s:15:\"astra-sites-tag\";a:6:{i:496;s:9:\"ecommerce\";i:383;s:12:\"online-store\";i:497;s:11:\"plant-store\";i:495;s:6:\"plants\";i:733;s:4:\"shop\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:4;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}}s:5:\"pages\";a:1:{s:8:\"id-39975\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2018/01/plant-shop-grow-home.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2018/01/plant-shop-grow-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/plant-shop-04/wp-json/wp/v2/pages/238\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/plant-shop-04/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:399;s:8:\"one-page\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-18166\";a:13:{s:5:\"title\";s:10:\"Plant Shop\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/plant-shop-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/plant-shop-03-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/plant-shop-03-homepage-400x1322.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/plant-shop-03\";s:20:\"astra-site-parent-id\";i:266;s:15:\"astra-sites-tag\";a:8:{i:496;s:9:\"ecommerce\";i:383;s:12:\"online-store\";i:497;s:11:\"plant-store\";i:495;s:6:\"plants\";i:967;s:13:\"product-store\";i:733;s:4:\"shop\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:4;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}}s:5:\"pages\";a:1:{s:8:\"id-24758\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/plant-shop-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/plant-shop-03-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/plant-shop-03/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/plant-shop-03/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:399;s:8:\"one-page\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}}s:8:\"id-43398\";a:13:{s:5:\"title\";s:10:\"Plant Shop\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/plant-shop-04-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/plant-shop-04-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/plant-shop-04-home-400x1479.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/plant-shop-06\";s:20:\"astra-site-parent-id\";i:1413;s:15:\"astra-sites-tag\";a:5:{i:496;s:9:\"ecommerce\";i:383;s:12:\"online-store\";i:1414;s:10:\"plant-shop\";i:497;s:11:\"plant-store\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}s:5:\"pages\";a:1:{s:8:\"id-43399\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/plant-shop-04-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/plant-shop-04-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/plant-shop-06/wp-json/wp/v2/pages/310\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/plant-shop-06/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:399;s:8:\"one-page\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}}s:8:\"id-46009\";a:13:{s:5:\"title\";s:7:\"Painter\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-04-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-04-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-04-home-400x1335.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/painter-04\";s:20:\"astra-site-parent-id\";i:1508;s:15:\"astra-sites-tag\";a:7:{i:597;s:3:\"art\";i:1511;s:7:\"artisan\";i:339;s:6:\"artist\";i:1513;s:5:\"craft\";i:1514;s:6:\"dauber\";i:614;s:7:\"painter\";i:1512;s:8:\"painting\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-46013\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-04-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-04-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/painter-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/painter-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46010\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-about-page-04.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-about-page-04-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/painter-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/painter-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46011\";a:12:{s:5:\"title\";s:8:\"Artworks\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-04-artworks.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-04-artworks-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/painter-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/painter-04/artworks/\";s:15:\"astra-sites-tag\";a:2:{i:597;s:3:\"art\";i:1509;s:7:\"artwork\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46014\";a:12:{s:5:\"title\";s:6:\"Studio\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-04-studio.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-04-studio-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/painter-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/painter-04/studio/\";s:15:\"astra-sites-tag\";a:1:{i:1510;s:6:\"studio\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46012\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-04-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/painter-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/painter-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-46026\";a:13:{s:5:\"title\";s:7:\"Painter\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-03.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-03-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-03-400x1290.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/painter-03\";s:20:\"astra-site-parent-id\";i:1515;s:15:\"astra-sites-tag\";a:7:{i:597;s:3:\"art\";i:1511;s:7:\"artisan\";i:339;s:6:\"artist\";i:1513;s:5:\"craft\";i:1514;s:6:\"dauber\";i:614;s:7:\"painter\";i:1512;s:8:\"painting\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-46030\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-03.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-03-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/painter-03/wp-json/wp/v2/pages/232\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/painter-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-46027\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-about-page-04.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-about-page-04-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/painter-03/wp-json/wp/v2/pages/218\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/painter-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-46028\";a:12:{s:5:\"title\";s:8:\"Artworks\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-03-artworks.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-03-artworks-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/painter-03/wp-json/wp/v2/pages/219\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/painter-03/artworks/\";s:15:\"astra-sites-tag\";a:1:{i:1509;s:7:\"artwork\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-46031\";a:12:{s:5:\"title\";s:6:\"Studio\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-03-studio.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-03-studio-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/painter-03/wp-json/wp/v2/pages/220\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/painter-03/studio/\";s:15:\"astra-sites-tag\";a:1:{i:1510;s:6:\"studio\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-46029\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-03-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/painter-03/wp-json/wp/v2/pages/221\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/painter-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-19540\";a:13:{s:5:\"title\";s:15:\"Yoga Instructor\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2018/10/yoga-instructor-sarah-homepage.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2018/10/yoga-instructor-sarah-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2018/10/yoga-instructor-sarah-homepage-400x1394.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/yoga-instructor-02\";s:20:\"astra-site-parent-id\";i:105;s:15:\"astra-sites-tag\";a:7:{i:499;s:7:\"fitness\";i:976;s:14:\"gym-instructor\";i:849;s:11:\"health-yoga\";i:1020;s:8:\"personal\";i:395;s:15:\"yoga-instructor\";i:397;s:11:\"yoga-studio\";i:398;s:12:\"yoga-trainer\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-22967\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2018/10/yoga-instructor-sarah-homepage.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2018/10/yoga-instructor-sarah-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/yoga-instructor-02/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/yoga-instructor-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22963\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-sarah-about-page.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-sarah-about-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/yoga-instructor-02/wp-json/wp/v2/pages/34\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/yoga-instructor-02/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22965\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-class-page.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-class-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/yoga-instructor-02/wp-json/wp/v2/pages/35\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/yoga-instructor-02/classes/\";s:15:\"astra-sites-tag\";a:1:{i:557;s:7:\"classes\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22968\";a:12:{s:5:\"title\";s:12:\"Publications\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-publication.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-publication-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/yoga-instructor-02/wp-json/wp/v2/pages/81\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/yoga-instructor-02/publications/\";s:15:\"astra-sites-tag\";a:1:{i:558;s:11:\"publication\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22966\";a:12:{s:5:\"title\";s:7:\"Get Fit\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-getfit-page.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-getfit-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/yoga-instructor-02/wp-json/wp/v2/pages/94\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/yoga-instructor-02/get-fit/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-19629\";a:13:{s:5:\"title\";s:15:\"Yoga Instructor\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-01-home-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-01-home-1-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-01-home-1-400x1566.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/yoga-instructor-01\";s:20:\"astra-site-parent-id\";i:107;s:15:\"astra-sites-tag\";a:5:{i:499;s:7:\"fitness\";i:976;s:14:\"gym-instructor\";i:395;s:15:\"yoga-instructor\";i:397;s:11:\"yoga-studio\";i:398;s:12:\"yoga-trainer\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-22987\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-01.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/yoga-instructor-01/wp-json/wp/v2/pages/137\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/yoga-instructor-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-22980\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-01-about-me-1.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-01-about-me-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/yoga-instructor-01/wp-json/wp/v2/pages/34\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/yoga-instructor-01/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-22985\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-01-classes-1.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-01-classes-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/yoga-instructor-01/wp-json/wp/v2/pages/35\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/yoga-instructor-01/classes/\";s:15:\"astra-sites-tag\";a:1:{i:557;s:7:\"classes\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-22988\";a:12:{s:5:\"title\";s:12:\"Publications\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-01-publications-1.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-01-publications-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/yoga-instructor-01/wp-json/wp/v2/pages/81\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/yoga-instructor-01/publications/\";s:15:\"astra-sites-tag\";a:1:{i:558;s:11:\"publication\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-22986\";a:12:{s:5:\"title\";s:7:\"Get Fit\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-01-get-fit-1.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-01-get-fit-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/yoga-instructor-01/wp-json/wp/v2/pages/94\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/yoga-instructor-01/get-fit/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:769;s:7:\"get-fit\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48631\";a:13:{s:5:\"title\";s:15:\"Yoga Instructor\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-home.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-home-400x1394.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/yoga-instructor-08\";s:20:\"astra-site-parent-id\";i:1753;s:15:\"astra-sites-tag\";a:7:{i:499;s:7:\"fitness\";i:976;s:14:\"gym-instructor\";i:849;s:11:\"health-yoga\";i:1020;s:8:\"personal\";i:395;s:15:\"yoga-instructor\";i:397;s:11:\"yoga-studio\";i:398;s:12:\"yoga-trainer\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-48635\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-home.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/yoga-instructor-08/wp-json/wp/v2/pages/51\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/yoga-instructor-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48632\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-about-me.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-about-me-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/yoga-instructor-08/wp-json/wp/v2/pages/52\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/yoga-instructor-08/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48633\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-classes.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-classes-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/yoga-instructor-08/wp-json/wp/v2/pages/53\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/yoga-instructor-08/classes/\";s:15:\"astra-sites-tag\";a:1:{i:557;s:7:\"classes\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48636\";a:12:{s:5:\"title\";s:12:\"Publications\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-publications.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-publications-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/yoga-instructor-08/wp-json/wp/v2/pages/54\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/yoga-instructor-08/publications/\";s:15:\"astra-sites-tag\";a:1:{i:558;s:11:\"publication\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48634\";a:12:{s:5:\"title\";s:7:\"Get Fit\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-get-fit.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-get-fit-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/yoga-instructor-08/wp-json/wp/v2/pages/55\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/yoga-instructor-08/get-fit/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-49936\";a:13:{s:5:\"title\";s:11:\"Recipe Blog\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-400x1042.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/recipe-blog-08\";s:20:\"astra-site-parent-id\";i:1858;s:15:\"astra-sites-tag\";a:5:{i:792;s:7:\"cooking\";i:787;s:6:\"dinner\";i:336;s:4:\"food\";i:793;s:11:\"food-making\";i:788;s:5:\"snack\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-49940\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/recipe-blog-08/wp-json/wp/v2/pages/1055\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/recipe-blog-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-49937\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-about-me.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-about-me-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/recipe-blog-08/wp-json/wp/v2/pages/1071\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/recipe-blog-08/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:1007;s:8:\"about-me\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-49938\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-blog.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-blog-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/recipe-blog-08/wp-json/wp/v2/pages/1067\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/recipe-blog-08/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-49939\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/recipe-blog-08/wp-json/wp/v2/pages/1074\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/recipe-blog-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-39906\";a:13:{s:5:\"title\";s:6:\"Church\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/church-04-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/church-04-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/church-04-home-400x1530.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/church-04\";s:20:\"astra-site-parent-id\";i:1199;s:15:\"astra-sites-tag\";a:5:{i:897;s:15:\"catholic-church\";i:625;s:7:\"charity\";i:893;s:6:\"church\";i:898;s:16:\"community-church\";i:735;s:6:\"donate\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:36;s:5:\"other\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}i:3;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:7:{s:8:\"id-39912\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/church-04-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/church-04-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/church-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/church-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39907\";a:12:{s:5:\"title\";s:8:\"About us\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/church-04-about-us-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/church-04-about-us-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/church-04/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/church-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39910\";a:12:{s:5:\"title\";s:13:\"Get connected\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/church-04-get-connected.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/01/church-04-get-connected-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/church-04/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/church-04/get-connected/\";s:15:\"astra-sites-tag\";a:1:{i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39913\";a:12:{s:5:\"title\";s:7:\"Sermons\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/church-04-sermons.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/church-04-sermons-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/church-04/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/church-04/sermons/\";s:15:\"astra-sites-tag\";a:1:{i:892;s:7:\"sermons\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39909\";a:12:{s:5:\"title\";s:6:\"Events\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/church-04-events.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/church-04-events-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/church-04/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/church-04/events/\";s:15:\"astra-sites-tag\";a:1:{i:409;s:5:\"event\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39908\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/church-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/church-04-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/church-04/wp-json/wp/v2/pages/26\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/church-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-39911\";a:12:{s:5:\"title\";s:4:\"Give\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/church-04-give.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/church-04-give-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/church-04/wp-json/wp/v2/pages/24\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/church-04/give/\";s:15:\"astra-sites-tag\";a:2:{i:735;s:6:\"donate\";i:1015;s:4:\"give\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}i:2;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}}}s:8:\"id-44450\";a:13:{s:5:\"title\";s:6:\"Church\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/04/church-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/04/church-03-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/04/church-03-homepage-400x1311.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/church-03\";s:20:\"astra-site-parent-id\";i:1428;s:15:\"astra-sites-tag\";a:5:{i:897;s:15:\"catholic-church\";i:625;s:7:\"charity\";i:893;s:6:\"church\";i:898;s:16:\"community-church\";i:735;s:6:\"donate\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:36;s:5:\"other\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:7:{s:8:\"id-44457\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/04/church-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/04/church-03-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/church-03/wp-json/wp/v2/pages/307\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/church-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44451\";a:12:{s:5:\"title\";s:8:\"About us\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/04/church-03-about-us.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/04/church-03-about-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/church-03/wp-json/wp/v2/pages/308\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/church-03/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44455\";a:12:{s:5:\"title\";s:13:\"Get connected\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/04/church-03-get-connected.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/04/church-03-get-connected-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/church-03/wp-json/wp/v2/pages/309\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/church-03/get-connected/\";s:15:\"astra-sites-tag\";a:1:{i:896;s:13:\"get-connected\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44458\";a:12:{s:5:\"title\";s:7:\"Sermons\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/04/church-03-sermons.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/04/church-03-sermons-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/church-03/wp-json/wp/v2/pages/310\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/church-03/sermons/\";s:15:\"astra-sites-tag\";a:1:{i:892;s:7:\"sermons\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44454\";a:12:{s:5:\"title\";s:6:\"Events\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/04/church-03-events.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/04/church-03-events-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/church-03/wp-json/wp/v2/pages/311\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/church-03/events/\";s:15:\"astra-sites-tag\";a:1:{i:409;s:5:\"event\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44453\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/04/church-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/04/church-03-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/church-03/wp-json/wp/v2/pages/313\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/church-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-44456\";a:12:{s:5:\"title\";s:4:\"Give\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/04/church-03-give.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/04/church-03-give-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/church-03/wp-json/wp/v2/pages/312\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/church-03/give/\";s:15:\"astra-sites-tag\";a:2:{i:735;s:6:\"donate\";i:1015;s:4:\"give\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}}s:8:\"id-45643\";a:13:{s:5:\"title\";s:15:\"Cosmetics Store\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/04/cosmetic-store-homepage.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/04/cosmetic-store-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/04/cosmetic-store-homepage-400x1628.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/cosmetics-store-02\";s:20:\"astra-site-parent-id\";i:1461;s:15:\"astra-sites-tag\";a:6:{i:1465;s:15:\"beauty-products\";i:1466;s:17:\"cosmetic-products\";i:1464;s:14:\"cosmetic-store\";i:1463;s:9:\"cosmetics\";i:496;s:9:\"ecommerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-46041\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/04/cosmetic-store-homepage.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/04/cosmetic-store-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/cosmetics-store-02/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/cosmetics-store-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-46042\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/04/cosmetics-store-01-testimonialspage.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2020/04/cosmetics-store-01-testimonialspage-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/cosmetics-store-02/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/cosmetics-store-02/testimonials/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-46039\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/04/cosmetics-store-01-aboutpage.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/04/cosmetics-store-01-aboutpage-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/cosmetics-store-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/cosmetics-store-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46040\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/04/cosmetics-store-01-contactpage.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/04/cosmetics-store-01-contactpage-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/cosmetics-store-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/cosmetics-store-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}}','no'),(341,'astra-sites-and-pages-page-12','a:15:{s:8:\"id-48591\";a:13:{s:5:\"title\";s:15:\"Cosmetics Store\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-home.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-home-400x1625.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/cosmetics-store-08\";s:20:\"astra-site-parent-id\";i:1748;s:15:\"astra-sites-tag\";a:7:{i:1023;s:6:\"beauty\";i:1465;s:15:\"beauty-products\";i:1466;s:17:\"cosmetic-products\";i:1464;s:14:\"cosmetic-store\";i:1463;s:9:\"cosmetics\";i:496;s:9:\"ecommerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-48594\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-home.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/cosmetics-store-08/wp-json/wp/v2/pages/542\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/cosmetics-store-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48592\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-about.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/cosmetics-store-08/wp-json/wp/v2/pages/545\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/cosmetics-store-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48595\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-testinomials.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-testinomials-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/cosmetics-store-08/wp-json/wp/v2/pages/544\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/cosmetics-store-08/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48593\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/cosmetics-store-08/wp-json/wp/v2/pages/546\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/cosmetics-store-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-45577\";a:13:{s:5:\"title\";s:18:\"Wedding Invitation\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/03/wedding-invitation-04.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/03/wedding-invitation-04-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/03/wedding-invitation-04-400x1723.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/wedding-invitation-04\";s:20:\"astra-site-parent-id\";i:1451;s:15:\"astra-sites-tag\";a:3:{i:699;s:10:\"invitation\";i:697;s:7:\"wedding\";i:1457;s:18:\"wedding-invitation\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:36;s:5:\"other\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-45578\";a:12:{s:5:\"title\";s:18:\"Wedding Invitation\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/03/wedding-invitation-04.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/03/wedding-invitation-04-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/wedding-invitation-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/wedding-invitation-04/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:699;s:10:\"invitation\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-45592\";a:13:{s:5:\"title\";s:18:\"Wedding Invitation\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/03/wedding-invitation-04.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/03/wedding-invitation-04-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/03/wedding-invitation-04-400x1723.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/wedding-invitation-03\";s:20:\"astra-site-parent-id\";i:1456;s:15:\"astra-sites-tag\";a:3:{i:699;s:10:\"invitation\";i:697;s:7:\"wedding\";i:1457;s:18:\"wedding-invitation\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:36;s:5:\"other\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-45593\";a:12:{s:5:\"title\";s:18:\"Wedding Invitation\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/03/wedding-invitation-04.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/03/wedding-invitation-04-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/wedding-invitation-03/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/wedding-invitation-03/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:699;s:10:\"invitation\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-38795\";a:13:{s:5:\"title\";s:8:\"Law Firm\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-03-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-03-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-03-home-400x1734.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/law-firm-03\";s:20:\"astra-site-parent-id\";i:1132;s:15:\"astra-sites-tag\";a:8:{i:704;s:13:\"corporate-law\";i:701;s:12:\"criminal-law\";i:703;s:11:\"enforcement\";i:916;s:3:\"law\";i:702;s:8:\"law-firm\";i:998;s:10:\"law-office\";i:706;s:6:\"lawyer\";i:778;s:5:\"legal\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-38799\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-03-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-03-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/law-firm-03/wp-json/wp/v2/pages/334\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/law-firm-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38796\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-03-about.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-03-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/law-firm-03/wp-json/wp/v2/pages/335\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/law-firm-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38800\";a:12:{s:5:\"title\";s:14:\"Practice Areas\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-03-practice-areas.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-03-practice-areas-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/law-firm-03/wp-json/wp/v2/pages/336\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/law-firm-03/practice-areas/\";s:15:\"astra-sites-tag\";a:1:{i:707;s:13:\"practice-area\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38797\";a:12:{s:5:\"title\";s:9:\"Attorneys\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-03-attorneys.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-03-attorneys-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/law-firm-03/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/law-firm-03/attorneys/\";s:15:\"astra-sites-tag\";a:1:{i:912;s:9:\"attorneys\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38798\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-03-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/law-firm-03/wp-json/wp/v2/pages/337\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/law-firm-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-38787\";a:13:{s:5:\"title\";s:8:\"Law Firm\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-home-page.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-home-page-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-home-page-400x1758.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/law-firm-04\";s:20:\"astra-site-parent-id\";i:1131;s:15:\"astra-sites-tag\";a:8:{i:704;s:13:\"corporate-law\";i:701;s:12:\"criminal-law\";i:703;s:11:\"enforcement\";i:702;s:8:\"law-firm\";i:998;s:10:\"law-office\";i:706;s:6:\"lawyer\";i:778;s:5:\"legal\";i:917;s:10:\"legal-firm\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-38791\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-home-page.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-home-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/law-firm-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/law-firm-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38788\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-04-about-page.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-04-about-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/law-firm-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/law-firm-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38792\";a:12:{s:5:\"title\";s:14:\"Practice Areas\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-04-practice-areas-page.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-04-practice-areas-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/law-firm-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/law-firm-04/practice-areas/\";s:15:\"astra-sites-tag\";a:1:{i:707;s:13:\"practice-area\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38789\";a:12:{s:5:\"title\";s:9:\"Attorneys\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-04-attorneys-page.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-04-attorneys-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/law-firm-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/law-firm-04/attorneys/\";s:15:\"astra-sites-tag\";a:1:{i:912;s:9:\"attorneys\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38790\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-04-contact-page.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-04-contact-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/law-firm-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/law-firm-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-38757\";a:13:{s:5:\"title\";s:12:\"Nutritionist\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-homepage.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-homepage-400x1773.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/nutritionist-02\";s:20:\"astra-site-parent-id\";i:1129;s:15:\"astra-sites-tag\";a:5:{i:516;s:4:\"diet\";i:753;s:9:\"dietitian\";i:336;s:4:\"food\";i:991;s:7:\"healthy\";i:754;s:12:\"nutritionist\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-38761\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-homepage.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/nutritionist-02/wp-json/wp/v2/pages/97\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/nutritionist-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-38758\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-about-page.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-about-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-02/wp-json/wp/v2/pages/141\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/nutritionist-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-38762\";a:12:{s:5:\"title\";s:8:\"Programs\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-program-page.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-program-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-02/wp-json/wp/v2/pages/145\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/nutritionist-02/programs/\";s:15:\"astra-sites-tag\";a:2:{i:989;s:8:\"programs\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-38763\";a:12:{s:5:\"title\";s:15:\"Success Stories\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-success-stories.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-success-stories-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-02/wp-json/wp/v2/pages/304\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/nutritionist-02/success-stories/\";s:15:\"astra-sites-tag\";a:2:{i:990;s:15:\"success-stories\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-38759\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/nutrionist-blog.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/nutrionist-blog-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-02/wp-json/wp/v2/pages/307\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/nutritionist-02/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}}s:8:\"id-38760\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/nutrionist-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/nutrionist-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-02/wp-json/wp/v2/pages/143\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/nutritionist-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-38771\";a:13:{s:5:\"title\";s:12:\"Nutritionist\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-01-home.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-01-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-01-home-400x1720.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/nutritionist-01\";s:20:\"astra-site-parent-id\";i:1130;s:15:\"astra-sites-tag\";a:5:{i:516;s:4:\"diet\";i:753;s:9:\"dietitian\";i:336;s:4:\"food\";i:991;s:7:\"healthy\";i:754;s:12:\"nutritionist\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-38775\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-01-home.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-01-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/nutritionist-01/wp-json/wp/v2/pages/97\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/nutritionist-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-38772\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-01-about.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-01-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-01/wp-json/wp/v2/pages/141\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/nutritionist-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-38776\";a:12:{s:5:\"title\";s:8:\"Programs\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-01-programms.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-01-programms-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-01/wp-json/wp/v2/pages/145\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/nutritionist-01/programs/\";s:15:\"astra-sites-tag\";a:1:{i:989;s:8:\"programs\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-38777\";a:12:{s:5:\"title\";s:15:\"Success Stories\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-01-success-stories.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-01-success-stories-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-01/wp-json/wp/v2/pages/304\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/nutritionist-01/success-stories/\";s:15:\"astra-sites-tag\";a:1:{i:990;s:15:\"success-stories\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-38773\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-01-blog.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-01-blog-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-01/wp-json/wp/v2/pages/307\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/nutritionist-01/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}}s:8:\"id-38774\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-01-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-01-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-01/wp-json/wp/v2/pages/143\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/nutritionist-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48318\";a:13:{s:5:\"title\";s:12:\"Nutritionist\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-home01.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-home01-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-home01-400x1626.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/nutritionist-08\";s:20:\"astra-site-parent-id\";i:1722;s:15:\"astra-sites-tag\";a:6:{i:753;s:9:\"dietitian\";i:1726;s:15:\"nutrition-coach\";i:1727;s:18:\"nutrition-coaching\";i:1725;s:17:\"nutrition-trainer\";i:754;s:12:\"nutritionist\";i:1454;s:16:\"personal-trainer\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-48321\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-home01.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-home01-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/nutritionist-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/nutritionist-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48319\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-about.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-08/wp-json/wp/v2/pages/134\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/nutritionist-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48322\";a:12:{s:5:\"title\";s:8:\"Programs\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-program.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-program-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-08/wp-json/wp/v2/pages/164\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/nutritionist-08/164-2/\";s:15:\"astra-sites-tag\";a:1:{i:989;s:8:\"programs\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48323\";a:12:{s:5:\"title\";s:15:\"Success Stories\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-success-stories.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-success-stories-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-08/wp-json/wp/v2/pages/180\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/nutritionist-08/success-stories/\";s:15:\"astra-sites-tag\";a:3:{i:432;s:6:\"review\";i:990;s:15:\"success-stories\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48320\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-08/wp-json/wp/v2/pages/196\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/nutritionist-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-49726\";a:13:{s:5:\"title\";s:12:\"Entrepreneur\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08-400x1134.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/entrepreneur-08\";s:20:\"astra-site-parent-id\";i:1847;s:15:\"astra-sites-tag\";a:7:{i:795;s:10:\"contractor\";i:1848;s:12:\"entrepreneur\";i:796;s:9:\"executive\";i:801;s:7:\"founder\";i:798;s:7:\"manager\";i:799;s:9:\"organizer\";i:804;s:8:\"promoter\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-49727\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08-about-me.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08-about-me-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/entrepreneur-08/wp-json/wp/v2/pages/25265\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/entrepreneur-08/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:1007;s:8:\"about-me\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-49728\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08-blog.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08-blog-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/entrepreneur-08/wp-json/wp/v2/pages/25266\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/entrepreneur-08/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-49729\";a:12:{s:5:\"title\";s:10:\"Contact Me\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08-contact-me.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08-contact-me-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/entrepreneur-08/wp-json/wp/v2/pages/25267\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/entrepreneur-08/contact-me/\";s:15:\"astra-sites-tag\";a:1:{i:1009;s:10:\"contact-me\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-49730\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/entrepreneur-08/wp-json/wp/v2/pages/25264\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/entrepreneur-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-38716\";a:13:{s:5:\"title\";s:10:\"Life Guide\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-homepage.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-homepage-400x1311.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/life-coach-04\";s:20:\"astra-site-parent-id\";i:1122;s:15:\"astra-sites-tag\";a:6:{i:610;s:8:\"coaching\";i:1123;s:11:\"councelling\";i:608;s:8:\"guidance\";i:612;s:10:\"life-coach\";i:609;s:9:\"motivator\";i:1018;s:18:\"self-improvement-2\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-38721\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-homepage.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/life-coach-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/life-coach-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38717\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-about-page.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-about-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/life-coach-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/life-coach-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38719\";a:12:{s:5:\"title\";s:8:\"Coaching\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-coaching-page.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-coaching-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/life-coach-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/life-coach-04/coaching/\";s:15:\"astra-sites-tag\";a:2:{i:610;s:8:\"coaching\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38720\";a:12:{s:5:\"title\";s:10:\"Contact Me\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-contact-page.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-contact-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/life-coach-04/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/life-coach-04/contact-me/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-38710\";a:13:{s:5:\"title\";s:10:\"Life Guide\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-03-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-03-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-03-home-400x1317.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/life-coach-03\";s:20:\"astra-site-parent-id\";i:1121;s:15:\"astra-sites-tag\";a:5:{i:610;s:8:\"coaching\";i:608;s:8:\"guidance\";i:612;s:10:\"life-coach\";i:609;s:9:\"motivator\";i:611;s:16:\"self-improvement\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}s:5:\"pages\";a:4:{s:8:\"id-38714\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-03-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-03-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/life-coach-03/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/life-coach-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38711\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-03-about.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-03-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/life-coach-03/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/life-coach-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38712\";a:12:{s:5:\"title\";s:8:\"Coaching\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-03-services.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-03-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/life-coach-03/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/life-coach-03/coaching/\";s:15:\"astra-sites-tag\";a:2:{i:557;s:7:\"classes\";i:610;s:8:\"coaching\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38713\";a:12:{s:5:\"title\";s:10:\"Contact Me\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-03-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/life-coach-03/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/life-coach-03/contact-me/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}}s:8:\"id-38704\";a:13:{s:5:\"title\";s:15:\"Furniture Store\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/furniture-decore-homepage.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/01/furniture-decore-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/01/furniture-decore-homepage-400x1092.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/furniture-store-04\";s:20:\"astra-site-parent-id\";i:1120;s:15:\"astra-sites-tag\";a:10:{i:496;s:9:\"ecommerce\";i:524;s:9:\"furniture\";i:856;s:15:\"furniture-store\";i:436;s:8:\"interior\";i:383;s:12:\"online-store\";i:967;s:13:\"product-store\";i:733;s:4:\"shop\";i:749;s:5:\"store\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:38;s:9:\"ecommerce\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}}s:5:\"pages\";a:2:{s:8:\"id-38706\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/furniture-decore-homepage.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/01/furniture-decore-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/furniture-store-04/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/furniture-store-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-38705\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/furniture-store-about-page.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/01/furniture-store-about-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/furniture-store-04/wp-json/wp/v2/pages/26\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/furniture-store-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-38696\";a:13:{s:5:\"title\";s:15:\"Furniture Store\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/furniture-store-03.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/furniture-store-03-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/furniture-store-03-400x1121.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/furniture-store-03\";s:20:\"astra-site-parent-id\";i:1119;s:15:\"astra-sites-tag\";a:10:{i:496;s:9:\"ecommerce\";i:524;s:9:\"furniture\";i:856;s:15:\"furniture-store\";i:436;s:8:\"interior\";i:383;s:12:\"online-store\";i:967;s:13:\"product-store\";i:733;s:4:\"shop\";i:749;s:5:\"store\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:38;s:9:\"ecommerce\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:4;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}}s:5:\"pages\";a:2:{s:8:\"id-38698\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/furniture-store-03.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/furniture-store-03-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/furniture-store-03/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/furniture-store-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38697\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/furniture-store-03-about-us.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/01/furniture-store-03-about-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/furniture-store-03/wp-json/wp/v2/pages/26\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/furniture-store-03/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}}s:8:\"id-38673\";a:13:{s:5:\"title\";s:17:\"Architecture Firm\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-home-page.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-home-page-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-home-page-400x1363.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/architects-04\";s:20:\"astra-site-parent-id\";i:1118;s:15:\"astra-sites-tag\";a:5:{i:435;s:12:\"architecture\";i:436;s:8:\"interior\";i:434;s:15:\"interior-design\";i:422;s:11:\"landscaping\";i:437;s:6:\"zoning\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-38677\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-home-page.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-home-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/architects-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/architects-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38674\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-04-about.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-04-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/architects-04/wp-json/wp/v2/pages/70\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/architects-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38679\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-04-services.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-04-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/architects-04/wp-json/wp/v2/pages/71\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/architects-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38678\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-project-page.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-project-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/architects-04/wp-json/wp/v2/pages/72\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/architects-04/projects/\";s:15:\"astra-sites-tag\";a:2:{i:424;s:7:\"project\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38675\";a:12:{s:5:\"title\";s:7:\"Clients\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-client-page.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-client-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/architects-04/wp-json/wp/v2/pages/73\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/architects-04/clients/\";s:15:\"astra-sites-tag\";a:1:{i:450;s:7:\"clients\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38676\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-04-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/architects-04/wp-json/wp/v2/pages/74\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/architects-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-38661\";a:13:{s:5:\"title\";s:17:\"Architecture Firm\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-03.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-03-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-03-400x1377.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/architects-03\";s:20:\"astra-site-parent-id\";i:1117;s:15:\"astra-sites-tag\";a:8:{i:435;s:12:\"architecture\";i:979;s:7:\"company\";i:436;s:8:\"interior\";i:434;s:15:\"interior-design\";i:981;s:17:\"interior-designer\";i:422;s:11:\"landscaping\";i:812;s:6:\"office\";i:437;s:6:\"zoning\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-38665\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-03.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-03-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/architects-03/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/architects-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38662\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-03-about-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-03-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/architects-03/wp-json/wp/v2/pages/70\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/architects-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38667\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-03-services-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-03-services-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/architects-03/wp-json/wp/v2/pages/71\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/architects-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38666\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-03-projects-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-03-projects-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/architects-03/wp-json/wp/v2/pages/72\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/architects-03/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38663\";a:12:{s:5:\"title\";s:7:\"Clients\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-03-clients-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-03-clients-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/architects-03/wp-json/wp/v2/pages/73\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/architects-03/clients/\";s:15:\"astra-sites-tag\";a:1:{i:450;s:7:\"clients\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38664\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-03-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-03-contact-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/architects-03/wp-json/wp/v2/pages/74\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/architects-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}}','no'),(342,'astra-sites-and-pages-page-13','a:15:{s:8:\"id-38619\";a:13:{s:5:\"title\";s:6:\"Winery\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-04-homepage-screenshot.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-04-homepage-screenshot-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-04-homepage-screenshot-400x1156.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/winery-04\";s:20:\"astra-site-parent-id\";i:1115;s:15:\"astra-sites-tag\";a:4:{i:635;s:7:\"brewery\";i:632;s:7:\"farming\";i:1019;s:14:\"wine-prouction\";i:633;s:6:\"winery\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}s:5:\"pages\";a:5:{s:8:\"id-38623\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-04-homepage-screenshot.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-04-homepage-screenshot-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/winery-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/winery-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-38624\";a:12:{s:5:\"title\";s:9:\"Our Story\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-04-our-story-screenshot.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-04-our-story-screenshot-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/winery-04/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/winery-04/our-story/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:905;s:9:\"our-story\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-38622\";a:12:{s:5:\"title\";s:10:\"Experience\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-04-experience-screenshot.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-04-experience-screenshot-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/winery-04/wp-json/wp/v2/pages/24\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/winery-04/experience/\";s:15:\"astra-sites-tag\";a:3:{i:636;s:10:\"experience\";i:444;s:9:\"portfolio\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-38621\";a:12:{s:5:\"title\";s:6:\"Events\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-04-events-screenshot.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-04-events-screenshot-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/winery-04/wp-json/wp/v2/pages/26\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/winery-04/events/\";s:15:\"astra-sites-tag\";a:1:{i:409;s:5:\"event\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-38620\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-04-contact-page.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-04-contact-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/winery-04/wp-json/wp/v2/pages/30\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/winery-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-38629\";a:13:{s:5:\"title\";s:6:\"Winery\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-03-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-03-homepage-400x1136.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/winery-03\";s:20:\"astra-site-parent-id\";i:1116;s:15:\"astra-sites-tag\";a:4:{i:635;s:7:\"brewery\";i:632;s:7:\"farming\";i:634;s:15:\"wine-production\";i:633;s:6:\"winery\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}s:5:\"pages\";a:5:{s:8:\"id-38633\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-03-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/winery-03/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/winery-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38634\";a:12:{s:5:\"title\";s:9:\"Our Story\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-03-our-story.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-03-our-story-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/winery-03/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/winery-03/our-story/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:767;s:5:\"story\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38632\";a:12:{s:5:\"title\";s:10:\"Experience\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-03-experience.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-03-experience-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/winery-03/wp-json/wp/v2/pages/24\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/winery-03/experience/\";s:15:\"astra-sites-tag\";a:1:{i:636;s:10:\"experience\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38631\";a:12:{s:5:\"title\";s:6:\"Events\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-03-events.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-03-events-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/winery-03/wp-json/wp/v2/pages/26\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/winery-03/events/\";s:15:\"astra-sites-tag\";a:1:{i:409;s:5:\"event\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38630\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-03-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/winery-03/wp-json/wp/v2/pages/30\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/winery-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}}s:8:\"id-38590\";a:13:{s:5:\"title\";s:24:\"Personal Fitness Trainer\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/fitness-trainer-02-home.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/01/fitness-trainer-02-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/01/fitness-trainer-02-home-400x2043.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/fitness-trainer-02\";s:20:\"astra-site-parent-id\";i:1108;s:15:\"astra-sites-tag\";a:8:{i:1109;s:7:\"exercse\";i:499;s:7:\"fitness\";i:505;s:15:\"fitness-trainer\";i:506;s:19:\"functional-training\";i:500;s:3:\"gym\";i:504;s:11:\"gym-trainer\";i:503;s:7:\"trainer\";i:501;s:8:\"work-out\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-38591\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/fitness-trainer-02-home.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/01/fitness-trainer-02-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/fitness-trainer-02/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/fitness-trainer-02/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:399;s:8:\"one-page\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-38573\";a:13:{s:5:\"title\";s:24:\"Personal Fitness Trainer\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/fitness-trainer-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/01/fitness-trainer-01-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/01/fitness-trainer-01-homepage-400x1693.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/fitness-trainer-01\";s:20:\"astra-site-parent-id\";i:1107;s:15:\"astra-sites-tag\";a:10:{i:502;s:8:\"exercise\";i:499;s:7:\"fitness\";i:505;s:15:\"fitness-trainer\";i:506;s:19:\"functional-training\";i:500;s:3:\"gym\";i:504;s:11:\"gym-trainer\";i:399;s:8:\"one-page\";i:463;s:11:\"single-page\";i:503;s:7:\"trainer\";i:501;s:8:\"work-out\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-38574\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/fitness-trainer-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/01/fitness-trainer-01-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/fitness-trainer-01/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/fitness-trainer-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48076\";a:13:{s:5:\"title\";s:24:\"Personal Fitness Trainer\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/fitness-trainer-gb-homepage.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/fitness-trainer-gb-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/fitness-trainer-gb-homepage-400x1695.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/fitness-trainer-08\";s:20:\"astra-site-parent-id\";i:1697;s:15:\"astra-sites-tag\";a:9:{i:502;s:8:\"exercise\";i:499;s:7:\"fitness\";i:506;s:19:\"functional-training\";i:500;s:3:\"gym\";i:504;s:11:\"gym-trainer\";i:399;s:8:\"one-page\";i:463;s:11:\"single-page\";i:503;s:7:\"trainer\";i:501;s:8:\"work-out\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-48077\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/fitness-trainer-gb-homepage.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/fitness-trainer-gb-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/fitness-trainer-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/fitness-trainer-08/\";s:15:\"astra-sites-tag\";a:3:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";i:463;s:11:\"single-page\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-38563\";a:13:{s:5:\"title\";s:6:\"Artist\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-home-400x1353.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/artist-04\";s:20:\"astra-site-parent-id\";i:1106;s:15:\"astra-sites-tag\";a:4:{i:597;s:3:\"art\";i:339;s:6:\"artist\";i:595;s:10:\"exhibition\";i:614;s:7:\"painter\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}s:5:\"pages\";a:4:{s:8:\"id-38566\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/artist-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/artist-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38567\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-portfolio-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/artist-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/artist-04/portfolio/\";s:15:\"astra-sites-tag\";a:2:{i:444;s:9:\"portfolio\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38564\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-about.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/artist-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/artist-04/about/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:1007;s:8:\"about-me\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38565\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-contact.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/artist-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/artist-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}}}s:8:\"id-38554\";a:13:{s:5:\"title\";s:6:\"Artist\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-03.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-03-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-03-400x1412.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/artist-03\";s:20:\"astra-site-parent-id\";i:1105;s:15:\"astra-sites-tag\";a:4:{i:597;s:3:\"art\";i:339;s:6:\"artist\";i:595;s:10:\"exhibition\";i:614;s:7:\"painter\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}s:5:\"pages\";a:4:{s:8:\"id-38557\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-03.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-03-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/artist-03/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/artist-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38558\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-03-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-03-portfolio-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/artist-03/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/artist-03/portfolio/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38555\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-03-about.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-03-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/artist-03/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/artist-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38556\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-contact.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/artist-03/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/artist-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}}s:8:\"id-22000\";a:13:{s:5:\"title\";s:15:\"Fitness Trainer\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-trainer-03.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-trainer-03-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-trainer-03-400x2546.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/fitness-trainer-03\";s:20:\"astra-site-parent-id\";i:93;s:15:\"astra-sites-tag\";a:11:{i:502;s:8:\"exercise\";i:499;s:7:\"fitness\";i:505;s:15:\"fitness-trainer\";i:506;s:19:\"functional-training\";i:500;s:3:\"gym\";i:976;s:14:\"gym-instructor\";i:504;s:11:\"gym-trainer\";i:399;s:8:\"one-page\";i:463;s:11:\"single-page\";i:503;s:7:\"trainer\";i:501;s:8:\"work-out\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-22875\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-trainer-03.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-trainer-03-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/fitness-trainer-03/wp-json/wp/v2/pages/99\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/fitness-trainer-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-21904\";a:13:{s:5:\"title\";s:15:\"Fitness Trainer\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/05/image-21904-432-resized.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/05/image-21904-432-resized-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/05/image-21904-432-resized.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/fitness-trainer-04\";s:20:\"astra-site-parent-id\";i:103;s:15:\"astra-sites-tag\";a:13:{i:845;s:4:\"blue\";i:502;s:8:\"exercise\";i:499;s:7:\"fitness\";i:505;s:15:\"fitness-trainer\";i:506;s:19:\"functional-training\";i:500;s:3:\"gym\";i:976;s:14:\"gym-instructor\";i:504;s:11:\"gym-trainer\";i:399;s:8:\"one-page\";i:1020;s:8:\"personal\";i:463;s:11:\"single-page\";i:503;s:7:\"trainer\";i:501;s:8:\"work-out\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-22949\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/06/id-22000-fitness-trainer-resize.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/06/id-22000-fitness-trainer-resize-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/fitness-trainer-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/fitness-trainer-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-38528\";a:13:{s:5:\"title\";s:17:\"Wedding Organizer\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-homepage.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-homepage-400x1491.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/wedding-organizer-04\";s:20:\"astra-site-parent-id\";i:1103;s:15:\"astra-sites-tag\";a:6:{i:698;s:10:\"engagement\";i:717;s:13:\"event-planner\";i:699;s:10:\"invitation\";i:697;s:7:\"wedding\";i:716;s:15:\"wedding-planner\";i:512;s:13:\"wedding-shoot\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-38532\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-homepage.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wedding-organizer-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/wedding-organizer-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38529\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-about-page.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-about-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wedding-organizer-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/wedding-organizer-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38533\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-services-page.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-services-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wedding-organizer-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/wedding-organizer-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38531\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-org-feb-20-gallery.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-org-feb-20-gallery-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/wedding-organizer-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/wedding-organizer-04/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38534\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-testimonials-page.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-testimonials-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/wedding-organizer-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/wedding-organizer-04/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38530\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-org-feb-20-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-org-feb-20-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/wedding-organizer-04/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/wedding-organizer-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-38513\";a:13:{s:5:\"title\";s:17:\"Wedding Organizer\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-03.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-03-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-03-400x1424.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/wedding-organizer-03\";s:20:\"astra-site-parent-id\";i:1102;s:15:\"astra-sites-tag\";a:5:{i:698;s:10:\"engagement\";i:717;s:13:\"event-planner\";i:699;s:10:\"invitation\";i:697;s:7:\"wedding\";i:716;s:15:\"wedding-planner\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:3;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-38517\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-03.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-03-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/wedding-organizer-03/wp-json/wp/v2/pages/223\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/wedding-organizer-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38514\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-03-about.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-03-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/wedding-organizer-03/wp-json/wp/v2/pages/224\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/wedding-organizer-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38518\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-03-services.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-03-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/wedding-organizer-03/wp-json/wp/v2/pages/225\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/wedding-organizer-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38516\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-03-gallery.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-03-gallery-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/wedding-organizer-03/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/wedding-organizer-03/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38519\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-03-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-03-testimonials-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/wedding-organizer-03/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/wedding-organizer-03/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38515\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-03-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/wedding-organizer-03/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/wedding-organizer-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-38488\";a:13:{s:5:\"title\";s:17:\"Massage Therapist\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-spa-homepage.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-spa-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-spa-homepage-400x1610.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/massage-therapist-04\";s:20:\"astra-site-parent-id\";i:1101;s:15:\"astra-sites-tag\";a:7:{i:532;s:11:\"acupressure\";i:528;s:7:\"massage\";i:527;s:17:\"massage-therapist\";i:529;s:13:\"physiotherapy\";i:531;s:11:\"reflexology\";i:533;s:10:\"relaxation\";i:530;s:3:\"spa\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-38491\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-spa-homepage.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-spa-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/massage-therapist-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/massage-therapist-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38489\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-spa-about-page.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-spa-about-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/massage-therapist-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/massage-therapist-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38492\";a:12:{s:5:\"title\";s:8:\"Massages\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-spa-massgaes-page.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-spa-massgaes-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/massage-therapist-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/massage-therapist-04/massages/\";s:15:\"astra-sites-tag\";a:2:{i:528;s:7:\"massage\";i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38493\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-spa-testimonials-page.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-spa-testimonials-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/massage-therapist-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/massage-therapist-04/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38490\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-spa-contact-page.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-spa-contact-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/massage-therapist-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/massage-therapist-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-38449\";a:13:{s:5:\"title\";s:18:\"Personal Dietitian\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/01/dietitian-03.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/dietitian-03-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/dietitian-03-400x1520.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/dietitian-03\";s:20:\"astra-site-parent-id\";i:1100;s:15:\"astra-sites-tag\";a:3:{i:753;s:9:\"dietitian\";i:336;s:4:\"food\";i:754;s:12:\"nutritionist\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:4;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}s:5:\"pages\";a:5:{s:8:\"id-38453\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/01/dietitian-03.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/dietitian-03-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/dietitian-03/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/dietitian-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38450\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/dietitian-03-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/dietitian-03-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/dietitian-03/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/dietitian-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38454\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/dietitian-03-services.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/dietitian-03-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/dietitian-03/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/dietitian-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38451\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/dietitian-03-blog.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/dietitian-03-blog-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/dietitian-03/wp-json/wp/v2/pages/995\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/dietitian-03/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}}s:8:\"id-38452\";a:12:{s:5:\"title\";s:10:\"Contact Me\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/dietitian-03-contact-me.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/01/dietitian-03-contact-me-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/dietitian-03/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/dietitian-03/contact-me/\";s:15:\"astra-sites-tag\";a:1:{i:1009;s:10:\"contact-me\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-38429\";a:13:{s:5:\"title\";s:17:\"Massage Therapist\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-therapist-03.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-therapist-03-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-therapist-03-400x1578.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/massage-therapist-03\";s:20:\"astra-site-parent-id\";i:1099;s:15:\"astra-sites-tag\";a:7:{i:532;s:11:\"acupressure\";i:528;s:7:\"massage\";i:527;s:17:\"massage-therapist\";i:622;s:13:\"psychotherapy\";i:531;s:11:\"reflexology\";i:533;s:10:\"relaxation\";i:530;s:3:\"spa\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-38432\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-therapist-03.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-therapist-03-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/massage-therapist-03/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/massage-therapist-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38430\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-therapist-03-about.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-therapist-03-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/massage-therapist-03/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/massage-therapist-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38433\";a:12:{s:5:\"title\";s:8:\"Massages\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-therapist-03-massages.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-therapist-03-massages-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/massage-therapist-03/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/massage-therapist-03/massages/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38434\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-therapist-03-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-therapist-03-testimonials-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/massage-therapist-03/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/massage-therapist-03/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38431\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-therapist-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-therapist-03-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/massage-therapist-03/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/massage-therapist-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-38418\";a:13:{s:5:\"title\";s:18:\"Personal Dietitian\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/personal-dietitian-homepage.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/01/personal-dietitian-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/01/personal-dietitian-homepage-400x1188.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/dietitian-04\";s:20:\"astra-site-parent-id\";i:1098;s:15:\"astra-sites-tag\";a:3:{i:753;s:9:\"dietitian\";i:336;s:4:\"food\";i:754;s:12:\"nutritionist\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-38422\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/personal-dietitian-homepage.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/01/personal-dietitian-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/dietitian-04/wp-json/wp/v2/pages/450\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/dietitian-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-38419\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/personal-dietitian-about-page.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/01/personal-dietitian-about-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/dietitian-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/dietitian-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-38423\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/01/personal-dietitian-services-page.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/01/personal-dietitian-services-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/dietitian-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/dietitian-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-38420\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/personal-dietitian-blog.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/01/personal-dietitian-blog-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/dietitian-04/wp-json/wp/v2/pages/995\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/dietitian-04/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}}s:8:\"id-38421\";a:12:{s:5:\"title\";s:10:\"Contact Me\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/personal-dietitian-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/01/personal-dietitian-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/dietitian-04/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/dietitian-04/contact-me/\";s:15:\"astra-sites-tag\";a:1:{i:1009;s:10:\"contact-me\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}}','no'),(343,'astra-sites-and-pages-page-14','a:15:{s:8:\"id-34226\";a:13:{s:5:\"title\";s:12:\"Photographer\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/10/photographer-04-home.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/10/photographer-04-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/10/photographer-04-home-400x1564.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/photographer-04\";s:20:\"astra-site-parent-id\";i:1006;s:15:\"astra-sites-tag\";a:7:{i:513;s:6:\"camera\";i:515;s:4:\"lens\";i:511;s:12:\"photographer\";i:509;s:11:\"photography\";i:1022;s:12:\"professional\";i:514;s:11:\"videography\";i:512;s:13:\"wedding-shoot\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-34229\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/10/photographer-04-home.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/10/photographer-04-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/photographer-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/photographer-04/\";s:15:\"astra-sites-tag\";a:3:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";i:1008;s:21:\"photographer-homepage\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-34227\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/10/photographer-04-about-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/10/photographer-04-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/photographer-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/photographer-04/about/\";s:15:\"astra-sites-tag\";a:3:{i:352;s:5:\"about\";i:1007;s:8:\"about-me\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-34231\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/10/photographer-04-services.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/10/photographer-04-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/photographer-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/photographer-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-34230\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/10/photographer-04-portfolio-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/10/photographer-04-portfolio-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/photographer-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/photographer-04/portfolio/\";s:15:\"astra-sites-tag\";a:2:{i:444;s:9:\"portfolio\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-34228\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/10/photographer-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/10/photographer-04-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/photographer-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/photographer-04/contact/\";s:15:\"astra-sites-tag\";a:3:{i:415;s:7:\"contact\";i:1009;s:10:\"contact-me\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-34326\";a:13:{s:5:\"title\";s:14:\"Animal Welfare\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/03/animal-welfare-home-page.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/03/animal-welfare-home-page-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/03/animal-welfare-home-page-400x1802.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/animal-welfare-02\";s:20:\"astra-site-parent-id\";i:1011;s:15:\"astra-sites-tag\";a:7:{i:625;s:7:\"charity\";i:735;s:6:\"donate\";i:1013;s:8:\"donation\";i:624;s:10:\"foundation\";i:1482;s:6:\"givewp\";i:745;s:12:\"organization\";i:1012;s:7:\"welfare\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-43720\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/03/animal-welfare-home-page.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/03/animal-welfare-home-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/animal-welfare-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/animal-welfare-02/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-43718\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/03/animal-welfare-02-about-us.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/03/animal-welfare-02-about-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/animal-welfare-02/wp-json/wp/v2/pages/138\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/animal-welfare-02/about-us/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-43721\";a:12:{s:5:\"title\";s:17:\"See All Campaigns\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/03/animals-welfare-campaigns-page.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/03/animals-welfare-campaigns-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/animal-welfare-02/wp-json/wp/v2/pages/290\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/animal-welfare-02/see-all-campaigns/\";s:15:\"astra-sites-tag\";a:5:{i:1479;s:9:\"campaigns\";i:625;s:7:\"charity\";i:735;s:6:\"donate\";i:1015;s:4:\"give\";i:1482;s:6:\"givewp\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}}}s:8:\"id-43722\";a:12:{s:5:\"title\";s:17:\"Star Contributors\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/03/animal-welfare-contributor-page.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/03/animal-welfare-contributor-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/animal-welfare-02/wp-json/wp/v2/pages/386\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/animal-welfare-02/star-contributors/\";s:15:\"astra-sites-tag\";a:3:{i:1480;s:6:\"donors\";i:1482;s:6:\"givewp\";i:1481;s:11:\"star-donors\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}}}s:8:\"id-43719\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/03/animal-welfare-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/03/animal-welfare-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/animal-welfare-02/wp-json/wp/v2/pages/139\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/animal-welfare-02/contact/\";s:15:\"astra-sites-tag\";a:5:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";i:896;s:13:\"get-connected\";i:377;s:12:\"get-in-touch\";i:1483;s:12:\"get-involved\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48490\";a:13:{s:5:\"title\";s:14:\"Animal Welfare\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-home.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-home-400x1536.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/animal-welfare-08\";s:20:\"astra-site-parent-id\";i:1741;s:15:\"astra-sites-tag\";a:7:{i:625;s:7:\"charity\";i:735;s:6:\"donate\";i:1013;s:8:\"donation\";i:624;s:10:\"foundation\";i:1482;s:6:\"givewp\";i:745;s:12:\"organization\";i:1012;s:7:\"welfare\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-48493\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-home.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1026\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/animal-welfare-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48491\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-about.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1027\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/animal-welfare-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48494\";a:12:{s:5:\"title\";s:17:\"See All Campaigns\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-campaigns.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-campaigns-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1028\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/animal-welfare-08/see-all-campaigns/\";s:15:\"astra-sites-tag\";a:1:{i:1479;s:9:\"campaigns\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}}}s:8:\"id-48495\";a:12:{s:5:\"title\";s:17:\"Star Contributors\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-contributors.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-contributors-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1029\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/animal-welfare-08/star-contributors/\";s:15:\"astra-sites-tag\";a:2:{i:1014;s:10:\"contribute\";i:1481;s:11:\"star-donors\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}}}s:8:\"id-48492\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1030\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/animal-welfare-08/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-33461\";a:13:{s:5:\"title\";s:14:\"Dentist Clinic\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/10/dental-clinic-homepage.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/10/dental-clinic-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/10/dental-clinic-homepage-400x1696.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/dentist-02\";s:20:\"astra-site-parent-id\";i:986;s:15:\"astra-sites-tag\";a:8:{i:623;s:7:\"dentist\";i:601;s:6:\"doctor\";i:604;s:10:\"healthcare\";i:605;s:8:\"hospital\";i:399;s:8:\"one-page\";i:1022;s:12:\"professional\";i:463;s:11:\"single-page\";i:607;s:9:\"treatment\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-52344\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/10/dental-clinic-homepage.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/10/dental-clinic-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/dentist-02/wp-json/wp/v2/pages/384\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/dentist-02/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:463;s:11:\"single-page\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48442\";a:13:{s:5:\"title\";s:14:\"Dentist Clinic\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/10/dentist-08.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/dentist-08-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/dentist-08-400x1411.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/dentist-08\";s:20:\"astra-site-parent-id\";i:1733;s:15:\"astra-sites-tag\";a:3:{i:338;s:6:\"dental\";i:623;s:7:\"dentist\";i:1734;s:14:\"dentist-clinic\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-48443\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/10/dentist-08.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/dentist-08-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/dentist-08/wp-json/wp/v2/pages/409\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/dentist-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-31976\";a:13:{s:5:\"title\";s:12:\"Pet Services\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/09/pet-sitting-01.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/09/pet-sitting-01-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/09/pet-sitting-01-400x1528.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/pet-sitting-01\";s:20:\"astra-site-parent-id\";i:909;s:15:\"astra-sites-tag\";a:7:{i:974;s:3:\"cat\";i:376;s:12:\"dog-training\";i:375;s:11:\"dog-walking\";i:374;s:8:\"pet-care\";i:372;s:11:\"pet-minding\";i:371;s:11:\"pet-sitting\";i:373;s:12:\"pet-training\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-31980\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/09/pet-sitting-01.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/09/pet-sitting-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/pet-sitting-01/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/pet-sitting-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-31977\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/09/pet-sitting-01-about-us.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/09/pet-sitting-01-about-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/pet-sitting-01/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/pet-sitting-01/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-31981\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/09/pet-sitting-01-services.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/09/pet-sitting-01-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/pet-sitting-01/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/pet-sitting-01/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-31979\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/09/pet-sitting-01-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/09/pet-sitting-01-contact-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/pet-sitting-01/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/pet-sitting-01/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-47862\";a:13:{s:5:\"title\";s:11:\"Pet Sitting\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-home-gb.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-home-gb-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-home-gb-400x1242.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/pet-sitting-08\";s:20:\"astra-site-parent-id\";i:1680;s:15:\"astra-sites-tag\";a:5:{i:374;s:8:\"pet-care\";i:372;s:11:\"pet-minding\";i:371;s:11:\"pet-sitting\";i:373;s:12:\"pet-training\";i:1687;s:11:\"pet-walking\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-47864\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-home-gb.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-home-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/pet-sitting-08/wp-json/wp/v2/pages/506\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/pet-sitting-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47866\";a:12:{s:5:\"title\";s:10:\"Who We Are\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-about-gb.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-about-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/pet-sitting-08/wp-json/wp/v2/pages/508\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/pet-sitting-08/who-we-are/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47865\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-services-gb.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-services-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/pet-sitting-08/wp-json/wp/v2/pages/509\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/pet-sitting-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47863\";a:12:{s:5:\"title\";s:12:\"Get In Touch\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-contact-gb.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-contact-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/pet-sitting-08/wp-json/wp/v2/pages/510\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/pet-sitting-08/get-in-touch/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-28824\";a:13:{s:5:\"title\";s:10:\"Fly Movers\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-03-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-03-homepage-400x1525.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/movers-packers-03\";s:20:\"astra-site-parent-id\";i:363;s:15:\"astra-sites-tag\";a:3:{i:364;s:6:\"movers\";i:365;s:7:\"packers\";i:366;s:9:\"transport\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-28828\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-03-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/movers-packers-03/wp-json/wp/v2/pages/124\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/movers-packers-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-28825\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-03-about-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-03-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/movers-packers-03/wp-json/wp/v2/pages/69\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/movers-packers-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-28829\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-03-services-1.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-03-services-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/movers-packers-03/wp-json/wp/v2/pages/125\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/movers-packers-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-28830\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-03-testimonials-1.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-03-testimonials-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/movers-packers-03/wp-json/wp/v2/pages/75\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/movers-packers-03/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-28827\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-03-faq-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-03-faq-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/movers-packers-03/wp-json/wp/v2/pages/73\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/movers-packers-03/faq/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-28826\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-03-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-03-contact-2-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/movers-packers-03/wp-json/wp/v2/pages/71\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/movers-packers-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-28407\";a:13:{s:5:\"title\";s:12:\"Tow Services\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/08/tow-services-03-home01.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/08/tow-services-03-home01-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/08/tow-services-03-home01-400x1260.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/tow-services-03\";s:20:\"astra-site-parent-id\";i:358;s:15:\"astra-sites-tag\";a:3:{i:555;s:15:\"car-tow-service\";i:554;s:18:\"emergency-services\";i:556;s:12:\"tow-services\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-28411\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/08/tow-services-03-home01.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/08/tow-services-03-home01-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/tow-services-03/wp-json/wp/v2/pages/287\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/tow-services-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-28408\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/08/tow-services-03-about01.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/08/tow-services-03-about01-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/tow-services-03/wp-json/wp/v2/pages/288\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/tow-services-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-28412\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/08/tow-services-03-services-1.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/08/tow-services-03-services-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/tow-services-03/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/tow-services-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-28413\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/08/tow-services-03-testimonials-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/08/tow-services-03-testimonials-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/tow-services-03/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/tow-services-03/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-28410\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/08/tow-services-03-faq-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/08/tow-services-03-faq-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/tow-services-03/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/tow-services-03/faq/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-28409\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/08/tow-services-03-contact01.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/08/tow-services-03-contact01-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/tow-services-03/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/tow-services-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-22675\";a:13:{s:5:\"title\";s:12:\"Pet Services\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/pet-sitting-homepage.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/pet-sitting-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/pet-sitting-homepage-400x1640.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/pet-sitting-02\";s:20:\"astra-site-parent-id\";i:908;s:15:\"astra-sites-tag\";a:8:{i:974;s:3:\"cat\";i:376;s:12:\"dog-training\";i:375;s:11:\"dog-walking\";i:1021;s:14:\"local-business\";i:374;s:8:\"pet-care\";i:372;s:11:\"pet-minding\";i:371;s:11:\"pet-sitting\";i:373;s:12:\"pet-training\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-22679\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/pet-sitting-homepage.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/pet-sitting-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/pet-sitting-02/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/pet-sitting-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22676\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/pet-sitting-aboutpage.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/pet-sitting-aboutpage-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/pet-sitting-02/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/pet-sitting-02/about-us/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22680\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/pet-sitting-services-page.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/pet-sitting-services-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/pet-sitting-02/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/pet-sitting-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22678\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/pet-sitting-get-in-touch.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/pet-sitting-get-in-touch-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/pet-sitting-02/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/pet-sitting-02/contact-us/\";s:15:\"astra-sites-tag\";a:3:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-22422\";a:13:{s:5:\"title\";s:13:\"Pool Services\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-home-400x1746.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/pool-services-03\";s:20:\"astra-site-parent-id\";i:81;s:15:\"astra-sites-tag\";a:3:{i:567;s:16:\"pool-maintenance\";i:569;s:13:\"swimming-pool\";i:570;s:10:\"water-pool\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:7:{s:8:\"id-22427\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/pool-services-03/wp-json/wp/v2/pages/244\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/pool-services-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-22423\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-about.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/pool-services-03/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/pool-services-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-22429\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-services.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/pool-services-03/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/pool-services-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-22426\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-gallery.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-gallery-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/pool-services-03/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/pool-services-03/gallery/\";s:15:\"astra-sites-tag\";a:2:{i:461;s:7:\"gallery\";i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-37956\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-reviews.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-reviews-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/pool-services-03/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/pool-services-03/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-37955\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-faq.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-faq-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/pool-services-03/wp-json/wp/v2/pages/202\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/pool-services-03/faq/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-22424\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-contact.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/pool-services-03/wp-json/wp/v2/pages/245\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/pool-services-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-22129\";a:13:{s:5:\"title\";s:10:\"Shoe Store\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/shoe-store-home-page.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/shoe-store-home-page-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/shoe-store-home-page-400x1212.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/shoe-store-04\";s:20:\"astra-site-parent-id\";i:63;s:15:\"astra-sites-tag\";a:11:{i:496;s:9:\"ecommerce\";i:980;s:8:\"footwear\";i:383;s:12:\"online-store\";i:967;s:13:\"product-store\";i:384;s:13:\"running-shoes\";i:382;s:10:\"shoe-store\";i:385;s:5:\"shoes\";i:733;s:4:\"shop\";i:386;s:11:\"sport-shoes\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:6:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:4;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:5;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}}s:5:\"pages\";a:3:{s:8:\"id-40007\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/shoe-store-home-page.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/shoe-store-home-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/shoe-store-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/shoe-store-04/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-40005\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/shoe-store-04-about.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/shoe-store-04-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/shoe-store-04/wp-json/wp/v2/pages/152\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/shoe-store-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-40006\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/id-22146-shoe-store-contact-resize.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2019/07/id-22146-shoe-store-contact-resize-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/shoe-store-04/wp-json/wp/v2/pages/153\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/shoe-store-04/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}}}s:8:\"id-22296\";a:13:{s:5:\"title\";s:10:\"Shoe Store\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/shoe-store-03-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/shoe-store-03-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/shoe-store-03-home-400x1223.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/shoe-store-03\";s:20:\"astra-site-parent-id\";i:71;s:15:\"astra-sites-tag\";a:9:{i:980;s:8:\"footwear\";i:383;s:12:\"online-store\";i:967;s:13:\"product-store\";i:384;s:13:\"running-shoes\";i:382;s:10:\"shoe-store\";i:385;s:5:\"shoes\";i:733;s:4:\"shop\";i:386;s:11:\"sport-shoes\";i:966;s:12:\"woo-commerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}}s:5:\"pages\";a:3:{s:8:\"id-39990\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/shoe-store-03-home-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/shoe-store-03-home-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/shoe-store-03/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/shoe-store-03/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-39988\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/shoe-store-03-about01.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/shoe-store-03-about01-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/shoe-store-03/wp-json/wp/v2/pages/152\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/shoe-store-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-39989\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/shoe-store-03-contact01.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/01/shoe-store-03-contact01-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/shoe-store-03/wp-json/wp/v2/pages/153\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/shoe-store-03/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}}s:8:\"id-22073\";a:13:{s:5:\"title\";s:15:\"Custom Printing\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/10/custom-printing-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/10/custom-printing-02-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/10/custom-printing-02-homepage-400x1226.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/custom-printing-02\";s:20:\"astra-site-parent-id\";i:70;s:15:\"astra-sites-tag\";a:7:{i:400;s:15:\"custom-printing\";i:404;s:9:\"gift-shop\";i:401;s:10:\"gift-store\";i:403;s:14:\"online-gifting\";i:402;s:8:\"printing\";i:733;s:4:\"shop\";i:405;s:16:\"t-shirt-printing\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:3;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}}s:5:\"pages\";a:3:{s:8:\"id-34067\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/10/custom-printing-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/10/custom-printing-02-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/custom-printing-02/wp-json/wp/v2/pages/95\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/custom-printing-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22263\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/06/custom-printing-02-about-1.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/06/custom-printing-02-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/custom-printing-02/wp-json/wp/v2/pages/96\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/custom-printing-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22265\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/06/custom-printing-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/06/id-22265-custom-printing-contact-resize.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/custom-printing-02/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/custom-printing-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48300\";a:13:{s:5:\"title\";s:15:\"Custom Printing\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-homepage-gb.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-homepage-gb-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-homepage-gb-400x1150.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/custom-printing-08\";s:20:\"astra-site-parent-id\";i:1719;s:15:\"astra-sites-tag\";a:6:{i:400;s:15:\"custom-printing\";i:496;s:9:\"ecommerce\";i:881;s:12:\"mug-printing\";i:967;s:13:\"product-store\";i:405;s:16:\"t-shirt-printing\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:2;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:3;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}}s:5:\"pages\";a:3:{s:8:\"id-48303\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-homepage-gb.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-homepage-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/custom-printing-08/wp-json/wp/v2/pages/2089\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/custom-printing-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48301\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-about-gb.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-about-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/custom-printing-08/wp-json/wp/v2/pages/2161\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/custom-printing-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48302\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-contact-gb.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-contact-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/custom-printing-08/wp-json/wp/v2/pages/2162\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/custom-printing-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}}','no'),(344,'astra-sites-and-pages-page-15','a:15:{s:8:\"id-55450\";a:13:{s:5:\"title\";s:21:\"Professional Services\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-02-1.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-02-1-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-02-1-400x1170.jpg\";s:14:\"astra-site-url\";s:43:\"//websitedemos.net/professional-services-02\";s:20:\"astra-site-parent-id\";i:2122;s:15:\"astra-sites-tag\";a:7:{i:2131;s:15:\"accounting-firm\";i:2135;s:17:\"advisory-services\";i:2134;s:8:\"advocate\";i:2133;s:13:\"advocate-firm\";i:2132;s:13:\"auditing-firm\";i:2136;s:17:\"business-coaching\";i:2129;s:21:\"professional-coaching\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-55451\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-02-about-us.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-02-about-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/professional-services-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/professional-services-02/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55452\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-02-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-02-contact-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/professional-services-02/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/professional-services-02/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55454\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-02-services.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-02-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/professional-services-02/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/professional-services-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55453\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-02-1.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-02-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/professional-services-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/professional-services-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-55455\";a:13:{s:5:\"title\";s:21:\"Professional Services\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-1.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-1-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-1-400x1033.jpg\";s:14:\"astra-site-url\";s:43:\"//websitedemos.net/professional-services-08\";s:20:\"astra-site-parent-id\";i:2123;s:15:\"astra-sites-tag\";a:7:{i:2131;s:15:\"accounting-firm\";i:2135;s:17:\"advisory-services\";i:2134;s:8:\"advocate\";i:2133;s:13:\"advocate-firm\";i:2132;s:13:\"auditing-firm\";i:2136;s:17:\"business-coaching\";i:2129;s:21:\"professional-coaching\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-55459\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-services.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/professional-services-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/professional-services-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-55456\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-about-us.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-about-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/professional-services-08/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/professional-services-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-55457\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-contact-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/professional-services-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/professional-services-08/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55458\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-1.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/professional-services-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/professional-services-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-22137\";a:13:{s:5:\"title\";s:11:\"Yoga Studio\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2019/06/yoga-03-page.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/06/yoga-03-page-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/06/yoga-03-page-400x1463.jpg\";s:14:\"astra-site-url\";s:26:\"//websitedemos.net/yoga-03\";s:20:\"astra-site-parent-id\";i:65;s:15:\"astra-sites-tag\";a:5:{i:499;s:7:\"fitness\";i:976;s:14:\"gym-instructor\";i:395;s:15:\"yoga-instructor\";i:397;s:11:\"yoga-studio\";i:398;s:12:\"yoga-trainer\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}s:5:\"pages\";a:1:{s:8:\"id-22140\";a:12:{s:5:\"title\";s:10:\"June Flint\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2019/06/yoga-03-page.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/06/yoga-03-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/yoga-03/wp-json/wp/v2/pages/47\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:27:\"//websitedemos.net/yoga-03/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}}s:8:\"id-22117\";a:13:{s:5:\"title\";s:10:\"Accountant\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-01-page.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-01-page-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-01-page-400x1511.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/chartered-accountant-01\";s:20:\"astra-site-parent-id\";i:86;s:15:\"astra-sites-tag\";a:4:{i:447;s:10:\"accountant\";i:448;s:10:\"accounting\";i:449;s:20:\"chartered-accountant\";i:446;s:7:\"finance\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-22715\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-01-page.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-01-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/chartered-accountant-01/wp-json/wp/v2/pages/126\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/chartered-accountant-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-22713\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-about.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/chartered-accountant-01/wp-json/wp/v2/pages/127\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/chartered-accountant-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-22716\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-services.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/chartered-accountant-01/wp-json/wp/v2/pages/128\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/chartered-accountant-01/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-22718\";a:12:{s:5:\"title\";s:13:\"Why choose me\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-whychooseme.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-whychooseme-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/chartered-accountant-01/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:57:\"//websitedemos.net/chartered-accountant-01/why-choose-me/\";s:15:\"astra-sites-tag\";a:1:{i:760;s:13:\"why-choose-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-22717\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-01-testimonials-1.jpg\";s:19:\"thumbnail-image-url\";s:102:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-01-testimonials-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/chartered-accountant-01/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/chartered-accountant-01/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-22714\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-contact.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/chartered-accountant-01/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/chartered-accountant-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-22317\";a:13:{s:5:\"title\";s:12:\"Photographer\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08-400x1663.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/photographer-08\";s:20:\"astra-site-parent-id\";i:75;s:15:\"astra-sites-tag\";a:9:{i:513;s:6:\"camera\";i:482;s:7:\"fashion\";i:515;s:4:\"lens\";i:510;s:9:\"modelling\";i:511;s:12:\"photographer\";i:509;s:11:\"photography\";i:444;s:9:\"portfolio\";i:514;s:11:\"videography\";i:512;s:13:\"wedding-shoot\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:0:{}s:5:\"pages\";a:3:{s:8:\"id-22320\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/photographer-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/photographer-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-22318\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08-about.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/photographer-08/wp-json/wp/v2/pages/26\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/photographer-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-22319\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08-blog.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08-blog-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/photographer-08/wp-json/wp/v2/pages/267\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/photographer-08/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-22100\";a:13:{s:5:\"title\";s:11:\"Yoga Studio\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/06/yoga-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/06/yoga-04-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/06/yoga-04-homepage-400x1392.jpg\";s:14:\"astra-site-url\";s:26:\"//websitedemos.net/yoga-04\";s:20:\"astra-site-parent-id\";i:62;s:15:\"astra-sites-tag\";a:8:{i:499;s:7:\"fitness\";i:976;s:14:\"gym-instructor\";i:399;s:8:\"one-page\";i:1020;s:8:\"personal\";i:463;s:11:\"single-page\";i:395;s:15:\"yoga-instructor\";i:397;s:11:\"yoga-studio\";i:398;s:12:\"yoga-trainer\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-22124\";a:12:{s:5:\"title\";s:10:\"June Flint\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/06/yoga-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/06/yoga-04-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:54:\"https://websitedemos.net/yoga-04/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:27:\"//websitedemos.net/yoga-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-22080\";a:13:{s:5:\"title\";s:11:\"Disc Jockey\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-04-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-04-homepage-400x1189.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/disc-jockey-04\";s:20:\"astra-site-parent-id\";i:77;s:15:\"astra-sites-tag\";a:6:{i:408;s:11:\"disk-jockey\";i:406;s:2:\"dj\";i:409;s:5:\"event\";i:407;s:5:\"music\";i:969;s:8:\"musician\";i:1022;s:12:\"professional\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-22360\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-04-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/disc-jockey-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/disc-jockey-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22356\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-04-about-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-04-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/disc-jockey-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/disc-jockey-04/about/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-36386\";a:12:{s:5:\"title\";s:5:\"Shows\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/disc-jockey-04-shows-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/01/disc-jockey-04-shows-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/disc-jockey-04/wp-json/wp/v2/pages/508\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/disc-jockey-04/shows/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22358\";a:12:{s:5:\"title\";s:11:\"Discography\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-04-discography-1.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-04-discography-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/disc-jockey-04/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/disc-jockey-04/discography/\";s:15:\"astra-sites-tag\";a:2:{i:763;s:11:\"discography\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22359\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-04-gallery-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-04-gallery-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/disc-jockey-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/disc-jockey-04/gallery/\";s:15:\"astra-sites-tag\";a:3:{i:461;s:7:\"gallery\";i:444;s:9:\"portfolio\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22357\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-04-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-04-contact-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/disc-jockey-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/disc-jockey-04/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-45510\";a:13:{s:5:\"title\";s:11:\"Disc Jockey\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-home-400x1345.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/disc-jockey-03\";s:20:\"astra-site-parent-id\";i:1446;s:15:\"astra-sites-tag\";a:4:{i:408;s:11:\"disk-jockey\";i:406;s:2:\"dj\";i:409;s:5:\"event\";i:407;s:5:\"music\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-45515\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/disc-jockey-03/wp-json/wp/v2/pages/370\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/disc-jockey-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45511\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-about.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/disc-jockey-03/wp-json/wp/v2/pages/371\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/disc-jockey-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45516\";a:12:{s:5:\"title\";s:5:\"Shows\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/disc-jockey-shows.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/disc-jockey-shows-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/disc-jockey-03/wp-json/wp/v2/pages/878\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/disc-jockey-03/shows/\";s:15:\"astra-sites-tag\";a:2:{i:409;s:5:\"event\";i:1447;s:4:\"show\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45513\";a:12:{s:5:\"title\";s:11:\"Discography\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-discography.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-discography-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/disc-jockey-03/wp-json/wp/v2/pages/374\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/disc-jockey-03/discography/\";s:15:\"astra-sites-tag\";a:1:{i:763;s:11:\"discography\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45514\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-gallery.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-gallery-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/disc-jockey-03/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/disc-jockey-03/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45512\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-contact.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/disc-jockey-03/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/disc-jockey-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-22060\";a:13:{s:5:\"title\";s:28:\"Windows &amp; Doors Services\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-homepage-400x1210.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/windows-and-doors-02\";s:20:\"astra-site-parent-id\";i:123;s:15:\"astra-sites-tag\";a:7:{i:435;s:12:\"architecture\";i:440;s:5:\"doors\";i:436;s:8:\"interior\";i:1021;s:14:\"local-business\";i:439;s:14:\"local-services\";i:441;s:10:\"technician\";i:438;s:7:\"windows\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-23164\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/windows-and-doors-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/windows-and-doors-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-23161\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-about.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/windows-and-doors-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/windows-and-doors-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23166\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-services.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/windows-and-doors-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/windows-and-doors-02/services/\";s:15:\"astra-sites-tag\";a:2:{i:425;s:8:\"services\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23165\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-portfolio-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/windows-and-doors-02/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/windows-and-doors-02/portfolio/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23163\";a:12:{s:5:\"title\";s:11:\"FAQ&#8217;s\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-faq.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-faq-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/windows-and-doors-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/windows-and-doors-02/faqs/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23162\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-contact-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/windows-and-doors-02/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/windows-and-doors-02/contact/\";s:15:\"astra-sites-tag\";a:3:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48391\";a:13:{s:5:\"title\";s:29:\"Windows &#038; Doors Services\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-400x1366.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/windows-and-doors-08\";s:20:\"astra-site-parent-id\";i:1730;s:15:\"astra-sites-tag\";a:2:{i:436;s:8:\"interior\";i:442;s:26:\"windows-and-doors-services\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-48395\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/windows-and-doors-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/windows-and-doors-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48392\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-about.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/windows-and-doors-08/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/windows-and-doors-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48397\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-services.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/windows-and-doors-08/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/windows-and-doors-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48396\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-portfolio-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/windows-and-doors-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/windows-and-doors-08/portfolio/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48394\";a:12:{s:5:\"title\";s:4:\"FAQs\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-faqs.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-faqs-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/windows-and-doors-08/wp-json/wp/v2/pages/171\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/windows-and-doors-08/faqs/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48393\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/windows-and-doors-08/wp-json/wp/v2/pages/180\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/windows-and-doors-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-22044\";a:13:{s:5:\"title\";s:10:\"Accountant\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-02-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-02-homepage-400x1394.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/chartered-accountant-02\";s:20:\"astra-site-parent-id\";i:78;s:15:\"astra-sites-tag\";a:5:{i:447;s:10:\"accountant\";i:448;s:10:\"accounting\";i:449;s:20:\"chartered-accountant\";i:446;s:7:\"finance\";i:1022;s:12:\"professional\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-22363\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-02-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/chartered-accountant-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/chartered-accountant-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-22361\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-02-about.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/chartered-accountant-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/chartered-accountant-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22364\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-02-services.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-02-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/chartered-accountant-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/chartered-accountant-02/services/\";s:15:\"astra-sites-tag\";a:2:{i:425;s:8:\"services\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22366\";a:12:{s:5:\"title\";s:13:\"Why choose me\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-02-choose-me.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-02-choose-me-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/chartered-accountant-02/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:57:\"//websitedemos.net/chartered-accountant-02/why-choose-me/\";s:15:\"astra-sites-tag\";a:1:{i:453;s:8:\"features\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22365\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-02-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-02-testimonials-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/chartered-accountant-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/chartered-accountant-02/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22362\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/chartered-accountant-02/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/chartered-accountant-02/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-54393\";a:13:{s:5:\"title\";s:21:\"Health &amp; Wellness\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-02-home.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-02-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-02-home-400x1478.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/health-wellness-02\";s:20:\"astra-site-parent-id\";i:2028;s:15:\"astra-sites-tag\";a:11:{i:337;s:6:\"clinic\";i:338;s:6:\"dental\";i:2047;s:13:\"dental-clinic\";i:601;s:6:\"doctor\";i:2045;s:6:\"health\";i:604;s:10:\"healthcare\";i:603;s:7:\"medical\";i:2046;s:14:\"medical-clinic\";i:621;s:12:\"psychiatrist\";i:2044;s:9:\"therapist\";i:619;s:8:\"wellness\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-54396\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-02-home.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-02-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/health-wellness-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/health-wellness-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-54394\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-02-about.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/health-wellness-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/health-wellness-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-54395\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/health-wellness-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/health-wellness-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-54397\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-02-services.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-02-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/health-wellness-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/health-wellness-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-34202\";a:13:{s:5:\"title\";s:15:\"Cleaning Agency\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-homepage-400x1494.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/cleaning-agency-04\";s:20:\"astra-site-parent-id\";i:1003;s:15:\"astra-sites-tag\";a:4:{i:1000;s:7:\"cleaner\";i:1004;s:15:\"cleaning-agency\";i:679;s:17:\"cleaning-services\";i:1022;s:12:\"professional\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-39777\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/cleaning-agency-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/cleaning-agency-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39775\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-about.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/cleaning-agency-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/cleaning-agency-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39779\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-services.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/cleaning-agency-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/cleaning-agency-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39780\";a:12:{s:5:\"title\";s:13:\"Why Choose Us\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-why-choose-us.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-why-choose-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/cleaning-agency-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/cleaning-agency-04/why-choose-us/\";s:15:\"astra-sites-tag\";a:1:{i:760;s:13:\"why-choose-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39778\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-reviews.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-reviews-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/cleaning-agency-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/cleaning-agency-04/reviews/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39776\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/cleaning-agency-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/cleaning-agency-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-44213\";a:13:{s:5:\"title\";s:15:\"Cleaning Agency\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/03/cleaning-agency-03-01.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/03/cleaning-agency-03-01-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/03/cleaning-agency-03-01-400x1684.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/cleaning-agency-03\";s:20:\"astra-site-parent-id\";i:1421;s:15:\"astra-sites-tag\";a:7:{i:680;s:8:\"cleaning\";i:679;s:17:\"cleaning-services\";i:673;s:19:\"commercial-cleaning\";i:674;s:17:\"domestic-cleaning\";i:1407;s:13:\"house-keeping\";i:676;s:11:\"maintenance\";i:677;s:7:\"washing\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:12:{s:8:\"id-45532\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/03/cleaning-agency-03-01.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/03/cleaning-agency-03-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/cleaning-agency-03/wp-json/wp/v2/pages/258\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/cleaning-agency-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45530\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/03/cleaning-agency-03-about-01.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/03/cleaning-agency-03-about-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/cleaning-agency-03/wp-json/wp/v2/pages/259\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/cleaning-agency-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45534\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/03/cleaning-agency-03-services-01.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/03/cleaning-agency-03-services-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/cleaning-agency-03/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/cleaning-agency-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45535\";a:12:{s:5:\"title\";s:13:\"Why Choose Us\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/03/cleaning-agency-03-why-choose-us-01.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2020/03/cleaning-agency-03-why-choose-us-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/cleaning-agency-03/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/cleaning-agency-03/why-choose-us/\";s:15:\"astra-sites-tag\";a:1:{i:760;s:13:\"why-choose-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45533\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/03/cleaning-agency-03-reviews-01.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/03/cleaning-agency-03-reviews-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/cleaning-agency-03/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/cleaning-agency-03/reviews/\";s:15:\"astra-sites-tag\";a:1:{i:432;s:6:\"review\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45531\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/03/cleaning-agency-03-contact-01.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/03/cleaning-agency-03-contact-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/cleaning-agency-03/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/cleaning-agency-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-44216\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-home-page.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-home-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/cleaning-agency-03-wip/wp-json/wp/v2/pages/258\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/cleaning-agency-03-wip/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44214\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-about-page.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-about-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/cleaning-agency-03-wip/wp-json/wp/v2/pages/259\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/cleaning-agency-03-wip/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44218\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-services-page.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-services-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/cleaning-agency-03-wip/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/cleaning-agency-03-wip/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44219\";a:12:{s:5:\"title\";s:13:\"Why Choose Us\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-why-choose-us-page.jpg\";s:19:\"thumbnail-image-url\";s:101:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-why-choose-us-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/cleaning-agency-03-wip/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/cleaning-agency-03-wip/why-choose-us/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:760;s:13:\"why-choose-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44217\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-agency-04-reviews-page.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-agency-04-reviews-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/cleaning-agency-03-wip/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/cleaning-agency-03-wip/reviews/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44215\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-agency-04-contact-new.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-agency-04-contact-new-600x800.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/cleaning-agency-03-wip/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/cleaning-agency-03-wip/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-21922\";a:13:{s:5:\"title\";s:12:\"Construction\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-04-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-04-homepage-400x1620.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/construction-04\";s:20:\"astra-site-parent-id\";i:94;s:15:\"astra-sites-tag\";a:6:{i:435;s:12:\"architecture\";i:979;s:7:\"company\";i:484;s:12:\"construction\";i:436;s:8:\"interior\";i:812;s:6:\"office\";i:485;s:11:\"real-estate\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-22878\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-04-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/construction-04/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/construction-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-22876\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-04-about.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-04-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/construction-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/construction-04/about-us/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22880\";a:12:{s:5:\"title\";s:4:\"Team\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-04-team-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-04-team-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/construction-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/construction-04/team/\";s:15:\"astra-sites-tag\";a:1:{i:486;s:4:\"team\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-22879\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-04-project.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-04-project-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/construction-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/construction-04/projects/\";s:15:\"astra-sites-tag\";a:3:{i:444;s:9:\"portfolio\";i:424;s:7:\"project\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-22877\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-04-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/construction-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/construction-04/contact-us/\";s:15:\"astra-sites-tag\";a:3:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}}','no'),(345,'astra-sites-and-pages-page-16','a:15:{s:8:\"id-21935\";a:13:{s:5:\"title\";s:12:\"Construction\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-03-home-01.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-03-home-01-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-03-home-01-400x1878.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/construction-03\";s:20:\"astra-site-parent-id\";i:100;s:15:\"astra-sites-tag\";a:7:{i:435;s:12:\"architecture\";i:979;s:7:\"company\";i:484;s:12:\"construction\";i:436;s:8:\"interior\";i:812;s:6:\"office\";i:485;s:11:\"real-estate\";i:687;s:6:\"realty\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-22923\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-03-home-01.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-03-home-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/construction-03/wp-json/wp/v2/pages/296\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/construction-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-22921\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-03-about-us-01.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-03-about-us-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/construction-03/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/construction-03/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-22925\";a:12:{s:5:\"title\";s:4:\"Team\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-pro-04-feb-20-team.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-pro-04-feb-20-team-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/construction-03/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/construction-03/team/\";s:15:\"astra-sites-tag\";a:1:{i:486;s:4:\"team\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-22924\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-pro-04-feb-20-projects.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-pro-04-feb-20-projects-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/construction-03/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/construction-03/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-22922\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-pro-04-feb-20-contact.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-pro-04-feb-20-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/construction-03/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/construction-03/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-21835\";a:13:{s:5:\"title\";s:13:\"Manufacturing\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/manufacturing-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/manufacturing-04-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/manufacturing-04-homepage-400x952.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/manufacturing-04\";s:20:\"astra-site-parent-id\";i:87;s:15:\"astra-sites-tag\";a:6:{i:488;s:7:\"casting\";i:985;s:7:\"factory\";i:492;s:8:\"industry\";i:490;s:13:\"manufacturing\";i:491;s:16:\"metal-production\";i:489;s:10:\"production\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:3;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}}s:5:\"pages\";a:6:{s:8:\"id-22727\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/manufacturing-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/manufacturing-04-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/manufacturing-04/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/manufacturing-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22730\";a:12:{s:5:\"title\";s:9:\"Solutions\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/manufacturing-04-solutions-1.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/manufacturing-04-solutions-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/manufacturing-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/manufacturing-04/solutions/\";s:15:\"astra-sites-tag\";a:1:{i:498;s:9:\"solutions\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22728\";a:12:{s:5:\"title\";s:10:\"Industries\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/manufacturing-04-industries-1.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/manufacturing-04-industries-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/manufacturing-04/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/manufacturing-04/industries/\";s:15:\"astra-sites-tag\";a:1:{i:493;s:10:\"industries\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22729\";a:12:{s:5:\"title\";s:8:\"Partners\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/manufacturing-04-partners.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/manufacturing-04-partners-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/manufacturing-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/manufacturing-04/partners/\";s:15:\"astra-sites-tag\";a:1:{i:486;s:4:\"team\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22725\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/manufacturing-04-about.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/manufacturing-04-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/manufacturing-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/manufacturing-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22726\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/manufacturing-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/manufacturing-04-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/manufacturing-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/manufacturing-04/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-44273\";a:13:{s:5:\"title\";s:13:\"Manufacturing\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/03/manufacturing-03-home-01.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/03/manufacturing-03-home-01-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/03/manufacturing-03-home-01-400x1153.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/manufacturing-03\";s:20:\"astra-site-parent-id\";i:1422;s:15:\"astra-sites-tag\";a:6:{i:488;s:7:\"casting\";i:985;s:7:\"factory\";i:492;s:8:\"industry\";i:490;s:13:\"manufacturing\";i:491;s:16:\"metal-production\";i:489;s:10:\"production\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-44276\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/03/manufacturing-03-home-01.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/03/manufacturing-03-home-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/manufacturing-03/wp-json/wp/v2/pages/149\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/manufacturing-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44279\";a:12:{s:5:\"title\";s:9:\"Solutions\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/03/manufacturing-03-solutions-01.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/03/manufacturing-03-solutions-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/manufacturing-03/wp-json/wp/v2/pages/154\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/manufacturing-03/solutions/\";s:15:\"astra-sites-tag\";a:2:{i:498;s:9:\"solutions\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44277\";a:12:{s:5:\"title\";s:10:\"Industries\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/03/manufacturing-03-industries-01.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/03/manufacturing-03-industries-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/manufacturing-03/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/manufacturing-03/industries/\";s:15:\"astra-sites-tag\";a:2:{i:493;s:10:\"industries\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44278\";a:12:{s:5:\"title\";s:8:\"Partners\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/03/manufacturing-03-partners-01.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/03/manufacturing-03-partners-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/manufacturing-03/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/manufacturing-03/partners/\";s:15:\"astra-sites-tag\";a:1:{i:734;s:8:\"partners\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44274\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/03/manufacturing-03-about-us-01.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/03/manufacturing-03-about-us-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/manufacturing-03/wp-json/wp/v2/pages/150\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/manufacturing-03/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44275\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/manufacturing-04-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/manufacturing-04-contact-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/manufacturing-03/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/manufacturing-03/contact-us/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-21879\";a:13:{s:5:\"title\";s:15:\"Home Remodeling\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-04-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-04-homepage-400x1288.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/home-remodeling-04\";s:20:\"astra-site-parent-id\";i:90;s:15:\"astra-sites-tag\";a:8:{i:979;s:7:\"company\";i:524;s:9:\"furniture\";i:522;s:15:\"home-remodeling\";i:436;s:8:\"interior\";i:523;s:7:\"kitchen\";i:525;s:7:\"modular\";i:812;s:6:\"office\";i:526;s:10:\"renovation\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-22838\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-04-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-04/wp-json/wp/v2/pages/31\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/home-remodeling-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22836\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-04-about.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-04-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-04/wp-json/wp/v2/pages/32\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/home-remodeling-04/about/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22840\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-04-services.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-04-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-04/wp-json/wp/v2/pages/33\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/home-remodeling-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22839\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-04-projects.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-04-projects-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-04/wp-json/wp/v2/pages/34\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/home-remodeling-04/projects/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22841\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-04-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-04-testimonials-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-04/wp-json/wp/v2/pages/35\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/home-remodeling-04/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22837\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-04-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-04/wp-json/wp/v2/pages/36\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/home-remodeling-04/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-44016\";a:13:{s:5:\"title\";s:15:\"Home Remodeling\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-home.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-home-400x1426.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/home-remodeling-03\";s:20:\"astra-site-parent-id\";i:1418;s:15:\"astra-sites-tag\";a:6:{i:524;s:9:\"furniture\";i:522;s:15:\"home-remodeling\";i:436;s:8:\"interior\";i:523;s:7:\"kitchen\";i:525;s:7:\"modular\";i:526;s:10:\"renovation\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:12:{s:8:\"id-45554\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-home.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-03/wp-json/wp/v2/pages/31\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/home-remodeling-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45552\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/03/home-remodeling-03-about-01.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/03/home-remodeling-03-about-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-03/wp-json/wp/v2/pages/32\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/home-remodeling-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45556\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/03/home-remodeling-03-services-01.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/03/home-remodeling-03-services-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-03/wp-json/wp/v2/pages/33\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/home-remodeling-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45555\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-projects.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-projects-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-03/wp-json/wp/v2/pages/34\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/home-remodeling-03/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45557\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-testimonials-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-03/wp-json/wp/v2/pages/35\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/home-remodeling-03/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45553\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-03/wp-json/wp/v2/pages/36\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/home-remodeling-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-44019\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-home.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-03/wp-json/wp/v2/pages/31\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/home-remodeling-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44017\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-about.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-03/wp-json/wp/v2/pages/32\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/home-remodeling-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44021\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-services.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-03/wp-json/wp/v2/pages/33\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/home-remodeling-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44020\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-projects.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-projects-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-03/wp-json/wp/v2/pages/34\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/home-remodeling-03/projects/\";s:15:\"astra-sites-tag\";a:2:{i:444;s:9:\"portfolio\";i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44022\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-testimonials-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-03/wp-json/wp/v2/pages/35\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/home-remodeling-03/testimonials/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44018\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-03/wp-json/wp/v2/pages/36\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/home-remodeling-03/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}}s:8:\"id-21626\";a:13:{s:5:\"title\";s:11:\"Real Estate\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/real-estate-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/real-estate-02-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/real-estate-02-homepage-400x1660.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/real-estate-02\";s:20:\"astra-site-parent-id\";i:135;s:15:\"astra-sites-tag\";a:7:{i:979;s:7:\"company\";i:550;s:14:\"estate-broking\";i:547;s:7:\"listing\";i:812;s:6:\"office\";i:549;s:8:\"property\";i:485;s:11:\"real-estate\";i:548;s:16:\"renting-property\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-23299\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/real-estate-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/real-estate-02-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/real-estate-02/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/real-estate-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-23295\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/real-estate-02-about.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/real-estate-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/real-estate-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/real-estate-02/about-us/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23300\";a:12:{s:5:\"title\";s:10:\"Properties\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/real-estate-02-properties.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/real-estate-02-properties-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/real-estate-02/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/real-estate-02/properties/\";s:15:\"astra-sites-tag\";a:4:{i:461;s:7:\"gallery\";i:444;s:9:\"portfolio\";i:553;s:10:\"properties\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23296\";a:12:{s:5:\"title\";s:6:\"Agents\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/real-estate-02-agents.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/real-estate-02-agents-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/real-estate-02/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/real-estate-02/agents/\";s:15:\"astra-sites-tag\";a:3:{i:352;s:5:\"about\";i:552;s:6:\"agents\";i:486;s:4:\"team\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23298\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/real-estate-02-faq.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/real-estate-02-faq-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/real-estate-02/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/real-estate-02/faq/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23297\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/real-estate-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/real-estate-02-contact-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/real-estate-02/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/real-estate-02/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-21841\";a:13:{s:5:\"title\";s:18:\"Towing Services​\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/tow-services-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/tow-services-04-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/tow-services-04-homepage-400x1080.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/tow-services-04\";s:20:\"astra-site-parent-id\";i:85;s:15:\"astra-sites-tag\";a:4:{i:555;s:15:\"car-tow-service\";i:554;s:18:\"emergency-services\";i:1021;s:14:\"local-business\";i:556;s:12:\"tow-services\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-22704\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/tow-services-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/tow-services-04-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/tow-services-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/tow-services-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22701\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/tow-services-04-about.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/tow-services-04-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/tow-services-04/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/tow-services-04/about/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22705\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/tow-services-04-services.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/tow-services-04-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/tow-services-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/tow-services-04/services/\";s:15:\"astra-sites-tag\";a:2:{i:425;s:8:\"services\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22706\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/tow-services-04-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/tow-services-04-testimonials-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/tow-services-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/tow-services-04/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22703\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/tow-services-04-faq.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/tow-services-04-faq-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/tow-services-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/tow-services-04/faq/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22702\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/tow-services-04-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/tow-services-04-contact-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/tow-services-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/tow-services-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-55382\";a:13:{s:5:\"title\";s:15:\"Salon &amp; Spa\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-02-home-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-02-home-1-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-02-home-1-400x1646.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/stylist-02\";s:20:\"astra-site-parent-id\";i:2096;s:15:\"astra-sites-tag\";a:11:{i:2102;s:10:\"beautician\";i:2121;s:13:\"beauty-parlor\";i:2106;s:12:\"beauty-salon\";i:2120;s:18:\"fashion-and-beauty\";i:1642;s:10:\"hair-salon\";i:2108;s:11:\"hairdresser\";i:577;s:13:\"makeup-artist\";i:2119;s:13:\"salon-and-spa\";i:530;s:3:\"spa\";i:2107;s:7:\"stylist\";i:619;s:8:\"wellness\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-55384\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-02-contact-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/stylist-02/wp-json/wp/v2/pages/816\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/stylist-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55383\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-02-about-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-02-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/stylist-02/wp-json/wp/v2/pages/950\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/stylist-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55385\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-02-home-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-02-home-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/stylist-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/stylist-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55386\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-02-services-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-02-services-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/stylist-02/wp-json/wp/v2/pages/996\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/stylist-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-55398\";a:13:{s:5:\"title\";s:15:\"Salon &amp; Spa\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08-home-400x1581.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/stylist-08\";s:20:\"astra-site-parent-id\";i:2101;s:15:\"astra-sites-tag\";a:11:{i:2102;s:10:\"beautician\";i:2121;s:13:\"beauty-parlor\";i:2106;s:12:\"beauty-salon\";i:2120;s:18:\"fashion-and-beauty\";i:1642;s:10:\"hair-salon\";i:2108;s:11:\"hairdresser\";i:577;s:13:\"makeup-artist\";i:2119;s:13:\"salon-and-spa\";i:530;s:3:\"spa\";i:2107;s:7:\"stylist\";i:619;s:8:\"wellness\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-55400\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/stylist-08/wp-json/wp/v2/pages/904\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/stylist-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55399\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08-about.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/stylist-08/wp-json/wp/v2/pages/900\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/stylist-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-55402\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08-services.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/stylist-08/wp-json/wp/v2/pages/902\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/stylist-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-55401\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/stylist-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/stylist-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-21814\";a:13:{s:5:\"title\";s:22:\"Swimming Pool Services\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-04-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-04-homepage-400x1584.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/pool-services-04\";s:20:\"astra-site-parent-id\";i:89;s:15:\"astra-sites-tag\";a:3:{i:567;s:16:\"pool-maintenance\";i:569;s:13:\"swimming-pool\";i:570;s:10:\"water-pool\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:7:{s:8:\"id-22826\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-04-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/pool-services-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/pool-services-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22822\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-about.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/pool-services-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/pool-services-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22828\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-04-services.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-04-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/pool-services-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/pool-services-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22825\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-04-gallery.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-04-gallery-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/pool-services-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/pool-services-04/gallery/\";s:15:\"astra-sites-tag\";a:2:{i:461;s:7:\"gallery\";i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22827\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-04-reviews.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-04-reviews-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/pool-services-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/pool-services-04/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22824\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-04-faq.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-04-faq-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/pool-services-04/wp-json/wp/v2/pages/202\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/pool-services-04/faq/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22823\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-04-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/pool-services-04/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/pool-services-04/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-21808\";a:13:{s:5:\"title\";s:7:\"Florist\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-03-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-03-homepage-400x1555.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/florist-03\";s:20:\"astra-site-parent-id\";i:116;s:15:\"astra-sites-tag\";a:4:{i:573;s:16:\"event-decoration\";i:571;s:7:\"florist\";i:572;s:15:\"flower-merchant\";i:574;s:7:\"flowers\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-23088\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-03-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/florist-03/wp-json/wp/v2/pages/282\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/florist-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23085\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-03-about.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-03-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/florist-03/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/florist-03/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23089\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-03-services.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-03-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/florist-03/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/florist-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23087\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-03-gallery.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-03-gallery-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/florist-03/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/florist-03/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23090\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-03-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-03-testimonials-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/florist-03/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/florist-03/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23086\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-03-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-03-contact-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/florist-03/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/florist-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-21807\";a:13:{s:5:\"title\";s:7:\"Florist\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-04-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-04-homepage-400x1463.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/florist-04\";s:20:\"astra-site-parent-id\";i:115;s:15:\"astra-sites-tag\";a:5:{i:573;s:16:\"event-decoration\";i:571;s:7:\"florist\";i:572;s:15:\"flower-merchant\";i:574;s:7:\"flowers\";i:1021;s:14:\"local-business\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-23076\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-04-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/florist-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/florist-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23073\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-04-about.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-04-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/florist-04/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/florist-04/about-us/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23077\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-04-services.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-04-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/florist-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/florist-04/services/\";s:15:\"astra-sites-tag\";a:2:{i:425;s:8:\"services\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23075\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-04-gallery.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-04-gallery-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/florist-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/florist-04/gallery/\";s:15:\"astra-sites-tag\";a:2:{i:461;s:7:\"gallery\";i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23078\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-04-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-04-testimonials-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/florist-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/florist-04/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23074\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-04-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-04-contact-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/florist-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/florist-04/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-21337\";a:13:{s:5:\"title\";s:8:\"Car Wash\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-02-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-02-homepage-400x1328.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/car-wash-02\";s:20:\"astra-site-parent-id\";i:301;s:15:\"astra-sites-tag\";a:7:{i:1749;s:9:\"bike-care\";i:1750;s:9:\"bike-wash\";i:588;s:8:\"car-care\";i:587;s:13:\"car-detailing\";i:1751;s:15:\"car-maintenance\";i:586;s:8:\"car-wash\";i:1021;s:14:\"local-business\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-25155\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-02-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/car-wash-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/car-wash-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25156\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-02-services.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-02-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/car-wash-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/car-wash-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25153\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-02-about.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/car-wash-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/car-wash-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25157\";a:12:{s:5:\"title\";s:9:\"Wash Menu\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-02-wash-menu.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-02-wash-menu-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/car-wash-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/car-wash-02/wash-menu/\";s:15:\"astra-sites-tag\";a:2:{i:565;s:4:\"menu\";i:761;s:9:\"wash-menu\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25154\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-02-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-02-contact-2-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/car-wash-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/car-wash-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-21340\";a:13:{s:5:\"title\";s:8:\"Car Wash\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-01-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-01-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-01-home-400x1532.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/car-wash-01\";s:20:\"astra-site-parent-id\";i:303;s:15:\"astra-sites-tag\";a:7:{i:1749;s:9:\"bike-care\";i:1750;s:9:\"bike-wash\";i:588;s:8:\"car-care\";i:587;s:13:\"car-detailing\";i:1751;s:15:\"car-maintenance\";i:586;s:8:\"car-wash\";i:1021;s:14:\"local-business\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-25171\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-01-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-01-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/car-wash-01/wp-json/wp/v2/pages/295\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/car-wash-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25172\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-01-services-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-01-services-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/car-wash-01/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/car-wash-01/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25169\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-01-about-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-01-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/car-wash-01/wp-json/wp/v2/pages/296\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/car-wash-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25173\";a:12:{s:5:\"title\";s:9:\"Wash Menu\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-01-wash-menu-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-01-wash-menu-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/car-wash-01/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/car-wash-01/wash-menu/\";s:15:\"astra-sites-tag\";a:2:{i:565;s:4:\"menu\";i:761;s:9:\"wash-menu\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25170\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-01-contac-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-01-contac-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/car-wash-01/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/car-wash-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48580\";a:13:{s:5:\"title\";s:8:\"Car Wash\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-home-400x1350.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/car-wash-08\";s:20:\"astra-site-parent-id\";i:1747;s:15:\"astra-sites-tag\";a:7:{i:1749;s:9:\"bike-care\";i:1750;s:9:\"bike-wash\";i:588;s:8:\"car-care\";i:587;s:13:\"car-detailing\";i:1751;s:15:\"car-maintenance\";i:586;s:8:\"car-wash\";i:1021;s:14:\"local-business\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-48583\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/car-wash-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/car-wash-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48584\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-services.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/car-wash-08/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/car-wash-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48581\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-about.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/car-wash-08/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/car-wash-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48585\";a:12:{s:5:\"title\";s:9:\"Wash Menu\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-wash-menu.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-wash-menu-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/car-wash-08/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/car-wash-08/wash-menu/\";s:15:\"astra-sites-tag\";a:3:{i:585;s:7:\"pricing\";i:761;s:9:\"wash-menu\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48582\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/car-wash-08/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/car-wash-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}}','no'),(346,'astra-sites-and-pages-page-17','a:15:{s:8:\"id-21676\";a:13:{s:5:\"title\";s:18:\"Wedding Invitation\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/06/wedding-mark-brizy.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/06/wedding-mark-brizy-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/06/wedding-mark-brizy-400x1314.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/wedding-05\";s:20:\"astra-site-parent-id\";i:59;s:15:\"astra-sites-tag\";a:3:{i:698;s:10:\"engagement\";i:699;s:10:\"invitation\";i:697;s:7:\"wedding\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:5:\"pages\";a:1:{s:8:\"id-22120\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/06/wedding-mark-brizy.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/06/wedding-mark-brizy-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/wedding-05/wp-json/wp/v2/pages/514\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/wedding-05/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}}s:8:\"id-55223\";a:13:{s:5:\"title\";s:20:\"Travel &amp; Tourism\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-02-home-2.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-02-home-2-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-02-home-2-400x1637.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/travel-and-tourism-02\";s:20:\"astra-site-parent-id\";i:2054;s:15:\"astra-sites-tag\";a:17:{i:2073;s:13:\"accommodation\";i:2076;s:18:\"apartments-hostels\";i:1534;s:3:\"bnb\";i:2078;s:14:\"business-hotel\";i:2079;s:10:\"guesthouse\";i:2080;s:8:\"homestay\";i:350;s:5:\"hotel\";i:2081;s:13:\"island-resort\";i:2082;s:12:\"luxury-hotel\";i:714;s:6:\"resort\";i:2077;s:12:\"tour-company\";i:430;s:7:\"tourism\";i:427;s:6:\"travel\";i:428;s:13:\"travel-agency\";i:2075;s:15:\"travel-services\";i:2083;s:8:\"urban-bb\";i:2084;s:15:\"vacation-rental\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-55226\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-02-home-1.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-02-home-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/travel-and-tourism-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/travel-and-tourism-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55224\";a:12:{s:5:\"title\";s:9:\"Amenities\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-02-amenities.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-02-amenities-600x800.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/travel-and-tourism-02/wp-json/wp/v2/pages/146\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/travel-and-tourism-02/amenities/\";s:15:\"astra-sites-tag\";a:1:{i:777;s:9:\"amenities\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55225\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/travel-and-tourism-02/wp-json/wp/v2/pages/150\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/travel-and-tourism-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55227\";a:12:{s:5:\"title\";s:5:\"Rooms\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-02-rooms-1.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-02-rooms-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/travel-and-tourism-02/wp-json/wp/v2/pages/144\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/travel-and-tourism-02/rooms/\";s:15:\"astra-sites-tag\";a:1:{i:715;s:5:\"rooms\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-55310\";a:13:{s:5:\"title\";s:20:\"Travel &amp; Tourism\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-home.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-home-400x1603.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/travel-and-tourism-08\";s:20:\"astra-site-parent-id\";i:2065;s:15:\"astra-sites-tag\";a:17:{i:2073;s:13:\"accommodation\";i:2076;s:18:\"apartments-hostels\";i:1534;s:3:\"bnb\";i:2078;s:14:\"business-hotel\";i:2079;s:10:\"guesthouse\";i:2080;s:8:\"homestay\";i:350;s:5:\"hotel\";i:2081;s:13:\"island-resort\";i:2082;s:12:\"luxury-hotel\";i:714;s:6:\"resort\";i:2077;s:12:\"tour-company\";i:430;s:7:\"tourism\";i:427;s:6:\"travel\";i:428;s:13:\"travel-agency\";i:2075;s:15:\"travel-services\";i:2083;s:8:\"urban-bb\";i:2084;s:15:\"vacation-rental\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-55311\";a:12:{s:5:\"title\";s:9:\"Amenities\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-amenities.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-amenities-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/travel-and-tourism-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/travel-and-tourism-08/amenities/\";s:15:\"astra-sites-tag\";a:2:{i:777;s:9:\"amenities\";i:1599;s:10:\"facilities\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-55312\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-conatct.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-conatct-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/travel-and-tourism-08/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/travel-and-tourism-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55313\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-home.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/travel-and-tourism-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/travel-and-tourism-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-55314\";a:12:{s:5:\"title\";s:5:\"Rooms\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-rooms.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-rooms-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/travel-and-tourism-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/travel-and-tourism-08/rooms/\";s:15:\"astra-sites-tag\";a:2:{i:2073;s:13:\"accommodation\";i:715;s:5:\"rooms\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-21599\";a:13:{s:5:\"title\";s:20:\"Makeup Artist Studio\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/makeup-artist-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/makeup-artist-04-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/makeup-artist-04-homepage-400x1110.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/makeup-artist-04\";s:20:\"astra-site-parent-id\";i:125;s:15:\"astra-sites-tag\";a:7:{i:1023;s:6:\"beauty\";i:579;s:14:\"bridal-make-up\";i:477;s:9:\"hair-care\";i:575;s:11:\"hair-styles\";i:982;s:11:\"hairstylist\";i:577;s:13:\"makeup-artist\";i:1020;s:8:\"personal\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-23191\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/makeup-artist-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/makeup-artist-04-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/makeup-artist-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/makeup-artist-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23193\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/makeup-artist-04-services.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/makeup-artist-04-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/makeup-artist-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/makeup-artist-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23189\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/makeup-artist-04-about.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/makeup-artist-04-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/makeup-artist-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/makeup-artist-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23192\";a:12:{s:5:\"title\";s:7:\"Pricing\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/makeup-artist-04-pricing.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/makeup-artist-04-pricing-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/makeup-artist-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/makeup-artist-04/pricing/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23190\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/makeup-artist-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/makeup-artist-04-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/makeup-artist-04/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/makeup-artist-04/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-21347\";a:13:{s:5:\"title\";s:18:\"Transport Services\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/transport-services-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/07/transport-services-03-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/transport-services-03-homepage-400x1747.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/transport-services-03\";s:20:\"astra-site-parent-id\";i:97;s:15:\"astra-sites-tag\";a:9:{i:394;s:9:\"air-cargo\";i:391;s:14:\"cargo-services\";i:392;s:16:\"freight-services\";i:388;s:12:\"good-carrier\";i:389;s:9:\"logistics\";i:393;s:14:\"road-transport\";i:390;s:8:\"shipping\";i:366;s:9:\"transport\";i:387;s:8:\"trucking\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-22894\";a:12:{s:5:\"title\";s:16:\"One Page Website\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/transport-services-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/07/transport-services-03-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/transport-services-03/wp-json/wp/v2/pages/150\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/transport-services-03/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:746;s:13:\"one-page-site\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-21329\";a:13:{s:5:\"title\";s:18:\"Transport Services\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/transport-services-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/07/transport-services-04-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/transport-services-04-homepage-400x1695.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/transport-services-04\";s:20:\"astra-site-parent-id\";i:95;s:15:\"astra-sites-tag\";a:12:{i:394;s:9:\"air-cargo\";i:845;s:4:\"blue\";i:391;s:14:\"cargo-services\";i:392;s:16:\"freight-services\";i:388;s:12:\"good-carrier\";i:389;s:9:\"logistics\";i:399;s:8:\"one-page\";i:846;s:3:\"red\";i:393;s:14:\"road-transport\";i:390;s:8:\"shipping\";i:366;s:9:\"transport\";i:387;s:8:\"trucking\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-22887\";a:12:{s:5:\"title\";s:16:\"One Page Website\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/transport-services-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/07/transport-services-04-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/transport-services-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/transport-services-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-21335\";a:13:{s:5:\"title\";s:17:\"Cleaning Services\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/04/cleaning-services-home.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/04/cleaning-services-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/04/cleaning-services-home-400x1559.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/cleaning-services-03\";s:20:\"astra-site-parent-id\";i:122;s:15:\"astra-sites-tag\";a:8:{i:1000;s:7:\"cleaner\";i:680;s:8:\"cleaning\";i:679;s:17:\"cleaning-services\";i:673;s:19:\"commercial-cleaning\";i:674;s:17:\"domestic-cleaning\";i:675;s:12:\"housekeeping\";i:676;s:11:\"maintenance\";i:677;s:7:\"washing\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-23157\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/04/cleaning-services-home.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/04/cleaning-services-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/cleaning-services-03/wp-json/wp/v2/pages/239\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/cleaning-services-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23155\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-03-about1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-03-about1-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/cleaning-services-03/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/cleaning-services-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23159\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-03-services-1.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-03-services-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/cleaning-services-03/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/cleaning-services-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23160\";a:12:{s:5:\"title\";s:13:\"Why choose us\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-why-choose-us.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-why-choose-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/cleaning-services-03/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/cleaning-services-03/why-choose-us/\";s:15:\"astra-sites-tag\";a:1:{i:760;s:13:\"why-choose-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23158\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-reviews.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-reviews-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/cleaning-services-03/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/cleaning-services-03/reviews/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23156\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-contact.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/cleaning-services-03/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/cleaning-services-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-21331\";a:13:{s:5:\"title\";s:17:\"Cleaning Services\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-04-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-04-homepage-400x1405.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/cleaning-services-04\";s:20:\"astra-site-parent-id\";i:121;s:15:\"astra-sites-tag\";a:8:{i:680;s:8:\"cleaning\";i:679;s:17:\"cleaning-services\";i:673;s:19:\"commercial-cleaning\";i:674;s:17:\"domestic-cleaning\";i:675;s:12:\"housekeeping\";i:676;s:11:\"maintenance\";i:1022;s:12:\"professional\";i:677;s:7:\"washing\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-23145\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-04-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/cleaning-services-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/cleaning-services-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23143\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-04-about-1.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-04-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/cleaning-services-04/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/cleaning-services-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23147\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-04-services-1.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-04-services-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/cleaning-services-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/cleaning-services-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23148\";a:12:{s:5:\"title\";s:13:\"Why choose us\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-04-why-choose-us-3.jpg\";s:19:\"thumbnail-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-04-why-choose-us-3-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/cleaning-services-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/cleaning-services-04/why-choose-us/\";s:15:\"astra-sites-tag\";a:2:{i:760;s:13:\"why-choose-us\";i:852;s:6:\"why-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23146\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-04-reviews-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-04-reviews-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/cleaning-services-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/cleaning-services-04/reviews/\";s:15:\"astra-sites-tag\";a:1:{i:432;s:6:\"review\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23144\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-04-contact-3.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-04-contact-3-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/cleaning-services-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/cleaning-services-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-21171\";a:13:{s:5:\"title\";s:10:\"Fly Movers\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-04-home.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-04-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-04-home-400x1705.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/movers-packers-04\";s:20:\"astra-site-parent-id\";i:362;s:15:\"astra-sites-tag\";a:4:{i:1021;s:14:\"local-business\";i:364;s:6:\"movers\";i:365;s:7:\"packers\";i:366;s:9:\"transport\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-28778\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-04-home.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-04-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/movers-packers-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/movers-packers-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-28775\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-04-about.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-04-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/movers-packers-04/wp-json/wp/v2/pages/69\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/movers-packers-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-28779\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-04-services.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-04-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/movers-packers-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/movers-packers-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-28780\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-04-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-04-testimonials-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/movers-packers-04/wp-json/wp/v2/pages/75\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/movers-packers-04/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-28777\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-04-faq.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-04-faq-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/movers-packers-04/wp-json/wp/v2/pages/73\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/movers-packers-04/faq/\";s:15:\"astra-sites-tag\";a:2:{i:426;s:3:\"faq\";i:709;s:9:\"questions\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-28776\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-04-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/movers-packers-04/wp-json/wp/v2/pages/71\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/movers-packers-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-20908\";a:13:{s:5:\"title\";s:15:\"Wedding Planner\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-home.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-home-400x1975.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/wedding-planner-06\";s:20:\"astra-site-parent-id\";i:155;s:15:\"astra-sites-tag\";a:3:{i:717;s:13:\"event-planner\";i:697;s:7:\"wedding\";i:716;s:15:\"wedding-planner\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-23469\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-home.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wedding-planner-06/wp-json/wp/v2/pages/316\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/wedding-planner-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23465\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-about.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wedding-planner-06/wp-json/wp/v2/pages/356\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/wedding-planner-06/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23470\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-06-services-01.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-06-services-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wedding-planner-06/wp-json/wp/v2/pages/365\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/wedding-planner-06/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23468\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-gallery.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-gallery-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wedding-planner-06/wp-json/wp/v2/pages/378\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/wedding-planner-06/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23471\";a:12:{s:5:\"title\";s:6:\"Venues\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-venues.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-venues-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wedding-planner-06/wp-json/wp/v2/pages/387\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/wedding-planner-06/venues/\";s:15:\"astra-sites-tag\";a:2:{i:696;s:5:\"venue\";i:691;s:10:\"work-place\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23467\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wedding-planner-06/wp-json/wp/v2/pages/392\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/wedding-planner-06/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-20919\";a:13:{s:5:\"title\";s:31:\"eCourse &#8211; Learn Photoshop\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-home-1-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-home-1-400x1910.jpg\";s:14:\"astra-site-url\";s:45:\"//websitedemos.net/ecourse-learn-photoshop-06\";s:20:\"astra-site-parent-id\";i:124;s:15:\"astra-sites-tag\";a:5:{i:468;s:9:\"elearning\";i:719;s:15:\"online-coaching\";i:975;s:15:\"online-learning\";i:721;s:8:\"training\";i:720;s:9:\"tutorials\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:5:\"pages\";a:5:{s:8:\"id-23181\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-home-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/ecourse-learn-photoshop-06/wp-json/wp/v2/pages/113\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/ecourse-learn-photoshop-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23179\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-about.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/ecourse-learn-photoshop-06/wp-json/wp/v2/pages/159\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/ecourse-learn-photoshop-06/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23180\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-courses.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-courses-600x800.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/ecourse-learn-photoshop-06/wp-json/wp/v2/pages/165\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/ecourse-learn-photoshop-06/courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23183\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:103:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-testimonials-600x800.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/ecourse-learn-photoshop-06/wp-json/wp/v2/pages/174\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:59:\"//websitedemos.net/ecourse-learn-photoshop-06/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23182\";a:12:{s:5:\"title\";s:7:\"Pricing\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-pricing.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-pricing-600x800.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/ecourse-learn-photoshop-06/wp-json/wp/v2/pages/181\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/ecourse-learn-photoshop-06/pricing/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}}s:8:\"id-20924\";a:13:{s:5:\"title\";s:10:\"Life Coach\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-06-01.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-06-01-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-06-01-400x1401.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/life-coach-06\";s:20:\"astra-site-parent-id\";i:80;s:15:\"astra-sites-tag\";a:5:{i:610;s:8:\"coaching\";i:608;s:8:\"guidance\";i:612;s:10:\"life-coach\";i:609;s:9:\"motivator\";i:611;s:16:\"self-improvement\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:5:\"pages\";a:4:{s:8:\"id-22414\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-06-01.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-06-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/life-coach-06/wp-json/wp/v2/pages/304\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/life-coach-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-22410\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-06-about-01.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-06-about-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/life-coach-06/wp-json/wp/v2/pages/364\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/life-coach-06/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-22412\";a:12:{s:5:\"title\";s:8:\"Coaching\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-06-coaching-01.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-06-coaching-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/life-coach-06/wp-json/wp/v2/pages/373\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/life-coach-06/coaching/\";s:15:\"astra-sites-tag\";a:1:{i:610;s:8:\"coaching\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-22413\";a:12:{s:5:\"title\";s:10:\"Contact Me\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-06-contact-me-01.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-06-contact-me-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/life-coach-06/wp-json/wp/v2/pages/380\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/life-coach-06/contact-me/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}}s:8:\"id-20957\";a:13:{s:5:\"title\";s:5:\"Hotel\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/03/id-20957-hotel-resize.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/03/id-20957-hotel-resize-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/03/id-20957-hotel-resize.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/hotel-06\";s:20:\"astra-site-parent-id\";i:156;s:15:\"astra-sites-tag\";a:6:{i:560;s:7:\"cuisine\";i:336;s:4:\"food\";i:350;s:5:\"hotel\";i:712;s:5:\"lodge\";i:711;s:5:\"motel\";i:714;s:6:\"resort\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:5:\"pages\";a:6:{s:8:\"id-23488\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23488-hotel-home-resize.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23488-hotel-home-resize-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/hotel-06/wp-json/wp/v2/pages/215\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/hotel-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23489\";a:12:{s:5:\"title\";s:5:\"Rooms\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23489-hotel-rooms-resize.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23489-hotel-rooms-resize-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/hotel-06/wp-json/wp/v2/pages/268\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/hotel-06/rooms/\";s:15:\"astra-sites-tag\";a:1:{i:715;s:5:\"rooms\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23490\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23490-hotel-services-resize.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23490-hotel-services-resize-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/hotel-06/wp-json/wp/v2/pages/276\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/hotel-06/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23487\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23487-hotel-gallery-resize.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23487-hotel-gallery-resize-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/hotel-06/wp-json/wp/v2/pages/287\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/hotel-06/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23491\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23491-hotel-testimonials-resize.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23491-hotel-testimonials-resize-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/hotel-06/wp-json/wp/v2/pages/295\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/hotel-06/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23486\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23486-hotel-contact-resize.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23486-hotel-contact-resize-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/hotel-06/wp-json/wp/v2/pages/299\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/hotel-06/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}}s:8:\"id-20968\";a:13:{s:5:\"title\";s:9:\"theAgency\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-feb-20-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-feb-20-home-400x2255.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/wordpress-agency-06\";s:20:\"astra-site-parent-id\";i:126;s:15:\"astra-sites-tag\";a:7:{i:663;s:6:\"agency\";i:979;s:7:\"company\";i:664;s:16:\"digital-services\";i:812;s:6:\"office\";i:665;s:14:\"service-agency\";i:661;s:7:\"website\";i:879;s:16:\"wordpress-agency\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:2;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:5:\"pages\";a:6:{s:8:\"id-23201\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-feb-20-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/wordpress-agency-06/wp-json/wp/v2/pages/343\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/wordpress-agency-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23199\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-feb-20-about.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-feb-20-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/wordpress-agency-06/wp-json/wp/v2/pages/392\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/wordpress-agency-06/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23203\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-feb-20-services.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-feb-20-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/wordpress-agency-06/wp-json/wp/v2/pages/404\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/wordpress-agency-06/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23202\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-feb-20-projects.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-feb-20-projects-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/wordpress-agency-06/wp-json/wp/v2/pages/415\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/wordpress-agency-06/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23204\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-feb-20-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-feb-20-testimonials-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/wordpress-agency-06/wp-json/wp/v2/pages/426\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/wordpress-agency-06/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23200\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-feb-20-contact.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-feb-20-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/wordpress-agency-06/wp-json/wp/v2/pages/435\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/wordpress-agency-06/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}}s:8:\"id-20969\";a:13:{s:5:\"title\";s:7:\"eCourse\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-06-home-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-06-home-1-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-06-home-1-400x2276.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/teach-06\";s:20:\"astra-site-parent-id\";i:129;s:15:\"astra-sites-tag\";a:5:{i:468;s:9:\"elearning\";i:719;s:15:\"online-coaching\";i:975;s:15:\"online-learning\";i:721;s:8:\"training\";i:720;s:9:\"tutorials\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:5:\"pages\";a:5:{s:8:\"id-23228\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-06-home-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-06-home-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/teach-06/wp-json/wp/v2/pages/143\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/teach-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23226\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-06-about.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-06-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/teach-06/wp-json/wp/v2/pages/188\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/teach-06/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23229\";a:12:{s:5:\"title\";s:7:\"Lessons\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-06-lessons.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-06-lessons-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/teach-06/wp-json/wp/v2/pages/201\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/teach-06/lessons/\";s:15:\"astra-sites-tag\";a:1:{i:747;s:7:\"lessons\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23230\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-06-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-06-testimonials-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/teach-06/wp-json/wp/v2/pages/212\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/teach-06/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23227\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-06-contact.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-06-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/teach-06/wp-json/wp/v2/pages/217\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/teach-06/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}}}','no'),(373,'astra-sites-and-pages-page-25','a:15:{s:8:\"id-18222\";a:13:{s:5:\"title\";s:14:\"Brandstore Pro\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/store-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/store-03-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/store-03-homepage-400x1058.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/store-03\";s:20:\"astra-site-parent-id\";i:267;s:15:\"astra-sites-tag\";a:10:{i:639;s:11:\"accessories\";i:638;s:11:\"brand-store\";i:640;s:11:\"cloth-store\";i:637;s:8:\"clothing\";i:496;s:9:\"ecommerce\";i:383;s:12:\"online-store\";i:967;s:13:\"product-store\";i:733;s:4:\"shop\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:38;s:9:\"ecommerce\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:6:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:4;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:5;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-24762\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/store-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/store-03-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/store-03/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/store-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}s:8:\"id-24763\";a:12:{s:5:\"title\";s:11:\"Lookbook 18\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/store-03-lookbook-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/store-03-lookbook-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/store-03/wp-json/wp/v2/pages/592\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/store-03/lookbook/\";s:15:\"astra-sites-tag\";a:2:{i:752;s:8:\"lookbook\";i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24760\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/store-03-about.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/store-03-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/store-03/wp-json/wp/v2/pages/25\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/store-03/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24761\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/store-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/store-03-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/store-03/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/store-03/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-18201\";a:13:{s:5:\"title\";s:23:\"Wanderlust Travel Diary\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2018/01/blog-06-homepage.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2018/01/blog-06-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2018/01/blog-06-homepage-400x1242.jpg\";s:14:\"astra-site-url\";s:26:\"//websitedemos.net/blog-06\";s:20:\"astra-site-parent-id\";i:231;s:15:\"astra-sites-tag\";a:6:{i:544;s:9:\"adventure\";i:480;s:4:\"blog\";i:751;s:11:\"exploration\";i:430;s:7:\"tourism\";i:427;s:6:\"travel\";i:750;s:11:\"travel-blog\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:2:{s:8:\"id-24469\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/net-blog-06-about.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/net-blog-06-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/blog-06/wp-json/wp/v2/pages/26\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/blog-06/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24470\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/blog-06-contact.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/blog-06-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/blog-06/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/blog-06/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-18124\";a:13:{s:5:\"title\";s:23:\"Wanderlust Travel Diary\";s:18:\"featured-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2018/01/id-18124-wanderlust-travel-diary-resize.jpg\";s:19:\"thumbnail-image-url\";s:103:\"https://websitedemos.net/wp-content/uploads/2018/01/id-18124-wanderlust-travel-diary-resize-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2018/01/id-18124-wanderlust-travel-diary-resize.jpg\";s:14:\"astra-site-url\";s:26:\"//websitedemos.net/blog-05\";s:20:\"astra-site-parent-id\";i:232;s:15:\"astra-sites-tag\";a:6:{i:544;s:9:\"adventure\";i:480;s:4:\"blog\";i:751;s:11:\"exploration\";i:430;s:7:\"tourism\";i:427;s:6:\"travel\";i:750;s:11:\"travel-blog\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:2:{s:8:\"id-24476\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:104:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24476-wanderlust-travel-diary-about-us-resize.jpg\";s:19:\"thumbnail-image-url\";s:112:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24476-wanderlust-travel-diary-about-us-resize-600x800.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/blog-05/wp-json/wp/v2/pages/26\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/blog-05/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24477\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:103:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24477-wanderlust-travel-diary-contact-resize.jpg\";s:19:\"thumbnail-image-url\";s:111:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24477-wanderlust-travel-diary-contact-resize-600x800.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/blog-05/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/blog-05/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48231\";a:13:{s:5:\"title\";s:20:\"Motivational Speaker\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-home.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-home-400x1059.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/motivational-speaker-08\";s:20:\"astra-site-parent-id\";i:1708;s:15:\"astra-sites-tag\";a:3:{i:1545;s:21:\"inspirational-speaker\";i:855;s:20:\"motivational-speaker\";i:1709;s:7:\"speaker\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-48235\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-home.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/motivational-speaker-08/wp-json/wp/v2/pages/624\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/motivational-speaker-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48232\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/motivational-speaker-08/wp-json/wp/v2/pages/626\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/motivational-speaker-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48233\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-blog-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-blog-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/motivational-speaker-08/wp-json/wp/v2/pages/628\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/motivational-speaker-08/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48234\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-contact.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/motivational-speaker-08/wp-json/wp/v2/pages/630\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/motivational-speaker-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-18137\";a:13:{s:5:\"title\";s:14:\"Brandstore Pro\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2018/01/store-04-1.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2018/01/store-04-1-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2018/01/store-04-1-400x1182.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/store-04\";s:20:\"astra-site-parent-id\";i:269;s:15:\"astra-sites-tag\";a:10:{i:639;s:11:\"accessories\";i:638;s:11:\"brand-store\";i:640;s:11:\"cloth-store\";i:637;s:8:\"clothing\";i:496;s:9:\"ecommerce\";i:383;s:12:\"online-store\";i:967;s:13:\"product-store\";i:733;s:4:\"shop\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:38;s:9:\"ecommerce\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:4;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}}s:5:\"pages\";a:4:{s:8:\"id-34098\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2018/01/store-04-1.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2018/01/store-04-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/store-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/store-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}s:8:\"id-24775\";a:12:{s:5:\"title\";s:8:\"Lookbook\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2018/01/store-04-lookbook.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2018/01/store-04-lookbook-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/store-04/wp-json/wp/v2/pages/568\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/store-04/lookbook/\";s:15:\"astra-sites-tag\";a:2:{i:727;s:4:\"book\";i:752;s:8:\"lookbook\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24772\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2018/01/store-04-about-us.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2018/01/store-04-about-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/store-04/wp-json/wp/v2/pages/25\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/store-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24773\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2018/01/store-04-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2018/01/store-04-contact-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/store-04/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/store-04/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-21589\";a:13:{s:5:\"title\";s:22:\"Fashion Lifestyle Blog\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/fashion-lifestyle-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/fashion-lifestyle-02-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/07/fashion-lifestyle-02-homepage-400x1324.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/fashion-lifestyle-02\";s:20:\"astra-site-parent-id\";i:137;s:15:\"astra-sites-tag\";a:6:{i:480;s:4:\"blog\";i:482;s:7:\"fashion\";i:479;s:9:\"lifestyle\";i:1020;s:8:\"personal\";i:483;s:16:\"styling-shopping\";i:481;s:5:\"trend\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:3:{s:8:\"id-23319\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/fashion-lifestyle-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/fashion-lifestyle-02-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/fashion-lifestyle-02/wp-json/wp/v2/pages/855\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/fashion-lifestyle-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23317\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/fashion-lifestyle-02-blog.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/fashion-lifestyle-02-blog-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/fashion-lifestyle-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/fashion-lifestyle-02/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}}s:8:\"id-23318\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/fashion-lifestyle-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/fashion-lifestyle-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/fashion-lifestyle-02/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/fashion-lifestyle-02/contact-me/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-18108\";a:13:{s:5:\"title\";s:10:\"Sweet Shop\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-home-400x1217.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/sweet-shop-04\";s:20:\"astra-site-parent-id\";i:270;s:15:\"astra-sites-tag\";a:5:{i:758;s:6:\"bakery\";i:383;s:12:\"online-store\";i:749;s:5:\"store\";i:756;s:10:\"sweet-shop\";i:757;s:6:\"sweets\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-24788\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/sweet-shop-04/wp-json/wp/v2/pages/212\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/sweet-shop-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-24784\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-about.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/sweet-shop-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/sweet-shop-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-24787\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-gallery.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-gallery-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/sweet-shop-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/sweet-shop-04/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-24789\";a:12:{s:5:\"title\";s:9:\"Our Cakes\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-cakes.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-cakes-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/sweet-shop-04/wp-json/wp/v2/pages/25\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/sweet-shop-04/our-cakes/\";s:15:\"astra-sites-tag\";a:1:{i:783;s:4:\"cake\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-24786\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/sweet-shop-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/sweet-shop-04/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-18040\";a:13:{s:5:\"title\";s:10:\"Freelancer\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/freelancer-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/freelancer-03-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/freelancer-03-homepage-400x1712.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/freelancer-03\";s:20:\"astra-site-parent-id\";i:194;s:15:\"astra-sites-tag\";a:6:{i:339;s:6:\"artist\";i:670;s:8:\"designer\";i:669;s:10:\"freelancer\";i:399;s:8:\"one-page\";i:671;s:16:\"service-provider\";i:463;s:11:\"single-page\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-23987\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/freelancer-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/freelancer-03-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/freelancer-03/wp-json/wp/v2/pages/325\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/freelancer-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-18103\";a:13:{s:5:\"title\";s:7:\"Charity\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-04-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-04-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-04-home-400x1432.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/charity-04\";s:20:\"astra-site-parent-id\";i:145;s:15:\"astra-sites-tag\";a:5:{i:625;s:7:\"charity\";i:624;s:10:\"foundation\";i:626;s:6:\"giving\";i:977;s:10:\"non-profit\";i:745;s:12:\"organization\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:36;s:5:\"other\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-23378\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-04-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-04-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/charity-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/charity-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23379\";a:12:{s:5:\"title\";s:10:\"What We Do\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-04-what-we-do.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-04-what-we-do-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/charity-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/charity-04/what-we-do/\";s:15:\"astra-sites-tag\";a:2:{i:628;s:10:\"what-we-do\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23377\";a:12:{s:5:\"title\";s:15:\"Creating Impact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-04-making-difference.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-04-making-difference-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/charity-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/charity-04/creating-impact/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23376\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-04-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/charity-04/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/charity-04/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-18041\";a:13:{s:5:\"title\";s:6:\"Agency\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-03-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-03-homepage-400x2027.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/agency-03\";s:20:\"astra-site-parent-id\";i:214;s:15:\"astra-sites-tag\";a:6:{i:663;s:6:\"agency\";i:979;s:7:\"company\";i:664;s:16:\"digital-services\";i:812;s:6:\"office\";i:665;s:14:\"service-agency\";i:661;s:7:\"website\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:2;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:3;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}s:5:\"pages\";a:6:{s:8:\"id-24305\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-03-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/agency-03/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/agency-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24302\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-03-about-2.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-03-about-2-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/agency-03/wp-json/wp/v2/pages/62\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/agency-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24308\";a:12:{s:5:\"title\";s:8:\"Websites\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-03-websites-2.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-03-websites-2-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/agency-03/wp-json/wp/v2/pages/97\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/agency-03/websites/\";s:15:\"astra-sites-tag\";a:2:{i:444;s:9:\"portfolio\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24307\";a:12:{s:5:\"title\";s:7:\"Support\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-03-support-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-03-support-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/agency-03/wp-json/wp/v2/pages/112\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/agency-03/support/\";s:15:\"astra-sites-tag\";a:1:{i:765;s:7:\"support\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24306\";a:12:{s:5:\"title\";s:7:\"Pricing\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-03-pricing-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-03-pricing-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/agency-03/wp-json/wp/v2/pages/132\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/agency-03/pricing/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24304\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-03-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-03-contact-2-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/agency-03/wp-json/wp/v2/pages/164\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/agency-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-18036\";a:13:{s:5:\"title\";s:6:\"Artist\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/artist-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/artist-01-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/artist-01-homepage-400x962.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/artist-01\";s:20:\"astra-site-parent-id\";i:146;s:15:\"astra-sites-tag\";a:8:{i:597;s:3:\"art\";i:339;s:6:\"artist\";i:595;s:10:\"exhibition\";i:614;s:7:\"painter\";i:861;s:9:\"paintings\";i:967;s:13:\"product-store\";i:733;s:4:\"shop\";i:966;s:12:\"woo-commerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}}s:5:\"pages\";a:3:{s:8:\"id-23392\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/artist-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/artist-01-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/artist-01/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/artist-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23389\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/artist-01-about.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/artist-01-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/artist-01/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/artist-01/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23391\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/artist-01-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/artist-01-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/artist-01/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/artist-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}}}s:8:\"id-17985\";a:13:{s:5:\"title\";s:16:\"Freelance Artist\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/10/artist-christine-home-page.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/10/artist-christine-home-page-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/10/artist-christine-home-page-400x768.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/artist-02\";s:20:\"astra-site-parent-id\";i:144;s:15:\"astra-sites-tag\";a:9:{i:597;s:3:\"art\";i:339;s:6:\"artist\";i:496;s:9:\"ecommerce\";i:595;s:10:\"exhibition\";i:614;s:7:\"painter\";i:1020;s:8:\"personal\";i:967;s:13:\"product-store\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}}s:5:\"pages\";a:3:{s:8:\"id-34089\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/10/artist-christine-home-page.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/10/artist-christine-home-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/artist-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/artist-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23371\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/artist-christine-about.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/artist-christine-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/artist-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/artist-02/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23373\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/artist-christine-contact.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/artist-christine-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/artist-02/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/artist-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-17931\";a:13:{s:5:\"title\";s:10:\"Home Decor\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2017/11/blog-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2017/11/blog-04-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2017/11/blog-04-homepage-400x818.jpg\";s:14:\"astra-site-url\";s:26:\"//websitedemos.net/blog-04\";s:20:\"astra-site-parent-id\";i:233;s:15:\"astra-sites-tag\";a:5:{i:480;s:4:\"blog\";i:863;s:10:\"decor-blog\";i:862;s:10:\"home-decor\";i:434;s:15:\"interior-design\";i:864;s:21:\"interior-design-blogs\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:35:\"recent-posts-widget-with-thumbnails\";s:4:\"init\";s:75:\"recent-posts-widget-with-thumbnails/recent-posts-widget-with-thumbnails.php\";s:4:\"name\";s:35:\"Recent Posts Widget With Thumbnails\";}i:2;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:3;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}s:5:\"pages\";a:2:{s:8:\"id-24482\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/blog-04-about-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/blog-04-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/blog-04/wp-json/wp/v2/pages/1884\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/blog-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24483\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/blog-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24483-home-decor-contact-resize.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/blog-04/wp-json/wp/v2/pages/1821\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/blog-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}}s:8:\"id-17911\";a:13:{s:5:\"title\";s:10:\"Home Decor\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2017/11/blog-02-1.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2017/11/blog-02-1-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2017/11/blog-02-1-400x963.jpg\";s:14:\"astra-site-url\";s:26:\"//websitedemos.net/blog-02\";s:20:\"astra-site-parent-id\";i:255;s:15:\"astra-sites-tag\";a:5:{i:435;s:12:\"architecture\";i:436;s:8:\"interior\";i:434;s:15:\"interior-design\";i:422;s:11:\"landscaping\";i:437;s:6:\"zoning\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:35:\"recent-posts-widget-with-thumbnails\";s:4:\"init\";s:75:\"recent-posts-widget-with-thumbnails/recent-posts-widget-with-thumbnails.php\";s:4:\"name\";s:35:\"Recent Posts Widget With Thumbnails\";}}s:5:\"pages\";a:2:{s:8:\"id-24664\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2019/07/blog-02-about.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/blog-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/blog-02/wp-json/wp/v2/pages/1884\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/blog-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24666\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/blog-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/blog-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/blog-02/wp-json/wp/v2/pages/1821\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/blog-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-17697\";a:13:{s:5:\"title\";s:3:\"Spa\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-04-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-04-homepage-400x1478.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/lotus-spa-04\";s:20:\"astra-site-parent-id\";i:188;s:15:\"astra-sites-tag\";a:11:{i:532;s:11:\"acupressure\";i:1023;s:6:\"beauty\";i:474;s:8:\"grooming\";i:528;s:7:\"massage\";i:527;s:17:\"massage-therapist\";i:529;s:13:\"physiotherapy\";i:531;s:11:\"reflexology\";i:533;s:10:\"relaxation\";i:650;s:5:\"salon\";i:651;s:8:\"skincare\";i:530;s:3:\"spa\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-23888\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-04-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/lotus-spa-04/wp-json/wp/v2/pages/2202\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/lotus-spa-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-23885\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-04-about-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-04-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/lotus-spa-04/wp-json/wp/v2/pages/2208\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/lotus-spa-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23889\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-04-services-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-04-services-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/lotus-spa-04/wp-json/wp/v2/pages/2210\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/lotus-spa-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-23887\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-04-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-04-contact-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/lotus-spa-04/wp-json/wp/v2/pages/2449\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/lotus-spa-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}}','no'),(347,'astra-sites-and-pages-page-18','a:15:{s:8:\"id-20972\";a:13:{s:5:\"title\";s:18:\"Personal Dietitian\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/dietitian-06-home.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/dietitian-06-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/dietitian-06-home-400x1275.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/dietitian-06\";s:20:\"astra-site-parent-id\";i:131;s:15:\"astra-sites-tag\";a:3:{i:753;s:9:\"dietitian\";i:336;s:4:\"food\";i:754;s:12:\"nutritionist\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:2;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}s:5:\"pages\";a:5:{s:8:\"id-23254\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/dietitian-06-home.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/dietitian-06-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/dietitian-06/wp-json/wp/v2/pages/803\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/dietitian-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23251\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/dietitian-06-about-01.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/dietitian-06-about-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/dietitian-06/wp-json/wp/v2/pages/851\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/dietitian-06/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23255\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/dietitian-06-services-01.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/dietitian-06-services-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/dietitian-06/wp-json/wp/v2/pages/860\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/dietitian-06/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23252\";a:12:{s:5:\"title\";s:5:\"Blogs\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/dietitian-06-blogs-01.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/dietitian-06-blogs-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/dietitian-06/wp-json/wp/v2/pages/915\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/dietitian-06/blogs/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}}s:8:\"id-23253\";a:12:{s:5:\"title\";s:10:\"Contact Me\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/dietitian-06-contact-me-01.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/dietitian-06-contact-me-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/dietitian-06/wp-json/wp/v2/pages/874\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/dietitian-06/contact-me/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}}s:8:\"id-20981\";a:13:{s:5:\"title\";s:7:\"Charity\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-pro-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-pro-feb-20-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-pro-feb-20-home-400x1473.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/charity-06\";s:20:\"astra-site-parent-id\";i:138;s:15:\"astra-sites-tag\";a:5:{i:625;s:7:\"charity\";i:624;s:10:\"foundation\";i:626;s:6:\"giving\";i:977;s:10:\"non-profit\";i:745;s:12:\"organization\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:19:\"astra-site-category\";a:1:{i:36;s:5:\"other\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:5:\"pages\";a:4:{s:8:\"id-23323\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-pro-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-pro-feb-20-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/charity-06/wp-json/wp/v2/pages/541\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/charity-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23324\";a:12:{s:5:\"title\";s:10:\"What We Do\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-pro-feb-20-what-we-do.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-pro-feb-20-what-we-do-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/charity-06/wp-json/wp/v2/pages/596\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/charity-06/what-we-do/\";s:15:\"astra-sites-tag\";a:2:{i:628;s:10:\"what-we-do\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23322\";a:12:{s:5:\"title\";s:15:\"Creating Impact\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-pro-feb-20-making-impact.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-pro-feb-20-making-impact-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/charity-06/wp-json/wp/v2/pages/605\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/charity-06/creating-impact/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23321\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-pro-feb-20-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-pro-feb-20-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/charity-06/wp-json/wp/v2/pages/618\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/charity-06/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}}s:8:\"id-20983\";a:13:{s:5:\"title\";s:10:\"Sweet Shop\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-home-400x1217.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/sweet-shop-06\";s:20:\"astra-site-parent-id\";i:134;s:15:\"astra-sites-tag\";a:7:{i:758;s:6:\"bakery\";i:496;s:9:\"ecommerce\";i:383;s:12:\"online-store\";i:749;s:5:\"store\";i:756;s:10:\"sweet-shop\";i:757;s:6:\"sweets\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:5:\"pages\";a:5:{s:8:\"id-23288\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/sweet-shop-06/wp-json/wp/v2/pages/500\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/sweet-shop-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23285\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-about.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/sweet-shop-06/wp-json/wp/v2/pages/543\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/sweet-shop-06/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23287\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-gallery.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-gallery-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/sweet-shop-06/wp-json/wp/v2/pages/548\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/sweet-shop-06/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23289\";a:12:{s:5:\"title\";s:9:\"Our Cakes\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-cakes.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-cakes-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/sweet-shop-06/wp-json/wp/v2/pages/555\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/sweet-shop-06/our-cakes/\";s:15:\"astra-sites-tag\";a:1:{i:783;s:4:\"cake\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23286\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/sweet-shop-06/wp-json/wp/v2/pages/566\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/sweet-shop-06/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}}s:8:\"id-21029\";a:13:{s:5:\"title\";s:3:\"Spa\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/03/lotus-spa-therapy-home.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/03/lotus-spa-therapy-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/03/lotus-spa-therapy-home-400x1568.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/lotus-spa-06\";s:20:\"astra-site-parent-id\";i:140;s:15:\"astra-sites-tag\";a:10:{i:532;s:11:\"acupressure\";i:474;s:8:\"grooming\";i:528;s:7:\"massage\";i:527;s:17:\"massage-therapist\";i:529;s:13:\"physiotherapy\";i:531;s:11:\"reflexology\";i:533;s:10:\"relaxation\";i:650;s:5:\"salon\";i:651;s:8:\"skincare\";i:530;s:3:\"spa\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:5:\"pages\";a:4:{s:8:\"id-23332\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/03/lotus-spa-therapy-home.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/03/lotus-spa-therapy-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/lotus-spa-06/wp-json/wp/v2/pages/3092\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/lotus-spa-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23330\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-06-about-01.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-06-about-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/lotus-spa-06/wp-json/wp/v2/pages/3137\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/lotus-spa-06/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23333\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-06-services-01.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-06-services-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/lotus-spa-06/wp-json/wp/v2/pages/3150\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/lotus-spa-06/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23331\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-06-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-06-contact-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/lotus-spa-06/wp-json/wp/v2/pages/3165\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/lotus-spa-06/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}}s:8:\"id-21039\";a:13:{s:5:\"title\";s:6:\"Agency\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-06-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-06-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-06-home-400x2410.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/agency-06\";s:20:\"astra-site-parent-id\";i:150;s:15:\"astra-sites-tag\";a:6:{i:663;s:6:\"agency\";i:979;s:7:\"company\";i:664;s:16:\"digital-services\";i:812;s:6:\"office\";i:665;s:14:\"service-agency\";i:661;s:7:\"website\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:5:\"pages\";a:6:{s:8:\"id-23425\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-06-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-06-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/agency-06/wp-json/wp/v2/pages/620\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/agency-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23423\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-06-about.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-06-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/agency-06/wp-json/wp/v2/pages/670\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/agency-06/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23428\";a:12:{s:5:\"title\";s:8:\"Websites\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-06-websites.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-06-websites-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/agency-06/wp-json/wp/v2/pages/680\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/agency-06/websites/\";s:15:\"astra-sites-tag\";a:1:{i:661;s:7:\"website\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23427\";a:12:{s:5:\"title\";s:7:\"Support\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-06-support.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-06-support-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/agency-06/wp-json/wp/v2/pages/687\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/agency-06/support/\";s:15:\"astra-sites-tag\";a:1:{i:765;s:7:\"support\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23426\";a:12:{s:5:\"title\";s:7:\"Pricing\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-06-pricing.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-06-pricing-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/agency-06/wp-json/wp/v2/pages/702\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/agency-06/pricing/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23424\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-06-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-06-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/agency-06/wp-json/wp/v2/pages/707\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/agency-06/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}}s:8:\"id-55430\";a:13:{s:5:\"title\";s:18:\"Event Landing Page\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/event-02-home.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/event-02-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/event-02-home-400x1388.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/event-02\";s:20:\"astra-site-parent-id\";i:2117;s:15:\"astra-sites-tag\";a:11:{i:2141;s:19:\"business-conference\";i:2138;s:16:\"conference-event\";i:2146;s:17:\"design-conference\";i:2137;s:13:\"event-landing\";i:2140;s:15:\"marketing-event\";i:2145;s:6:\"meetup\";i:648;s:12:\"presentation\";i:2142;s:14:\"product-launch\";i:2139;s:7:\"seminar\";i:2144;s:15:\"tech-conference\";i:2143;s:20:\"webinar-landing-page\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}s:5:\"pages\";a:1:{s:8:\"id-55431\";a:12:{s:5:\"title\";s:12:\"Landing Page\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/event-02-home.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/event-02-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/event-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/event-02/\";s:15:\"astra-sites-tag\";a:2:{i:850;s:12:\"landing-page\";i:463;s:11:\"single-page\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-55436\";a:13:{s:5:\"title\";s:18:\"Event Landing Page\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/event-08-home.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/event-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/event-08-home-400x1208.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/event-08\";s:20:\"astra-site-parent-id\";i:2118;s:15:\"astra-sites-tag\";a:11:{i:2141;s:19:\"business-conference\";i:2138;s:16:\"conference-event\";i:2146;s:17:\"design-conference\";i:2137;s:13:\"event-landing\";i:2140;s:15:\"marketing-event\";i:2145;s:6:\"meetup\";i:648;s:12:\"presentation\";i:2142;s:14:\"product-launch\";i:2139;s:7:\"seminar\";i:2144;s:15:\"tech-conference\";i:2143;s:20:\"webinar-landing-page\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:0:{}s:5:\"pages\";a:1:{s:8:\"id-55437\";a:12:{s:5:\"title\";s:12:\"Landing Page\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/event-08-home.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/event-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/event-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/event-08/\";s:15:\"astra-sites-tag\";a:2:{i:850;s:12:\"landing-page\";i:463;s:11:\"single-page\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-45817\";a:13:{s:5:\"title\";s:18:\"Financial Advisors\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-04-home-1-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-04-home-1-400x1525.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/financial-accounting-04\";s:20:\"astra-site-parent-id\";i:1485;s:15:\"astra-sites-tag\";a:7:{i:447;s:10:\"accountant\";i:448;s:10:\"accounting\";i:581;s:6:\"advice\";i:449;s:20:\"chartered-accountant\";i:446;s:7:\"finance\";i:582;s:20:\"financial-investment\";i:775;s:18:\"investment-banking\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}s:5:\"pages\";a:5:{s:8:\"id-45820\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-04-home-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/financial-accounting-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/financial-accounting-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-45822\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-04-services-1.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-04-services-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/financial-accounting-04/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/financial-accounting-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-45821\";a:12:{s:5:\"title\";s:10:\"Industries\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-04-industries-1.jpg\";s:19:\"thumbnail-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-04-industries-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/financial-accounting-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/financial-accounting-04/industries/\";s:15:\"astra-sites-tag\";a:1:{i:493;s:10:\"industries\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-45818\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-04-about.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-04-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/financial-accounting-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/financial-accounting-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-45819\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-04-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/financial-accounting-04/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/financial-accounting-04/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}}}s:8:\"id-45836\";a:13:{s:5:\"title\";s:18:\"Financial Advisors\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-03-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-03-homepage-400x1294.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/financial-accounting-03\";s:20:\"astra-site-parent-id\";i:1486;s:15:\"astra-sites-tag\";a:7:{i:447;s:10:\"accountant\";i:448;s:10:\"accounting\";i:581;s:6:\"advice\";i:449;s:20:\"chartered-accountant\";i:446;s:7:\"finance\";i:582;s:20:\"financial-investment\";i:775;s:18:\"investment-banking\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:2;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:3;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}s:5:\"pages\";a:5:{s:8:\"id-45839\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-03-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/financial-accounting-03/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/financial-accounting-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45841\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-03-services.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-03-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/financial-accounting-03/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/financial-accounting-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45840\";a:12:{s:5:\"title\";s:10:\"Industries\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-03-industries.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-03-industries-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/financial-accounting-03/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/financial-accounting-03/industries/\";s:15:\"astra-sites-tag\";a:1:{i:493;s:10:\"industries\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45837\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-03-about.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-03-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/financial-accounting-03/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/financial-accounting-03/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45838\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-03-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/financial-accounting-03/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/financial-accounting-03/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}}s:8:\"id-45806\";a:13:{s:5:\"title\";s:17:\"Financial Advisor\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-06-home-01.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-06-home-01-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-06-home-01-400x1626.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/financial-accounting-06\";s:20:\"astra-site-parent-id\";i:1484;s:15:\"astra-sites-tag\";a:7:{i:447;s:10:\"accountant\";i:448;s:10:\"accounting\";i:581;s:6:\"advice\";i:449;s:20:\"chartered-accountant\";i:446;s:7:\"finance\";i:582;s:20:\"financial-investment\";i:775;s:18:\"investment-banking\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:2;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:5:\"pages\";a:5:{s:8:\"id-45809\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-06-home-01.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-06-home-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/financial-accounting-06/wp-json/wp/v2/pages/232\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/financial-accounting-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-45811\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-06-services-01.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-06-services-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/financial-accounting-06/wp-json/wp/v2/pages/291\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/financial-accounting-06/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-45810\";a:12:{s:5:\"title\";s:10:\"Industries\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-06-industries-01.jpg\";s:19:\"thumbnail-image-url\";s:101:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-06-industries-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/financial-accounting-06/wp-json/wp/v2/pages/300\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/financial-accounting-06/industries/\";s:15:\"astra-sites-tag\";a:1:{i:493;s:10:\"industries\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-45807\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-06-about-us-01.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-06-about-us-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/financial-accounting-06/wp-json/wp/v2/pages/310\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/financial-accounting-06/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-45808\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-06-contact-us-01.jpg\";s:19:\"thumbnail-image-url\";s:101:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-06-contact-us-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/financial-accounting-06/wp-json/wp/v2/pages/317\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/financial-accounting-06/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}}s:8:\"id-21041\";a:13:{s:5:\"title\";s:10:\"Freelancer\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/freelancer-04-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/freelancer-04-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/freelancer-04-home-400x1870.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/freelancer-06\";s:20:\"astra-site-parent-id\";i:151;s:15:\"astra-sites-tag\";a:4:{i:339;s:6:\"artist\";i:670;s:8:\"designer\";i:669;s:10:\"freelancer\";i:671;s:16:\"service-provider\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:2;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:5:\"pages\";a:1:{s:8:\"id-23435\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/freelancer-04-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/freelancer-04-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/freelancer-06/wp-json/wp/v2/pages/469\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/freelancer-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}}s:8:\"id-21085\";a:13:{s:5:\"title\";s:15:\"MultiMed Clinic\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-home.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-home-400x1709.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/multimed-06\";s:20:\"astra-site-parent-id\";i:153;s:15:\"astra-sites-tag\";a:7:{i:337;s:6:\"clinic\";i:601;s:6:\"doctor\";i:604;s:10:\"healthcare\";i:605;s:8:\"hospital\";i:603;s:7:\"medical\";i:606;s:15:\"medical-science\";i:607;s:9:\"treatment\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:5:\"pages\";a:6:{s:8:\"id-23451\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-home.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/multimed-06/wp-json/wp/v2/pages/284\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/multimed-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23447\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-about.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/multimed-06/wp-json/wp/v2/pages/331\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/multimed-06/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23449\";a:12:{s:5:\"title\";s:11:\"Departments\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-departments.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-departments-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/multimed-06/wp-json/wp/v2/pages/340\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/multimed-06/departments/\";s:15:\"astra-sites-tag\";a:3:{i:602;s:11:\"departments\";i:811;s:10:\"occupation\";i:812;s:6:\"office\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23450\";a:12:{s:5:\"title\";s:7:\"Doctors\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-doctors.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-doctors-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/multimed-06/wp-json/wp/v2/pages/347\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/multimed-06/doctors/\";s:15:\"astra-sites-tag\";a:1:{i:601;s:6:\"doctor\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23452\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-testimonials-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/multimed-06/wp-json/wp/v2/pages/353\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/multimed-06/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23448\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-contact.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/multimed-06/wp-json/wp/v2/pages/359\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/multimed-06/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}}s:8:\"id-21088\";a:13:{s:5:\"title\";s:6:\"Artist\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-home-400x1353.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/artist-06\";s:20:\"astra-site-parent-id\";i:157;s:15:\"astra-sites-tag\";a:4:{i:597;s:3:\"art\";i:339;s:6:\"artist\";i:595;s:10:\"exhibition\";i:614;s:7:\"painter\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:5:\"pages\";a:4:{s:8:\"id-23494\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/artist-06/wp-json/wp/v2/pages/243\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/artist-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23496\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-portfolio-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/artist-06/wp-json/wp/v2/pages/291\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/artist-06/portfolio/\";s:15:\"astra-sites-tag\";a:2:{i:444;s:9:\"portfolio\";i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23492\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-about.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/artist-06/wp-json/wp/v2/pages/285\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/artist-06/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23493\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-contact.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23493-artist-contact-resize.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/artist-06/wp-json/wp/v2/pages/300\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/artist-06/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}}s:8:\"id-21090\";a:13:{s:5:\"title\";s:10:\"University\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/03/id-21090-university-resize.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/03/id-21090-university-resize-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/03/id-21090-university-resize.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/university-06\";s:20:\"astra-site-parent-id\";i:160;s:15:\"astra-sites-tag\";a:5:{i:457;s:7:\"college\";i:459;s:9:\"education\";i:460;s:8:\"learning\";i:456;s:6:\"school\";i:458;s:10:\"university\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:2;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:5:\"pages\";a:6:{s:8:\"id-23525\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23525-university-home-resize.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23525-university-home-resize-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/university-06/wp-json/wp/v2/pages/165\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/university-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23521\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/university-06-about.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/university-06-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/university-06/wp-json/wp/v2/pages/216\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/university-06/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23523\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23523-university-courses-resize.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23523-university-courses-resize-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/university-06/wp-json/wp/v2/pages/224\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/university-06/courses/\";s:15:\"astra-sites-tag\";a:2:{i:557;s:7:\"classes\";i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23526\";a:12:{s:5:\"title\";s:8:\"Teachers\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23526-university-teachers-resize.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23526-university-teachers-resize-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/university-06/wp-json/wp/v2/pages/230\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/university-06/teachers/\";s:15:\"astra-sites-tag\";a:1:{i:464;s:7:\"teacher\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23524\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23524-university-gallery-resize.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23524-university-gallery-resize-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/university-06/wp-json/wp/v2/pages/236\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/university-06/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23522\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/university-06-contact.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/university-06-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/university-06/wp-json/wp/v2/pages/240\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/university-06/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}}s:8:\"id-21092\";a:13:{s:5:\"title\";s:12:\"Kindergarten\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-06-home.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-06-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-06-home-400x1942.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/kindergarten-06\";s:20:\"astra-site-parent-id\";i:154;s:15:\"astra-sites-tag\";a:4:{i:459;s:9:\"education\";i:617;s:12:\"kindergarten\";i:460;s:8:\"learning\";i:456;s:6:\"school\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:5:\"pages\";a:6:{s:8:\"id-23463\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-06-home.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-06-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/kindergarten-06/wp-json/wp/v2/pages/213\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/kindergarten-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23459\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-06-about.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-06-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/kindergarten-06/wp-json/wp/v2/pages/270\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/kindergarten-06/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23460\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-06-classes-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-06-classes-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/kindergarten-06/wp-json/wp/v2/pages/280\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/kindergarten-06/classes/\";s:15:\"astra-sites-tag\";a:1:{i:557;s:7:\"classes\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23462\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-06-faq.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-06-faq-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/kindergarten-06/wp-json/wp/v2/pages/286\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/kindergarten-06/faq/\";s:15:\"astra-sites-tag\";a:2:{i:426;s:3:\"faq\";i:709;s:9:\"questions\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23464\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-06-reviews.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-06-reviews-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/kindergarten-06/wp-json/wp/v2/pages/293\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/kindergarten-06/reviews/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23461\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-06-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-06-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/kindergarten-06/wp-json/wp/v2/pages/298\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/kindergarten-06/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}}}','no'),(348,'astra-sites-and-pages-page-19','a:15:{s:8:\"id-21096\";a:13:{s:5:\"title\";s:17:\"Gym &amp; Fitness\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-home-400x1509.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/fitness-center-06\";s:20:\"astra-site-parent-id\";i:162;s:15:\"astra-sites-tag\";a:9:{i:502;s:8:\"exercise\";i:499;s:7:\"fitness\";i:505;s:15:\"fitness-trainer\";i:506;s:19:\"functional-training\";i:500;s:3:\"gym\";i:976;s:14:\"gym-instructor\";i:504;s:11:\"gym-trainer\";i:503;s:7:\"trainer\";i:501;s:8:\"work-out\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:5:\"pages\";a:4:{s:8:\"id-23543\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/fitness-center-06/wp-json/wp/v2/pages/193\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/fitness-center-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23541\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-classes.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-classes-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/fitness-center-06/wp-json/wp/v2/pages/241\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/fitness-center-06/classes/\";s:15:\"astra-sites-tag\";a:1:{i:557;s:7:\"classes\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23539\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-about.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/fitness-center-06/wp-json/wp/v2/pages/246\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/fitness-center-06/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23542\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-contact.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/fitness-center-06/wp-json/wp/v2/pages/252\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/fitness-center-06/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}}s:8:\"id-21098\";a:13:{s:5:\"title\";s:6:\"Winery\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/winery-06-home01.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/winery-06-home01-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/winery-06-home01-400x1296.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/winery-06\";s:20:\"astra-site-parent-id\";i:164;s:15:\"astra-sites-tag\";a:4:{i:635;s:7:\"brewery\";i:632;s:7:\"farming\";i:634;s:15:\"wine-production\";i:633;s:6:\"winery\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:5:\"pages\";a:5:{s:8:\"id-23563\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/winery-06-home01.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/winery-06-home01-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/winery-06/wp-json/wp/v2/pages/436\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/winery-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23564\";a:12:{s:5:\"title\";s:9:\"Our Story\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/winery-06-our-story-01.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/winery-06-our-story-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/winery-06/wp-json/wp/v2/pages/493\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/winery-06/our-story/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:767;s:5:\"story\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23562\";a:12:{s:5:\"title\";s:10:\"Experience\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/winery-06-experience-01.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/winery-06-experience-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/winery-06/wp-json/wp/v2/pages/498\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/winery-06/experience/\";s:15:\"astra-sites-tag\";a:1:{i:636;s:10:\"experience\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23561\";a:12:{s:5:\"title\";s:6:\"Events\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/winery-06-events-01.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/winery-06-events-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/winery-06/wp-json/wp/v2/pages/504\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/winery-06/events/\";s:15:\"astra-sites-tag\";a:1:{i:409;s:5:\"event\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23560\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/winery-06-contact-01.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/winery-06-contact-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/winery-06/wp-json/wp/v2/pages/512\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/winery-06/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}}s:8:\"id-21100\";a:13:{s:5:\"title\";s:12:\"Psychiatrist\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/psychiatrist-home-04.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/psychiatrist-home-04-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/psychiatrist-home-04-400x1962.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/psychiatrist-06\";s:20:\"astra-site-parent-id\";i:159;s:15:\"astra-sites-tag\";a:6:{i:608;s:8:\"guidance\";i:399;s:8:\"one-page\";i:621;s:12:\"psychiatrist\";i:622;s:13:\"psychotherapy\";i:463;s:11:\"single-page\";i:619;s:8:\"wellness\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:2;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:5:\"pages\";a:1:{s:8:\"id-23513\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/psychiatrist-home-04.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/psychiatrist-home-04-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/psychiatrist-06/wp-json/wp/v2/pages/459\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/psychiatrist-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}}s:8:\"id-21102\";a:13:{s:5:\"title\";s:6:\"Author\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2019/07/author-home.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/author-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/author-home-400x1432.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/author-06\";s:20:\"astra-site-parent-id\";i:163;s:15:\"astra-sites-tag\";a:5:{i:724;s:6:\"author\";i:726;s:10:\"literature\";i:723;s:8:\"novelist\";i:722;s:4:\"poet\";i:725;s:6:\"writer\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:5:\"pages\";a:4:{s:8:\"id-23548\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2019/07/author-home.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/author-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/author-06/wp-json/wp/v2/pages/291\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/author-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23546\";a:12:{s:5:\"title\";s:5:\"Books\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2019/07/author-books.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/author-books-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/author-06/wp-json/wp/v2/pages/346\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/author-06/books/\";s:15:\"astra-sites-tag\";a:1:{i:727;s:4:\"book\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23544\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2019/07/author-about.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/author-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/author-06/wp-json/wp/v2/pages/355\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/author-06/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23547\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/author-contact.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/author-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/author-06/wp-json/wp/v2/pages/364\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/author-06/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}}s:8:\"id-21066\";a:13:{s:5:\"title\";s:18:\"Garden Maintenance\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/garden-maintenance-02-home.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/03/garden-maintenance-02-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/03/garden-maintenance-02-home-400x1365.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/garden-maintenance-02\";s:20:\"astra-site-parent-id\";i:244;s:15:\"astra-sites-tag\";a:8:{i:416;s:11:\"garden-care\";i:421;s:18:\"garden-maintenance\";i:420;s:9:\"gardening\";i:422;s:11:\"landscaping\";i:417;s:9:\"lawn-care\";i:1021;s:14:\"local-business\";i:419;s:8:\"planting\";i:418;s:12:\"weed-control\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-50469\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/garden-maintenance-02-about.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/03/garden-maintenance-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/garden-maintenance-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/garden-maintenance-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-50470\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/03/garden-maintenance-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/03/garden-maintenance-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/garden-maintenance-02/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/garden-maintenance-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-50471\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/03/garden-maintenance-02-faq.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/03/garden-maintenance-02-faq-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/garden-maintenance-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/garden-maintenance-02/faq/\";s:15:\"astra-sites-tag\";a:2:{i:426;s:3:\"faq\";i:1476;s:26:\"frequently-asked-questions\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-50472\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/garden-maintenance-02-home.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/03/garden-maintenance-02-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/garden-maintenance-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/garden-maintenance-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-50473\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/03/garden-maintenance-02-projects.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2021/03/garden-maintenance-02-projects-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/garden-maintenance-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/garden-maintenance-02/projects/\";s:15:\"astra-sites-tag\";a:1:{i:1613;s:8:\"projects\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-50474\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/03/garden-maintenance-02-services.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2021/03/garden-maintenance-02-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/garden-maintenance-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/garden-maintenance-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-21073\";a:13:{s:5:\"title\";s:18:\"Garden Maintenance\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/garden-maintenance-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/07/garden-maintenance-01-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/garden-maintenance-01-homepage-400x1561.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/garden-maintenance-01\";s:20:\"astra-site-parent-id\";i:242;s:15:\"astra-sites-tag\";a:7:{i:416;s:11:\"garden-care\";i:421;s:18:\"garden-maintenance\";i:420;s:9:\"gardening\";i:422;s:11:\"landscaping\";i:417;s:9:\"lawn-care\";i:419;s:8:\"planting\";i:418;s:12:\"weed-control\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-24575\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/garden-maintenance-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/07/garden-maintenance-01-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/garden-maintenance-01/wp-json/wp/v2/pages/86\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/garden-maintenance-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-24572\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/garden-maintenance-01-about.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/garden-maintenance-01-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/garden-maintenance-01/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/garden-maintenance-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-24577\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/garden-maintenance-01-services.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/07/garden-maintenance-01-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/garden-maintenance-01/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/garden-maintenance-01/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-24576\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/garden-maintenance-01-projects.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/07/garden-maintenance-01-projects-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/garden-maintenance-01/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/garden-maintenance-01/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-24574\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/garden-maintenance-01-faq.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/garden-maintenance-01-faq-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/garden-maintenance-01/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/garden-maintenance-01/faq/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-24573\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/garden-maintenance-01-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/garden-maintenance-01-contact-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/garden-maintenance-01/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/garden-maintenance-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48398\";a:13:{s:5:\"title\";s:18:\"Garden Maintenance\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-homepage-gb.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-homepage-gb-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-homepage-gb-400x1180.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/garden-maintenance-08\";s:20:\"astra-site-parent-id\";i:1731;s:15:\"astra-sites-tag\";a:7:{i:416;s:11:\"garden-care\";i:421;s:18:\"garden-maintenance\";i:420;s:9:\"gardening\";i:422;s:11:\"landscaping\";i:417;s:9:\"lawn-care\";i:419;s:8:\"planting\";i:418;s:12:\"weed-control\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-48402\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-homepage-gb.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-homepage-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/garden-maintenance-08/wp-json/wp/v2/pages/31\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/garden-maintenance-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48399\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-about-gb.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-about-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/garden-maintenance-08/wp-json/wp/v2/pages/32\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/garden-maintenance-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48404\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-services-gb.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-services-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/garden-maintenance-08/wp-json/wp/v2/pages/33\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/garden-maintenance-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48403\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-project-gb.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-project-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/garden-maintenance-08/wp-json/wp/v2/pages/35\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/garden-maintenance-08/projects/\";s:15:\"astra-sites-tag\";a:1:{i:1613;s:8:\"projects\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48401\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-faq-gb.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-faq-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/garden-maintenance-08/wp-json/wp/v2/pages/37\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/garden-maintenance-08/faq/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48400\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-contact-gb.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-contact-gb.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/garden-maintenance-08/wp-json/wp/v2/pages/36\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/garden-maintenance-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48208\";a:13:{s:5:\"title\";s:7:\"Plumber\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-home-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-home-1-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-home-1-400x1340.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/plumber-08\";s:20:\"astra-site-parent-id\";i:1706;s:15:\"astra-sites-tag\";a:6:{i:1712;s:19:\"commercial-plumbing\";i:439;s:14:\"local-services\";i:507;s:7:\"plumber\";i:508;s:8:\"plumbing\";i:1711;s:18:\"remolding-services\";i:1710;s:20:\"residential-plumbing\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-48212\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-home-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-home-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-08/wp-json/wp/v2/pages/34\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/plumber-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48209\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-08/wp-json/wp/v2/pages/29\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/plumber-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48213\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-services-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-services-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-08/wp-json/wp/v2/pages/30\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/plumber-08/services/\";s:15:\"astra-sites-tag\";a:2:{i:425;s:8:\"services\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48214\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-testmonials.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-testmonials-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-08/wp-json/wp/v2/pages/31\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/plumber-08/testimonials/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48211\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-faq-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-faq-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-08/wp-json/wp/v2/pages/32\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/plumber-08/faq/\";s:15:\"astra-sites-tag\";a:2:{i:426;s:3:\"faq\";i:1476;s:26:\"frequently-asked-questions\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48210\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-contact-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-08/wp-json/wp/v2/pages/33\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/plumber-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-20939\";a:13:{s:5:\"title\";s:17:\"Interior Designer\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-designer-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-designer-02-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-designer-02-homepage-400x889.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/interior-designer-02\";s:20:\"astra-site-parent-id\";i:312;s:15:\"astra-sites-tag\";a:6:{i:435;s:12:\"architecture\";i:436;s:8:\"interior\";i:434;s:15:\"interior-design\";i:422;s:11:\"landscaping\";i:1022;s:12:\"professional\";i:437;s:6:\"zoning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-25257\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-designer-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-designer-02-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/interior-designer-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/interior-designer-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25255\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-designer-02-aboutpage.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-designer-02-aboutpage-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/interior-designer-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/interior-designer-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25259\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-designer-02-servicespage.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-designer-02-servicespage-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/interior-designer-02/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/interior-designer-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25258\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-designer-02-projectspage.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-designer-02-projectspage-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/interior-designer-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/interior-designer-02/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25260\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-designer-02-testimonialspage.jpg\";s:19:\"thumbnail-image-url\";s:101:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-designer-02-testimonialspage-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/interior-designer-02/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/interior-designer-02/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25256\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-designer-02-contactpage.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/designer-02-contact.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/interior-designer-02/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/interior-designer-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48188\";a:13:{s:5:\"title\";s:17:\"Interior Designer\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-designer-08-home.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-designer-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-designer-08-home-400x787.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/interior-designer-08\";s:20:\"astra-site-parent-id\";i:1705;s:15:\"astra-sites-tag\";a:6:{i:435;s:12:\"architecture\";i:436;s:8:\"interior\";i:434;s:15:\"interior-design\";i:422;s:11:\"landscaping\";i:1022;s:12:\"professional\";i:437;s:6:\"zoning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-48191\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-homepage-gb.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-homepage-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/interior-designer-08/wp-json/wp/v2/pages/688\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/interior-designer-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48189\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-about-gb.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-about-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/interior-designer-08/wp-json/wp/v2/pages/689\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/interior-designer-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48193\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-service-gb.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-service-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/interior-designer-08/wp-json/wp/v2/pages/690\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/interior-designer-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48192\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-projects-gb.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-projects-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/interior-designer-08/wp-json/wp/v2/pages/691\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/interior-designer-08/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48194\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-testimonials-gb.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-testimonials-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/interior-designer-08/wp-json/wp/v2/pages/692\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/interior-designer-08/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48190\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-contact-gb.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-contact-gb.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/interior-designer-08/wp-json/wp/v2/pages/693\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/interior-designer-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-21023\";a:13:{s:5:\"title\";s:15:\"Pearson College\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/education-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/education-03-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/education-03-homepage-400x1384.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/education-03\";s:20:\"astra-site-parent-id\";i:189;s:15:\"astra-sites-tag\";a:5:{i:457;s:7:\"college\";i:459;s:9:\"education\";i:460;s:8:\"learning\";i:456;s:6:\"school\";i:458;s:10:\"university\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:3;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}}s:5:\"pages\";a:6:{s:8:\"id-23925\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/education-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/education-03-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/education-03/wp-json/wp/v2/pages/267\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/education-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23920\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/education-03-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/education-03-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/education-03/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/education-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23922\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/education-03-courses.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/education-03-courses-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/education-03/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/education-03/courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23926\";a:12:{s:5:\"title\";s:8:\"Teachers\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/education-03-teachers.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/education-03-teachers-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/education-03/wp-json/wp/v2/pages/21\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/education-03/teachers/\";s:15:\"astra-sites-tag\";a:1:{i:464;s:7:\"teacher\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23923\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/education-03-gallery.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/education-03-gallery-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/education-03/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/education-03/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23921\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/education-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/education-03-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/education-03/wp-json/wp/v2/pages/24\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/education-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-20746\";a:13:{s:5:\"title\";s:15:\"Pearson College\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/education-04-home.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/education-04-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/education-04-home-400x1425.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/education-04\";s:20:\"astra-site-parent-id\";i:187;s:15:\"astra-sites-tag\";a:5:{i:457;s:7:\"college\";i:459;s:9:\"education\";i:460;s:8:\"learning\";i:456;s:6:\"school\";i:458;s:10:\"university\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-23876\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/education-04-home.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/education-04-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/education-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/education-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23871\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/education-04-about-2.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/education-04-about-2-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/education-04/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/education-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23874\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/education-04-courses.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/education-04-courses-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/education-04/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/education-04/courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23877\";a:12:{s:5:\"title\";s:8:\"Teachers\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/education-04-teachers-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/education-04-teachers-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/education-04/wp-json/wp/v2/pages/21\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/education-04/teachers/\";s:15:\"astra-sites-tag\";a:1:{i:464;s:7:\"teacher\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23875\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/education-04-gallery-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/education-04-gallery-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/education-04/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/education-04/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23873\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/education-04-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/education-04-contact-2-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/education-04/wp-json/wp/v2/pages/24\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/education-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-20807\";a:13:{s:5:\"title\";s:15:\"Growth Marketer\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/growthmarketer-home-screenshot.png\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/07/growthmarketer-home-screenshot-600x800.png\";s:28:\"fullpage-thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/growthmarketer-home-screenshot-400x1385.png\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/content-marketing-02\";s:20:\"astra-site-parent-id\";i:225;s:15:\"astra-sites-tag\";a:3:{i:470;s:17:\"content-marketing\";i:472;s:6:\"growth\";i:471;s:8:\"strategy\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-24433\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/growthmarketer-home-screenshot.png\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/07/growthmarketer-home-screenshot-600x800.png\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/content-marketing-02/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/content-marketing-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24430\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/content-marketing-02-about.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/content-marketing-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/content-marketing-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/content-marketing-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24434\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/07/growthmarketer-testimonials-screenshot.png\";s:19:\"thumbnail-image-url\";s:102:\"https://websitedemos.net/wp-content/uploads/2019/07/growthmarketer-testimonials-screenshot-600x800.png\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/content-marketing-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/content-marketing-02/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24432\";a:12:{s:5:\"title\";s:7:\"Hire Me\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/growthmarketer-hire-screenshot.png\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24432-growth-marketer-hire-me-resize.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/content-marketing-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/content-marketing-02/hire-me/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-20810\";a:13:{s:5:\"title\";s:15:\"Growth Marketer\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/content-marketing-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/content-marketing-01-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/07/content-marketing-01-homepage-400x1302.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/content-marketing-01\";s:20:\"astra-site-parent-id\";i:227;s:15:\"astra-sites-tag\";a:3:{i:470;s:17:\"content-marketing\";i:472;s:6:\"growth\";i:471;s:8:\"strategy\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-24451\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/content-marketing-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/content-marketing-01-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/content-marketing-01/wp-json/wp/v2/pages/106\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/content-marketing-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-24448\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/content-marketing-01-about.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/content-marketing-01-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/content-marketing-01/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/content-marketing-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-24452\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/content-marketing-01-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2019/07/content-marketing-01-testimonials-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/content-marketing-01/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/content-marketing-01/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-24450\";a:12:{s:5:\"title\";s:7:\"Hire Me\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/content-marketing-01-hire-me.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24450-growth-marketer-hire-me-resize.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/content-marketing-01/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/content-marketing-01/hire-me/\";s:15:\"astra-sites-tag\";a:1:{i:773;s:7:\"hire-me\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48703\";a:13:{s:5:\"title\";s:15:\"Growth Marketer\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08-400x1149.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/content-marketing-08\";s:20:\"astra-site-parent-id\";i:1764;s:15:\"astra-sites-tag\";a:3:{i:470;s:17:\"content-marketing\";i:472;s:6:\"growth\";i:471;s:8:\"strategy\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-48706\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/content-marketing-08/wp-json/wp/v2/pages/25247\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/content-marketing-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48704\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08-about.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/content-marketing-08/wp-json/wp/v2/pages/25248\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/content-marketing-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48707\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08-testimonials-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/content-marketing-08/wp-json/wp/v2/pages/25249\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/content-marketing-08/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48705\";a:12:{s:5:\"title\";s:7:\"Hire Me\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08-hire-me.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08-hire-me-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/content-marketing-08/wp-json/wp/v2/pages/25250\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/content-marketing-08/hire-me/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:773;s:7:\"hire-me\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}}','no'),(349,'astra-sites-and-pages-page-20','a:15:{s:8:\"id-20816\";a:13:{s:5:\"title\";s:11:\"Barber Shop\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-02-home-2.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-02-home-2-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-02-home-2-400x1772.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/barber-shop-02\";s:20:\"astra-site-parent-id\";i:119;s:15:\"astra-sites-tag\";a:6:{i:478;s:6:\"barber\";i:474;s:8:\"grooming\";i:477;s:9:\"hair-care\";i:984;s:9:\"hairstyle\";i:982;s:11:\"hairstylist\";i:1021;s:14:\"local-business\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-23121\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-02-home-2.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-02-home-2-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/barber-shop-02/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/barber-shop-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23117\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-02-about-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-02-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/barber-shop-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/barber-shop-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23118\";a:12:{s:5:\"title\";s:7:\"Barbers\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-02-barbers-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-02-barbers-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/barber-shop-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/barber-shop-02/barbers/\";s:15:\"astra-sites-tag\";a:1:{i:478;s:6:\"barber\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23120\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-02-gallery-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-02-gallery-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/barber-shop-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/barber-shop-02/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23119\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-02-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-02-contact-2-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/barber-shop-02/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/barber-shop-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-20904\";a:13:{s:5:\"title\";s:11:\"Barber Shop\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-01-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-01-homepage-400x1645.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/barber-shop-01\";s:20:\"astra-site-parent-id\";i:120;s:15:\"astra-sites-tag\";a:5:{i:478;s:6:\"barber\";i:474;s:8:\"grooming\";i:477;s:9:\"hair-care\";i:984;s:9:\"hairstyle\";i:982;s:11:\"hairstylist\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-23135\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-01-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/barber-shop-01/wp-json/wp/v2/pages/145\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/barber-shop-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23131\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-01-about-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-01-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/barber-shop-01/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/barber-shop-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23132\";a:12:{s:5:\"title\";s:7:\"Barbers\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-01-barbers-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-01-barbers-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/barber-shop-01/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/barber-shop-01/barbers/\";s:15:\"astra-sites-tag\";a:1:{i:478;s:6:\"barber\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23134\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-01-gallery-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-01-gallery-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/barber-shop-01/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/barber-shop-01/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23133\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-01-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-01-contact-2-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/barber-shop-01/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/barber-shop-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48530\";a:13:{s:5:\"title\";s:11:\"Barber Shop\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-08-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-08-home-400x1585.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/barber-shop-08\";s:20:\"astra-site-parent-id\";i:1745;s:15:\"astra-sites-tag\";a:6:{i:478;s:6:\"barber\";i:474;s:8:\"grooming\";i:477;s:9:\"hair-care\";i:984;s:9:\"hairstyle\";i:982;s:11:\"hairstylist\";i:1021;s:14:\"local-business\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-48535\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-08-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/barber-shop-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/barber-shop-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48531\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-08-about.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/barber-shop-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/barber-shop-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48532\";a:12:{s:5:\"title\";s:7:\"Barbers\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-08-team.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-08-team-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/barber-shop-08/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/barber-shop-08/barbers/\";s:15:\"astra-sites-tag\";a:2:{i:478;s:6:\"barber\";i:486;s:4:\"team\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48534\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-08-gallery.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-08-gallery-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/barber-shop-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/barber-shop-08/gallery/\";s:15:\"astra-sites-tag\";a:2:{i:461;s:7:\"gallery\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48533\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/barber-shop-08/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/barber-shop-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-20732\";a:13:{s:5:\"title\";s:21:\"Photography Portfolio\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2018/12/photographer-portfolio-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2018/12/photographer-portfolio-feb-20-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2018/12/photographer-portfolio-feb-20-home-400x1255.jpg\";s:14:\"astra-site-url\";s:44:\"//websitedemos.net/photographer-portfolio-03\";s:20:\"astra-site-parent-id\";i:200;s:15:\"astra-sites-tag\";a:9:{i:513;s:6:\"camera\";i:482;s:7:\"fashion\";i:515;s:4:\"lens\";i:510;s:9:\"modelling\";i:511;s:12:\"photographer\";i:509;s:11:\"photography\";i:444;s:9:\"portfolio\";i:514;s:11:\"videography\";i:512;s:13:\"wedding-shoot\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-24026\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2018/12/photographer-portfolio-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2018/12/photographer-portfolio-feb-20-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/photographer-portfolio-03/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/photographer-portfolio-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24023\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/photographer-portfolio-feb-20-about.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2019/07/photographer-portfolio-feb-20-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/photographer-portfolio-03/wp-json/wp/v2/pages/26\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/photographer-portfolio-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24028\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/07/photographer-portfolio-feb-20-services.jpg\";s:19:\"thumbnail-image-url\";s:102:\"https://websitedemos.net/wp-content/uploads/2019/07/photographer-portfolio-feb-20-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/photographer-portfolio-03/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/photographer-portfolio-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24027\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/photographer-portfolio-feb-20-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:103:\"https://websitedemos.net/wp-content/uploads/2019/07/photographer-portfolio-feb-20-portfolio-600x800.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/photographer-portfolio-03/wp-json/wp/v2/pages/28\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/photographer-portfolio-03/portfolio/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24025\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/photographer-portfolio-feb-20-contact.jpg\";s:19:\"thumbnail-image-url\";s:101:\"https://websitedemos.net/wp-content/uploads/2019/07/photographer-portfolio-feb-20-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/photographer-portfolio-03/wp-json/wp/v2/pages/29\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/photographer-portfolio-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-19915\";a:13:{s:5:\"title\";s:7:\"Plumber\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-02-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-02-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-02-home-400x1309.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/plumber-02\";s:20:\"astra-site-parent-id\";i:293;s:15:\"astra-sites-tag\";a:4:{i:1021;s:14:\"local-business\";i:439;s:14:\"local-services\";i:507;s:7:\"plumber\";i:508;s:8:\"plumbing\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-25059\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-02-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-02-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/plumber-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/plumber-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-25055\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-02-about.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/plumber-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/plumber-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25060\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-02-serivces.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-02-serivces-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/plumber-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25061\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-02-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/id-25061-plumber-testimonials-resize.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-02/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/plumber-02/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25058\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-02-faq.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-02-faq-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/plumber-02/faq/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25057\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-02/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/plumber-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-20515\";a:13:{s:5:\"title\";s:16:\"Conference Event\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2018/03/conference-event-03-revampp.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2018/03/conference-event-03-revampp-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2018/03/conference-event-03-revampp-400x1909.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/conference-event-05\";s:20:\"astra-site-parent-id\";i:172;s:15:\"astra-sites-tag\";a:6:{i:744;s:10:\"conference\";i:742;s:13:\"event-website\";i:743;s:7:\"meeting\";i:399;s:8:\"one-page\";i:745;s:12:\"organization\";i:463;s:11:\"single-page\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:5:\"pages\";a:0:{}}s:8:\"id-20536\";a:13:{s:5:\"title\";s:7:\"Plumber\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-home-screenshot.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-home-screenshot-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-home-screenshot-400x1140.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/plumber-01\";s:20:\"astra-site-parent-id\";i:295;s:15:\"astra-sites-tag\";a:3:{i:439;s:14:\"local-services\";i:507;s:7:\"plumber\";i:508;s:8:\"plumbing\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-44078\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-home-screenshot.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-home-screenshot-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/plumber-01/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/plumber-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-44075\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-about-screenshot.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-about-screenshot-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/plumber-01/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/plumber-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-44079\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-services-screenshot.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-services-screenshot-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-01/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/plumber-01/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-44080\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-testimonials-screenshot.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-testimonials-screenshot-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-01/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/plumber-01/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-44077\";a:12:{s:5:\"title\";s:4:\"FAQs\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-faq-screenshot.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-faq-screenshot-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-01/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/plumber-01/faqs/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-44076\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-contact-screenshot.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-contact-screenshot-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-01/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/plumber-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-20475\";a:13:{s:5:\"title\";s:16:\"Co-Working Space\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2018/12/id-20475-co-working-space-resize.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2018/12/id-20475-co-working-space-resize-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2018/12/id-20475-co-working-space-resize.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/co-working-space-05\";s:20:\"astra-site-parent-id\";i:235;s:15:\"astra-sites-tag\";a:7:{i:692;s:8:\"business\";i:693;s:4:\"cafe\";i:694;s:16:\"co-working-place\";i:695;s:13:\"collaboration\";i:979;s:7:\"company\";i:812;s:6:\"office\";i:691;s:10:\"work-place\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-24503\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24503-co-working-space-home-resize.jpg\";s:19:\"thumbnail-image-url\";s:101:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24503-co-working-space-home-resize-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/co-working-space-05/wp-json/wp/v2/pages/143\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/co-working-space-05/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24500\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-02-about-us-page.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-02-about-us-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/co-working-space-05/wp-json/wp/v2/pages/147\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/co-working-space-05/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24501\";a:12:{s:5:\"title\";s:9:\"Amenities\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-02-amenities-page.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-02-amenities-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/co-working-space-05/wp-json/wp/v2/pages/150\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/co-working-space-05/amenities/\";s:15:\"astra-sites-tag\";a:1:{i:777;s:9:\"amenities\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24504\";a:12:{s:5:\"title\";s:7:\"Pricing\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-02-pricing-page.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-02-pricing-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/co-working-space-05/wp-json/wp/v2/pages/153\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/co-working-space-05/pricing/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24502\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24502-co-working-space-contact-resize.jpg\";s:19:\"thumbnail-image-url\";s:104:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24502-co-working-space-contact-resize-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/co-working-space-05/wp-json/wp/v2/pages/156\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/co-working-space-05/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-19958\";a:13:{s:5:\"title\";s:21:\"Photography Portfolio\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2018/12/photographer-portfolio-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2018/12/photographer-portfolio-feb-20-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2018/12/photographer-portfolio-feb-20-home-400x1255.jpg\";s:14:\"astra-site-url\";s:44:\"//websitedemos.net/photographer-portfolio-04\";s:20:\"astra-site-parent-id\";i:202;s:15:\"astra-sites-tag\";a:10:{i:513;s:6:\"camera\";i:482;s:7:\"fashion\";i:515;s:4:\"lens\";i:510;s:9:\"modelling\";i:511;s:12:\"photographer\";i:509;s:11:\"photography\";i:444;s:9:\"portfolio\";i:1022;s:12:\"professional\";i:514;s:11:\"videography\";i:512;s:13:\"wedding-shoot\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-24050\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2018/12/photographer-portfolio-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2018/12/photographer-portfolio-feb-20-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/photographer-portfolio-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/photographer-portfolio-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-24047\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/photographer-portfolio-feb-20-about.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2019/07/photographer-portfolio-feb-20-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/photographer-portfolio-04/wp-json/wp/v2/pages/26\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/photographer-portfolio-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-24052\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/07/photographer-portfolio-feb-20-services.jpg\";s:19:\"thumbnail-image-url\";s:102:\"https://websitedemos.net/wp-content/uploads/2019/07/photographer-portfolio-feb-20-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/photographer-portfolio-04/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/photographer-portfolio-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-24051\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/photographer-portfolio-feb-20-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:103:\"https://websitedemos.net/wp-content/uploads/2019/07/photographer-portfolio-feb-20-portfolio-600x800.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/photographer-portfolio-04/wp-json/wp/v2/pages/28\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/photographer-portfolio-04/portfolio/\";s:15:\"astra-sites-tag\";a:2:{i:444;s:9:\"portfolio\";i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-24049\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/photographer-portfolio-feb-20-contact.jpg\";s:19:\"thumbnail-image-url\";s:101:\"https://websitedemos.net/wp-content/uploads/2019/07/photographer-portfolio-feb-20-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/photographer-portfolio-04/wp-json/wp/v2/pages/29\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/photographer-portfolio-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-55334\";a:13:{s:5:\"title\";s:7:\"Charity\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-02-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-02-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-02-home-400x1498.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/communities-02\";s:20:\"astra-site-parent-id\";i:2074;s:15:\"astra-sites-tag\";a:11:{i:625;s:7:\"charity\";i:2126;s:20:\"charity-organization\";i:893;s:6:\"church\";i:2125;s:9:\"community\";i:2128;s:16:\"community-center\";i:1013;s:8:\"donation\";i:2124;s:17:\"environmental-ngo\";i:624;s:10:\"foundation\";i:977;s:10:\"non-profit\";i:745;s:12:\"organization\";i:2127;s:10:\"social-ngo\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-55335\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-02-about.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/communities-02/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/communities-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55336\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/communities-02/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/communities-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55337\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-02-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-02-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/communities-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/communities-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55338\";a:12:{s:5:\"title\";s:10:\"What we do\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-02-what-we-do.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-02-what-we-do-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/communities-02/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/communities-02/what-we-do/\";s:15:\"astra-sites-tag\";a:2:{i:628;s:10:\"what-we-do\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-55425\";a:13:{s:5:\"title\";s:7:\"Charity\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-08-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-08-home-400x1318.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/communities-08\";s:20:\"astra-site-parent-id\";i:2116;s:15:\"astra-sites-tag\";a:11:{i:625;s:7:\"charity\";i:2126;s:20:\"charity-organization\";i:893;s:6:\"church\";i:2125;s:9:\"community\";i:2128;s:16:\"community-center\";i:1013;s:8:\"donation\";i:2124;s:17:\"environmental-ngo\";i:624;s:10:\"foundation\";i:977;s:10:\"non-profit\";i:745;s:12:\"organization\";i:2127;s:10:\"social-ngo\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-55427\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/communities-08/wp-json/wp/v2/pages/370\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/communities-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55426\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-08-about.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/communities-08/wp-json/wp/v2/pages/366\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/communities-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-55428\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-08-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/communities-08/wp-json/wp/v2/pages/364\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/communities-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-55429\";a:12:{s:5:\"title\";s:10:\"What we do\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-08-what-we-do.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-08-what-we-do-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/communities-08/wp-json/wp/v2/pages/368\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/communities-08/what-we-do/\";s:15:\"astra-sites-tag\";a:1:{i:628;s:10:\"what-we-do\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-19959\";a:13:{s:5:\"title\";s:15:\"Sierra Industry\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-01-home.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-01-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-01-home-400x1124.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/sierra-industry-01\";s:20:\"astra-site-parent-id\";i:203;s:15:\"astra-sites-tag\";a:4:{i:985;s:7:\"factory\";i:492;s:8:\"industry\";i:490;s:13:\"manufacturing\";i:489;s:10:\"production\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-44099\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-home.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-industry-01/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/sierra-industry-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-44097\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-02-about.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-industry-01/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/sierra-industry-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-44100\";a:12:{s:5:\"title\";s:8:\"Products\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-02-product.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-02-product-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-industry-01/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/sierra-industry-01/services/\";s:15:\"astra-sites-tag\";a:1:{i:540;s:8:\"products\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-44101\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-feb-20-projects.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-feb-20-projects-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-industry-01/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/sierra-industry-01/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-44098\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-02-contact-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/sierra-industry-01/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/sierra-industry-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48132\";a:13:{s:5:\"title\";s:15:\"Sierra Industry\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-home.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-home-400x1136.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/sierra-industry-08\";s:20:\"astra-site-parent-id\";i:1703;s:15:\"astra-sites-tag\";a:4:{i:985;s:7:\"factory\";i:492;s:8:\"industry\";i:490;s:13:\"manufacturing\";i:489;s:10:\"production\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-48135\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-home.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-industry-08/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/sierra-industry-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48133\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-about.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-industry-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/sierra-industry-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48134\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/sierra-industry-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/sierra-industry-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48136\";a:12:{s:5:\"title\";s:8:\"Products\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-products.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-products-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/sierra-industry-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/sierra-industry-08/products/\";s:15:\"astra-sites-tag\";a:1:{i:540;s:8:\"products\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48137\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-projects.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-projects-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/sierra-industry-08/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/sierra-industry-08/projects/\";s:15:\"astra-sites-tag\";a:1:{i:1613;s:8:\"projects\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-19814\";a:13:{s:5:\"title\";s:13:\"Sierra Nature\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-home-screenshot.png\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-home-screenshot-600x800.png\";s:28:\"fullpage-thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-home-screenshot-400x1277.png\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/sierra-nature-02\";s:20:\"astra-site-parent-id\";i:110;s:15:\"astra-sites-tag\";a:6:{i:538;s:6:\"forest\";i:537;s:13:\"national-park\";i:535;s:6:\"nature\";i:534;s:11:\"nature-park\";i:539;s:9:\"sanctuary\";i:536;s:10:\"wilderness\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-23008\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-home-screenshot.png\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-home-screenshot-600x800.png\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/sierra-nature-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/sierra-nature-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23005\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-about-screenshot.png\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-about-screenshot-600x800.png\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/sierra-nature-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/sierra-nature-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23010\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-services-screenshot.png\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-services-screenshot-600x800.png\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/sierra-nature-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/sierra-nature-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23009\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-projects-screenshot.png\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-projects-screenshot-600x800.png\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/sierra-nature-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/sierra-nature-02/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23007\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-contact-screenshot.png\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-contact-screenshot-600x800.png\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/sierra-nature-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/sierra-nature-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-19881\";a:13:{s:5:\"title\";s:13:\"Sierra Nature\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-home.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-home-400x1149.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/sierra-nature-01\";s:20:\"astra-site-parent-id\";i:111;s:15:\"astra-sites-tag\";a:6:{i:538;s:6:\"forest\";i:537;s:13:\"national-park\";i:535;s:6:\"nature\";i:534;s:11:\"nature-park\";i:539;s:9:\"sanctuary\";i:536;s:10:\"wilderness\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-23024\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23024-sierra-nature-home-resize.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23024-sierra-nature-home-resize-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/sierra-nature-01/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/sierra-nature-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23021\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-about-screenshot.png\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-about-screenshot-600x800.png\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/sierra-nature-01/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/sierra-nature-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23026\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-services-screenshot.png\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-services-screenshot-600x800.png\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/sierra-nature-01/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/sierra-nature-01/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23025\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-projects.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-projects-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/sierra-nature-01/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/sierra-nature-01/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23023\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/sierra-nature-01/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/sierra-nature-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}}','no'),(350,'astra-sites-and-pages-page-21','a:15:{s:8:\"id-48103\";a:13:{s:5:\"title\";s:13:\"Sierra Nature\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-home-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-home-1-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-home-1-400x1128.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/sierra-nature-08\";s:20:\"astra-site-parent-id\";i:1701;s:15:\"astra-sites-tag\";a:6:{i:538;s:6:\"forest\";i:537;s:13:\"national-park\";i:535;s:6:\"nature\";i:534;s:11:\"nature-park\";i:539;s:9:\"sanctuary\";i:536;s:10:\"wilderness\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-48104\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-nature-08/wp-json/wp/v2/pages/962\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/sierra-nature-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48105\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-contact-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-nature-08/wp-json/wp/v2/pages/968\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/sierra-nature-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48106\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-home-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-home-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-nature-08/wp-json/wp/v2/pages/960\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/sierra-nature-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48107\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-projects-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-projects-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-nature-08/wp-json/wp/v2/pages/966\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/sierra-nature-08/projects/\";s:15:\"astra-sites-tag\";a:1:{i:1613;s:8:\"projects\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48108\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-services-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-services-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-nature-08/wp-json/wp/v2/pages/964\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/sierra-nature-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-54442\";a:13:{s:5:\"title\";s:11:\"Coffee Shop\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/coffee-shop-08.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/coffee-shop-08-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/coffee-shop-08-400x1542.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/coffee-shop-08\";s:20:\"astra-site-parent-id\";i:2033;s:15:\"astra-sites-tag\";a:8:{i:693;s:4:\"cafe\";i:2042;s:8:\"cafe-bar\";i:1527;s:9:\"cafeteria\";i:2043;s:12:\"coffee-house\";i:1575;s:11:\"coffee-shop\";i:399;s:8:\"one-page\";i:335;s:10:\"restaurant\";i:2041;s:9:\"snack-bar\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-54443\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/coffee-shop-08.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/coffee-shop-08-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/coffee-shop-08/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/coffee-shop-08/\";s:15:\"astra-sites-tag\";a:3:{i:423;s:4:\"home\";i:1718;s:7:\"onepage\";i:463;s:11:\"single-page\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-19790\";a:13:{s:5:\"title\";s:6:\"Agency\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-starter-site.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-starter-site-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-starter-site-400x1138.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/agency-05\";s:20:\"astra-site-parent-id\";i:180;s:15:\"astra-sites-tag\";a:6:{i:663;s:6:\"agency\";i:979;s:7:\"company\";i:664;s:16:\"digital-services\";i:812;s:6:\"office\";i:665;s:14:\"service-agency\";i:661;s:7:\"website\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-23678\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-starter-site.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-starter-site-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/agency-05/wp-json/wp/v2/pages/853\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/agency-05/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23676\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-feb-20-about.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-feb-20-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/agency-05/wp-json/wp/v2/pages/868\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/agency-05/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23679\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-feb-20-services.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-feb-20-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/agency-05/wp-json/wp/v2/pages/876\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/agency-05/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23677\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-feb-20-contact.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-feb-20-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/agency-05/wp-json/wp/v2/pages/878\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/agency-05/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-19796\";a:13:{s:5:\"title\";s:24:\"Personal Fitness Trainer\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2018/11/id-19796-fitness-trainer-resize.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2018/11/id-19796-fitness-trainer-resize-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2018/11/id-19796-fitness-trainer-resize.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/fitness-trainer-05\";s:20:\"astra-site-parent-id\";i:174;s:15:\"astra-sites-tag\";a:11:{i:502;s:8:\"exercise\";i:499;s:7:\"fitness\";i:505;s:15:\"fitness-trainer\";i:506;s:19:\"functional-training\";i:500;s:3:\"gym\";i:976;s:14:\"gym-instructor\";i:504;s:11:\"gym-trainer\";i:399;s:8:\"one-page\";i:463;s:11:\"single-page\";i:503;s:7:\"trainer\";i:501;s:8:\"work-out\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-23635\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23635-fitness-trainer-home-resize.jpg\";s:19:\"thumbnail-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23635-fitness-trainer-home-resize-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/fitness-trainer-05/wp-json/wp/v2/pages/149\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/fitness-trainer-05/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-19798\";a:13:{s:5:\"title\";s:11:\"Electrician\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-05-home-01.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-05-home-01-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-05-home-01-400x1348.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/electrician-05\";s:20:\"astra-site-parent-id\";i:245;s:15:\"astra-sites-tag\";a:8:{i:502;s:8:\"exercise\";i:499;s:7:\"fitness\";i:505;s:15:\"fitness-trainer\";i:506;s:19:\"functional-training\";i:500;s:3:\"gym\";i:504;s:11:\"gym-trainer\";i:503;s:7:\"trainer\";i:501;s:8:\"work-out\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-24609\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-05-home-01.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-05-home-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/electrician-05/wp-json/wp/v2/pages/550\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/electrician-05/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-24606\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24606-electrician-about-us-resize.jpg\";s:19:\"thumbnail-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24606-electrician-about-us-resize-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/electrician-05/wp-json/wp/v2/pages/558\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/electrician-05/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-24610\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-05-services-01.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-05-services-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/electrician-05/wp-json/wp/v2/pages/561\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/electrician-05/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-24608\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24608-electrician-faq-resize.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24608-electrician-faq-resize-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/electrician-05/wp-json/wp/v2/pages/564\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/electrician-05/faq/\";s:15:\"astra-sites-tag\";a:2:{i:426;s:3:\"faq\";i:709;s:9:\"questions\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-24607\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24607-electrician-contact-resize.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24607-electrician-contact-resize-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/electrician-05/wp-json/wp/v2/pages/567\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/electrician-05/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-19792\";a:13:{s:5:\"title\";s:12:\"Construction\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-feb-20-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-feb-20-home-400x1708.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/construction-05\";s:20:\"astra-site-parent-id\";i:276;s:15:\"astra-sites-tag\";a:6:{i:435;s:12:\"architecture\";i:979;s:7:\"company\";i:484;s:12:\"construction\";i:436;s:8:\"interior\";i:812;s:6:\"office\";i:485;s:11:\"real-estate\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-24855\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-feb-20-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/construction-05/wp-json/wp/v2/pages/913\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/construction-05/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24850\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-feb-20-about.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-feb-20-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/construction-05/wp-json/wp/v2/pages/921\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/construction-05/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24858\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-feb-20-services.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-feb-20-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/construction-05/wp-json/wp/v2/pages/925\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/construction-05/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24857\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-feb-20-projects.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-feb-20-projects-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/construction-05/wp-json/wp/v2/pages/929\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/construction-05/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24852\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-feb-20-contact.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-feb-20-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/construction-05/wp-json/wp/v2/pages/932\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/construction-05/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-19801\";a:13:{s:5:\"title\";s:13:\"Hotel and BnB\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2018/11/hotel-05-home.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2018/11/hotel-05-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2018/11/hotel-05-home-400x1688.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/hotel-05\";s:20:\"astra-site-parent-id\";i:248;s:15:\"astra-sites-tag\";a:8:{i:560;s:7:\"cuisine\";i:336;s:4:\"food\";i:350;s:5:\"hotel\";i:712;s:5:\"lodge\";i:711;s:5:\"motel\";i:399;s:8:\"one-page\";i:714;s:6:\"resort\";i:463;s:11:\"single-page\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-24621\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2018/11/hotel-05-home.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2018/11/hotel-05-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/hotel-05/wp-json/wp/v2/pages/373\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/hotel-05/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-19754\";a:13:{s:5:\"title\";s:5:\"Coach\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-05-home-01.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-05-home-01-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-05-home-01-400x1401.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/coach-05\";s:20:\"astra-site-parent-id\";i:238;s:15:\"astra-sites-tag\";a:5:{i:610;s:8:\"coaching\";i:608;s:8:\"guidance\";i:612;s:10:\"life-coach\";i:609;s:9:\"motivator\";i:611;s:16:\"self-improvement\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-24539\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-05-home-01.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-05-home-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/coach-05/wp-json/wp/v2/pages/122\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/coach-05/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24534\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-05-about-01.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-05-about-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/coach-05/wp-json/wp/v2/pages/131\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/coach-05/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24538\";a:12:{s:5:\"title\";s:7:\"e-Books\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-05-e-books-01.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-05-e-books-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/coach-05/wp-json/wp/v2/pages/137\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/coach-05/e-books/\";s:15:\"astra-sites-tag\";a:1:{i:781;s:6:\"e-book\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24537\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-05-courses-01.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-05-courses-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/coach-05/wp-json/wp/v2/pages/140\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/coach-05/courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24536\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-05-contact-01.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-05-contact-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/coach-05/wp-json/wp/v2/pages/146\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/coach-05/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-19803\";a:13:{s:5:\"title\";s:14:\"A/C Technician\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-home-400x1053.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/ac-technician-05\";s:20:\"astra-site-parent-id\";i:268;s:15:\"astra-sites-tag\";a:4:{i:599;s:9:\"ac-repair\";i:439;s:14:\"local-services\";i:600;s:15:\"repair-services\";i:441;s:10:\"technician\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-24770\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/ac-technician-05/wp-json/wp/v2/pages/262\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/ac-technician-05/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24771\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-05-services-01.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-05-services-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/ac-technician-05/wp-json/wp/v2/pages/273\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/ac-technician-05/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24768\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-05-about-01.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-05-about-01-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/ac-technician-05/wp-json/wp/v2/pages/277\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/ac-technician-05/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24769\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-contact.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/ac-technician-05/wp-json/wp/v2/pages/284\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/ac-technician-05/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-19824\";a:13:{s:5:\"title\";s:15:\"Sierra Industry\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-02-home-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-02-home-1-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-02-home-1-400x1369.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/sierra-industry-02\";s:20:\"astra-site-parent-id\";i:206;s:15:\"astra-sites-tag\";a:4:{i:985;s:7:\"factory\";i:492;s:8:\"industry\";i:490;s:13:\"manufacturing\";i:489;s:10:\"production\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-24078\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-02-home-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-02-home-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-industry-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/sierra-industry-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24075\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-02-about-1.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-02-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-industry-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/sierra-industry-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24079\";a:12:{s:5:\"title\";s:8:\"Products\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-02-products.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-02-products-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-industry-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/sierra-industry-02/product/\";s:15:\"astra-sites-tag\";a:1:{i:540;s:8:\"products\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24080\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-02-projects-1.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-02-projects-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-industry-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/sierra-industry-02/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24077\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-02-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-02-contact-2-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/sierra-industry-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/sierra-industry-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-19784\";a:13:{s:5:\"title\";s:6:\"Artist\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/10/artist-christine-home-page.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/10/artist-christine-home-page-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/10/artist-christine-home-page-400x768.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/artist-05\";s:20:\"astra-site-parent-id\";i:161;s:15:\"astra-sites-tag\";a:5:{i:597;s:3:\"art\";i:339;s:6:\"artist\";i:595;s:10:\"exhibition\";i:614;s:7:\"painter\";i:733;s:4:\"shop\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}}s:5:\"pages\";a:3:{s:8:\"id-23535\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/10/artist-christine-home-page.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/10/artist-christine-home-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/artist-05/wp-json/wp/v2/pages/175\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/artist-05/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23533\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/artist-christine-about.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/artist-christine-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/artist-05/wp-json/wp/v2/pages/185\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/artist-05/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23534\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/artist-christine-contact.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/artist-christine-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/artist-05/wp-json/wp/v2/pages/189\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/artist-05/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}}s:8:\"id-19719\";a:13:{s:5:\"title\";s:7:\"Charity\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-starter-site-brizy.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-starter-site-brizy-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-starter-site-brizy-400x1442.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/charity-05\";s:20:\"astra-site-parent-id\";i:167;s:15:\"astra-sites-tag\";a:5:{i:625;s:7:\"charity\";i:624;s:10:\"foundation\";i:626;s:6:\"giving\";i:977;s:10:\"non-profit\";i:745;s:12:\"organization\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-23593\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-starter-site-brizy.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-starter-site-brizy-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/charity-05/wp-json/wp/v2/pages/198\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/charity-05/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23596\";a:12:{s:5:\"title\";s:10:\"Who We Are\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-who-we-are.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-who-we-are-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/charity-05/wp-json/wp/v2/pages/208\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/charity-05/who-we-are/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:685;s:10:\"who-we-are\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23595\";a:12:{s:5:\"title\";s:10:\"What We Do\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-what-we-do.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-what-we-do-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/charity-05/wp-json/wp/v2/pages/211\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/charity-05/who-we-do/\";s:15:\"astra-sites-tag\";a:2:{i:628;s:10:\"what-we-do\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23594\";a:12:{s:5:\"title\";s:12:\"Our Partners\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-partners.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-partners-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/charity-05/wp-json/wp/v2/pages/216\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/charity-05/our-partners/\";s:15:\"astra-sites-tag\";a:3:{i:734;s:8:\"partners\";i:486;s:4:\"team\";i:810;s:7:\"workers\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23591\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23591-charity-contact-us-resize.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/charity-05/wp-json/wp/v2/pages/220\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/charity-05/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-23592\";a:12:{s:5:\"title\";s:6:\"Donate\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-donate.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23592-charity-donate-resize.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/charity-05/wp-json/wp/v2/pages/223\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/charity-05/donate/\";s:15:\"astra-sites-tag\";a:1:{i:735;s:6:\"donate\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}}}}}s:8:\"id-19496\";a:13:{s:5:\"title\";s:18:\"Italian Restaurant\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/italian-restaurant-02-home-1.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/italian-restaurant-02-home-1-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/italian-restaurant-02-home-1-400x1499.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/italian-restaurant-02\";s:20:\"astra-site-parent-id\";i:127;s:15:\"astra-sites-tag\";a:11:{i:562;s:6:\"bistro\";i:972;s:4:\"club\";i:560;s:7:\"cuisine\";i:561;s:6:\"eatery\";i:336;s:4:\"food\";i:350;s:5:\"hotel\";i:563;s:18:\"italian-restaurant\";i:559;s:6:\"outlet\";i:335;s:10:\"restaurant\";i:970;s:6:\"restro\";i:971;s:10:\"restro-bar\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-23208\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/italian-restaurant-02-home-1.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/italian-restaurant-02-home-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/italian-restaurant-02/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/italian-restaurant-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23209\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/italian-restaurant-02-menu-1.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/italian-restaurant-02-menu-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/italian-restaurant-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/italian-restaurant-02/menu/\";s:15:\"astra-sites-tag\";a:1:{i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23205\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/italian-restaurant-02-about-1.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/italian-restaurant-02-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/italian-restaurant-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/italian-restaurant-02/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23207\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/italian-restaurant-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/italian-restaurant-02-contact-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/italian-restaurant-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/italian-restaurant-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-19574\";a:13:{s:5:\"title\";s:18:\"Italian Restaurant\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/italian-starter-site.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/italian-starter-site-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/italian-starter-site-400x1211.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/italian-restaurant-01\";s:20:\"astra-site-parent-id\";i:130;s:15:\"astra-sites-tag\";a:11:{i:562;s:6:\"bistro\";i:972;s:4:\"club\";i:560;s:7:\"cuisine\";i:561;s:6:\"eatery\";i:336;s:4:\"food\";i:350;s:5:\"hotel\";i:563;s:18:\"italian-restaurant\";i:559;s:6:\"outlet\";i:335;s:10:\"restaurant\";i:970;s:6:\"restro\";i:971;s:10:\"restro-bar\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-23239\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/italian-starter-site.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/italian-starter-site-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/italian-restaurant-01/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/italian-restaurant-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23240\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/italian-site-menu.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/italian-site-menu-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/italian-restaurant-01/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/italian-restaurant-01/menu/\";s:15:\"astra-sites-tag\";a:1:{i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23236\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/italian-restaurant-02-about-1.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/italian-restaurant-02-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/italian-restaurant-01/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/italian-restaurant-01/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23238\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/italian-restaurant-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/italian-restaurant-02-contact-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/italian-restaurant-01/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/italian-restaurant-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-19557\";a:13:{s:5:\"title\";s:20:\"Interior Design Firm\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-02-home.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-02-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-02-home-400x1509.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/interior-firm-02\";s:20:\"astra-site-parent-id\";i:315;s:15:\"astra-sites-tag\";a:8:{i:435;s:12:\"architecture\";i:979;s:7:\"company\";i:436;s:8:\"interior\";i:434;s:15:\"interior-design\";i:981;s:17:\"interior-designer\";i:422;s:11:\"landscaping\";i:812;s:6:\"office\";i:437;s:6:\"zoning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-25294\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-02-home.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-02-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/interior-firm-02/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/interior-firm-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25295\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-02-project.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-02-project-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/interior-firm-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/interior-firm-02/portfolio/\";s:15:\"astra-sites-tag\";a:2:{i:444;s:9:\"portfolio\";i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25291\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-02-about.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/interior-firm-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/interior-firm-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25296\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-02-testimonial.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-02-testimonial-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/interior-firm-02/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/interior-firm-02/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25293\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/interior-firm-02/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/interior-firm-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}}','no');
INSERT INTO `wpxo_options` VALUES (351,'astra-sites-and-pages-page-22','a:15:{s:8:\"id-19598\";a:13:{s:5:\"title\";s:20:\"Interior Design Firm\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-01-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-01-homepage-400x1543.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/interior-firm-01\";s:20:\"astra-site-parent-id\";i:314;s:15:\"astra-sites-tag\";a:8:{i:435;s:12:\"architecture\";i:979;s:7:\"company\";i:436;s:8:\"interior\";i:434;s:15:\"interior-design\";i:981;s:17:\"interior-designer\";i:422;s:11:\"landscaping\";i:812;s:6:\"office\";i:437;s:6:\"zoning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-25282\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-01-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/interior-firm-01/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/interior-firm-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25283\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-01-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-01-portfolio-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/interior-firm-01/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/interior-firm-01/portfolio/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25279\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-01-about.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-01-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/interior-firm-01/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/interior-firm-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25284\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-01-testimonials-1.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-01-testimonials-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/interior-firm-01/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/interior-firm-01/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25281\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-01-contact.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-01-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/interior-firm-01/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/interior-firm-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48496\";a:13:{s:5:\"title\";s:20:\"Interior Design Firm\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-home.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-home-400x1295.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/interior-firm-08\";s:20:\"astra-site-parent-id\";i:1742;s:15:\"astra-sites-tag\";a:6:{i:435;s:12:\"architecture\";i:436;s:8:\"interior\";i:434;s:15:\"interior-design\";i:422;s:11:\"landscaping\";i:1022;s:12:\"professional\";i:437;s:6:\"zoning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-48499\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-home.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/interior-firm-08/wp-json/wp/v2/pages/1224\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/interior-firm-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48500\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-portfolio-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/interior-firm-08/wp-json/wp/v2/pages/1182\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/interior-firm-08/portfolio/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48497\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-about.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/interior-firm-08/wp-json/wp/v2/pages/1184\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/interior-firm-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48501\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-testimonials-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/interior-firm-08/wp-json/wp/v2/pages/1186\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/interior-firm-08/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48498\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/interior-firm-08/wp-json/wp/v2/pages/1188\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/interior-firm-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-19111\";a:13:{s:5:\"title\";s:14:\"A/C Technician\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-home-400x1053.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/ac-technician-01\";s:20:\"astra-site-parent-id\";i:292;s:15:\"astra-sites-tag\";a:4:{i:599;s:9:\"ac-repair\";i:439;s:14:\"local-services\";i:600;s:15:\"repair-services\";i:441;s:10:\"technician\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-25048\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/ac-technician-01/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/ac-technician-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25049\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-01-services02.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-01-services02-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/ac-technician-01/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/ac-technician-01/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25045\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-about.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/ac-technician-01/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/ac-technician-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25047\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-contact.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/ac-technician-01/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/ac-technician-01/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-47957\";a:13:{s:5:\"title\";s:18:\"Italian Restaurant\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-home-1.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-home-1-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-home-1-400x1353.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/italian-restaurant-08\";s:20:\"astra-site-parent-id\";i:1689;s:15:\"astra-sites-tag\";a:10:{i:562;s:6:\"bistro\";i:972;s:4:\"club\";i:560;s:7:\"cuisine\";i:561;s:6:\"eatery\";i:336;s:4:\"food\";i:350;s:5:\"hotel\";i:563;s:18:\"italian-restaurant\";i:559;s:6:\"outlet\";i:335;s:10:\"restaurant\";i:970;s:6:\"restro\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-47960\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-home-1.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-home-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/italian-restaurant-08/wp-json/wp/v2/pages/56\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/italian-restaurant-08/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47961\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-menu-1.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-menu-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/italian-restaurant-08/wp-json/wp/v2/pages/54\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/italian-restaurant-08/menu/\";s:15:\"astra-sites-tag\";a:2:{i:1579;s:9:\"food-menu\";i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47958\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/italian-restaurant-08/wp-json/wp/v2/pages/53\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/italian-restaurant-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47959\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-contact-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/italian-restaurant-08/wp-json/wp/v2/pages/55\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/italian-restaurant-08/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-18762\";a:13:{s:5:\"title\";s:14:\"A/C Technician\";s:18:\"featured-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-elementor-homepage-sceenshot.jpg\";s:19:\"thumbnail-image-url\";s:106:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-elementor-homepage-sceenshot-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:106:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-elementor-homepage-sceenshot-400x900.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/ac-technician-02\";s:20:\"astra-site-parent-id\";i:294;s:15:\"astra-sites-tag\";a:5:{i:599;s:9:\"ac-repair\";i:1021;s:14:\"local-business\";i:439;s:14:\"local-services\";i:600;s:15:\"repair-services\";i:441;s:10:\"technician\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-25072\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-elementor-homepage-sceenshot.jpg\";s:19:\"thumbnail-image-url\";s:106:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-elementor-homepage-sceenshot-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/ac-technician-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/ac-technician-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25073\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-02-services.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-02-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/ac-technician-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/ac-technician-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25069\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-02-about.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/ac-technician-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/ac-technician-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25071\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/ac-technician-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/ac-technician-02/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-18887\";a:13:{s:5:\"title\";s:15:\"MultiMed Clinic\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-04-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-04-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-04-home-400x1704.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/multimed-04\";s:20:\"astra-site-parent-id\";i:261;s:15:\"astra-sites-tag\";a:7:{i:337;s:6:\"clinic\";i:601;s:6:\"doctor\";i:604;s:10:\"healthcare\";i:605;s:8:\"hospital\";i:603;s:7:\"medical\";i:606;s:15:\"medical-science\";i:607;s:9:\"treatment\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-24729\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-04-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-04-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/multimed-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/multimed-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24724\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-04-about.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-04-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/multimed-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/multimed-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24727\";a:12:{s:5:\"title\";s:11:\"Departments\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-04-dept.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-04-dept-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/multimed-04/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/multimed-04/departments/\";s:15:\"astra-sites-tag\";a:1:{i:602;s:11:\"departments\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24728\";a:12:{s:5:\"title\";s:7:\"Doctors\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-04-doctors.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-04-doctors-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/multimed-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/multimed-04/doctors/\";s:15:\"astra-sites-tag\";a:1:{i:601;s:6:\"doctor\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24730\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-04-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-04-testimonials-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/multimed-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/multimed-04/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24726\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-04-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-04-contact-2-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/multimed-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/multimed-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-18933\";a:13:{s:5:\"title\";s:15:\"Multimed Clinic\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-site-03.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-site-03-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-site-03-400x1628.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/multimed-03\";s:20:\"astra-site-parent-id\";i:262;s:15:\"astra-sites-tag\";a:7:{i:337;s:6:\"clinic\";i:601;s:6:\"doctor\";i:604;s:10:\"healthcare\";i:605;s:8:\"hospital\";i:603;s:7:\"medical\";i:606;s:15:\"medical-science\";i:607;s:9:\"treatment\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-24743\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-site-03.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-site-03-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/multimed-03/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/multimed-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24738\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-03-about-site.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-03-about-site-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/multimed-03/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/multimed-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24741\";a:12:{s:5:\"title\";s:11:\"Departments\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-03-departments-site.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-03-departments-site-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/multimed-03/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/multimed-03/departments/\";s:15:\"astra-sites-tag\";a:1:{i:602;s:11:\"departments\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24742\";a:12:{s:5:\"title\";s:7:\"Doctors\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-03-doctors-site.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-03-doctors-site-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/multimed-03/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/multimed-03/doctors/\";s:15:\"astra-sites-tag\";a:1:{i:601;s:6:\"doctor\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24744\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-03-testimonials-site.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-03-testimonials-site-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/multimed-03/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/multimed-03/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24740\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-03-contact-site.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-03-contact-site-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/multimed-03/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/multimed-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-18881\";a:13:{s:5:\"title\";s:10:\"University\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/university-04-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/university-04-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/university-04-home-400x1675.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/university-04\";s:20:\"astra-site-parent-id\";i:286;s:15:\"astra-sites-tag\";a:5:{i:457;s:7:\"college\";i:459;s:9:\"education\";i:460;s:8:\"learning\";i:456;s:6:\"school\";i:458;s:10:\"university\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-24975\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/university-04-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/university-04-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/university-04/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/university-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24970\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/university-04-about-us.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/university-04-about-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/university-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/university-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24973\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/university-04-our-courses.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/university-04-our-courses-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/university-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/university-04/our-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24976\";a:12:{s:5:\"title\";s:8:\"Teachers\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/university-04-teachers.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/university-04-teachers-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/university-04/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/university-04/teachers/\";s:15:\"astra-sites-tag\";a:1:{i:464;s:7:\"teacher\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24974\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/university-04-gallery.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/university-04-gallery-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/university-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/university-04/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24972\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/university-04-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/university-04-contact-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/university-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/university-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-18917\";a:13:{s:5:\"title\";s:10:\"University\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/university-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/university-03-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/university-03-homepage-400x1461.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/university-03\";s:20:\"astra-site-parent-id\";i:287;s:15:\"astra-sites-tag\";a:5:{i:457;s:7:\"college\";i:459;s:9:\"education\";i:460;s:8:\"learning\";i:456;s:6:\"school\";i:458;s:10:\"university\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-24989\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/university-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/university-03-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/university-03/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/university-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24984\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/university-03-about-us-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/university-03-about-us-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/university-03/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/university-03/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24987\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/university-03-our-courses.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/university-03-our-courses-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/university-03/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/university-03/our-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24990\";a:12:{s:5:\"title\";s:8:\"Teachers\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/university-03-teachers.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/university-03-teachers-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/university-03/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/university-03/teachers/\";s:15:\"astra-sites-tag\";a:1:{i:464;s:7:\"teacher\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24988\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/university-03-gallery.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/university-03-gallery-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/university-03/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/university-03/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24986\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/university-03-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/university-03-contact-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/university-03/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/university-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-18924\";a:13:{s:5:\"title\";s:12:\"Kindergarten\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-03-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-03-homepage-400x1755.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/kindergarten-03\";s:20:\"astra-site-parent-id\";i:254;s:15:\"astra-sites-tag\";a:4:{i:459;s:9:\"education\";i:617;s:12:\"kindergarten\";i:460;s:8:\"learning\";i:456;s:6:\"school\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-24658\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-03-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/kindergarten-03/wp-json/wp/v2/pages/110\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/kindergarten-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24654\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-03-about.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-03-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/kindergarten-03/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/kindergarten-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24656\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-03-classes.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-03-classes-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/kindergarten-03/wp-json/wp/v2/pages/25\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/kindergarten-03/classes/\";s:15:\"astra-sites-tag\";a:1:{i:557;s:7:\"classes\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-43553\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/02/kindergarten-03-faq.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/02/kindergarten-03-faq-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/kindergarten-03/wp-json/wp/v2/pages/26\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/kindergarten-03/faq/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-43554\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/02/kindergarten-03-reviews.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/02/kindergarten-03-reviews-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/kindergarten-03/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/kindergarten-03/reviews/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24657\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-03-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/kindergarten-03/wp-json/wp/v2/pages/23\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/kindergarten-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-18880\";a:13:{s:5:\"title\";s:12:\"Kindergarten\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-04-home.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-04-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-04-home-400x2125.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/kindergarten-04\";s:20:\"astra-site-parent-id\";i:257;s:15:\"astra-sites-tag\";a:4:{i:459;s:9:\"education\";i:617;s:12:\"kindergarten\";i:460;s:8:\"learning\";i:456;s:6:\"school\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-24686\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-04-home.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-04-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/kindergarten-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/kindergarten-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24682\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-04-about-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-04-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/kindergarten-04/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/kindergarten-04/about/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24684\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-04-classes.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-04-classes-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/kindergarten-04/wp-json/wp/v2/pages/25\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/kindergarten-04/classes/\";s:15:\"astra-sites-tag\";a:3:{i:557;s:7:\"classes\";i:425;s:8:\"services\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-31638\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-04-faq.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23462-kindergarten-faq-resize.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/kindergarten-04/wp-json/wp/v2/pages/26\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/kindergarten-04/faq/\";s:15:\"astra-sites-tag\";a:2:{i:426;s:3:\"faq\";i:709;s:9:\"questions\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-31639\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-04-reviews.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23464-kindergarten-reviews-resize.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/kindergarten-04/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/kindergarten-04/reviews/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24685\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-04-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/kindergarten-04/wp-json/wp/v2/pages/23\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/kindergarten-04/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-18790\";a:13:{s:5:\"title\";s:8:\"Ayurveda\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-04-home-1-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-04-home-1-400x2106.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/ayurveda-04\";s:20:\"astra-site-parent-id\";i:226;s:15:\"astra-sites-tag\";a:8:{i:618;s:9:\"ayurvedic\";i:496;s:9:\"ecommerce\";i:383;s:12:\"online-store\";i:967;s:13:\"product-store\";i:733;s:4:\"shop\";i:607;s:9:\"treatment\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:3:{s:8:\"id-24438\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-04-home-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/ayurveda-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/ayurveda-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-24435\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-04-about-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-04-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/ayurveda-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/ayurveda-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-24437\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-04-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-04-contact-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/ayurveda-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/ayurveda-04/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-18872\";a:13:{s:5:\"title\";s:8:\"Ayurveda\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-03-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-03-homepage-400x1818.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/ayurveda-03\";s:20:\"astra-site-parent-id\";i:228;s:15:\"astra-sites-tag\";a:6:{i:618;s:9:\"ayurvedic\";i:496;s:9:\"ecommerce\";i:383;s:12:\"online-store\";i:733;s:4:\"shop\";i:607;s:9:\"treatment\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:6:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:4;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:5;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:3:{s:8:\"id-24461\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-03-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/ayurveda-03/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/ayurveda-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-24458\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-03-about-us.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-03-about-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/ayurveda-03/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/ayurveda-03/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-24460\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-03-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-03-contact-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/ayurveda-03/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/ayurveda-03/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-18871\";a:13:{s:5:\"title\";s:17:\"Gym &amp; Fitness\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-03-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-03-homepage-400x1338.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/fitness-center-03\";s:20:\"astra-site-parent-id\";i:104;s:15:\"astra-sites-tag\";a:9:{i:502;s:8:\"exercise\";i:499;s:7:\"fitness\";i:505;s:15:\"fitness-trainer\";i:506;s:19:\"functional-training\";i:500;s:3:\"gym\";i:976;s:14:\"gym-instructor\";i:504;s:11:\"gym-trainer\";i:503;s:7:\"trainer\";i:501;s:8:\"work-out\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}s:5:\"pages\";a:4:{s:8:\"id-22955\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-03-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/fitness-center-03/wp-json/wp/v2/pages/130\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/fitness-center-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-22952\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-03-classes.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-03-classes-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/fitness-center-03/wp-json/wp/v2/pages/41\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/fitness-center-03/classes/\";s:15:\"astra-sites-tag\";a:1:{i:557;s:7:\"classes\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-22950\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-03-about.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-03-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/fitness-center-03/wp-json/wp/v2/pages/40\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/fitness-center-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-22954\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-03-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/fitness-center-03/wp-json/wp/v2/pages/43\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/fitness-center-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}}s:8:\"id-18738\";a:13:{s:5:\"title\";s:17:\"Gym &amp; Fitness\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-04-home.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-04-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-04-home-400x1503.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/fitness-center-04\";s:20:\"astra-site-parent-id\";i:101;s:15:\"astra-sites-tag\";a:10:{i:502;s:8:\"exercise\";i:499;s:7:\"fitness\";i:505;s:15:\"fitness-trainer\";i:847;s:5:\"green\";i:500;s:3:\"gym\";i:976;s:14:\"gym-instructor\";i:504;s:11:\"gym-trainer\";i:1020;s:8:\"personal\";i:503;s:7:\"trainer\";i:501;s:8:\"work-out\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:9:\"cartflows\";s:4:\"init\";s:23:\"cartflows/cartflows.php\";s:4:\"name\";s:9:\"CartFlows\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}s:5:\"pages\";a:4:{s:8:\"id-22930\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-04-home.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-04-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/fitness-center-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/fitness-center-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22928\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-04-classes.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-04-classes-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/fitness-center-04/wp-json/wp/v2/pages/41\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/fitness-center-04/classes/\";s:15:\"astra-sites-tag\";a:2:{i:557;s:7:\"classes\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22926\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-04-about.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-04-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/fitness-center-04/wp-json/wp/v2/pages/40\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/fitness-center-04/about/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22929\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-04-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-04-contact-2-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/fitness-center-04/wp-json/wp/v2/pages/43\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/fitness-center-04/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}}}}','no'),(352,'astra-sites-and-pages-page-23','a:15:{s:8:\"id-18854\";a:13:{s:5:\"title\";s:12:\"Psychiatrist\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/psychiatrist-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/psychiatrist-03-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/psychiatrist-03-homepage-400x1839.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/psychiatrist-03\";s:20:\"astra-site-parent-id\";i:204;s:15:\"astra-sites-tag\";a:6:{i:608;s:8:\"guidance\";i:399;s:8:\"one-page\";i:621;s:12:\"psychiatrist\";i:622;s:13:\"psychotherapy\";i:463;s:11:\"single-page\";i:619;s:8:\"wellness\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-24071\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/psychiatrist-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/psychiatrist-03-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/psychiatrist-03/wp-json/wp/v2/pages/422\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/psychiatrist-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-18812\";a:13:{s:5:\"title\";s:12:\"Psychiatrist\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/psychiatrist-04-home.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/psychiatrist-04-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/psychiatrist-04-home-400x1967.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/psychiatrist-04\";s:20:\"astra-site-parent-id\";i:205;s:15:\"astra-sites-tag\";a:7:{i:608;s:8:\"guidance\";i:399;s:8:\"one-page\";i:1020;s:8:\"personal\";i:621;s:12:\"psychiatrist\";i:622;s:13:\"psychotherapy\";i:463;s:11:\"single-page\";i:619;s:8:\"wellness\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-24073\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/psychiatrist-04-home.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/psychiatrist-04-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/psychiatrist-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/psychiatrist-04/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:746;s:13:\"one-page-site\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-18696\";a:13:{s:5:\"title\";s:31:\"eCourse &#8211; Learn Photoshop\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-03-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-03-homepage-400x1601.jpg\";s:14:\"astra-site-url\";s:45:\"//websitedemos.net/ecourse-learn-photoshop-03\";s:20:\"astra-site-parent-id\";i:274;s:15:\"astra-sites-tag\";a:5:{i:468;s:9:\"elearning\";i:719;s:15:\"online-coaching\";i:975;s:15:\"online-learning\";i:721;s:8:\"training\";i:720;s:9:\"tutorials\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}s:5:\"pages\";a:5:{s:8:\"id-24839\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-03-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/ecourse-learn-photoshop-03/wp-json/wp/v2/pages/64\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/ecourse-learn-photoshop-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24836\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-03-about-1.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-03-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/ecourse-learn-photoshop-03/wp-json/wp/v2/pages/65\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/ecourse-learn-photoshop-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24838\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-03-courses.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-03-courses-600x800.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/ecourse-learn-photoshop-03/wp-json/wp/v2/pages/85\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/ecourse-learn-photoshop-03/courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24841\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-03-testimonials-1.jpg\";s:19:\"thumbnail-image-url\";s:105:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-03-testimonials-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/ecourse-learn-photoshop-03/wp-json/wp/v2/pages/86\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:59:\"//websitedemos.net/ecourse-learn-photoshop-03/testimonials/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24840\";a:12:{s:5:\"title\";s:7:\"Pricing\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-03-pricing.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-03-pricing-600x800.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/ecourse-learn-photoshop-03/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/ecourse-learn-photoshop-03/pricing/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}}s:8:\"id-18622\";a:13:{s:5:\"title\";s:20:\"Food and Drinks Blog\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2018/05/fnb-blogger-03-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2018/05/fnb-blogger-03-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2018/05/fnb-blogger-03-home-400x1294.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/fnb-blogger-03\";s:20:\"astra-site-parent-id\";i:888;s:15:\"astra-sites-tag\";a:7:{i:728;s:8:\"beverage\";i:729;s:8:\"blogging\";i:336;s:4:\"food\";i:883;s:23:\"food-and-drinks-blogger\";i:890;s:12:\"food-blogger\";i:730;s:7:\"recipes\";i:427;s:6:\"travel\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:2:{s:8:\"id-31836\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2018/05/fnb-blogger-03-about-me.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2018/05/fnb-blogger-03-about-me-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/fnb-blogger-03/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/fnb-blogger-03/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-31837\";a:12:{s:5:\"title\";s:19:\"Let&#8217;s Connect\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/09/fnb-blogger-03-lets-connect-01.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/09/fnb-blogger-03-lets-connect.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/fnb-blogger-03/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/fnb-blogger-03/lets-connect/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-18624\";a:13:{s:5:\"title\";s:6:\"Author\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/author-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/author-03-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/author-03-homepage-400x1234.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/author-03\";s:20:\"astra-site-parent-id\";i:222;s:15:\"astra-sites-tag\";a:5:{i:724;s:6:\"author\";i:726;s:10:\"literature\";i:723;s:8:\"novelist\";i:722;s:4:\"poet\";i:725;s:6:\"writer\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}s:5:\"pages\";a:4:{s:8:\"id-24404\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/author-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/author-03-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/author-03/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/author-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24402\";a:12:{s:5:\"title\";s:5:\"Books\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/author-03-books.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/author-03-books-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/author-03/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/author-03/books/\";s:15:\"astra-sites-tag\";a:1:{i:727;s:4:\"book\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24400\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/author-03-about.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/author-03-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/author-03/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/author-03/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24403\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/author-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/author-03-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/author-03/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/author-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}}s:8:\"id-18636\";a:13:{s:5:\"title\";s:9:\"Jewellery\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/jewellery-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/jewellery-03-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/jewellery-03-homepage-400x548.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/jewellery-03\";s:20:\"astra-site-parent-id\";i:249;s:15:\"astra-sites-tag\";a:6:{i:496;s:9:\"ecommerce\";i:731;s:7:\"jewelry\";i:732;s:11:\"online-shop\";i:383;s:12:\"online-store\";i:733;s:4:\"shop\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:38;s:9:\"ecommerce\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:4;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}}s:5:\"pages\";a:3:{s:8:\"id-24626\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/jewellery-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/jewellery-03-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/jewellery-03/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/jewellery-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}s:8:\"id-24624\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/jewellery-03-about-us-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/jewellery-03-about-us-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/jewellery-03/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/jewellery-03/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24625\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/jewellery-03-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24625-jewellery-contact-us-resize.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/jewellery-03/wp-json/wp/v2/pages/53\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/jewellery-03/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}}s:8:\"id-18548\";a:13:{s:5:\"title\";s:15:\"Wedding Planner\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-04-home-2.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-04-home-2-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-04-home-2-400x2089.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/wedding-planner-04\";s:20:\"astra-site-parent-id\";i:272;s:15:\"astra-sites-tag\";a:3:{i:717;s:13:\"event-planner\";i:697;s:7:\"wedding\";i:716;s:15:\"wedding-planner\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:3;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-24812\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-04-home-2.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-04-home-2-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wedding-planner-04/wp-json/wp/v2/pages/173\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/wedding-planner-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-24808\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-04-about.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-04-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/wedding-planner-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/wedding-planner-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-24813\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-04-services-1.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-04-services-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/wedding-planner-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/wedding-planner-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-24811\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-04-gallery-2.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-04-gallery-2-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/wedding-planner-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/wedding-planner-04/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-24814\";a:12:{s:5:\"title\";s:6:\"Venues\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-04-venues.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-04-venues-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/wedding-planner-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/wedding-planner-04/venues/\";s:15:\"astra-sites-tag\";a:1:{i:696;s:5:\"venue\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-24810\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-04-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/wedding-planner-04/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/wedding-planner-04/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-18574\";a:13:{s:5:\"title\";s:31:\"eCourse &#8211; Learn Photoshop\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-home-1-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-home-1-400x1910.jpg\";s:14:\"astra-site-url\";s:45:\"//websitedemos.net/ecourse-learn-photoshop-04\";s:20:\"astra-site-parent-id\";i:275;s:15:\"astra-sites-tag\";a:5:{i:468;s:9:\"elearning\";i:719;s:15:\"online-coaching\";i:975;s:15:\"online-learning\";i:721;s:8:\"training\";i:720;s:9:\"tutorials\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}s:5:\"pages\";a:5:{s:8:\"id-24853\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-home-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/ecourse-learn-photoshop-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/ecourse-learn-photoshop-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24848\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-about.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/ecourse-learn-photoshop-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/ecourse-learn-photoshop-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24851\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:103:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24851-ecourse-learn-photoshop-courses-resize.jpg\";s:19:\"thumbnail-image-url\";s:111:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24851-ecourse-learn-photoshop-courses-resize-600x800.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/ecourse-learn-photoshop-04/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/ecourse-learn-photoshop-04/courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24856\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:103:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-testimonials-600x800.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/ecourse-learn-photoshop-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:59:\"//websitedemos.net/ecourse-learn-photoshop-04/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24854\";a:12:{s:5:\"title\";s:7:\"Pricing\";s:18:\"featured-image-url\";s:103:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24854-ecourse-learn-photoshop-pricing-resize.jpg\";s:19:\"thumbnail-image-url\";s:111:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24854-ecourse-learn-photoshop-pricing-resize-600x800.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/ecourse-learn-photoshop-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/ecourse-learn-photoshop-04/pricing/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-18423\";a:13:{s:5:\"title\";s:6:\"Author\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2019/07/author-home.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/author-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/author-home-400x1432.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/author-04\";s:20:\"astra-site-parent-id\";i:224;s:15:\"astra-sites-tag\";a:6:{i:724;s:6:\"author\";i:726;s:10:\"literature\";i:723;s:8:\"novelist\";i:1020;s:8:\"personal\";i:722;s:4:\"poet\";i:725;s:6:\"writer\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}s:5:\"pages\";a:4:{s:8:\"id-24419\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2019/07/author-home.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/author-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/author-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/author-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24417\";a:12:{s:5:\"title\";s:5:\"Books\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2019/07/author-books.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/author-books-600x800.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/author-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/author-04/books/\";s:15:\"astra-sites-tag\";a:1:{i:727;s:4:\"book\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24415\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2019/07/author-about.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/author-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/author-04/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/author-04/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24418\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/author-contact.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/author-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/author-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/author-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-18556\";a:13:{s:5:\"title\";s:15:\"Wedding Planner\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-03-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-03-homepage-400x1771.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/wedding-planner-03\";s:20:\"astra-site-parent-id\";i:273;s:15:\"astra-sites-tag\";a:3:{i:717;s:13:\"event-planner\";i:697;s:7:\"wedding\";i:716;s:15:\"wedding-planner\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-24826\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-03-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/wedding-planner-03/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/wedding-planner-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24822\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-03-about.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-03-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/wedding-planner-03/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/wedding-planner-03/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24827\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-03-services-1.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-03-services-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/wedding-planner-03/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/wedding-planner-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24825\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-03-gallery-1.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-03-gallery-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/wedding-planner-03/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/wedding-planner-03/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24828\";a:12:{s:5:\"title\";s:6:\"Venues\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-03-venues-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-03-venues-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/wedding-planner-03/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/wedding-planner-03/venues/\";s:15:\"astra-sites-tag\";a:1:{i:696;s:5:\"venue\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24824\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-03-contact-us-1.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-03-contact-us-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/wedding-planner-03/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/wedding-planner-03/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-18507\";a:13:{s:5:\"title\";s:20:\"Food and Drinks Blog\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2018/04/fnb-blogger-04-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2018/04/fnb-blogger-04-1-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2018/04/fnb-blogger-04-1-400x1113.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/fnb-blogger-04\";s:20:\"astra-site-parent-id\";i:355;s:15:\"astra-sites-tag\";a:8:{i:728;s:8:\"beverage\";i:729;s:8:\"blogging\";i:882;s:6:\"drinks\";i:336;s:4:\"food\";i:883;s:23:\"food-and-drinks-blogger\";i:1020;s:8:\"personal\";i:730;s:7:\"recipes\";i:427;s:6:\"travel\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:3;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:2:{s:8:\"id-28358\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/fnb-blogger-04-about-me-2.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/fnb-blogger-04-about-me-2-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/fnb-blogger-04/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/fnb-blogger-04/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-28360\";a:12:{s:5:\"title\";s:19:\"Let&#8217;s Connect\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/fnb-blogger-04-lets-connect-2.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/fnb-blogger-04-lets-connect-2-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/fnb-blogger-04/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/fnb-blogger-04/lets-connect/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-18492\";a:13:{s:5:\"title\";s:9:\"Jewellery\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2019/07/jewellery-04.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/jewellery-04-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/jewellery-04-400x702.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/jewellery-04\";s:20:\"astra-site-parent-id\";i:252;s:15:\"astra-sites-tag\";a:6:{i:496;s:9:\"ecommerce\";i:731;s:7:\"jewelry\";i:732;s:11:\"online-shop\";i:383;s:12:\"online-store\";i:733;s:4:\"shop\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:38;s:9:\"ecommerce\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:6:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:4;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:5;a:3:{s:4:\"slug\";s:9:\"cartflows\";s:4:\"init\";s:23:\"cartflows/cartflows.php\";s:4:\"name\";s:9:\"CartFlows\";}}s:5:\"pages\";a:3:{s:8:\"id-24635\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2019/07/jewellery-04.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/jewellery-04-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/jewellery-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/jewellery-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-24633\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/jewellery-04-about-us.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/jewellery-04-about-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/jewellery-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/jewellery-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-24634\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/jewellery-04-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/jewellery-04-contact-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/jewellery-04/wp-json/wp/v2/pages/53\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/jewellery-04/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}}}s:8:\"id-18399\";a:13:{s:5:\"title\";s:5:\"Hotel\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-03-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-03-homepage-400x2067.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/hotel-03\";s:20:\"astra-site-parent-id\";i:279;s:15:\"astra-sites-tag\";a:6:{i:560;s:7:\"cuisine\";i:336;s:4:\"food\";i:350;s:5:\"hotel\";i:712;s:5:\"lodge\";i:711;s:5:\"motel\";i:714;s:6:\"resort\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-24893\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-03-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/hotel-03/wp-json/wp/v2/pages/128\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/hotel-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24894\";a:12:{s:5:\"title\";s:5:\"Rooms\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-03-rooms.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-03-rooms-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/hotel-03/wp-json/wp/v2/pages/129\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/hotel-03/rooms/\";s:15:\"astra-sites-tag\";a:1:{i:715;s:5:\"rooms\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24895\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-03-services.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-03-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/hotel-03/wp-json/wp/v2/pages/130\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/hotel-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24892\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-03-gallery.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-03-gallery-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/hotel-03/wp-json/wp/v2/pages/131\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/hotel-03/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24896\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-03-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-03-testimonials-600x800.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/hotel-03/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/hotel-03/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24891\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-03-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/hotel-03/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/hotel-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-18394\";a:13:{s:5:\"title\";s:5:\"Hotel\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-04-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-04-feb-20-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-04-feb-20-home-400x2359.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/hotel-04\";s:20:\"astra-site-parent-id\";i:282;s:15:\"astra-sites-tag\";a:7:{i:560;s:7:\"cuisine\";i:336;s:4:\"food\";i:350;s:5:\"hotel\";i:712;s:5:\"lodge\";i:711;s:5:\"motel\";i:714;s:6:\"resort\";i:335;s:10:\"restaurant\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-24925\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-04-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-04-feb-20-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/hotel-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/hotel-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24926\";a:12:{s:5:\"title\";s:5:\"Rooms\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-04-feb-20-rooms.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-04-feb-20-rooms-600x800.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/hotel-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/hotel-04/rooms/\";s:15:\"astra-sites-tag\";a:1:{i:715;s:5:\"rooms\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24927\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-04-feb-20-services.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-04-feb-20-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/hotel-04/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/hotel-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24924\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-04-feb-20-gallery.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-04-feb-20-gallery-600x800.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/hotel-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/hotel-04/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24928\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-04-feb-20-testimonial.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-04-feb-20-testimonial-600x800.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/hotel-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/hotel-04/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24923\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-04-feb-20-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-04-feb-20-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/hotel-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/hotel-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-18388\";a:13:{s:5:\"title\";s:7:\"eCourse\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-03.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-03-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-03-400x2360.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/teach-03\";s:20:\"astra-site-parent-id\";i:216;s:15:\"astra-sites-tag\";a:5:{i:468;s:9:\"elearning\";i:719;s:15:\"online-coaching\";i:975;s:15:\"online-learning\";i:721;s:8:\"training\";i:720;s:9:\"tutorials\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-24331\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-03.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-03-600x800.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/teach-03/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/teach-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24328\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-03-about.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-03-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/teach-03/wp-json/wp/v2/pages/50\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/teach-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24332\";a:12:{s:5:\"title\";s:7:\"Lessons\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-03-lessons.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-03-lessons-600x800.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/teach-03/wp-json/wp/v2/pages/81\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/teach-03/lessons/\";s:15:\"astra-sites-tag\";a:1:{i:747;s:7:\"lessons\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24333\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-03-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-03-testimonials-600x800.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/teach-03/wp-json/wp/v2/pages/53\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/teach-03/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24330\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-03-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/teach-03/wp-json/wp/v2/pages/55\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/teach-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}}','no'),(353,'astra-sites-and-pages-page-24','a:15:{s:8:\"id-18373\";a:13:{s:5:\"title\";s:12:\"Kids Charity\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/kids-charity-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/kids-charity-03-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/kids-charity-03-homepage-400x1308.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/kids-charity-03\";s:20:\"astra-site-parent-id\";i:169;s:15:\"astra-sites-tag\";a:6:{i:625;s:7:\"charity\";i:978;s:10:\"child-care\";i:624;s:10:\"foundation\";i:626;s:6:\"giving\";i:977;s:10:\"non-profit\";i:745;s:12:\"organization\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:36;s:5:\"other\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}i:3;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-23608\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/kids-charity-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/kids-charity-03-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/kids-charity-03/wp-json/wp/v2/pages/121\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/kids-charity-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23611\";a:12:{s:5:\"title\";s:10:\"Who we are\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/kids-charity-03-who-we-are.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/kids-charity-03-who-we-are-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/kids-charity-03/wp-json/wp/v2/pages/122\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/kids-charity-03/who-we-are/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:685;s:10:\"who-we-are\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23610\";a:12:{s:5:\"title\";s:10:\"What we do\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/kids-charity-03-what-we-do.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/kids-charity-03-what-we-do-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/kids-charity-03/wp-json/wp/v2/pages/123\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/kids-charity-03/what-we-do/\";s:15:\"astra-sites-tag\";a:2:{i:628;s:10:\"what-we-do\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23609\";a:12:{s:5:\"title\";s:12:\"Our Partners\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/kids-charity-03-partners.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/kids-charity-03-partners-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/kids-charity-03/wp-json/wp/v2/pages/124\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/kids-charity-03/our-partners/\";s:15:\"astra-sites-tag\";a:2:{i:734;s:8:\"partners\";i:486;s:4:\"team\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23606\";a:12:{s:5:\"title\";s:10:\"Contact us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/kids-charity-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/kids-charity-03-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/kids-charity-03/wp-json/wp/v2/pages/125\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/kids-charity-03/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-23607\";a:12:{s:5:\"title\";s:6:\"Donate\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/kids-charity-03-donate.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/kids-charity-03-donate-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/kids-charity-03/wp-json/wp/v2/pages/103\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/kids-charity-03/donate/\";s:15:\"astra-sites-tag\";a:1:{i:735;s:6:\"donate\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}}s:8:\"id-18363\";a:13:{s:5:\"title\";s:9:\"theAgency\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-03-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-03-homepage-400x1990.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/wordpress-agency-03\";s:20:\"astra-site-parent-id\";i:133;s:15:\"astra-sites-tag\";a:6:{i:663;s:6:\"agency\";i:979;s:7:\"company\";i:664;s:16:\"digital-services\";i:812;s:6:\"office\";i:665;s:14:\"service-agency\";i:661;s:7:\"website\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-23274\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-03-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/wordpress-agency-03/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/wordpress-agency-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23271\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-03-about-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-03-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wordpress-agency-03/wp-json/wp/v2/pages/25\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/wordpress-agency-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23276\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-03-services-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-03-services-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wordpress-agency-03/wp-json/wp/v2/pages/26\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/wordpress-agency-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23275\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-03-projects-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-03-projects-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wordpress-agency-03/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/wordpress-agency-03/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23277\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-03-testimonials-3.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-03-testimonials-3-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wordpress-agency-03/wp-json/wp/v2/pages/28\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/wordpress-agency-03/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23273\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-03-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-03-contact-2-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wordpress-agency-03/wp-json/wp/v2/pages/29\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/wordpress-agency-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-18372\";a:13:{s:5:\"title\";s:5:\"Coach\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-03-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-03-homepage-400x1152.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/coach-03\";s:20:\"astra-site-parent-id\";i:236;s:15:\"astra-sites-tag\";a:6:{i:854;s:5:\"coach\";i:610;s:8:\"coaching\";i:608;s:8:\"guidance\";i:612;s:10:\"life-coach\";i:609;s:9:\"motivator\";i:611;s:16:\"self-improvement\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-24510\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-03-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/coach-03/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/coach-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24505\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-03-about-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-03-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/coach-03/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/coach-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24509\";a:12:{s:5:\"title\";s:7:\"e-Books\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-03-e-books.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-03-e-books-600x800.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/coach-03/wp-json/wp/v2/pages/21\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/coach-03/e-books/\";s:15:\"astra-sites-tag\";a:1:{i:781;s:6:\"e-book\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24508\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-03-courses.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-03-courses-600x800.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/coach-03/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/coach-03/courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24507\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-03-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/coach-03/wp-json/wp/v2/pages/24\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/coach-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-18361\";a:13:{s:5:\"title\";s:17:\"Five Days Website\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-03-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-03-homepage-400x2458.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/creative-agency-03\";s:20:\"astra-site-parent-id\";i:178;s:15:\"astra-sites-tag\";a:4:{i:663;s:6:\"agency\";i:664;s:16:\"digital-services\";i:665;s:14:\"service-agency\";i:661;s:7:\"website\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-23665\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-03-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/creative-agency-03/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/creative-agency-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23667\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-03-services.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-03-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/creative-agency-03/wp-json/wp/v2/pages/28\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/creative-agency-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23663\";a:12:{s:5:\"title\";s:12:\"Case Studies\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-03-case-studies.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-03-case-studies-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/creative-agency-03/wp-json/wp/v2/pages/31\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/creative-agency-03/case-studies/\";s:15:\"astra-sites-tag\";a:1:{i:780;s:12:\"case-studies\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23669\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-03-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-03-testimonials-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/creative-agency-03/wp-json/wp/v2/pages/30\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/creative-agency-03/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23666\";a:12:{s:5:\"title\";s:6:\"Prices\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-03-prices.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-03-prices-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/creative-agency-03/wp-json/wp/v2/pages/29\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/creative-agency-03/prices/\";s:15:\"astra-sites-tag\";a:2:{i:815;s:5:\"price\";i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23664\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-03-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/creative-agency-03/wp-json/wp/v2/pages/32\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/creative-agency-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-18375\";a:13:{s:5:\"title\";s:16:\"Conference Event\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/conference-event-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/conference-event-03-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/conference-event-03-homepage-400x1752.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/conference-event-03\";s:20:\"astra-site-parent-id\";i:175;s:15:\"astra-sites-tag\";a:6:{i:744;s:10:\"conference\";i:742;s:13:\"event-website\";i:743;s:7:\"meeting\";i:399;s:8:\"one-page\";i:745;s:12:\"organization\";i:463;s:11:\"single-page\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}s:5:\"pages\";a:1:{s:8:\"id-23637\";a:12:{s:5:\"title\";s:16:\"One Page Website\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/conference-event-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/conference-event-03-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/conference-event-03/wp-json/wp/v2/pages/72\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/conference-event-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}}s:8:\"id-18342\";a:13:{s:5:\"title\";s:7:\"Charity\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-02.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-02-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-02-400x1454.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/charity-02\";s:20:\"astra-site-parent-id\";i:166;s:15:\"astra-sites-tag\";a:5:{i:625;s:7:\"charity\";i:624;s:10:\"foundation\";i:626;s:6:\"giving\";i:977;s:10:\"non-profit\";i:745;s:12:\"organization\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-23580\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-02.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-02-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/charity-02/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/charity-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23583\";a:12:{s:5:\"title\";s:10:\"Who We Are\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-02-who-we-are-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-02-who-we-are-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/charity-02/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/charity-02/who-we-are/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:685;s:10:\"who-we-are\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23582\";a:12:{s:5:\"title\";s:10:\"What We Do\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-02-what-we-do.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-02-what-we-do-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/charity-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/charity-02/what-we-do/\";s:15:\"astra-sites-tag\";a:2:{i:628;s:10:\"what-we-do\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23581\";a:12:{s:5:\"title\";s:12:\"Our Partners\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-02-our-partners.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-02-our-partners-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/charity-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/charity-02/our-partners/\";s:15:\"astra-sites-tag\";a:2:{i:734;s:8:\"partners\";i:486;s:4:\"team\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23578\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-02-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-02-contact-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/charity-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/charity-02/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-23579\";a:12:{s:5:\"title\";s:6:\"Donate\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-02-donate.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23579-charity-donate-resize.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/charity-02/wp-json/wp/v2/pages/103\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/charity-02/donate/\";s:15:\"astra-sites-tag\";a:1:{i:735;s:6:\"donate\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}}}}}s:8:\"id-18310\";a:13:{s:5:\"title\";s:17:\"Five Days Website\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2018/03/creative-agency-04-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2018/03/creative-agency-04-1-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2018/03/creative-agency-04-1-400x2402.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/creative-agency-04\";s:20:\"astra-site-parent-id\";i:181;s:15:\"astra-sites-tag\";a:4:{i:663;s:6:\"agency\";i:664;s:16:\"digital-services\";i:665;s:14:\"service-agency\";i:661;s:7:\"website\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-23703\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2018/03/creative-agency-04-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2018/03/creative-agency-04-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/creative-agency-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/creative-agency-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23705\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23705-five-days-website-services-resize.jpg\";s:19:\"thumbnail-image-url\";s:106:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23705-five-days-website-services-resize-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/creative-agency-04/wp-json/wp/v2/pages/28\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/creative-agency-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23701\";a:12:{s:5:\"title\";s:12:\"Case Studies\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-04-case-studies.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-04-case-studies-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/creative-agency-04/wp-json/wp/v2/pages/31\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/creative-agency-04/case-studies/\";s:15:\"astra-sites-tag\";a:1:{i:736;s:7:\"studies\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23707\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-04-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-04-testimonials-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/creative-agency-04/wp-json/wp/v2/pages/30\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/creative-agency-04/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23704\";a:12:{s:5:\"title\";s:6:\"Prices\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-04-prices.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-04-prices-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/creative-agency-04/wp-json/wp/v2/pages/29\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/creative-agency-04/prices/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23702\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-04-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/creative-agency-04/wp-json/wp/v2/pages/32\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/creative-agency-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-18306\";a:13:{s:5:\"title\";s:9:\"theAgency\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-04-2.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-04-2-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-04-2-400x2296.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/wordpress-agency-04\";s:20:\"astra-site-parent-id\";i:141;s:15:\"astra-sites-tag\";a:6:{i:663;s:6:\"agency\";i:979;s:7:\"company\";i:664;s:16:\"digital-services\";i:812;s:6:\"office\";i:665;s:14:\"service-agency\";i:661;s:7:\"website\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-23344\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-04-2.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-04-2-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/wordpress-agency-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/wordpress-agency-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23341\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-04-about-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-04-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wordpress-agency-04/wp-json/wp/v2/pages/25\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/wordpress-agency-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23346\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-04-services-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-04-services-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wordpress-agency-04/wp-json/wp/v2/pages/26\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/wordpress-agency-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23345\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-04-projects-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-04-projects-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wordpress-agency-04/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/wordpress-agency-04/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23347\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-04-testimonials-3.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-04-testimonials-3-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wordpress-agency-04/wp-json/wp/v2/pages/28\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/wordpress-agency-04/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23343\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-04-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-04-contact-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wordpress-agency-04/wp-json/wp/v2/pages/29\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/wordpress-agency-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-18325\";a:13:{s:5:\"title\";s:16:\"Conference Event\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2018/03/conference-event-02-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2018/03/conference-event-02-1-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2018/03/conference-event-02-1-400x2135.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/conference-event-02\";s:20:\"astra-site-parent-id\";i:168;s:15:\"astra-sites-tag\";a:6:{i:744;s:10:\"conference\";i:742;s:13:\"event-website\";i:743;s:7:\"meeting\";i:399;s:8:\"one-page\";i:745;s:12:\"organization\";i:463;s:11:\"single-page\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}s:5:\"pages\";a:1:{s:8:\"id-23603\";a:12:{s:5:\"title\";s:16:\"One Page Website\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2018/03/conference-event-02-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2018/03/conference-event-02-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/conference-event-02/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/conference-event-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-18284\";a:13:{s:5:\"title\";s:7:\"eCourse\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/01/teach-04.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/teach-04-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/teach-04-400x2372.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/teach-04\";s:20:\"astra-site-parent-id\";i:218;s:15:\"astra-sites-tag\";a:5:{i:468;s:9:\"elearning\";i:719;s:15:\"online-coaching\";i:975;s:15:\"online-learning\";i:721;s:8:\"training\";i:720;s:9:\"tutorials\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-39985\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/01/teach-04.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/teach-04-600x800.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/teach-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/teach-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39983\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/teach-04-about.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/teach-04-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/teach-04/wp-json/wp/v2/pages/50\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/teach-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39986\";a:12:{s:5:\"title\";s:7:\"Lessons\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/teach-04-lessons.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/teach-04-lessons-600x800.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/teach-04/wp-json/wp/v2/pages/81\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/teach-04/lessons/\";s:15:\"astra-sites-tag\";a:1:{i:747;s:7:\"lessons\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39987\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/teach-04-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/teach-04-testimonials-600x800.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/teach-04/wp-json/wp/v2/pages/53\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/teach-04/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39984\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/teach-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/teach-04-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/teach-04/wp-json/wp/v2/pages/55\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/teach-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-18265\";a:13:{s:5:\"title\";s:5:\"Coach\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-02.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-02-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-02-400x1293.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/coach-02\";s:20:\"astra-site-parent-id\";i:220;s:15:\"astra-sites-tag\";a:6:{i:610;s:8:\"coaching\";i:608;s:8:\"guidance\";i:612;s:10:\"life-coach\";i:609;s:9:\"motivator\";i:1020;s:8:\"personal\";i:611;s:16:\"self-improvement\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-24381\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-02.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-02-600x800.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/coach-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/coach-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24376\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-02-about.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/coach-02/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/coach-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24380\";a:12:{s:5:\"title\";s:7:\"e-Books\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-02-e-books.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-02-e-books-600x800.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/coach-02/wp-json/wp/v2/pages/21\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/coach-02/e-books/\";s:15:\"astra-sites-tag\";a:2:{i:727;s:4:\"book\";i:748;s:5:\"ebook\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24379\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-02-courses.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-02-courses-600x800.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/coach-02/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/coach-02/courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24378\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/coach-02/wp-json/wp/v2/pages/24\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/coach-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-18266\";a:13:{s:5:\"title\";s:20:\"Motivational Speaker\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2018/02/motivational-speaker-02-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2018/02/motivational-speaker-02-1-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2018/02/motivational-speaker-02-1-400x1236.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/motivational-speaker-02\";s:20:\"astra-site-parent-id\";i:179;s:15:\"astra-sites-tag\";a:6:{i:610;s:8:\"coaching\";i:608;s:8:\"guidance\";i:612;s:10:\"life-coach\";i:609;s:9:\"motivator\";i:1020;s:8:\"personal\";i:611;s:16:\"self-improvement\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-23675\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2018/02/motivational-speaker-02-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2018/02/motivational-speaker-02-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/motivational-speaker-02/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/motivational-speaker-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23670\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-02-about.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/motivational-speaker-02/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/motivational-speaker-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23674\";a:12:{s:5:\"title\";s:7:\"e-Books\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-02-e-books.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-02-e-books-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/motivational-speaker-02/wp-json/wp/v2/pages/24\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/motivational-speaker-02/e-books/\";s:15:\"astra-sites-tag\";a:2:{i:727;s:4:\"book\";i:748;s:5:\"ebook\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23673\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-02-courses.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-02-courses-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/motivational-speaker-02/wp-json/wp/v2/pages/25\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/motivational-speaker-02/courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23672\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/motivational-speaker-02/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/motivational-speaker-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-18384\";a:13:{s:5:\"title\";s:20:\"Motivational Speaker\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-03-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-03-homepage-400x1188.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/motivational-speaker-03\";s:20:\"astra-site-parent-id\";i:195;s:15:\"astra-sites-tag\";a:6:{i:610;s:8:\"coaching\";i:608;s:8:\"guidance\";i:612;s:10:\"life-coach\";i:855;s:20:\"motivational-speaker\";i:609;s:9:\"motivator\";i:611;s:16:\"self-improvement\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-23996\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-03-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/motivational-speaker-03/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/motivational-speaker-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23991\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-03-about-1.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-03-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/motivational-speaker-03/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/motivational-speaker-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23995\";a:12:{s:5:\"title\";s:7:\"e-Books\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-03-e-books-1.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-03-e-books-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/motivational-speaker-03/wp-json/wp/v2/pages/21\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/motivational-speaker-03/e-books/\";s:15:\"astra-sites-tag\";a:2:{i:727;s:4:\"book\";i:781;s:6:\"e-book\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23994\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-03-courses-1.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-03-courses-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/motivational-speaker-03/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/motivational-speaker-03/courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23993\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-03-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-03-contact-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/motivational-speaker-03/wp-json/wp/v2/pages/24\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/motivational-speaker-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-19755\";a:13:{s:5:\"title\";s:20:\"Motivational Speaker\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-feb-20-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-feb-20-home-400x1394.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/motivational-speaker-05\";s:20:\"astra-site-parent-id\";i:176;s:15:\"astra-sites-tag\";a:5:{i:610;s:8:\"coaching\";i:608;s:8:\"guidance\";i:612;s:10:\"life-coach\";i:609;s:9:\"motivator\";i:611;s:16:\"self-improvement\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:5:\"pages\";a:5:{s:8:\"id-23645\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-feb-20-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/motivational-speaker-05/wp-json/wp/v2/pages/122\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/motivational-speaker-05/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23640\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-feb-20-about.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-feb-20-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/motivational-speaker-05/wp-json/wp/v2/pages/131\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/motivational-speaker-05/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23644\";a:12:{s:5:\"title\";s:7:\"e-Books\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-feb-20-ebooks.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-feb-20-ebooks-600x800.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/motivational-speaker-05/wp-json/wp/v2/pages/137\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/motivational-speaker-05/e-books/\";s:15:\"astra-sites-tag\";a:1:{i:781;s:6:\"e-book\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23643\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-feb-20-courses.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-feb-20-courses-600x800.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/motivational-speaker-05/wp-json/wp/v2/pages/140\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/motivational-speaker-05/courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23642\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-feb-20-contact.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-feb-20-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/motivational-speaker-05/wp-json/wp/v2/pages/146\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/motivational-speaker-05/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}}s:8:\"id-48342\";a:13:{s:5:\"title\";s:5:\"Coach\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-home.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-home-400x1239.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/coach-08\";s:20:\"astra-site-parent-id\";i:1723;s:15:\"astra-sites-tag\";a:5:{i:610;s:8:\"coaching\";i:608;s:8:\"guidance\";i:612;s:10:\"life-coach\";i:609;s:9:\"motivator\";i:611;s:16:\"self-improvement\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-48347\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-home.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/coach-08/wp-json/wp/v2/pages/389\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/coach-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48343\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-about.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/coach-08/wp-json/wp/v2/pages/391\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/coach-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48346\";a:12:{s:5:\"title\";s:6:\"e-Book\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-e-book.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-e-book-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/coach-08/wp-json/wp/v2/pages/393\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/coach-08/e-book/\";s:15:\"astra-sites-tag\";a:1:{i:748;s:5:\"ebook\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48345\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-courses.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-courses-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/coach-08/wp-json/wp/v2/pages/395\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/coach-08/courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48344\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/coach-08/wp-json/wp/v2/pages/397\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/coach-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}}','no'),(354,'astra-sites-last-export-checksums-latest','1!Ol631#W2fN','no'),(357,'astra-sites-batch-status-string','All processes are complete','no'),(358,'astra-blocks-batch-status-string','Complete storing data for page 4','no'),(359,'astra-blocks-requests','4','no'),(377,'astra-sites-batch-is-complete','yes','no'),(386,'astra_sites_settings','a:1:{s:12:\"page_builder\";s:9:\"elementor\";}','no'),(361,'astra-sites-fresh-site','yes','no'),(362,'ast-block-templates-categories','a:18:{i:0;a:5:{s:2:\"id\";i:825;s:5:\"count\";i:52;s:4:\"name\";s:5:\"About\";s:4:\"slug\";s:5:\"about\";s:6:\"parent\";i:0;}i:1;a:5:{s:2:\"id\";i:832;s:5:\"count\";i:37;s:4:\"name\";s:14:\"Call To Action\";s:4:\"slug\";s:14:\"call-to-action\";s:6:\"parent\";i:0;}i:2;a:5:{s:2:\"id\";i:1091;s:5:\"count\";i:20;s:4:\"name\";s:7:\"Clients\";s:4:\"slug\";s:7:\"clients\";s:6:\"parent\";i:0;}i:3;a:5:{s:2:\"id\";i:1416;s:5:\"count\";i:42;s:4:\"name\";s:7:\"Contact\";s:4:\"slug\";s:7:\"contact\";s:6:\"parent\";i:0;}i:4;a:5:{s:2:\"id\";i:1001;s:5:\"count\";i:25;s:4:\"name\";s:3:\"FAQ\";s:4:\"slug\";s:3:\"faq\";s:6:\"parent\";i:0;}i:5;a:5:{s:2:\"id\";i:919;s:5:\"count\";i:43;s:4:\"name\";s:8:\"Features\";s:4:\"slug\";s:8:\"features\";s:6:\"parent\";i:0;}i:6;a:5:{s:2:\"id\";i:1094;s:5:\"count\";i:30;s:4:\"name\";s:7:\"Heading\";s:4:\"slug\";s:7:\"heading\";s:6:\"parent\";i:0;}i:7;a:5:{s:2:\"id\";i:831;s:5:\"count\";i:55;s:4:\"name\";s:4:\"Hero\";s:4:\"slug\";s:4:\"hero\";s:6:\"parent\";i:0;}i:8;a:5:{s:2:\"id\";i:1948;s:5:\"count\";i:30;s:4:\"name\";s:14:\"Image and Text\";s:4:\"slug\";s:14:\"image-and-text\";s:6:\"parent\";i:0;}i:9;a:5:{s:2:\"id\";i:1950;s:5:\"count\";i:16;s:4:\"name\";s:18:\"Location And Hours\";s:4:\"slug\";s:18:\"location-and-hours\";s:6:\"parent\";i:0;}i:10;a:5:{s:2:\"id\";i:1425;s:5:\"count\";i:30;s:4:\"name\";s:9:\"Portfolio\";s:4:\"slug\";s:9:\"portfolio\";s:6:\"parent\";i:0;}i:11;a:5:{s:2:\"id\";i:952;s:5:\"count\";i:43;s:4:\"name\";s:8:\"Services\";s:4:\"slug\";s:8:\"services\";s:6:\"parent\";i:0;}i:12;a:5:{s:2:\"id\";i:1424;s:5:\"count\";i:28;s:4:\"name\";s:12:\"Single Quote\";s:4:\"slug\";s:12:\"single-quote\";s:6:\"parent\";i:0;}i:13;a:5:{s:2:\"id\";i:1096;s:5:\"count\";i:26;s:4:\"name\";s:10:\"Statistics\";s:4:\"slug\";s:10:\"statistics\";s:6:\"parent\";i:0;}i:14;a:5:{s:2:\"id\";i:1953;s:5:\"count\";i:18;s:4:\"name\";s:14:\"Subscribe Form\";s:4:\"slug\";s:14:\"subscribe-form\";s:6:\"parent\";i:0;}i:15;a:5:{s:2:\"id\";i:829;s:5:\"count\";i:40;s:4:\"name\";s:4:\"Team\";s:4:\"slug\";s:4:\"team\";s:6:\"parent\";i:0;}i:16;a:5:{s:2:\"id\";i:830;s:5:\"count\";i:44;s:4:\"name\";s:12:\"Testimonials\";s:4:\"slug\";s:12:\"testimonials\";s:6:\"parent\";i:0;}i:17;a:5:{s:2:\"id\";i:1946;s:5:\"count\";i:27;s:4:\"name\";s:4:\"Text\";s:4:\"slug\";s:4:\"text\";s:6:\"parent\";i:0;}}','no'),(363,'ast-block-templates-sites-1','a:77:{s:8:\"id-48078\";a:13:{s:5:\"title\";s:17:\"Outdoor Adventure\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-home.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-home-400x956.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/outdoor-adventure-08\";s:20:\"astra-site-parent-id\";i:1698;s:15:\"astra-sites-tag\";a:6:{i:544;s:9:\"adventure\";i:545;s:7:\"camping\";i:543;s:14:\"extreme-sports\";i:541;s:9:\"mountains\";i:542;s:4:\"park\";i:546;s:6:\"sports\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-48081\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-home.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/outdoor-adventure-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/outdoor-adventure-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48079\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-about.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/outdoor-adventure-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/outdoor-adventure-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48083\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-services.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/outdoor-adventure-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/outdoor-adventure-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48082\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-projects.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-projects-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/outdoor-adventure-08/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/outdoor-adventure-08/projects/\";s:15:\"astra-sites-tag\";a:1:{i:1613;s:8:\"projects\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48080\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/outdoor-adventure-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/outdoor-adventure-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48050\";a:13:{s:5:\"title\";s:10:\"Brandstore\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/brandstore-08-home-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/brandstore-08-home-1-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/brandstore-08-home-1-400x1090.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/brandstore-08\";s:20:\"astra-site-parent-id\";i:1695;s:15:\"astra-sites-tag\";a:8:{i:639;s:11:\"accessories\";i:638;s:11:\"brand-store\";i:640;s:11:\"cloth-store\";i:637;s:8:\"clothing\";i:496;s:9:\"ecommerce\";i:383;s:12:\"online-store\";i:733;s:4:\"shop\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:3:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:3:{s:8:\"id-48053\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/brandstore-08-home-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/brandstore-08-home-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/brandstore-08/wp-json/wp/v2/pages/61\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/brandstore-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:3:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48051\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/brandstore-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/brandstore-08-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/brandstore-08/wp-json/wp/v2/pages/59\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/brandstore-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:3:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48052\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/brandstore-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/brandstore-08-contact-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/brandstore-08/wp-json/wp/v2/pages/60\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/brandstore-08/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:3:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48121\";a:13:{s:5:\"title\";s:13:\"Organic Store\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/organic-shop01-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/organic-shop01-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/organic-shop01-home-400x1367.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/organic-shop-08\";s:20:\"astra-site-parent-id\";i:1702;s:15:\"astra-sites-tag\";a:6:{i:496;s:9:\"ecommerce\";i:369;s:7:\"natural\";i:368;s:7:\"organic\";i:967;s:13:\"product-store\";i:733;s:4:\"shop\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:1;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}}s:5:\"pages\";a:3:{s:8:\"id-48124\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/organic-shop01-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/organic-shop01-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/organic-shop-08/wp-json/wp/v2/pages/3610\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/organic-shop-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48122\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/organic-shop-about-gb.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/organic-shop-about-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/organic-shop-08/wp-json/wp/v2/pages/3612\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/organic-shop-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48123\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/organic-shop-contact-gb.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/organic-shop-contact-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/organic-shop-08/wp-json/wp/v2/pages/3614\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/organic-shop-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-47984\";a:13:{s:5:\"title\";s:17:\"LearnDash Academy\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08-home-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08-home-1-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08-home-1-400x1242.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/learndash-academy-08\";s:20:\"astra-site-parent-id\";i:1691;s:15:\"astra-sites-tag\";a:5:{i:462;s:7:\"courses\";i:468;s:9:\"elearning\";i:467;s:9:\"learndash\";i:460;s:8:\"learning\";i:466;s:14:\"online-courses\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-47988\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08-home-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08-home-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/learndash-academy-08/wp-json/wp/v2/pages/25407\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/learndash-academy-08/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47986\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08-courses-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08-courses-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/learndash-academy-08/wp-json/wp/v2/pages/25403\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/learndash-academy-08/all-courses/\";s:15:\"astra-sites-tag\";a:2:{i:1692;s:11:\"all-courses\";i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47985\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/learndash-academy-08/wp-json/wp/v2/pages/25401\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/learndash-academy-08/about/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47987\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08-contact-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/learndash-academy-08/wp-json/wp/v2/pages/25405\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/learndash-academy-08/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-47932\";a:13:{s:5:\"title\";s:19:\"Online Health Coach\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-08-home.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-08-home-400x1209.jpg\";s:14:\"astra-site-url\";s:41:\"//websitedemos.net/online-health-coach-08\";s:20:\"astra-site-parent-id\";i:1684;s:15:\"astra-sites-tag\";a:8:{i:462;s:7:\"courses\";i:469;s:7:\"ecourse\";i:468;s:9:\"elearning\";i:518;s:12:\"health-coach\";i:467;s:9:\"learndash\";i:460;s:8:\"learning\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:0:{}}s:8:\"id-48431\";a:13:{s:5:\"title\";s:14:\"Simply Natural\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-homepage-gb.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-homepage-gb-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-homepage-gb-400x1268.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/plant-store-08\";s:20:\"astra-site-parent-id\";i:1732;s:15:\"astra-sites-tag\";a:6:{i:496;s:9:\"ecommerce\";i:383;s:12:\"online-store\";i:497;s:11:\"plant-store\";i:967;s:13:\"product-store\";i:733;s:4:\"shop\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:3:{s:8:\"id-48432\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-about-gb.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-about-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/plant-store-08/wp-json/wp/v2/pages/119\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/plant-store-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48433\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-contact-gb.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-contact-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/plant-store-08/wp-json/wp/v2/pages/120\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/plant-store-08/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48434\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-homepage-gb.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-homepage-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/plant-store-08/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/plant-store-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-55315\";a:13:{s:5:\"title\";s:14:\"Local Business\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-400x1264.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/local-business-08\";s:20:\"astra-site-parent-id\";i:2066;s:15:\"astra-sites-tag\";a:15:{i:586;s:8:\"car-wash\";i:2085;s:9:\"carpentry\";i:2089;s:16:\"cleaning-company\";i:2088;s:20:\"construction-company\";i:341;s:11:\"electrician\";i:2090;s:16:\"flooring-company\";i:1021;s:14:\"local-business\";i:2086;s:12:\"local-worker\";i:2094;s:8:\"mechanic\";i:2093;s:16:\"painting-company\";i:508;s:8:\"plumbing\";i:2092;s:16:\"plumbing-company\";i:2091;s:15:\"roofing-company\";i:2087;s:20:\"services-maintenance\";i:441;s:10:\"technician\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-55317\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/local-business-08/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/local-business-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55318\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/local-business-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/local-business-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-55319\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-services.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/local-business-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/local-business-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-55316\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/local-business-08/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/local-business-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-54338\";a:13:{s:5:\"title\";s:11:\"Steak House\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-home-400x1472.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/steak-house-08\";s:20:\"astra-site-parent-id\";i:2025;s:15:\"astra-sites-tag\";a:9:{i:2071;s:15:\"chef-restaurant\";i:336;s:4:\"food\";i:2068;s:15:\"food-and-drinks\";i:2067;s:19:\"food-and-restaurant\";i:2070;s:10:\"food-house\";i:350;s:5:\"hotel\";i:2069;s:25:\"non-vegetarian-restaurant\";i:335;s:10:\"restaurant\";i:2072;s:11:\"steak-house\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-54341\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/steak-house-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/steak-house-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-54339\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-about.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/steak-house-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/steak-house-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-54340\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/steak-house-08/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/steak-house-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-54342\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-menu.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-menu-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/steak-house-08/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/steak-house-08/menu/\";s:15:\"astra-sites-tag\";a:2:{i:1579;s:9:\"food-menu\";i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-54463\";a:13:{s:5:\"title\";s:14:\"Digital Agency\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-400x1469.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/digital-agency-08\";s:20:\"astra-site-parent-id\";i:2051;s:15:\"astra-sites-tag\";a:13:{i:1587;s:18:\"advertising-agency\";i:663;s:6:\"agency\";i:2050;s:27:\"business-consulting-company\";i:2037;s:13:\"design-agency\";i:2048;s:13:\"design-studio\";i:2039;s:14:\"digital-agency\";i:2036;s:22:\"digital-marketing-firm\";i:2040;s:4:\"firm\";i:2049;s:21:\"graphic-design-studio\";i:2038;s:11:\"it-services\";i:1588;s:16:\"marketing-agency\";i:2035;s:18:\"marketing-services\";i:1762;s:16:\"software-company\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-54464\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-about-us-1.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-about-us-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/digital-agency-08/wp-json/wp/v2/pages/139\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/digital-agency-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-54465\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/digital-agency-08/wp-json/wp/v2/pages/141\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/digital-agency-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-54466\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/digital-agency-08/wp-json/wp/v2/pages/135\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/digital-agency-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-54467\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-services.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/digital-agency-08/wp-json/wp/v2/pages/137\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/digital-agency-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-57046\";a:13:{s:5:\"title\";s:35:\"Business Coaching &#038; Consulting\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08-400x1559.jpg\";s:14:\"astra-site-url\";s:41:\"//websitedemos.net/business-consulting-08\";s:20:\"astra-site-parent-id\";i:2261;s:15:\"astra-sites-tag\";a:6:{i:1878;s:14:\"business-coach\";i:1620;s:19:\"business-consultant\";i:1879;s:14:\"business-guide\";i:854;s:5:\"coach\";i:1880;s:6:\"mentor\";i:855;s:20:\"motivational-speaker\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-57048\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/business-consulting-08/wp-json/wp/v2/pages/968\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/business-consulting-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-57049\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/business-consulting-08/wp-json/wp/v2/pages/961\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/business-consulting-08/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57050\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08-services.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/business-consulting-08/wp-json/wp/v2/pages/966\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/business-consulting-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57047\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08-about.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/business-consulting-08/wp-json/wp/v2/pages/964\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/business-consulting-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}}}s:8:\"id-57071\";a:13:{s:5:\"title\";s:18:\"Bestselling Author\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/bestselling-author-08.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/07/bestselling-author-08-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/07/bestselling-author-08-400x1380.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/bestselling-author-08\";s:20:\"astra-site-parent-id\";i:2265;s:15:\"astra-sites-tag\";a:5:{i:724;s:6:\"author\";i:1911;s:23:\"bestselling-book-author\";i:1910;s:11:\"book-author\";i:1740;s:5:\"books\";i:725;s:6:\"writer\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-57073\";a:12:{s:5:\"title\";s:5:\"Books\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/bestselling-author-08/wp-json/wp/v2/pages/900\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/bestselling-author-08/books/\";s:15:\"astra-sites-tag\";a:1:{i:1740;s:5:\"books\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57074\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/07/bestselling-author-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/07/bestselling-author-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/bestselling-author-08/wp-json/wp/v2/pages/898\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/bestselling-author-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-57075\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/bestselling-author-08.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/07/bestselling-author-08-600x800.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/bestselling-author-08/wp-json/wp/v2/pages/896\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/bestselling-author-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57072\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/07/bestselling-author-08-about.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/07/bestselling-author-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/bestselling-author-08/wp-json/wp/v2/pages/902\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/bestselling-author-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}}}s:8:\"id-56739\";a:13:{s:5:\"title\";s:14:\"Public Speaker\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/07/public-speaker-08-home.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/07/public-speaker-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/07/public-speaker-08-home-400x1742.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/public-speaker-08\";s:20:\"astra-site-parent-id\";i:2256;s:15:\"astra-sites-tag\";a:9:{i:724;s:6:\"author\";i:854;s:5:\"coach\";i:612;s:10:\"life-coach\";i:1866;s:10:\"life-guide\";i:1880;s:6:\"mentor\";i:855;s:20:\"motivational-speaker\";i:1903;s:16:\"personal-website\";i:1939;s:14:\"public-speaker\";i:1940;s:11:\"storyteller\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-56743\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/07/public-speaker-08-home.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/07/public-speaker-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/public-speaker-08/wp-json/wp/v2/pages/1066\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/public-speaker-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-56741\";a:12:{s:5:\"title\";s:5:\"Books\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/07/public-speaker-08-books.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/07/public-speaker-08-books-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/public-speaker-08/wp-json/wp/v2/pages/1070\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/public-speaker-08/books/\";s:15:\"astra-sites-tag\";a:1:{i:1740;s:5:\"books\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-56742\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/07/public-speaker-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/07/public-speaker-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/public-speaker-08/wp-json/wp/v2/pages/1076\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/public-speaker-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-56744\";a:12:{s:5:\"title\";s:12:\"What I Offer\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/07/public-speaker-08-what-i-offer.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2021/07/public-speaker-08-what-i-offer-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/public-speaker-08/wp-json/wp/v2/pages/1072\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/public-speaker-08/what-i-offer/\";s:15:\"astra-sites-tag\";a:2:{i:425;s:8:\"services\";i:1938;s:12:\"what-i-offer\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-56740\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/07/public-speaker-08-about.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/07/public-speaker-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/public-speaker-08/wp-json/wp/v2/pages/1068\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/public-speaker-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}}}s:8:\"id-57085\";a:13:{s:5:\"title\";s:27:\"Relationship and Life Coach\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-400x1893.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/relationship-coach-08\";s:20:\"astra-site-parent-id\";i:2279;s:15:\"astra-sites-tag\";a:5:{i:854;s:5:\"coach\";i:1876;s:10:\"counsellor\";i:612;s:10:\"life-coach\";i:1866;s:10:\"life-guide\";i:1877;s:18:\"relationship-coach\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:3:{i:37;s:4:\"blog\";i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-57091\";a:12:{s:5:\"title\";s:21:\"One-on-One Counseling\";s:18:\"featured-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-one-on-one-counseling.jpg\";s:19:\"thumbnail-image-url\";s:107:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-one-on-one-counseling-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/relationship-coach-08/wp-json/wp/v2/pages/1024\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:63:\"//websitedemos.net/relationship-coach-08/one-on-one-counseling/\";s:15:\"astra-sites-tag\";a:1:{i:610;s:8:\"coaching\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:3:{i:74;s:4:\"blog\";i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57092\";a:12:{s:5:\"title\";s:11:\"Stage Shows\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-stage-shows.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-stage-shows-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/relationship-coach-08/wp-json/wp/v2/pages/1026\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/relationship-coach-08/stage-shows/\";s:15:\"astra-sites-tag\";a:1:{i:1875;s:11:\"stage-shows\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:3:{i:74;s:4:\"blog\";i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57086\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-about.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/relationship-coach-08/wp-json/wp/v2/pages/1014\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/relationship-coach-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:3:{i:74;s:4:\"blog\";i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57088\";a:12:{s:5:\"title\";s:5:\"Books\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-books.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-books-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/relationship-coach-08/wp-json/wp/v2/pages/1018\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/relationship-coach-08/books/\";s:15:\"astra-sites-tag\";a:1:{i:1740;s:5:\"books\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:3:{i:74;s:4:\"blog\";i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57089\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/relationship-coach-08/wp-json/wp/v2/pages/1020\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/relationship-coach-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:3:{i:74;s:4:\"blog\";i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-57090\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/relationship-coach-08/wp-json/wp/v2/pages/1022\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/relationship-coach-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:3:{i:74;s:4:\"blog\";i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}}}s:8:\"id-56607\";a:13:{s:5:\"title\";s:18:\"Creative Podcaster\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/creative-podcaster-08.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/07/creative-podcaster-08-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/07/creative-podcaster-08-400x1380.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/creative-podcaster-08\";s:20:\"astra-site-parent-id\";i:2244;s:15:\"astra-sites-tag\";a:5:{i:1654;s:15:\"content-creator\";i:1928;s:16:\"creative-podcast\";i:1929;s:9:\"creatives\";i:1927;s:15:\"podcast-website\";i:1926;s:9:\"podcaster\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-56611\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/creative-podcaster-08.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/07/creative-podcaster-08-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/creative-podcaster-08/wp-json/wp/v2/pages/1254\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/creative-podcaster-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-56610\";a:12:{s:5:\"title\";s:8:\"Episodes\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/07/creative-podcaster-08-episodes.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2021/07/creative-podcaster-08-episodes-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/creative-podcaster-08/wp-json/wp/v2/pages/1263\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/creative-podcaster-08/episodes/\";s:15:\"astra-sites-tag\";a:1:{i:1924;s:8:\"episodes\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-56609\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/07/creative-podcaster-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/07/creative-podcaster-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/creative-podcaster-08/wp-json/wp/v2/pages/1274\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/creative-podcaster-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56608\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/07/creative-podcaster-08-about.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/07/creative-podcaster-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/creative-podcaster-08/wp-json/wp/v2/pages/1271\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/creative-podcaster-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}}}s:8:\"id-56525\";a:13:{s:5:\"title\";s:23:\"Learn Digital Marketing\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-home.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-home-400x1961.jpg\";s:14:\"astra-site-url\";s:45:\"//websitedemos.net/learn-digital-marketing-08\";s:20:\"astra-site-parent-id\";i:2239;s:15:\"astra-sites-tag\";a:5:{i:462;s:7:\"courses\";i:1855;s:17:\"digital-marketing\";i:467;s:9:\"learndash\";i:975;s:15:\"online-learning\";i:720;s:9:\"tutorials\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-56526\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-about.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/learn-digital-marketing-08/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/learn-digital-marketing-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-56527\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-blog.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-blog-600x800.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/learn-digital-marketing-08/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/learn-digital-marketing-08/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-56528\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/learn-digital-marketing-08/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/learn-digital-marketing-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56531\";a:12:{s:5:\"title\";s:8:\"Resource\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-resource.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-resource-600x800.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/learn-digital-marketing-08/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/learn-digital-marketing-08/resource/\";s:15:\"astra-sites-tag\";a:1:{i:1854;s:8:\"resource\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-56529\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-course.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-course-600x800.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/learn-digital-marketing-08/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:58:\"//websitedemos.net/learn-digital-marketing-08/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}}}s:8:\"id-56530\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-home.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/learn-digital-marketing-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/learn-digital-marketing-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}}}}}s:8:\"id-48348\";a:13:{s:5:\"title\";s:8:\"Mountain\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-home-400x980.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/mountain-08\";s:20:\"astra-site-parent-id\";i:1724;s:15:\"astra-sites-tag\";a:4:{i:692;s:8:\"business\";i:1525;s:8:\"mountain\";i:1526;s:13:\"multi-purpose\";i:535;s:6:\"nature\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-48349\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-about-1.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/mountain-08/wp-json/wp/v2/pages/218\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/mountain-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48350\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-contact-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/mountain-08/wp-json/wp/v2/pages/220\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/mountain-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48351\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/mountain-08/wp-json/wp/v2/pages/217\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/mountain-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48352\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-services-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-services-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/mountain-08/wp-json/wp/v2/pages/219\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/mountain-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-56573\";a:13:{s:5:\"title\";s:28:\"Injury and Accidental Lawyer\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accidental-lawyer-homepage-gb.jpg\";s:19:\"thumbnail-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accidental-lawyer-homepage-gb-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:101:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accidental-lawyer-homepage-gb-400x1482.jpg\";s:14:\"astra-site-url\";s:44:\"//websitedemos.net/injury-accident-lawyer-08\";s:20:\"astra-site-parent-id\";i:2241;s:15:\"astra-sites-tag\";a:4:{i:1869;s:16:\"accident-lawyers\";i:1867;s:14:\"injury-lawyers\";i:1870;s:11:\"lawyer-firm\";i:1868;s:7:\"lawyers\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-56574\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accidental-lawyer-about-gb.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accidental-lawyer-about-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/injury-accident-lawyer-08/wp-json/wp/v2/pages/1526\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/injury-accident-lawyer-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56575\";a:12:{s:5:\"title\";s:9:\"Attorneys\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accidental-lawyer-attorneys-gb.jpg\";s:19:\"thumbnail-image-url\";s:101:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accidental-lawyer-attorneys-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/injury-accident-lawyer-08/wp-json/wp/v2/pages/1539\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/injury-accident-lawyer-08/attorneys/\";s:15:\"astra-sites-tag\";a:1:{i:912;s:9:\"attorneys\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56576\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accidental-lawyer-contact-gb.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accidental-lawyer-contact-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/injury-accident-lawyer-08/wp-json/wp/v2/pages/1547\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/injury-accident-lawyer-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56577\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accidental-lawyer-homepage-gb.jpg\";s:19:\"thumbnail-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accidental-lawyer-homepage-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/injury-accident-lawyer-08/wp-json/wp/v2/pages/1503\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/injury-accident-lawyer-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56578\";a:12:{s:5:\"title\";s:14:\"Practice Areas\";s:18:\"featured-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accidental-lawyer-practice-areas-gb.jpg\";s:19:\"thumbnail-image-url\";s:106:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accidental-lawyer-practice-areas-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/injury-accident-lawyer-08/wp-json/wp/v2/pages/1541\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:60:\"//websitedemos.net/injury-accident-lawyer-08/practice-areas/\";s:15:\"astra-sites-tag\";a:1:{i:1863;s:14:\"practice-areas\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56579\";a:12:{s:5:\"title\";s:7:\"Results\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accidental-lawyer-results-gb.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accidental-lawyer-results-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/injury-accident-lawyer-08/wp-json/wp/v2/pages/1543\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/injury-accident-lawyer-08/results/\";s:15:\"astra-sites-tag\";a:1:{i:1864;s:7:\"results\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-56632\";a:13:{s:5:\"title\";s:19:\"Musical Instruments\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-home.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-home-400x1399.jpg\";s:14:\"astra-site-url\";s:46:\"//websitedemos.net/musical-instrument-maker-08\";s:20:\"astra-site-parent-id\";i:2245;s:15:\"astra-sites-tag\";a:6:{i:2248;s:12:\"guitar-maker\";i:2249;s:15:\"instrumentalist\";i:407;s:5:\"music\";i:2250;s:18:\"music-craftsperson\";i:2246;s:16:\"music-instrument\";i:1814;s:24:\"musical-instrument-maker\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-56633\";a:12:{s:5:\"title\";s:7:\"Artists\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-artists.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-artists-600x800.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/musical-instrument-maker-08/wp-json/wp/v2/pages/984\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/musical-instrument-maker-08/artists/\";s:15:\"astra-sites-tag\";a:1:{i:339;s:6:\"artist\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-56634\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/musical-instrument-maker-08/wp-json/wp/v2/pages/988\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/musical-instrument-maker-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56635\";a:12:{s:5:\"title\";s:7:\"Guitars\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-guitars.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-guitars-600x800.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/musical-instrument-maker-08/wp-json/wp/v2/pages/982\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/musical-instrument-maker-08/guitars/\";s:15:\"astra-sites-tag\";a:1:{i:1815;s:7:\"guitars\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-56636\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-home.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/musical-instrument-maker-08/wp-json/wp/v2/pages/980\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/musical-instrument-maker-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-56637\";a:12:{s:5:\"title\";s:9:\"Our Story\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-our-story.jpg\";s:19:\"thumbnail-image-url\";s:101:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-our-story-600x800.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/musical-instrument-maker-08/wp-json/wp/v2/pages/986\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:57:\"//websitedemos.net/musical-instrument-maker-08/our-story/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:905;s:9:\"our-story\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}}}s:8:\"id-48026\";a:13:{s:5:\"title\";s:13:\"Online Course\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-400x1449.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/online-courses-08\";s:20:\"astra-site-parent-id\";i:1694;s:15:\"astra-sites-tag\";a:6:{i:462;s:7:\"courses\";i:468;s:9:\"elearning\";i:467;s:9:\"learndash\";i:460;s:8:\"learning\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-48030\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/online-courses-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48028\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-all-courses.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-all-courses-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-08/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-courses-08/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48027\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-about-us.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-about-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/online-courses-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48031\";a:12:{s:5:\"title\";s:11:\"Instructors\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-instructors.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-instructors-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-08/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-courses-08/instructors/\";s:15:\"astra-sites-tag\";a:1:{i:1677;s:11:\"instructors\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48032\";a:12:{s:5:\"title\";s:18:\"Pricing &#038; FAQ\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-pricing-faq.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-pricing-faq-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-08/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-courses-08/pricing-faq/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48029\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-08/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/online-courses-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48648\";a:13:{s:5:\"title\";s:16:\"Roofing Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-home.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-home-400x1637.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/roofing-services-08\";s:20:\"astra-site-parent-id\";i:1754;s:15:\"astra-sites-tag\";a:5:{i:1630;s:18:\"commercial-roofing\";i:1629;s:19:\"residential-roofing\";i:1633;s:11:\"roof-repair\";i:1631;s:16:\"roof-replacement\";i:1632;s:16:\"roofing-services\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-48651\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-home.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/roofing-services-08/wp-json/wp/v2/pages/296\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/roofing-services-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48649\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-about.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/roofing-services-08/wp-json/wp/v2/pages/297\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/roofing-services-08/about-us/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48653\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-services.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/roofing-services-08/wp-json/wp/v2/pages/298\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/roofing-services-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48652\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-projects.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-projects-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/roofing-services-08/wp-json/wp/v2/pages/299\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/roofing-services-08/projects/\";s:15:\"astra-sites-tag\";a:3:{i:444;s:9:\"portfolio\";i:1613;s:8:\"projects\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48650\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/roofing-services-08/wp-json/wp/v2/pages/300\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/roofing-services-08/contact-us/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-47896\";a:13:{s:5:\"title\";s:25:\"Online Programming Course\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-07-home.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-07-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-07-home-400x1470.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/online-coding-course-08\";s:20:\"astra-site-parent-id\";i:1681;s:15:\"astra-sites-tag\";a:7:{i:462;s:7:\"courses\";i:469;s:7:\"ecourse\";i:468;s:9:\"elearning\";i:467;s:9:\"learndash\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";i:1673;s:18:\"programming-course\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-47900\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-07-home.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-07-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-coding-course-08/wp-json/wp/v2/pages/523\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/online-coding-course-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47898\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-07-all-courses.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-07-all-courses-600x800.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-coding-course-08/wp-json/wp/v2/pages/519\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/online-coding-course-08/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47897\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-07-about.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-07-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-coding-course-08/wp-json/wp/v2/pages/517\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-coding-course-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47899\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-07-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-coding-course-08/wp-json/wp/v2/pages/521\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/online-coding-course-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-48149\";a:13:{s:5:\"title\";s:10:\"Life Coach\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-home-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-home-1-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-home-1-400x856.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/life-coach-sara-john-08\";s:20:\"astra-site-parent-id\";i:1704;s:15:\"astra-sites-tag\";a:5:{i:610;s:8:\"coaching\";i:608;s:8:\"guidance\";i:612;s:10:\"life-coach\";i:609;s:9:\"motivator\";i:611;s:16:\"self-improvement\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:1;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-48171\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-about-3.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-about-3-600x800.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/life-coach-sara-john-08/wp-json/wp/v2/pages/1368\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/life-coach-sara-john-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48172\";a:12:{s:5:\"title\";s:5:\"Books\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-books-1.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-books-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/life-coach-sara-john-08/wp-json/wp/v2/pages/1370\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/life-coach-sara-john-08/books/\";s:15:\"astra-sites-tag\";a:1:{i:727;s:4:\"book\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48173\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-contact-1.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/life-coach-sara-john-08/wp-json/wp/v2/pages/1372\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/life-coach-sara-john-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48174\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-home-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-home-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/life-coach-sara-john-08/wp-json/wp/v2/pages/1376\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/life-coach-sara-john-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48175\";a:12:{s:5:\"title\";s:12:\"Work With Me\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-pricing-1.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-pricing-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/life-coach-sara-john-08/wp-json/wp/v2/pages/1374\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/life-coach-sara-john-08/work-with-me/\";s:15:\"astra-sites-tag\";a:1:{i:784;s:12:\"work-with-me\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-47672\";a:13:{s:5:\"title\";s:15:\"Diagnostics Lab\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/10/lab-08-home.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/lab-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/lab-08-home-400x2475.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/diagnostics-lab-08\";s:20:\"astra-site-parent-id\";i:1657;s:15:\"astra-sites-tag\";a:6:{i:1756;s:10:\"blood-bank\";i:337;s:6:\"clinic\";i:1757;s:15:\"diagnostics-lab\";i:1640;s:10:\"laboratory\";i:603;s:7:\"medical\";i:1755;s:16:\"medical-research\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-47675\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/10/lab-08-home.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/lab-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/diagnostics-lab-08/wp-json/wp/v2/pages/242\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/diagnostics-lab-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47673\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/10/lab-08-about.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/lab-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/diagnostics-lab-08/wp-json/wp/v2/pages/247\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/diagnostics-lab-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47676\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/lab-08-services.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/lab-08-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/diagnostics-lab-08/wp-json/wp/v2/pages/252\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/diagnostics-lab-08/services/\";s:15:\"astra-sites-tag\";a:2:{i:425;s:8:\"services\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47677\";a:12:{s:5:\"title\";s:11:\"Testimonial\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/lab-08-reviews.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/lab-08-reviews-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/diagnostics-lab-08/wp-json/wp/v2/pages/254\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/diagnostics-lab-08/testimonial/\";s:15:\"astra-sites-tag\";a:2:{i:1615;s:7:\"reviews\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47674\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/lab-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/lab-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/diagnostics-lab-08/wp-json/wp/v2/pages/256\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/diagnostics-lab-08/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48061\";a:13:{s:5:\"title\";s:21:\"Online Cooking Course\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-1.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-1-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-1-400x1006.jpg\";s:14:\"astra-site-url\";s:43:\"//websitedemos.net/online-cooking-course-08\";s:20:\"astra-site-parent-id\";i:1696;s:15:\"astra-sites-tag\";a:6:{i:462;s:7:\"courses\";i:468;s:9:\"elearning\";i:467;s:9:\"learndash\";i:460;s:8:\"learning\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-48065\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-1.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/online-cooking-course-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/online-cooking-course-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48063\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-all-courses-1.jpg\";s:19:\"thumbnail-image-url\";s:102:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-all-courses-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-cooking-course-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/online-cooking-course-08/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48062\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-cooking-course-08/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/online-cooking-course-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48064\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-contact-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-cooking-course-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/online-cooking-course-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48447\";a:13:{s:5:\"title\";s:21:\"Women Empowerment NGO\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-400x1508.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/women-empowerment-08\";s:20:\"astra-site-parent-id\";i:1735;s:15:\"astra-sites-tag\";a:3:{i:625;s:7:\"charity\";i:1592;s:3:\"ngo\";i:1591;s:17:\"women-empowerment\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-48448\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-about-us.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-about-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/women-empowerment-08/wp-json/wp/v2/pages/357\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/women-empowerment-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48449\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/women-empowerment-08/wp-json/wp/v2/pages/442\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/women-empowerment-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48450\";a:12:{s:5:\"title\";s:6:\"Events\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-events.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-events-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/women-empowerment-08/wp-json/wp/v2/pages/418\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/women-empowerment-08/events/\";s:15:\"astra-sites-tag\";a:1:{i:409;s:5:\"event\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48451\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-gallery.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-gallery-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/women-empowerment-08/wp-json/wp/v2/pages/426\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/women-empowerment-08/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48452\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/women-empowerment-08/wp-json/wp/v2/pages/297\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/women-empowerment-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48453\";a:12:{s:5:\"title\";s:10:\"What We Do\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-what-we-do.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-what-we-do-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/women-empowerment-08/wp-json/wp/v2/pages/403\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/women-empowerment-08/what-we-do/\";s:15:\"astra-sites-tag\";a:1:{i:628;s:10:\"what-we-do\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48611\";a:13:{s:5:\"title\";s:8:\"Musician\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-400x1735.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/musician-08\";s:20:\"astra-site-parent-id\";i:1752;s:15:\"astra-sites-tag\";a:5:{i:339;s:6:\"artist\";i:969;s:8:\"musician\";i:1572;s:9:\"performer\";i:1571;s:6:\"singer\";i:1573;s:8:\"vocalist\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-48612\";a:12:{s:5:\"title\";s:6:\"Albums\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-albums.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-albums-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/musician-08/wp-json/wp/v2/pages/437\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/musician-08/albums/\";s:15:\"astra-sites-tag\";a:2:{i:1565;s:6:\"albums\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48617\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/musician-08/wp-json/wp/v2/pages/296\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/musician-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48613\";a:12:{s:5:\"title\";s:9:\"Biography\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-biography.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-biography-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/musician-08/wp-json/wp/v2/pages/408\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/musician-08/biography/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:1566;s:9:\"biography\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48614\";a:12:{s:5:\"title\";s:8:\"Concerts\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-concerts.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-concerts-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/musician-08/wp-json/wp/v2/pages/432\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/musician-08/concerts/\";s:15:\"astra-sites-tag\";a:1:{i:755;s:7:\"concert\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48616\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-gallery.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-gallery-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/musician-08/wp-json/wp/v2/pages/443\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/musician-08/gallery/\";s:15:\"astra-sites-tag\";a:2:{i:461;s:7:\"gallery\";i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48615\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/musician-08/wp-json/wp/v2/pages/451\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/musician-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-55511\";a:13:{s:5:\"title\";s:19:\"Portfolio &#038; CV\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-400x1308.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/portfolio-08\";s:20:\"astra-site-parent-id\";i:2148;s:15:\"astra-sites-tag\";a:6:{i:2151;s:16:\"curriculum-vitae\";i:2150;s:2:\"cv\";i:1903;s:16:\"personal-website\";i:444;s:9:\"portfolio\";i:2153;s:6:\"resume\";i:2152;s:12:\"work-profile\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-55512\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/portfolio-08/wp-json/wp/v2/pages/345\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/portfolio-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-55513\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/portfolio-08/wp-json/wp/v2/pages/375\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/portfolio-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55514\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/portfolio-08/wp-json/wp/v2/pages/298\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/portfolio-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-55515\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-portfolio-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/portfolio-08/wp-json/wp/v2/pages/366\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/portfolio-08/portfolio/\";s:15:\"astra-sites-tag\";a:2:{i:444;s:9:\"portfolio\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-55516\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-services.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/portfolio-08/wp-json/wp/v2/pages/359\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/portfolio-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-48671\";a:13:{s:5:\"title\";s:12:\"Tech Startup\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-home.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-home-400x1256.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/tech-startup-08\";s:20:\"astra-site-parent-id\";i:1758;s:15:\"astra-sites-tag\";a:7:{i:1761;s:11:\"application\";i:745;s:12:\"organization\";i:1762;s:16:\"software-company\";i:1760;s:13:\"software-firm\";i:1665;s:7:\"startup\";i:1759;s:13:\"tech-business\";i:1763;s:12:\"tech-startup\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-48672\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-about.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/tech-startup-08/wp-json/wp/v2/pages/248\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/tech-startup-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48673\";a:12:{s:5:\"title\";s:8:\"Features\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-features.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-features-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/tech-startup-08/wp-json/wp/v2/pages/249\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/tech-startup-08/features/\";s:15:\"astra-sites-tag\";a:1:{i:453;s:8:\"features\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48674\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-home.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/tech-startup-08/wp-json/wp/v2/pages/247\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/tech-startup-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48675\";a:12:{s:5:\"title\";s:4:\"Plan\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-plan.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-plan-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/tech-startup-08/wp-json/wp/v2/pages/250\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/tech-startup-08/plan/\";s:15:\"astra-sites-tag\";a:2:{i:1663;s:4:\"plan\";i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-48519\";a:13:{s:5:\"title\";s:12:\"Elderly Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-home.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-home-400x1558.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/elderly-care-08\";s:20:\"astra-site-parent-id\";i:1744;s:15:\"astra-sites-tag\";a:5:{i:1598;s:24:\"assisted-living-facility\";i:1596;s:10:\"elder-home\";i:1595;s:11:\"elders-care\";i:1594;s:12:\"old-age-home\";i:1597;s:15:\"retirement-home\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-48523\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-home.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/elderly-care-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/elderly-care-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48520\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-about.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/elderly-care-08/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/elderly-care-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48524\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-services.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/elderly-care-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/elderly-care-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48522\";a:12:{s:5:\"title\";s:10:\"Facilities\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-facilities.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-facilities-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/elderly-care-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/elderly-care-08/facilities/\";s:15:\"astra-sites-tag\";a:1:{i:1599;s:10:\"facilities\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48521\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/elderly-care-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/elderly-care-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-47723\";a:13:{s:5:\"title\";s:12:\"Horticulture\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-400x1517.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/horticulture-08\";s:20:\"astra-site-parent-id\";i:1669;s:15:\"astra-sites-tag\";a:4:{i:1601;s:11:\"agriculture\";i:1603;s:13:\"farm-products\";i:632;s:7:\"farming\";i:1602;s:12:\"horticulture\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-47725\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/horticulture-08/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/horticulture-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47726\";a:12:{s:5:\"title\";s:8:\"Our Farm\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-our-farm.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-our-farm-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/horticulture-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/horticulture-08/our-farm/\";s:15:\"astra-sites-tag\";a:2:{i:1737;s:4:\"farm\";i:1736;s:8:\"our-farm\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47727\";a:12:{s:5:\"title\";s:11:\"Our Produce\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-our-produce.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-our-produce-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/horticulture-08/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/horticulture-08/our-produce/\";s:15:\"astra-sites-tag\";a:1:{i:1606;s:12:\"our-products\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47728\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-testimonials-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/horticulture-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/horticulture-08/testimonials/\";s:15:\"astra-sites-tag\";a:3:{i:1738;s:9:\"feedbacks\";i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47724\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-contact-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/horticulture-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/horticulture-08/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-55500\";a:13:{s:5:\"title\";s:6:\"School\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-home-400x1665.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/school-08\";s:20:\"astra-site-parent-id\";i:2147;s:15:\"astra-sites-tag\";a:10:{i:2154;s:9:\"academics\";i:610;s:8:\"coaching\";i:2156;s:7:\"daycare\";i:459;s:9:\"education\";i:2158;s:8:\"educator\";i:2155;s:11:\"high-school\";i:617;s:12:\"kindergarten\";i:2157;s:9:\"preschool\";i:456;s:6:\"school\";i:458;s:10:\"university\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-55504\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-contact.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/school-08/wp-json/wp/v2/pages/117\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/school-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55501\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-about.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/school-08/wp-json/wp/v2/pages/62\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/school-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-55502\";a:12:{s:5:\"title\";s:9:\"Academics\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-academics.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-academics-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/school-08/wp-json/wp/v2/pages/79\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/school-08/academics/\";s:15:\"astra-sites-tag\";a:1:{i:2114;s:8:\"academic\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-55503\";a:12:{s:5:\"title\";s:10:\"Activities\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-activities.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-activities-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/school-08/wp-json/wp/v2/pages/102\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/school-08/activities/\";s:15:\"astra-sites-tag\";a:1:{i:1922;s:10:\"activities\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-55505\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/school-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/school-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48472\";a:13:{s:5:\"title\";s:13:\"e-book Author\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-400x1471.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/ebook-author-08\";s:20:\"astra-site-parent-id\";i:1739;s:15:\"astra-sites-tag\";a:4:{i:724;s:6:\"author\";i:727;s:4:\"book\";i:748;s:5:\"ebook\";i:725;s:6:\"writer\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-48473\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-about.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/ebook-author-08/wp-json/wp/v2/pages/252\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/ebook-author-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48474\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-contact-page.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-contact-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/ebook-author-08/wp-json/wp/v2/pages/258\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/ebook-author-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48475\";a:12:{s:5:\"title\";s:7:\"e-Books\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-e-books.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-e-books-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/ebook-author-08/wp-json/wp/v2/pages/254\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/ebook-author-08/e-books/\";s:15:\"astra-sites-tag\";a:2:{i:1740;s:5:\"books\";i:748;s:5:\"ebook\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48476\";a:12:{s:5:\"title\";s:6:\"Events\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-events.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-events-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/ebook-author-08/wp-json/wp/v2/pages/256\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/ebook-author-08/events/\";s:15:\"astra-sites-tag\";a:1:{i:1569;s:6:\"events\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48477\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/ebook-author-08/wp-json/wp/v2/pages/250\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/ebook-author-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-47979\";a:13:{s:5:\"title\";s:14:\"BBQ Restaurant\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08-home-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08-home-1-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08-home-1-400x1555.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/bbq-restaurant-08\";s:20:\"astra-site-parent-id\";i:1690;s:15:\"astra-sites-tag\";a:10:{i:566;s:14:\"bbq-restaurant\";i:562;s:6:\"bistro\";i:972;s:4:\"club\";i:560;s:7:\"cuisine\";i:561;s:6:\"eatery\";i:336;s:4:\"food\";i:350;s:5:\"hotel\";i:559;s:6:\"outlet\";i:335;s:10:\"restaurant\";i:970;s:6:\"restro\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-47982\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08-home-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08-home-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/bbq-restaurant-08/wp-json/wp/v2/pages/531\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/bbq-restaurant-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47980\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/bbq-restaurant-08/wp-json/wp/v2/pages/533\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/bbq-restaurant-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47983\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08-menu-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08-menu-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/bbq-restaurant-08/wp-json/wp/v2/pages/535\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/bbq-restaurant-08/menu/\";s:15:\"astra-sites-tag\";a:2:{i:1579;s:9:\"food-menu\";i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47981\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08-contact-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/bbq-restaurant-08/wp-json/wp/v2/pages/537\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/bbq-restaurant-08/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48631\";a:13:{s:5:\"title\";s:15:\"Yoga Instructor\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-home.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-home-400x1394.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/yoga-instructor-08\";s:20:\"astra-site-parent-id\";i:1753;s:15:\"astra-sites-tag\";a:7:{i:499;s:7:\"fitness\";i:976;s:14:\"gym-instructor\";i:849;s:11:\"health-yoga\";i:1020;s:8:\"personal\";i:395;s:15:\"yoga-instructor\";i:397;s:11:\"yoga-studio\";i:398;s:12:\"yoga-trainer\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-48635\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-home.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/yoga-instructor-08/wp-json/wp/v2/pages/51\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/yoga-instructor-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48632\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-about-me.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-about-me-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/yoga-instructor-08/wp-json/wp/v2/pages/52\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/yoga-instructor-08/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48633\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-classes.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-classes-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/yoga-instructor-08/wp-json/wp/v2/pages/53\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/yoga-instructor-08/classes/\";s:15:\"astra-sites-tag\";a:1:{i:557;s:7:\"classes\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48636\";a:12:{s:5:\"title\";s:12:\"Publications\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-publications.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-publications-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/yoga-instructor-08/wp-json/wp/v2/pages/54\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/yoga-instructor-08/publications/\";s:15:\"astra-sites-tag\";a:1:{i:558;s:11:\"publication\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48634\";a:12:{s:5:\"title\";s:7:\"Get Fit\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-get-fit.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-get-fit-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/yoga-instructor-08/wp-json/wp/v2/pages/55\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/yoga-instructor-08/get-fit/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-49936\";a:13:{s:5:\"title\";s:11:\"Recipe Blog\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-400x1042.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/recipe-blog-08\";s:20:\"astra-site-parent-id\";i:1858;s:15:\"astra-sites-tag\";a:5:{i:792;s:7:\"cooking\";i:787;s:6:\"dinner\";i:336;s:4:\"food\";i:793;s:11:\"food-making\";i:788;s:5:\"snack\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-49940\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/recipe-blog-08/wp-json/wp/v2/pages/1055\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/recipe-blog-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-49937\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-about-me.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-about-me-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/recipe-blog-08/wp-json/wp/v2/pages/1071\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/recipe-blog-08/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:1007;s:8:\"about-me\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-49938\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-blog.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-blog-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/recipe-blog-08/wp-json/wp/v2/pages/1067\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/recipe-blog-08/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-49939\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/recipe-blog-08/wp-json/wp/v2/pages/1074\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/recipe-blog-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48591\";a:13:{s:5:\"title\";s:15:\"Cosmetics Store\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-home.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-home-400x1625.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/cosmetics-store-08\";s:20:\"astra-site-parent-id\";i:1748;s:15:\"astra-sites-tag\";a:7:{i:1023;s:6:\"beauty\";i:1465;s:15:\"beauty-products\";i:1466;s:17:\"cosmetic-products\";i:1464;s:14:\"cosmetic-store\";i:1463;s:9:\"cosmetics\";i:496;s:9:\"ecommerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-48594\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-home.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/cosmetics-store-08/wp-json/wp/v2/pages/542\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/cosmetics-store-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48592\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-about.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/cosmetics-store-08/wp-json/wp/v2/pages/545\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/cosmetics-store-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48595\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-testinomials.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-testinomials-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/cosmetics-store-08/wp-json/wp/v2/pages/544\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/cosmetics-store-08/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48593\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/cosmetics-store-08/wp-json/wp/v2/pages/546\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/cosmetics-store-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48318\";a:13:{s:5:\"title\";s:12:\"Nutritionist\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-home01.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-home01-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-home01-400x1626.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/nutritionist-08\";s:20:\"astra-site-parent-id\";i:1722;s:15:\"astra-sites-tag\";a:6:{i:753;s:9:\"dietitian\";i:1726;s:15:\"nutrition-coach\";i:1727;s:18:\"nutrition-coaching\";i:1725;s:17:\"nutrition-trainer\";i:754;s:12:\"nutritionist\";i:1454;s:16:\"personal-trainer\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-48321\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-home01.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-home01-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/nutritionist-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/nutritionist-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48319\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-about.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-08/wp-json/wp/v2/pages/134\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/nutritionist-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48322\";a:12:{s:5:\"title\";s:8:\"Programs\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-program.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-program-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-08/wp-json/wp/v2/pages/164\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/nutritionist-08/164-2/\";s:15:\"astra-sites-tag\";a:1:{i:989;s:8:\"programs\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48323\";a:12:{s:5:\"title\";s:15:\"Success Stories\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-success-stories.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-success-stories-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-08/wp-json/wp/v2/pages/180\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/nutritionist-08/success-stories/\";s:15:\"astra-sites-tag\";a:3:{i:432;s:6:\"review\";i:990;s:15:\"success-stories\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48320\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-08/wp-json/wp/v2/pages/196\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/nutritionist-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-49726\";a:13:{s:5:\"title\";s:12:\"Entrepreneur\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08-400x1134.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/entrepreneur-08\";s:20:\"astra-site-parent-id\";i:1847;s:15:\"astra-sites-tag\";a:7:{i:795;s:10:\"contractor\";i:1848;s:12:\"entrepreneur\";i:796;s:9:\"executive\";i:801;s:7:\"founder\";i:798;s:7:\"manager\";i:799;s:9:\"organizer\";i:804;s:8:\"promoter\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-49727\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08-about-me.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08-about-me-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/entrepreneur-08/wp-json/wp/v2/pages/25265\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/entrepreneur-08/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:1007;s:8:\"about-me\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-49728\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08-blog.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08-blog-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/entrepreneur-08/wp-json/wp/v2/pages/25266\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/entrepreneur-08/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-49729\";a:12:{s:5:\"title\";s:10:\"Contact Me\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08-contact-me.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08-contact-me-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/entrepreneur-08/wp-json/wp/v2/pages/25267\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/entrepreneur-08/contact-me/\";s:15:\"astra-sites-tag\";a:1:{i:1009;s:10:\"contact-me\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-49730\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/entrepreneur-08/wp-json/wp/v2/pages/25264\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/entrepreneur-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-48076\";a:13:{s:5:\"title\";s:24:\"Personal Fitness Trainer\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/fitness-trainer-gb-homepage.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/fitness-trainer-gb-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/fitness-trainer-gb-homepage-400x1695.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/fitness-trainer-08\";s:20:\"astra-site-parent-id\";i:1697;s:15:\"astra-sites-tag\";a:9:{i:502;s:8:\"exercise\";i:499;s:7:\"fitness\";i:506;s:19:\"functional-training\";i:500;s:3:\"gym\";i:504;s:11:\"gym-trainer\";i:399;s:8:\"one-page\";i:463;s:11:\"single-page\";i:503;s:7:\"trainer\";i:501;s:8:\"work-out\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-48077\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/fitness-trainer-gb-homepage.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/fitness-trainer-gb-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/fitness-trainer-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/fitness-trainer-08/\";s:15:\"astra-sites-tag\";a:3:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";i:463;s:11:\"single-page\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-56682\";a:13:{s:5:\"title\";s:20:\"Chartered Accountant\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/07/accountant-08-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/07/accountant-08-1-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/07/accountant-08-1-400x1356.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/accountant-08\";s:20:\"astra-site-parent-id\";i:2252;s:15:\"astra-sites-tag\";a:3:{i:447;s:10:\"accountant\";i:449;s:20:\"chartered-accountant\";i:2254;s:22:\"finance-and-accounting\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-56684\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/07/accountant-08-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/07/accountant-08-contact-2-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/accountant-08/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/accountant-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56685\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/07/accountant-08-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/07/accountant-08-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/accountant-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/accountant-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56686\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/07/accountant-08-services-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/07/accountant-08-services-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/accountant-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/accountant-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-56687\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/07/accountant-08-testimonials-1.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/07/accountant-08-testimonials-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/accountant-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/accountant-08/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-56688\";a:12:{s:5:\"title\";s:13:\"Why Choose Me\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/07/accountant-08-why-choose-me-1.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/07/accountant-08-why-choose-me-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/accountant-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/accountant-08/why-choose-me/\";s:15:\"astra-sites-tag\";a:3:{i:453;s:8:\"features\";i:760;s:13:\"why-choose-us\";i:852;s:6:\"why-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-56683\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/accountant-08-about-2.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/07/accountant-08-about-2-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/accountant-08/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/accountant-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}}}s:8:\"id-48490\";a:13:{s:5:\"title\";s:14:\"Animal Welfare\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-home.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-home-400x1536.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/animal-welfare-08\";s:20:\"astra-site-parent-id\";i:1741;s:15:\"astra-sites-tag\";a:7:{i:625;s:7:\"charity\";i:735;s:6:\"donate\";i:1013;s:8:\"donation\";i:624;s:10:\"foundation\";i:1482;s:6:\"givewp\";i:745;s:12:\"organization\";i:1012;s:7:\"welfare\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-48493\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-home.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1026\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/animal-welfare-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48491\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-about.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1027\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/animal-welfare-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48494\";a:12:{s:5:\"title\";s:17:\"See All Campaigns\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-campaigns.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-campaigns-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1028\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/animal-welfare-08/see-all-campaigns/\";s:15:\"astra-sites-tag\";a:1:{i:1479;s:9:\"campaigns\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}}}s:8:\"id-48495\";a:12:{s:5:\"title\";s:17:\"Star Contributors\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-contributors.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-contributors-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1029\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/animal-welfare-08/star-contributors/\";s:15:\"astra-sites-tag\";a:2:{i:1014;s:10:\"contribute\";i:1481;s:11:\"star-donors\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}}}s:8:\"id-48492\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1030\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/animal-welfare-08/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48442\";a:13:{s:5:\"title\";s:14:\"Dentist Clinic\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/10/dentist-08.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/dentist-08-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/dentist-08-400x1411.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/dentist-08\";s:20:\"astra-site-parent-id\";i:1733;s:15:\"astra-sites-tag\";a:3:{i:338;s:6:\"dental\";i:623;s:7:\"dentist\";i:1734;s:14:\"dentist-clinic\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-48443\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/10/dentist-08.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/dentist-08-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/dentist-08/wp-json/wp/v2/pages/409\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/dentist-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-47862\";a:13:{s:5:\"title\";s:11:\"Pet Sitting\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-home-gb.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-home-gb-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-home-gb-400x1242.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/pet-sitting-08\";s:20:\"astra-site-parent-id\";i:1680;s:15:\"astra-sites-tag\";a:5:{i:374;s:8:\"pet-care\";i:372;s:11:\"pet-minding\";i:371;s:11:\"pet-sitting\";i:373;s:12:\"pet-training\";i:1687;s:11:\"pet-walking\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-47864\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-home-gb.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-home-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/pet-sitting-08/wp-json/wp/v2/pages/506\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/pet-sitting-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47866\";a:12:{s:5:\"title\";s:10:\"Who We Are\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-about-gb.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-about-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/pet-sitting-08/wp-json/wp/v2/pages/508\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/pet-sitting-08/who-we-are/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47865\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-services-gb.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-services-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/pet-sitting-08/wp-json/wp/v2/pages/509\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/pet-sitting-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47863\";a:12:{s:5:\"title\";s:12:\"Get In Touch\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-contact-gb.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-contact-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/pet-sitting-08/wp-json/wp/v2/pages/510\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/pet-sitting-08/get-in-touch/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48300\";a:13:{s:5:\"title\";s:15:\"Custom Printing\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-homepage-gb.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-homepage-gb-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-homepage-gb-400x1150.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/custom-printing-08\";s:20:\"astra-site-parent-id\";i:1719;s:15:\"astra-sites-tag\";a:6:{i:400;s:15:\"custom-printing\";i:496;s:9:\"ecommerce\";i:881;s:12:\"mug-printing\";i:967;s:13:\"product-store\";i:405;s:16:\"t-shirt-printing\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:2;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:3;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}}s:5:\"pages\";a:3:{s:8:\"id-48303\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-homepage-gb.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-homepage-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/custom-printing-08/wp-json/wp/v2/pages/2089\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/custom-printing-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48301\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-about-gb.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-about-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/custom-printing-08/wp-json/wp/v2/pages/2161\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/custom-printing-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48302\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-contact-gb.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-contact-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/custom-printing-08/wp-json/wp/v2/pages/2162\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/custom-printing-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-55455\";a:13:{s:5:\"title\";s:21:\"Professional Services\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-1.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-1-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-1-400x1033.jpg\";s:14:\"astra-site-url\";s:43:\"//websitedemos.net/professional-services-08\";s:20:\"astra-site-parent-id\";i:2123;s:15:\"astra-sites-tag\";a:7:{i:2131;s:15:\"accounting-firm\";i:2135;s:17:\"advisory-services\";i:2134;s:8:\"advocate\";i:2133;s:13:\"advocate-firm\";i:2132;s:13:\"auditing-firm\";i:2136;s:17:\"business-coaching\";i:2129;s:21:\"professional-coaching\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-55459\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-services.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/professional-services-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/professional-services-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-55456\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-about-us.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-about-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/professional-services-08/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/professional-services-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-55457\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-contact-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/professional-services-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/professional-services-08/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55458\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-1.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/professional-services-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/professional-services-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-22317\";a:13:{s:5:\"title\";s:12:\"Photographer\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08-400x1663.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/photographer-08\";s:20:\"astra-site-parent-id\";i:75;s:15:\"astra-sites-tag\";a:9:{i:513;s:6:\"camera\";i:482;s:7:\"fashion\";i:515;s:4:\"lens\";i:510;s:9:\"modelling\";i:511;s:12:\"photographer\";i:509;s:11:\"photography\";i:444;s:9:\"portfolio\";i:514;s:11:\"videography\";i:512;s:13:\"wedding-shoot\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:0:{}s:5:\"pages\";a:3:{s:8:\"id-22320\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/photographer-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/photographer-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-22318\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08-about.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/photographer-08/wp-json/wp/v2/pages/26\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/photographer-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-22319\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08-blog.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08-blog-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/photographer-08/wp-json/wp/v2/pages/267\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/photographer-08/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-48391\";a:13:{s:5:\"title\";s:29:\"Windows &#038; Doors Services\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-400x1366.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/windows-and-doors-08\";s:20:\"astra-site-parent-id\";i:1730;s:15:\"astra-sites-tag\";a:2:{i:436;s:8:\"interior\";i:442;s:26:\"windows-and-doors-services\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-48395\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/windows-and-doors-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/windows-and-doors-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48392\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-about.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/windows-and-doors-08/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/windows-and-doors-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48397\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-services.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/windows-and-doors-08/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/windows-and-doors-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48396\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-portfolio-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/windows-and-doors-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/windows-and-doors-08/portfolio/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48394\";a:12:{s:5:\"title\";s:4:\"FAQs\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-faqs.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-faqs-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/windows-and-doors-08/wp-json/wp/v2/pages/171\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/windows-and-doors-08/faqs/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48393\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/windows-and-doors-08/wp-json/wp/v2/pages/180\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/windows-and-doors-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-55398\";a:13:{s:5:\"title\";s:15:\"Salon &amp; Spa\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08-home-400x1581.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/stylist-08\";s:20:\"astra-site-parent-id\";i:2101;s:15:\"astra-sites-tag\";a:11:{i:2102;s:10:\"beautician\";i:2121;s:13:\"beauty-parlor\";i:2106;s:12:\"beauty-salon\";i:2120;s:18:\"fashion-and-beauty\";i:1642;s:10:\"hair-salon\";i:2108;s:11:\"hairdresser\";i:577;s:13:\"makeup-artist\";i:2119;s:13:\"salon-and-spa\";i:530;s:3:\"spa\";i:2107;s:7:\"stylist\";i:619;s:8:\"wellness\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-55400\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/stylist-08/wp-json/wp/v2/pages/904\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/stylist-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55399\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08-about.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/stylist-08/wp-json/wp/v2/pages/900\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/stylist-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-55402\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08-services.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/stylist-08/wp-json/wp/v2/pages/902\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/stylist-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-55401\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/stylist-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/stylist-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-48580\";a:13:{s:5:\"title\";s:8:\"Car Wash\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-home-400x1350.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/car-wash-08\";s:20:\"astra-site-parent-id\";i:1747;s:15:\"astra-sites-tag\";a:7:{i:1749;s:9:\"bike-care\";i:1750;s:9:\"bike-wash\";i:588;s:8:\"car-care\";i:587;s:13:\"car-detailing\";i:1751;s:15:\"car-maintenance\";i:586;s:8:\"car-wash\";i:1021;s:14:\"local-business\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-48583\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/car-wash-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/car-wash-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48584\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-services.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/car-wash-08/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/car-wash-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48581\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-about.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/car-wash-08/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/car-wash-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48585\";a:12:{s:5:\"title\";s:9:\"Wash Menu\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-wash-menu.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-wash-menu-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/car-wash-08/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/car-wash-08/wash-menu/\";s:15:\"astra-sites-tag\";a:3:{i:585;s:7:\"pricing\";i:761;s:9:\"wash-menu\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48582\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/car-wash-08/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/car-wash-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-55310\";a:13:{s:5:\"title\";s:20:\"Travel &amp; Tourism\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-home.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-home-400x1603.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/travel-and-tourism-08\";s:20:\"astra-site-parent-id\";i:2065;s:15:\"astra-sites-tag\";a:17:{i:2073;s:13:\"accommodation\";i:2076;s:18:\"apartments-hostels\";i:1534;s:3:\"bnb\";i:2078;s:14:\"business-hotel\";i:2079;s:10:\"guesthouse\";i:2080;s:8:\"homestay\";i:350;s:5:\"hotel\";i:2081;s:13:\"island-resort\";i:2082;s:12:\"luxury-hotel\";i:714;s:6:\"resort\";i:2077;s:12:\"tour-company\";i:430;s:7:\"tourism\";i:427;s:6:\"travel\";i:428;s:13:\"travel-agency\";i:2075;s:15:\"travel-services\";i:2083;s:8:\"urban-bb\";i:2084;s:15:\"vacation-rental\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-55311\";a:12:{s:5:\"title\";s:9:\"Amenities\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-amenities.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-amenities-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/travel-and-tourism-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/travel-and-tourism-08/amenities/\";s:15:\"astra-sites-tag\";a:2:{i:777;s:9:\"amenities\";i:1599;s:10:\"facilities\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-55312\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-conatct.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-conatct-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/travel-and-tourism-08/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/travel-and-tourism-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55313\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-home.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/travel-and-tourism-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/travel-and-tourism-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-55314\";a:12:{s:5:\"title\";s:5:\"Rooms\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-rooms.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-rooms-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/travel-and-tourism-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/travel-and-tourism-08/rooms/\";s:15:\"astra-sites-tag\";a:2:{i:2073;s:13:\"accommodation\";i:715;s:5:\"rooms\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-55436\";a:13:{s:5:\"title\";s:18:\"Event Landing Page\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/event-08-home.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/event-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/event-08-home-400x1208.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/event-08\";s:20:\"astra-site-parent-id\";i:2118;s:15:\"astra-sites-tag\";a:11:{i:2141;s:19:\"business-conference\";i:2138;s:16:\"conference-event\";i:2146;s:17:\"design-conference\";i:2137;s:13:\"event-landing\";i:2140;s:15:\"marketing-event\";i:2145;s:6:\"meetup\";i:648;s:12:\"presentation\";i:2142;s:14:\"product-launch\";i:2139;s:7:\"seminar\";i:2144;s:15:\"tech-conference\";i:2143;s:20:\"webinar-landing-page\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:0:{}s:5:\"pages\";a:1:{s:8:\"id-55437\";a:12:{s:5:\"title\";s:12:\"Landing Page\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/event-08-home.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/event-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/event-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/event-08/\";s:15:\"astra-sites-tag\";a:2:{i:850;s:12:\"landing-page\";i:463;s:11:\"single-page\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-48398\";a:13:{s:5:\"title\";s:18:\"Garden Maintenance\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-homepage-gb.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-homepage-gb-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-homepage-gb-400x1180.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/garden-maintenance-08\";s:20:\"astra-site-parent-id\";i:1731;s:15:\"astra-sites-tag\";a:7:{i:416;s:11:\"garden-care\";i:421;s:18:\"garden-maintenance\";i:420;s:9:\"gardening\";i:422;s:11:\"landscaping\";i:417;s:9:\"lawn-care\";i:419;s:8:\"planting\";i:418;s:12:\"weed-control\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-48402\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-homepage-gb.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-homepage-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/garden-maintenance-08/wp-json/wp/v2/pages/31\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/garden-maintenance-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48399\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-about-gb.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-about-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/garden-maintenance-08/wp-json/wp/v2/pages/32\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/garden-maintenance-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48404\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-services-gb.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-services-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/garden-maintenance-08/wp-json/wp/v2/pages/33\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/garden-maintenance-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48403\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-project-gb.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-project-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/garden-maintenance-08/wp-json/wp/v2/pages/35\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/garden-maintenance-08/projects/\";s:15:\"astra-sites-tag\";a:1:{i:1613;s:8:\"projects\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48401\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-faq-gb.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-faq-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/garden-maintenance-08/wp-json/wp/v2/pages/37\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/garden-maintenance-08/faq/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48400\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-contact-gb.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-contact-gb.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/garden-maintenance-08/wp-json/wp/v2/pages/36\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/garden-maintenance-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48208\";a:13:{s:5:\"title\";s:7:\"Plumber\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-home-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-home-1-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-home-1-400x1340.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/plumber-08\";s:20:\"astra-site-parent-id\";i:1706;s:15:\"astra-sites-tag\";a:6:{i:1712;s:19:\"commercial-plumbing\";i:439;s:14:\"local-services\";i:507;s:7:\"plumber\";i:508;s:8:\"plumbing\";i:1711;s:18:\"remolding-services\";i:1710;s:20:\"residential-plumbing\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-48212\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-home-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-home-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-08/wp-json/wp/v2/pages/34\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/plumber-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48209\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-08/wp-json/wp/v2/pages/29\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/plumber-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48213\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-services-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-services-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-08/wp-json/wp/v2/pages/30\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/plumber-08/services/\";s:15:\"astra-sites-tag\";a:2:{i:425;s:8:\"services\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48214\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-testmonials.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-testmonials-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-08/wp-json/wp/v2/pages/31\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/plumber-08/testimonials/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48211\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-faq-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-faq-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-08/wp-json/wp/v2/pages/32\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/plumber-08/faq/\";s:15:\"astra-sites-tag\";a:2:{i:426;s:3:\"faq\";i:1476;s:26:\"frequently-asked-questions\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48210\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-contact-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-08/wp-json/wp/v2/pages/33\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/plumber-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48188\";a:13:{s:5:\"title\";s:17:\"Interior Designer\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-designer-08-home.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-designer-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-designer-08-home-400x787.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/interior-designer-08\";s:20:\"astra-site-parent-id\";i:1705;s:15:\"astra-sites-tag\";a:6:{i:435;s:12:\"architecture\";i:436;s:8:\"interior\";i:434;s:15:\"interior-design\";i:422;s:11:\"landscaping\";i:1022;s:12:\"professional\";i:437;s:6:\"zoning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-48191\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-homepage-gb.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-homepage-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/interior-designer-08/wp-json/wp/v2/pages/688\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/interior-designer-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48189\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-about-gb.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-about-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/interior-designer-08/wp-json/wp/v2/pages/689\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/interior-designer-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48193\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-service-gb.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-service-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/interior-designer-08/wp-json/wp/v2/pages/690\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/interior-designer-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48192\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-projects-gb.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-projects-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/interior-designer-08/wp-json/wp/v2/pages/691\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/interior-designer-08/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48194\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-testimonials-gb.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-testimonials-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/interior-designer-08/wp-json/wp/v2/pages/692\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/interior-designer-08/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48190\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-contact-gb.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-contact-gb.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/interior-designer-08/wp-json/wp/v2/pages/693\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/interior-designer-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48703\";a:13:{s:5:\"title\";s:15:\"Growth Marketer\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08-400x1149.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/content-marketing-08\";s:20:\"astra-site-parent-id\";i:1764;s:15:\"astra-sites-tag\";a:3:{i:470;s:17:\"content-marketing\";i:472;s:6:\"growth\";i:471;s:8:\"strategy\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-48706\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/content-marketing-08/wp-json/wp/v2/pages/25247\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/content-marketing-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48704\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08-about.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/content-marketing-08/wp-json/wp/v2/pages/25248\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/content-marketing-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48707\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08-testimonials-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/content-marketing-08/wp-json/wp/v2/pages/25249\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/content-marketing-08/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48705\";a:12:{s:5:\"title\";s:7:\"Hire Me\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08-hire-me.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08-hire-me-600x800.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/content-marketing-08/wp-json/wp/v2/pages/25250\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/content-marketing-08/hire-me/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:773;s:7:\"hire-me\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48530\";a:13:{s:5:\"title\";s:11:\"Barber Shop\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-08-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-08-home-400x1585.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/barber-shop-08\";s:20:\"astra-site-parent-id\";i:1745;s:15:\"astra-sites-tag\";a:6:{i:478;s:6:\"barber\";i:474;s:8:\"grooming\";i:477;s:9:\"hair-care\";i:984;s:9:\"hairstyle\";i:982;s:11:\"hairstylist\";i:1021;s:14:\"local-business\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-48535\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-08-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/barber-shop-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/barber-shop-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48531\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-08-about.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/barber-shop-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/barber-shop-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48532\";a:12:{s:5:\"title\";s:7:\"Barbers\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-08-team.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-08-team-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/barber-shop-08/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/barber-shop-08/barbers/\";s:15:\"astra-sites-tag\";a:2:{i:478;s:6:\"barber\";i:486;s:4:\"team\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48534\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-08-gallery.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-08-gallery-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/barber-shop-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/barber-shop-08/gallery/\";s:15:\"astra-sites-tag\";a:2:{i:461;s:7:\"gallery\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48533\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/barber-shop-08/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/barber-shop-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-55425\";a:13:{s:5:\"title\";s:7:\"Charity\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-08-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-08-home-400x1318.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/communities-08\";s:20:\"astra-site-parent-id\";i:2116;s:15:\"astra-sites-tag\";a:11:{i:625;s:7:\"charity\";i:2126;s:20:\"charity-organization\";i:893;s:6:\"church\";i:2125;s:9:\"community\";i:2128;s:16:\"community-center\";i:1013;s:8:\"donation\";i:2124;s:17:\"environmental-ngo\";i:624;s:10:\"foundation\";i:977;s:10:\"non-profit\";i:745;s:12:\"organization\";i:2127;s:10:\"social-ngo\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-55427\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/communities-08/wp-json/wp/v2/pages/370\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/communities-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55426\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-08-about.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/communities-08/wp-json/wp/v2/pages/366\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/communities-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-55428\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-08-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/communities-08/wp-json/wp/v2/pages/364\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/communities-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-55429\";a:12:{s:5:\"title\";s:10:\"What we do\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-08-what-we-do.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-08-what-we-do-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/communities-08/wp-json/wp/v2/pages/368\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/communities-08/what-we-do/\";s:15:\"astra-sites-tag\";a:1:{i:628;s:10:\"what-we-do\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-48132\";a:13:{s:5:\"title\";s:15:\"Sierra Industry\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-home.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-home-400x1136.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/sierra-industry-08\";s:20:\"astra-site-parent-id\";i:1703;s:15:\"astra-sites-tag\";a:4:{i:985;s:7:\"factory\";i:492;s:8:\"industry\";i:490;s:13:\"manufacturing\";i:489;s:10:\"production\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-48135\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-home.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-industry-08/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/sierra-industry-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48133\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-about.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-industry-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/sierra-industry-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48134\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/sierra-industry-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/sierra-industry-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48136\";a:12:{s:5:\"title\";s:8:\"Products\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-products.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-products-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/sierra-industry-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/sierra-industry-08/products/\";s:15:\"astra-sites-tag\";a:1:{i:540;s:8:\"products\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48137\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-projects.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-projects-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/sierra-industry-08/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/sierra-industry-08/projects/\";s:15:\"astra-sites-tag\";a:1:{i:1613;s:8:\"projects\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-48103\";a:13:{s:5:\"title\";s:13:\"Sierra Nature\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-home-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-home-1-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-home-1-400x1128.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/sierra-nature-08\";s:20:\"astra-site-parent-id\";i:1701;s:15:\"astra-sites-tag\";a:6:{i:538;s:6:\"forest\";i:537;s:13:\"national-park\";i:535;s:6:\"nature\";i:534;s:11:\"nature-park\";i:539;s:9:\"sanctuary\";i:536;s:10:\"wilderness\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-48104\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-nature-08/wp-json/wp/v2/pages/962\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/sierra-nature-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48105\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-contact-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-nature-08/wp-json/wp/v2/pages/968\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/sierra-nature-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48106\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-home-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-home-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-nature-08/wp-json/wp/v2/pages/960\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/sierra-nature-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48107\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-projects-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-projects-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-nature-08/wp-json/wp/v2/pages/966\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/sierra-nature-08/projects/\";s:15:\"astra-sites-tag\";a:1:{i:1613;s:8:\"projects\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48108\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-services-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-services-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-nature-08/wp-json/wp/v2/pages/964\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/sierra-nature-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-54442\";a:13:{s:5:\"title\";s:11:\"Coffee Shop\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/coffee-shop-08.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/coffee-shop-08-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/coffee-shop-08-400x1542.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/coffee-shop-08\";s:20:\"astra-site-parent-id\";i:2033;s:15:\"astra-sites-tag\";a:8:{i:693;s:4:\"cafe\";i:2042;s:8:\"cafe-bar\";i:1527;s:9:\"cafeteria\";i:2043;s:12:\"coffee-house\";i:1575;s:11:\"coffee-shop\";i:399;s:8:\"one-page\";i:335;s:10:\"restaurant\";i:2041;s:9:\"snack-bar\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-54443\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/coffee-shop-08.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/coffee-shop-08-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/coffee-shop-08/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/coffee-shop-08/\";s:15:\"astra-sites-tag\";a:3:{i:423;s:4:\"home\";i:1718;s:7:\"onepage\";i:463;s:11:\"single-page\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48496\";a:13:{s:5:\"title\";s:20:\"Interior Design Firm\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-home.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-home-400x1295.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/interior-firm-08\";s:20:\"astra-site-parent-id\";i:1742;s:15:\"astra-sites-tag\";a:6:{i:435;s:12:\"architecture\";i:436;s:8:\"interior\";i:434;s:15:\"interior-design\";i:422;s:11:\"landscaping\";i:1022;s:12:\"professional\";i:437;s:6:\"zoning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-48499\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-home.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/interior-firm-08/wp-json/wp/v2/pages/1224\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/interior-firm-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48500\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-portfolio-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/interior-firm-08/wp-json/wp/v2/pages/1182\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/interior-firm-08/portfolio/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48497\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-about.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/interior-firm-08/wp-json/wp/v2/pages/1184\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/interior-firm-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48501\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-testimonials-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/interior-firm-08/wp-json/wp/v2/pages/1186\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/interior-firm-08/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48498\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/interior-firm-08/wp-json/wp/v2/pages/1188\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/interior-firm-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-47957\";a:13:{s:5:\"title\";s:18:\"Italian Restaurant\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-home-1.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-home-1-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-home-1-400x1353.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/italian-restaurant-08\";s:20:\"astra-site-parent-id\";i:1689;s:15:\"astra-sites-tag\";a:10:{i:562;s:6:\"bistro\";i:972;s:4:\"club\";i:560;s:7:\"cuisine\";i:561;s:6:\"eatery\";i:336;s:4:\"food\";i:350;s:5:\"hotel\";i:563;s:18:\"italian-restaurant\";i:559;s:6:\"outlet\";i:335;s:10:\"restaurant\";i:970;s:6:\"restro\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-47960\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-home-1.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-home-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/italian-restaurant-08/wp-json/wp/v2/pages/56\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/italian-restaurant-08/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47961\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-menu-1.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-menu-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/italian-restaurant-08/wp-json/wp/v2/pages/54\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/italian-restaurant-08/menu/\";s:15:\"astra-sites-tag\";a:2:{i:1579;s:9:\"food-menu\";i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47958\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/italian-restaurant-08/wp-json/wp/v2/pages/53\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/italian-restaurant-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47959\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-contact-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/italian-restaurant-08/wp-json/wp/v2/pages/55\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/italian-restaurant-08/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48342\";a:13:{s:5:\"title\";s:5:\"Coach\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-home.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-home-400x1239.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/coach-08\";s:20:\"astra-site-parent-id\";i:1723;s:15:\"astra-sites-tag\";a:5:{i:610;s:8:\"coaching\";i:608;s:8:\"guidance\";i:612;s:10:\"life-coach\";i:609;s:9:\"motivator\";i:611;s:16:\"self-improvement\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-48347\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-home.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/coach-08/wp-json/wp/v2/pages/389\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/coach-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48343\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-about.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/coach-08/wp-json/wp/v2/pages/391\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/coach-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48346\";a:12:{s:5:\"title\";s:6:\"e-Book\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-e-book.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-e-book-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/coach-08/wp-json/wp/v2/pages/393\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/coach-08/e-book/\";s:15:\"astra-sites-tag\";a:1:{i:748;s:5:\"ebook\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48345\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-courses.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-courses-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/coach-08/wp-json/wp/v2/pages/395\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/coach-08/courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48344\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/coach-08/wp-json/wp/v2/pages/397\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/coach-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48231\";a:13:{s:5:\"title\";s:20:\"Motivational Speaker\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-home.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-home-400x1059.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/motivational-speaker-08\";s:20:\"astra-site-parent-id\";i:1708;s:15:\"astra-sites-tag\";a:3:{i:1545;s:21:\"inspirational-speaker\";i:855;s:20:\"motivational-speaker\";i:1709;s:7:\"speaker\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-48235\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-home.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/motivational-speaker-08/wp-json/wp/v2/pages/624\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/motivational-speaker-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48232\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/motivational-speaker-08/wp-json/wp/v2/pages/626\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/motivational-speaker-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48233\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-blog-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-blog-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/motivational-speaker-08/wp-json/wp/v2/pages/628\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/motivational-speaker-08/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48234\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-contact.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/motivational-speaker-08/wp-json/wp/v2/pages/630\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/motivational-speaker-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48562\";a:13:{s:5:\"title\";s:27:\"Gardening &amp; Landscaping\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-home-400x1623.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/gardener-08\";s:20:\"astra-site-parent-id\";i:1746;s:15:\"astra-sites-tag\";a:7:{i:416;s:11:\"garden-care\";i:421;s:18:\"garden-maintenance\";i:420;s:9:\"gardening\";i:422;s:11:\"landscaping\";i:417;s:9:\"lawn-care\";i:419;s:8:\"planting\";i:418;s:12:\"weed-control\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-48566\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/gardener-08/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/gardener-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48563\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-about.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/gardener-08/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/gardener-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48567\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-services.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/gardener-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/gardener-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48565\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-gallery.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-gallery-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/gardener-08/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/gardener-08/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48564\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/gardener-08/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/gardener-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-55358\";a:13:{s:5:\"title\";s:17:\"Web Design Agency\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/05/web-design-agency-08-600x800-1.jpeg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/05/web-design-agency-08-600x800-1.jpeg\";s:28:\"fullpage-thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2021/05/web-design-agency-08-600x800-1-400x533.jpeg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/web-design-agency-08\";s:20:\"astra-site-parent-id\";i:2095;s:15:\"astra-sites-tag\";a:5:{i:663;s:6:\"agency\";i:850;s:12:\"landing-page\";i:399;s:8:\"one-page\";i:463;s:11:\"single-page\";i:2159;s:17:\"web-design-agency\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:0:{}s:5:\"pages\";a:1:{s:8:\"id-55567\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/web-design-agency-08.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/web-design-agency-08-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/web-design-agency-08/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/web-design-agency-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-48225\";a:13:{s:5:\"title\";s:12:\"Construction\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-homepage-gb.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-homepage-gb-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-homepage-gb-400x1648.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/construction-08\";s:20:\"astra-site-parent-id\";i:1707;s:15:\"astra-sites-tag\";a:6:{i:435;s:12:\"architecture\";i:979;s:7:\"company\";i:484;s:12:\"construction\";i:436;s:8:\"interior\";i:812;s:6:\"office\";i:485;s:11:\"real-estate\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-48228\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-homepage-gb.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-homepage-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/construction-08/wp-json/wp/v2/pages/1815\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/construction-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48226\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-about-gb.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-about-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/construction-08/wp-json/wp/v2/pages/1816\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/construction-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48230\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-services-gb.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-services-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/construction-08/wp-json/wp/v2/pages/1817\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/construction-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48229\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-projects-gb.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-projects-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/construction-08/wp-json/wp/v2/pages/1818\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/construction-08/projects/\";s:15:\"astra-sites-tag\";a:1:{i:1613;s:8:\"projects\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48227\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-contact-gb.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-contact-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/construction-08/wp-json/wp/v2/pages/1819\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/construction-08/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48374\";a:13:{s:5:\"title\";s:16:\"Co-Working Space\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-homepage-gb.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-homepage-gb-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-homepage-gb-400x1274.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/co-working-space-08\";s:20:\"astra-site-parent-id\";i:1729;s:15:\"astra-sites-tag\";a:5:{i:692;s:8:\"business\";i:694;s:16:\"co-working-place\";i:695;s:13:\"collaboration\";i:1453;s:15:\"coworking-space\";i:691;s:10:\"work-place\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-48375\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-about-gb.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-about-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/co-working-space-08/wp-json/wp/v2/pages/1131\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/co-working-space-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48376\";a:12:{s:5:\"title\";s:9:\"Amenities\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-amenities-gb.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-amenities-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/co-working-space-08/wp-json/wp/v2/pages/1132\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/co-working-space-08/amenities/\";s:15:\"astra-sites-tag\";a:1:{i:777;s:9:\"amenities\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48377\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-contact-gb.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-contact-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/co-working-space-08/wp-json/wp/v2/pages/1133\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/co-working-space-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48378\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-homepage-gb.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-homepage-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/co-working-space-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/co-working-space-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48379\";a:12:{s:5:\"title\";s:7:\"Pricing\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-pricing-gb.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-pricing-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/co-working-space-08/wp-json/wp/v2/pages/1134\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/co-working-space-08/pricing/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-48297\";a:13:{s:5:\"title\";s:18:\"Wedding Invitation\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/wedding-08-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/wedding-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/wedding-08-home-400x1596.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/wedding-08\";s:20:\"astra-site-parent-id\";i:1716;s:15:\"astra-sites-tag\";a:5:{i:699;s:10:\"invitation\";i:746;s:13:\"one-page-site\";i:463;s:11:\"single-page\";i:697;s:7:\"wedding\";i:1457;s:18:\"wedding-invitation\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:1:{i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-48298\";a:12:{s:5:\"title\";s:18:\"Wedding Invitation\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/wedding-08-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/wedding-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/wedding-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/wedding-08/\";s:15:\"astra-sites-tag\";a:3:{i:423;s:4:\"home\";i:1718;s:7:\"onepage\";i:1457;s:18:\"wedding-invitation\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-56731\";a:13:{s:5:\"title\";s:13:\"Prime Lawyers\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-400x1370.jpg\";s:14:\"astra-site-url\";s:25:\"//websitedemos.net/law-08\";s:20:\"astra-site-parent-id\";i:2255;s:15:\"astra-sites-tag\";a:7:{i:704;s:13:\"corporate-law\";i:701;s:12:\"criminal-law\";i:703;s:11:\"enforcement\";i:968;s:7:\"justice\";i:702;s:8:\"law-firm\";i:706;s:6:\"lawyer\";i:1022;s:12:\"professional\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-56733\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:54:\"https://websitedemos.net/law-08/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/law-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56734\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-faq.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-faq-600x800.jpg\";s:18:\"astra-page-api-url\";s:54:\"https://websitedemos.net/law-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/law-08/faq/\";s:15:\"astra-sites-tag\";a:2:{i:426;s:3:\"faq\";i:1476;s:26:\"frequently-asked-questions\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-56735\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-600x800.jpg\";s:18:\"astra-page-api-url\";s:53:\"https://websitedemos.net/law-08/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:26:\"//websitedemos.net/law-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-56736\";a:12:{s:5:\"title\";s:13:\"Practice Area\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-practice-area.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-practice-area-600x800.jpg\";s:18:\"astra-page-api-url\";s:53:\"https://websitedemos.net/law-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/law-08/practice-area/\";s:15:\"astra-sites-tag\";a:2:{i:707;s:13:\"practice-area\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-56732\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-about.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:53:\"https://websitedemos.net/law-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/law-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}}}s:8:\"id-48263\";a:13:{s:5:\"title\";s:13:\"Makeup Artist\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-400x1312.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/makeup-artist-08\";s:20:\"astra-site-parent-id\";i:1713;s:15:\"astra-sites-tag\";a:6:{i:579;s:14:\"bridal-make-up\";i:477;s:9:\"hair-care\";i:575;s:11:\"hair-styles\";i:982;s:11:\"hairstylist\";i:577;s:13:\"makeup-artist\";i:1728;s:13:\"makeup-studio\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-48266\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/makeup-artist-08/wp-json/wp/v2/pages/1299\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/makeup-artist-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48264\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-about.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/makeup-artist-08/wp-json/wp/v2/pages/1300\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/makeup-artist-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48268\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-services.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/makeup-artist-08/wp-json/wp/v2/pages/1301\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/makeup-artist-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48267\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-portfolio-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/makeup-artist-08/wp-json/wp/v2/pages/1302\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/makeup-artist-08/portfolio/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48265\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/makeup-artist-08/wp-json/wp/v2/pages/1303\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/makeup-artist-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48269\";a:13:{s:5:\"title\";s:17:\"Cleaning Services\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-home-400x1345.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/cleaner-08\";s:20:\"astra-site-parent-id\";i:1714;s:15:\"astra-sites-tag\";a:7:{i:680;s:8:\"cleaning\";i:679;s:17:\"cleaning-services\";i:673;s:19:\"commercial-cleaning\";i:674;s:17:\"domestic-cleaning\";i:1407;s:13:\"house-keeping\";i:676;s:11:\"maintenance\";i:677;s:7:\"washing\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-48273\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cleaner-08/wp-json/wp/v2/pages/1696\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/cleaner-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48270\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-about.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cleaner-08/wp-json/wp/v2/pages/1352\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/cleaner-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48274\";a:12:{s:5:\"title\";s:11:\"Residential\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-residential.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-residential-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cleaner-08/wp-json/wp/v2/pages/1348\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/cleaner-08/residential/\";s:15:\"astra-sites-tag\";a:1:{i:776;s:20:\"residential-cleaning\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48271\";a:12:{s:5:\"title\";s:10:\"Commercial\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-commercial.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-commercial-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cleaner-08/wp-json/wp/v2/pages/1350\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/cleaner-08/commercial/\";s:15:\"astra-sites-tag\";a:1:{i:673;s:19:\"commercial-cleaning\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48272\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cleaner-08/wp-json/wp/v2/pages/1354\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/cleaner-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-54447\";a:13:{s:5:\"title\";s:22:\"Health &#038; Wellness\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-08-home.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-08-home-400x1460.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/health-wellness-08\";s:20:\"astra-site-parent-id\";i:2034;s:15:\"astra-sites-tag\";a:11:{i:337;s:6:\"clinic\";i:338;s:6:\"dental\";i:2047;s:13:\"dental-clinic\";i:601;s:6:\"doctor\";i:2045;s:6:\"health\";i:604;s:10:\"healthcare\";i:603;s:7:\"medical\";i:2046;s:14:\"medical-clinic\";i:621;s:12:\"psychiatrist\";i:2044;s:9:\"therapist\";i:619;s:8:\"wellness\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-54449\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/health-wellness-08/wp-json/wp/v2/pages/130\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/health-wellness-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-54450\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-08-home.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/health-wellness-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/health-wellness-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-54448\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-08-about.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/health-wellness-08/wp-json/wp/v2/pages/87\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/health-wellness-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-54451\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-08-services.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-08-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/health-wellness-08/wp-json/wp/v2/pages/120\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/health-wellness-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-48093\";a:13:{s:5:\"title\";s:13:\"Hotel and BnB\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/hotel-homepage-gb.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/hotel-homepage-gb-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/hotel-homepage-gb-400x1573.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/hotel-08\";s:20:\"astra-site-parent-id\";i:1700;s:15:\"astra-sites-tag\";a:8:{i:560;s:7:\"cuisine\";i:336;s:4:\"food\";i:350;s:5:\"hotel\";i:712;s:5:\"lodge\";i:711;s:5:\"motel\";i:399;s:8:\"one-page\";i:714;s:6:\"resort\";i:463;s:11:\"single-page\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-48094\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/hotel-homepage-gb.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/hotel-homepage-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/hotel-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/hotel-08/\";s:15:\"astra-sites-tag\";a:3:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";i:463;s:11:\"single-page\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48304\";a:13:{s:5:\"title\";s:20:\"Health &amp; Fitness\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/health-fitness-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/health-fitness-08-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/health-fitness-08-400x1372.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/health-fitness-08\";s:20:\"astra-site-parent-id\";i:1720;s:15:\"astra-sites-tag\";a:4:{i:499;s:7:\"fitness\";i:521;s:12:\"fitness-blog\";i:1721;s:11:\"health-blog\";i:519;s:14:\"healthy-living\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:3:{s:8:\"id-48307\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/health-fitness-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/health-fitness-08-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/health-fitness-08/wp-json/wp/v2/pages/910\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/health-fitness-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48306\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/health-fitness-08-blog.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/health-fitness-08-blog-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/health-fitness-08/wp-json/wp/v2/pages/914\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/health-fitness-08/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48305\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/health-fitness-08-about.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/health-fitness-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/health-fitness-08/wp-json/wp/v2/pages/912\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/health-fitness-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-47918\";a:13:{s:5:\"title\";s:11:\"Travel Blog\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08-home-400x1342.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/travel-08\";s:20:\"astra-site-parent-id\";i:1682;s:15:\"astra-sites-tag\";a:5:{i:480;s:4:\"blog\";i:430;s:7:\"tourism\";i:427;s:6:\"travel\";i:750;s:11:\"travel-blog\";i:1683;s:14:\"travel-blogger\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-47922\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/travel-08/wp-json/wp/v2/pages/1718\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/travel-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47920\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08-blog.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08-blog-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/travel-08/wp-json/wp/v2/pages/1722\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/travel-08/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47919\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08-about.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/travel-08/wp-json/wp/v2/pages/1720\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/travel-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47921\";a:12:{s:5:\"title\";s:11:\"Destination\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08-destinations.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08-destinations-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/travel-08/wp-json/wp/v2/pages/1724\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/travel-08/destination/\";s:15:\"astra-sites-tag\";a:2:{i:785;s:11:\"destination\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-47942\";a:13:{s:5:\"title\";s:8:\"Pet Care\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-care-08-home-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-care-08-home-1-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-care-08-home-1-400x1084.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/pet-care-08\";s:20:\"astra-site-parent-id\";i:1685;s:15:\"astra-sites-tag\";a:7:{i:1688;s:8:\"pet-blog\";i:374;s:8:\"pet-care\";i:1686;s:13:\"pet-care-blog\";i:372;s:11:\"pet-minding\";i:371;s:11:\"pet-sitting\";i:373;s:12:\"pet-training\";i:1687;s:11:\"pet-walking\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:3:{s:8:\"id-47945\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-care-08-home-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-care-08-home-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/pet-care-08/wp-json/wp/v2/pages/1040\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/pet-care-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47943\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-care-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-care-08-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/pet-care-08/wp-json/wp/v2/pages/1042\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/pet-care-08/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47944\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-care-08-blog-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-care-08-blog-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/pet-care-08/wp-json/wp/v2/pages/1044\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/pet-care-08/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}}','no'),(364,'ast-block-templates-site-requests','1','no'),(365,'ast-block-templates-blocks-1','a:100:{s:8:\"id-56233\";a:9:{s:5:\"title\";s:7:\"Hero 10\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/07/hero-10.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/07/hero-10-400x218.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/hero-10b-2/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56151\";a:9:{s:5:\"title\";s:11:\"Features 21\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/07/features-21g.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/07/features-21g-400x220.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/features-21g/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56152\";a:9:{s:5:\"title\";s:11:\"Features 22\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/07/features-22g.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/07/features-22g-400x353.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/features-22g/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56134\";a:9:{s:5:\"title\";s:11:\"Features 19\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/06/features-19g.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/06/features-19g-400x274.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/features-19g/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56135\";a:9:{s:5:\"title\";s:11:\"Features 20\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/06/features-20g.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/06/features-20g-400x226.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/features-20g/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56133\";a:9:{s:5:\"title\";s:11:\"Features 18\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/06/features-18g.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/06/features-18g-400x250.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/features-18g/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56119\";a:9:{s:5:\"title\";s:11:\"Features 15\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/06/features-15g.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/06/features-15g-400x93.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/features-15g/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56121\";a:9:{s:5:\"title\";s:11:\"Features 17\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/06/features-17g.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/06/features-17g-400x176.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/features-17g/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56120\";a:9:{s:5:\"title\";s:11:\"Features 16\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/06/features-16g.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/06/features-16g-400x256.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/features-16g/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56113\";a:9:{s:5:\"title\";s:11:\"Features 14\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/06/features-14g.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/06/features-14g-400x259.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/features-14g/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56101\";a:9:{s:5:\"title\";s:11:\"Features 13\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/06/features-13g.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/06/features-13g-400x111.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/features-13g/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56100\";a:9:{s:5:\"title\";s:11:\"Features 12\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/06/features-12g.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/06/features-12g-400x189.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/features-12g/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56074\";a:9:{s:5:\"title\";s:7:\"Text 15\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/06/text-15.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/06/text-15-400x80.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/text-15g/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56061\";a:9:{s:5:\"title\";s:7:\"Text 14\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/06/text-14.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/06/text-14-400x79.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/text-14g/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56060\";a:9:{s:5:\"title\";s:7:\"Text 13\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/06/text-13.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/06/text-13-400x79.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/text-13g/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56048\";a:9:{s:5:\"title\";s:7:\"Text 12\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/06/text-12.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/06/text-12-400x79.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/text-12g/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56047\";a:9:{s:5:\"title\";s:7:\"Text 11\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/06/text-11.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/06/text-11-400x82.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/text-11g/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56164\";a:9:{s:5:\"title\";s:9:\"Heading 6\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/07/heading-6g.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/07/heading-6g-400x77.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-6g/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56165\";a:9:{s:5:\"title\";s:9:\"Heading 7\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/07/heading-7g.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/07/heading-7g-400x88.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-7g/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56231\";a:9:{s:5:\"title\";s:6:\"Hero 7\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/07/hero-7.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/07/hero-7-400x217.jpg\";s:3:\"url\";s:48:\"https://websitedemos.net/astra-blocks/hero-7b-2/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56232\";a:9:{s:5:\"title\";s:6:\"Hero 9\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/07/hero-9.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/07/hero-9-400x219.jpg\";s:3:\"url\";s:48:\"https://websitedemos.net/astra-blocks/hero-9b-2/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56238\";a:9:{s:5:\"title\";s:7:\"Text 18\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/06/text-18.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/text-18-400x119.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/text-18g/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56237\";a:9:{s:5:\"title\";s:7:\"Text 17\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/06/text-17.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/06/text-17-400x94.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/text-17g/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56226\";a:9:{s:5:\"title\";s:7:\"Text 16\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/06/text-16.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/text-16-400x101.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/text-16g/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56209\";a:9:{s:5:\"title\";s:14:\"Contact Form 6\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/contact-form-6g.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/contact-form-6g-400x191.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/contact-form-6g/\";s:3:\"tag\";a:2:{i:823;s:7:\"contact\";i:1955;s:12:\"contact-form\";}s:8:\"category\";i:1416;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56208\";a:9:{s:5:\"title\";s:14:\"Contact Form 5\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/contact-form-5g.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/contact-form-5g-400x193.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/contact-form-5g/\";s:3:\"tag\";a:2:{i:823;s:7:\"contact\";i:1955;s:12:\"contact-form\";}s:8:\"category\";i:1416;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56210\";a:9:{s:5:\"title\";s:14:\"Contact Form 7\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/contact-form-7g.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/contact-form-7g-400x206.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/contact-form-7g/\";s:3:\"tag\";a:2:{i:823;s:7:\"contact\";i:1955;s:12:\"contact-form\";}s:8:\"category\";i:1416;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56193\";a:9:{s:5:\"title\";s:9:\"Contact 7\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/06/contact-7g.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/06/contact-7g-400x229.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-7g/\";s:3:\"tag\";a:2:{i:823;s:7:\"contact\";i:1955;s:12:\"contact-form\";}s:8:\"category\";i:1416;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56211\";a:9:{s:5:\"title\";s:14:\"Contact Form 8\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/contact-form-8g.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/contact-form-8g-400x174.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/contact-form-8g/\";s:3:\"tag\";a:2:{i:823;s:7:\"contact\";i:1955;s:12:\"contact-form\";}s:8:\"category\";i:1416;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56195\";a:9:{s:5:\"title\";s:9:\"Contact 9\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/06/contact-9g.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/06/contact-9g-400x206.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-9g/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56194\";a:9:{s:5:\"title\";s:9:\"Contact 8\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/06/contact-8g.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/06/contact-8g-400x236.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-8g/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56192\";a:9:{s:5:\"title\";s:9:\"Contact 6\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/06/contact-6g.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/06/contact-6g-400x233.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-6g/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56169\";a:9:{s:5:\"title\";s:10:\"Heading 10\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/07/heading-10g.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/07/heading-10g-400x94.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/heading-10g/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56168\";a:9:{s:5:\"title\";s:9:\"Heading 9\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/07/heading-9g.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/07/heading-9g-400x94.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-9g/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56167\";a:9:{s:5:\"title\";s:9:\"Heading 8\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/07/heading-8g.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/07/heading-8g-400x90.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-8g/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56046\";a:9:{s:5:\"title\";s:7:\"Text 10\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/06/text-10.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/06/text-10-400x82.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/text-10g/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56037\";a:9:{s:5:\"title\";s:6:\"FAQ 10\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/06/faq-10g.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/faq-10g-400x186.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/faq-10g/\";s:3:\"tag\";a:1:{i:822;s:3:\"faq\";}s:8:\"category\";i:1001;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-55980\";a:9:{s:5:\"title\";s:8:\"About 25\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/07/about-25g.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/07/about-25g-400x89.jpg\";s:3:\"url\";s:48:\"https://websitedemos.net/astra-blocks/about-25g/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-55976\";a:9:{s:5:\"title\";s:8:\"About 24\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/07/about-24g.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/07/about-24g-400x78.jpg\";s:3:\"url\";s:48:\"https://websitedemos.net/astra-blocks/about-24g/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-55975\";a:9:{s:5:\"title\";s:8:\"About 23\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/07/about-23g.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/07/about-23g-400x231.jpg\";s:3:\"url\";s:48:\"https://websitedemos.net/astra-blocks/about-23g/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-55967\";a:9:{s:5:\"title\";s:8:\"About 22\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/07/about-22g.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/07/about-22g-400x162.jpg\";s:3:\"url\";s:48:\"https://websitedemos.net/astra-blocks/about-22g/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-55966\";a:9:{s:5:\"title\";s:8:\"About 21\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/07/about-21g.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/07/about-21g-400x93.jpg\";s:3:\"url\";s:48:\"https://websitedemos.net/astra-blocks/about-21g/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-55965\";a:9:{s:5:\"title\";s:8:\"About 20\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/06/about-20g.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/about-20g-400x229.jpg\";s:3:\"url\";s:48:\"https://websitedemos.net/astra-blocks/about-20g/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-55960\";a:9:{s:5:\"title\";s:8:\"About 19\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/07/about-19g.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/07/about-19g-400x151.jpg\";s:3:\"url\";s:48:\"https://websitedemos.net/astra-blocks/about-19g/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-55959\";a:9:{s:5:\"title\";s:8:\"About 18\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/07/about-18g.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/07/about-18g-400x78.jpg\";s:3:\"url\";s:48:\"https://websitedemos.net/astra-blocks/about-18g/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-55958\";a:9:{s:5:\"title\";s:8:\"About 17\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/07/about-17g.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/07/about-17g-400x182.jpg\";s:3:\"url\";s:48:\"https://websitedemos.net/astra-blocks/about-17g/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-55952\";a:9:{s:5:\"title\";s:8:\"About 16\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/07/about-16g.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/07/about-16g-400x200.jpg\";s:3:\"url\";s:48:\"https://websitedemos.net/astra-blocks/about-16g/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-55951\";a:9:{s:5:\"title\";s:8:\"About 15\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/07/about-15g.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/07/about-15g-400x223.jpg\";s:3:\"url\";s:48:\"https://websitedemos.net/astra-blocks/about-15g/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-55949\";a:9:{s:5:\"title\";s:8:\"About 14\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/07/about-14g.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/07/about-14g-400x162.jpg\";s:3:\"url\";s:48:\"https://websitedemos.net/astra-blocks/about-14g/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-55102\";a:9:{s:5:\"title\";s:14:\"Single Quote 4\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/single-quote-4g.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/single-quote-4g-400x100.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-4g/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-55097\";a:9:{s:5:\"title\";s:14:\"Single Quote 3\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/single-quote-3g.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/single-quote-3g-400x90.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-3g/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-55086\";a:9:{s:5:\"title\";s:14:\"Single Quote 2\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/single-quote-2g.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/single-quote-2g-400x160.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-2g/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-55081\";a:9:{s:5:\"title\";s:14:\"Single Quote 1\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/single-quote-1g.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/single-quote-1g-400x117.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-1g/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-54165\";a:9:{s:5:\"title\";s:9:\"Clients 1\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/05/clients-1g.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/clients-1g-400x112.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/clients-1g/\";s:3:\"tag\";a:1:{i:1090;s:7:\"clients\";}s:8:\"category\";i:1091;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-55983\";a:9:{s:5:\"title\";s:8:\"About 26\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/07/about-26g.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/07/about-26g-400x106.jpg\";s:3:\"url\";s:48:\"https://websitedemos.net/astra-blocks/about-26g/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-55987\";a:9:{s:5:\"title\";s:17:\"Call To Action 10\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/06/call-to-action-10g.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/06/call-to-action-10g-400x131.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/call-to-action-10g/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56036\";a:9:{s:5:\"title\";s:5:\"FAQ 9\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/06/faq-9g.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/06/faq-9g-400x181.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-9g/\";s:3:\"tag\";a:1:{i:822;s:3:\"faq\";}s:8:\"category\";i:1001;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56035\";a:9:{s:5:\"title\";s:5:\"FAQ 8\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/06/faq-8g.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/06/faq-8g-400x197.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-8g/\";s:3:\"tag\";a:1:{i:822;s:3:\"faq\";}s:8:\"category\";i:1001;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56034\";a:9:{s:5:\"title\";s:5:\"FAQ 7\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/06/faq-7g.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/06/faq-7g-400x146.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-7g/\";s:3:\"tag\";a:1:{i:822;s:3:\"faq\";}s:8:\"category\";i:1001;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56033\";a:9:{s:5:\"title\";s:5:\"FAQ 6\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/06/faq-6g.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/06/faq-6g-400x167.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-6g/\";s:3:\"tag\";a:1:{i:822;s:3:\"faq\";}s:8:\"category\";i:1001;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56020\";a:9:{s:5:\"title\";s:10:\"Clients 10\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/06/clients-10g.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/06/clients-10g-400x146.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/clients-10g/\";s:3:\"tag\";a:1:{i:1090;s:7:\"clients\";}s:8:\"category\";i:1091;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56019\";a:9:{s:5:\"title\";s:9:\"Clients 9\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/06/clients-9g.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/06/clients-9g-400x155.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/clients-9g/\";s:3:\"tag\";a:1:{i:1090;s:7:\"clients\";}s:8:\"category\";i:1091;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56018\";a:9:{s:5:\"title\";s:9:\"Clients 8\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/06/clients-8g.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/06/clients-8g-400x183.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/clients-8g/\";s:3:\"tag\";a:1:{i:1090;s:7:\"clients\";}s:8:\"category\";i:1091;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56021\";a:9:{s:5:\"title\";s:9:\"Clients 7\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/06/clients-7g.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/clients-7g-400x89.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/clients-7g/\";s:3:\"tag\";a:1:{i:1090;s:7:\"clients\";}s:8:\"category\";i:1091;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56016\";a:9:{s:5:\"title\";s:9:\"Clients 6\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/06/clients-6g.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/06/clients-6g-400x110.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/clients-6g/\";s:3:\"tag\";a:1:{i:1090;s:7:\"clients\";}s:8:\"category\";i:1091;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56008\";a:9:{s:5:\"title\";s:17:\"Call To Action 17\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/06/call-to-action-17g.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/06/call-to-action-17g-400x201.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/call-to-action-17g/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56009\";a:9:{s:5:\"title\";s:17:\"Call To Action 18\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/06/call-to-action-18g.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/06/call-to-action-18g-400x249.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/call-to-action-18g/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56007\";a:9:{s:5:\"title\";s:17:\"Call To Action 16\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/06/call-to-action-16g.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/call-to-action-16g-400x90.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/call-to-action-16g/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56001\";a:9:{s:5:\"title\";s:17:\"Call To Action 13\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/06/call-to-action-13g.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/call-to-action-13g-400x67.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/call-to-action-13g/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56002\";a:9:{s:5:\"title\";s:17:\"Call To Action 14\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/06/call-to-action-14g.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/call-to-action-14g-400x85.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/call-to-action-14g/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56003\";a:9:{s:5:\"title\";s:17:\"Call To Action 15\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/06/call-to-action-15g.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/06/call-to-action-15g-400x134.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/call-to-action-15g/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-55989\";a:9:{s:5:\"title\";s:17:\"Call To Action 12\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/06/call-to-action-12g.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/06/call-to-action-12g-400x148.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/call-to-action-12g/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-55988\";a:9:{s:5:\"title\";s:17:\"Call To Action 11\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/06/call-to-action-11g.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/call-to-action-11g-400x94.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/call-to-action-11g/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56519\";a:9:{s:5:\"title\";s:11:\"Services 18\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/06/services-18.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/06/services-18-400x179.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/services-18g/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56234\";a:9:{s:5:\"title\";s:7:\"Hero 11\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/07/hero-11w.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/07/hero-11w-400x167.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/hero-11w/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56196\";a:9:{s:5:\"title\";s:10:\"Contact 10\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/06/contact-5w.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/06/contact-5w-400x189.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/contact-10g/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56451\";a:9:{s:5:\"title\";s:11:\"Portfolio 8\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/06/portfolio-8.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/06/portfolio-8-400x361.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-8g/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56455\";a:9:{s:5:\"title\";s:11:\"Portfolio 7\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/06/portfolio-7.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/06/portfolio-7-400x209.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-7g/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56449\";a:9:{s:5:\"title\";s:11:\"Portfolio 6\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/06/portfolio-6.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/06/portfolio-6-400x219.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-6g/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56437\";a:9:{s:5:\"title\";s:17:\"Subscribe Form 12\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/subscribe-form-12.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/subscribe-form-12-400x162.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/subscribe-form-12g/\";s:3:\"tag\";a:1:{i:1956;s:14:\"subscribe-form\";}s:8:\"category\";i:1953;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56436\";a:9:{s:5:\"title\";s:17:\"Subscribe Form 11\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/subscribe-form-11.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/subscribe-form-11-400x164.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/subscribe-form-11g/\";s:3:\"tag\";a:1:{i:1956;s:14:\"subscribe-form\";}s:8:\"category\";i:1953;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56435\";a:9:{s:5:\"title\";s:17:\"Subscribe Form 10\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/subscribe-form-10.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/06/subscribe-form-10-400x84.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/subscribe-form-10g/\";s:3:\"tag\";a:1:{i:1956;s:14:\"subscribe-form\";}s:8:\"category\";i:1953;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56421\";a:9:{s:5:\"title\";s:16:\"Subscribe Form 9\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/06/subscribe-form-9.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/06/subscribe-form-9-400x156.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/subscribe-form-9g/\";s:3:\"tag\";a:1:{i:1956;s:14:\"subscribe-form\";}s:8:\"category\";i:1953;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56423\";a:9:{s:5:\"title\";s:20:\"Location And Hours 6\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/06/location-hours-6.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/06/location-hours-6-400x187.jpg\";s:3:\"url\";s:60:\"https://websitedemos.net/astra-blocks/location-and-hours-6g/\";s:3:\"tag\";a:1:{i:1957;s:18:\"location-and-hours\";}s:8:\"category\";i:1950;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56424\";a:9:{s:5:\"title\";s:20:\"Location And Hours 7\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/06/location-hours-7.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/06/location-hours-7-400x222.jpg\";s:3:\"url\";s:60:\"https://websitedemos.net/astra-blocks/location-and-hours-7g/\";s:3:\"tag\";a:1:{i:1957;s:18:\"location-and-hours\";}s:8:\"category\";i:1950;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56425\";a:9:{s:5:\"title\";s:20:\"Location And Hours 8\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/06/location-hours-8.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/06/location-hours-8-400x226.jpg\";s:3:\"url\";s:60:\"https://websitedemos.net/astra-blocks/location-and-hours-8g/\";s:3:\"tag\";a:1:{i:1957;s:18:\"location-and-hours\";}s:8:\"category\";i:1950;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56426\";a:9:{s:5:\"title\";s:20:\"Location And Hours 9\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/06/location-hours-9.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/06/location-hours-9-400x189.jpg\";s:3:\"url\";s:60:\"https://websitedemos.net/astra-blocks/location-and-hours-9g/\";s:3:\"tag\";a:1:{i:1957;s:18:\"location-and-hours\";}s:8:\"category\";i:1950;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56422\";a:9:{s:5:\"title\";s:21:\"Location And Hours 10\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/location-hours-10.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/location-hours-10-400x170.jpg\";s:3:\"url\";s:61:\"https://websitedemos.net/astra-blocks/location-and-hours-10g/\";s:3:\"tag\";a:1:{i:1957;s:18:\"location-and-hours\";}s:8:\"category\";i:1950;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56420\";a:9:{s:5:\"title\";s:16:\"Subscribe Form 8\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/06/subscribe-form-8.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/06/subscribe-form-8-400x156.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/subscribe-form-8g/\";s:3:\"tag\";a:1:{i:1956;s:14:\"subscribe-form\";}s:8:\"category\";i:1953;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56419\";a:9:{s:5:\"title\";s:16:\"Subscribe Form 7\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/06/subscribe-form-7.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/subscribe-form-7-400x63.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/subscribe-form-7g/\";s:3:\"tag\";a:1:{i:1956;s:14:\"subscribe-form\";}s:8:\"category\";i:1953;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56403\";a:9:{s:5:\"title\";s:7:\"Team 16\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/06/team-16.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/team-16-400x165.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/team-16g/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56396\";a:9:{s:5:\"title\";s:7:\"Team 15\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/06/team-15.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/team-15-400x190.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/team-15g/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56388\";a:9:{s:5:\"title\";s:7:\"Team 14\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/06/team-14.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/team-14-400x228.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/team-14g/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56452\";a:9:{s:5:\"title\";s:11:\"Portfolio 9\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/06/portfolio-9.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/06/portfolio-9-400x178.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-9g/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56453\";a:9:{s:5:\"title\";s:12:\"Portfolio 10\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/06/portfolio-10.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/06/portfolio-10-400x257.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/portfolio-10g/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56518\";a:9:{s:5:\"title\";s:11:\"Services 17\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/06/services-17.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/06/services-17-400x169.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/services-17g/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56517\";a:9:{s:5:\"title\";s:11:\"Services 16\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/06/services-16.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/06/services-16-400x179.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/services-16g/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56510\";a:9:{s:5:\"title\";s:11:\"Services 14\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/06/services-14.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/06/services-14-400x260.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/services-14g/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56511\";a:9:{s:5:\"title\";s:11:\"Services 15\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/06/services-15.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/06/services-15-400x105.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/services-15g/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56509\";a:9:{s:5:\"title\";s:11:\"Services 13\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/06/services-13.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/06/services-13-400x138.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/services-13g/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}}','no'),(594,'ast-block-templates-blocks-2','a:100:{s:8:\"id-56504\";a:9:{s:5:\"title\";s:11:\"Services 12\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/06/services-12.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/06/services-12-400x214.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/services-12g/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56503\";a:9:{s:5:\"title\";s:11:\"Services 11\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/06/services-11.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/06/services-11-400x119.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/services-11g/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56502\";a:9:{s:5:\"title\";s:11:\"Services 10\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/06/services-10.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/06/services-10-400x178.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/services-10g/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56497\";a:9:{s:5:\"title\";s:14:\"Single Quote 8\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/single-quote-8g.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/single-quote-8g-400x101.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-8g/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56490\";a:9:{s:5:\"title\";s:14:\"Single Quote 7\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/single-quote-7g.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/single-quote-7g-400x119.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-7g/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56489\";a:9:{s:5:\"title\";s:14:\"Single Quote 6\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/single-quote-6g.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/single-quote-6g-400x161.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-6g/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56488\";a:9:{s:5:\"title\";s:14:\"Single Quote 5\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/single-quote-5g.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/single-quote-5g-400x117.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-5g/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56482\";a:9:{s:5:\"title\";s:13:\"Statistics 10\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/06/statistics-10g.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/statistics-10g-400x122.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/statistics-10g/\";s:3:\"tag\";a:1:{i:924;s:10:\"statistics\";}s:8:\"category\";i:1096;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56481\";a:9:{s:5:\"title\";s:12:\"Statistics 9\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/06/statistics-9g.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/06/statistics-9g-400x152.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-9g/\";s:3:\"tag\";a:1:{i:924;s:10:\"statistics\";}s:8:\"category\";i:1096;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56474\";a:9:{s:5:\"title\";s:12:\"Statistics 8\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/06/statistics-8g.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/06/statistics-8g-400x83.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-8g/\";s:3:\"tag\";a:1:{i:924;s:10:\"statistics\";}s:8:\"category\";i:1096;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56473\";a:9:{s:5:\"title\";s:12:\"Statistics 7\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/06/statistics-7g.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/06/statistics-7g-400x133.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-7g/\";s:3:\"tag\";a:1:{i:924;s:10:\"statistics\";}s:8:\"category\";i:1096;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56472\";a:9:{s:5:\"title\";s:12:\"Statistics 6\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/06/statistics-6g.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/06/statistics-6g-400x83.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-6g/\";s:3:\"tag\";a:1:{i:924;s:10:\"statistics\";}s:8:\"category\";i:1096;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56376\";a:9:{s:5:\"title\";s:7:\"Team 13\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/06/team-13.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/team-13-400x188.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/team-13g/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56375\";a:9:{s:5:\"title\";s:7:\"Team 12\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/06/team-12.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/team-12-400x212.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/team-12g/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56235\";a:9:{s:5:\"title\";s:7:\"Hero 12\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/07/hero-12.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/07/hero-12-400x203.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/hero-12w/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56297\";a:9:{s:5:\"title\";s:14:\"Main Banner 17\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/07/main-banner-17g.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/07/main-banner-17g-400x169.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/main-banner-17g/\";s:3:\"tag\";a:1:{i:1952;s:11:\"main-banner\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56287\";a:9:{s:5:\"title\";s:15:\"Testimonials 16\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/testimonials-16.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/testimonials-16-400x136.jpg\";s:3:\"url\";s:55:\"https://websitedemos.net/astra-blocks/testimonials-16g/\";s:3:\"tag\";a:1:{i:2238;s:12:\"testimonials\";}s:8:\"category\";i:830;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56296\";a:9:{s:5:\"title\";s:14:\"Main Banner 16\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/07/main-banner-16g.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/07/main-banner-16g-400x167.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/main-banner-16g/\";s:3:\"tag\";a:1:{i:1952;s:11:\"main-banner\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56295\";a:9:{s:5:\"title\";s:14:\"Main Banner 15\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/07/main-banner-15g.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/07/main-banner-15g-400x218.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/main-banner-15g/\";s:3:\"tag\";a:1:{i:1952;s:11:\"main-banner\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56286\";a:9:{s:5:\"title\";s:15:\"Testimonials 15\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/testimonials-15.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/testimonials-15-400x124.jpg\";s:3:\"url\";s:55:\"https://websitedemos.net/astra-blocks/testimonials-15g/\";s:3:\"tag\";a:1:{i:2238;s:12:\"testimonials\";}s:8:\"category\";i:830;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56285\";a:9:{s:5:\"title\";s:15:\"Testimonials 14\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/testimonials-14.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/testimonials-14-400x125.jpg\";s:3:\"url\";s:55:\"https://websitedemos.net/astra-blocks/testimonials-14g/\";s:3:\"tag\";a:1:{i:2238;s:12:\"testimonials\";}s:8:\"category\";i:830;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56260\";a:9:{s:5:\"title\";s:15:\"Testimonials 13\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/testimonials-13.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/testimonials-13-400x114.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/testimonials-13g-2/\";s:3:\"tag\";a:1:{i:2238;s:12:\"testimonials\";}s:8:\"category\";i:830;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56265\";a:9:{s:5:\"title\";s:14:\"Main Banner 14\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/07/main-banner-14g.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/07/main-banner-14g-400x219.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/main-banner-14g/\";s:3:\"tag\";a:1:{i:1952;s:11:\"main-banner\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56264\";a:9:{s:5:\"title\";s:14:\"Main Banner 13\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/07/main-banner-13g.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/07/main-banner-13g-400x219.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/main-banner-13g/\";s:3:\"tag\";a:1:{i:1952;s:11:\"main-banner\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56263\";a:9:{s:5:\"title\";s:14:\"Main Banner 12\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/07/main-banner-12g.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/07/main-banner-12g-400x218.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/main-banner-12g/\";s:3:\"tag\";a:1:{i:1952;s:11:\"main-banner\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56262\";a:9:{s:5:\"title\";s:14:\"Main Banner 11\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/07/main-banner-11g.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/07/main-banner-11g-400x265.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/main-banner-11g/\";s:3:\"tag\";a:1:{i:1952;s:11:\"main-banner\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56259\";a:9:{s:5:\"title\";s:15:\"Testimonials 12\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/testimonials-12.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/testimonials-12-400x142.jpg\";s:3:\"url\";s:55:\"https://websitedemos.net/astra-blocks/testimonials-12g/\";s:3:\"tag\";a:1:{i:2238;s:12:\"testimonials\";}s:8:\"category\";i:830;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56258\";a:9:{s:5:\"title\";s:15:\"Testimonials 11\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/testimonials-11.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/testimonials-11-400x149.jpg\";s:3:\"url\";s:55:\"https://websitedemos.net/astra-blocks/testimonials-11g/\";s:3:\"tag\";a:1:{i:2238;s:12:\"testimonials\";}s:8:\"category\";i:830;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56261\";a:9:{s:5:\"title\";s:14:\"Main Banner 10\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/07/main-banner-10g.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/07/main-banner-10g-400x278.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/main-banner-10g/\";s:3:\"tag\";a:1:{i:1952;s:11:\"main-banner\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56298\";a:9:{s:5:\"title\";s:14:\"Main Banner 18\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/07/main-banner-18g.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/07/main-banner-18g-400x247.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/main-banner-18g/\";s:3:\"tag\";a:1:{i:1952;s:11:\"main-banner\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56323\";a:9:{s:5:\"title\";s:15:\"Testimonials 17\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/testimonials-17.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/testimonials-17-400x213.jpg\";s:3:\"url\";s:55:\"https://websitedemos.net/astra-blocks/testimonials-17g/\";s:3:\"tag\";a:1:{i:2238;s:12:\"testimonials\";}s:8:\"category\";i:830;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56369\";a:9:{s:5:\"title\";s:17:\"Image and Text 18\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/image-and-text-18.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/image-and-text-18-400x154.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/image-and-text-18g/\";s:3:\"tag\";a:1:{i:1949;s:14:\"image-and-text\";}s:8:\"category\";i:1948;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56368\";a:9:{s:5:\"title\";s:17:\"Image and Text 17\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/image-and-text-17.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/image-and-text-17-400x148.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/image-and-text-17g/\";s:3:\"tag\";a:1:{i:1949;s:14:\"image-and-text\";}s:8:\"category\";i:1948;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56367\";a:9:{s:5:\"title\";s:17:\"Image and Text 16\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/image-and-text-16.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/image-and-text-16-400x160.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/image-and-text-16g/\";s:3:\"tag\";a:1:{i:1949;s:14:\"image-and-text\";}s:8:\"category\";i:1948;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56361\";a:9:{s:5:\"title\";s:7:\"Team 11\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/06/team-11.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/team-11-400x181.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/team-11g/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56360\";a:9:{s:5:\"title\";s:7:\"Team 10\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/06/team-10.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/team-10-400x149.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/team-10g/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56359\";a:9:{s:5:\"title\";s:6:\"Team 9\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/06/team-9.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/06/team-9-400x223.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-9g/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56330\";a:9:{s:5:\"title\";s:17:\"Image and Text 15\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/image-and-text-15.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/image-and-text-15-400x162.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/image-and-text-15g/\";s:3:\"tag\";a:1:{i:1949;s:14:\"image-and-text\";}s:8:\"category\";i:1948;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56329\";a:9:{s:5:\"title\";s:17:\"Image and Text 14\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/image-and-text-14.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/image-and-text-14-400x160.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/image-and-text-14g/\";s:3:\"tag\";a:1:{i:1949;s:14:\"image-and-text\";}s:8:\"category\";i:1948;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56327\";a:9:{s:5:\"title\";s:17:\"Image and Text 12\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/image-and-text-12.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/image-and-text-12-400x156.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/image-and-text-12g/\";s:3:\"tag\";a:1:{i:1949;s:14:\"image-and-text\";}s:8:\"category\";i:1948;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56370\";a:9:{s:5:\"title\";s:17:\"Image and Text 19\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/image-and-text-19.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/image-and-text-19-400x215.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/image-and-text-19g/\";s:3:\"tag\";a:1:{i:1949;s:14:\"image-and-text\";}s:8:\"category\";i:1948;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56328\";a:9:{s:5:\"title\";s:17:\"Image and Text 13\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/image-and-text-13.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/image-and-text-13-400x222.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/image-and-text-13g/\";s:3:\"tag\";a:1:{i:1949;s:14:\"image-and-text\";}s:8:\"category\";i:1948;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56326\";a:9:{s:5:\"title\";s:17:\"Image and Text 11\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/image-and-text-11.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/image-and-text-11-400x152.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/image-and-text-11g/\";s:3:\"tag\";a:1:{i:1949;s:14:\"image-and-text\";}s:8:\"category\";i:1948;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56336\";a:9:{s:5:\"title\";s:15:\"Testimonials 20\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/testimonials-20.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/testimonials-20-400x139.jpg\";s:3:\"url\";s:55:\"https://websitedemos.net/astra-blocks/testimonials-20g/\";s:3:\"tag\";a:1:{i:2238;s:12:\"testimonials\";}s:8:\"category\";i:830;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56325\";a:9:{s:5:\"title\";s:15:\"Testimonials 19\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/testimonials-19.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/testimonials-19-400x127.jpg\";s:3:\"url\";s:55:\"https://websitedemos.net/astra-blocks/testimonials-19g/\";s:3:\"tag\";a:1:{i:2238;s:12:\"testimonials\";}s:8:\"category\";i:830;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56324\";a:9:{s:5:\"title\";s:15:\"Testimonials 18\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/testimonials-18.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/testimonials-18-400x198.jpg\";s:3:\"url\";s:55:\"https://websitedemos.net/astra-blocks/testimonials-18g/\";s:3:\"tag\";a:1:{i:2238;s:12:\"testimonials\";}s:8:\"category\";i:830;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56371\";a:9:{s:5:\"title\";s:17:\"Image and Text 20\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/image-and-text-20.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/image-and-text-20-400x214.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/image-and-text-20g/\";s:3:\"tag\";a:1:{i:1949;s:14:\"image-and-text\";}s:8:\"category\";i:1948;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-54170\";a:9:{s:5:\"title\";s:9:\"Clients 2\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/05/clients-2g.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/clients-2g-400x91.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/clients-2g/\";s:3:\"tag\";a:1:{i:1090;s:7:\"clients\";}s:8:\"category\";i:1091;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-54167\";a:9:{s:5:\"title\";s:9:\"Clients 3\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/05/clients-3g.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/clients-3g-400x215.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/clients-3g/\";s:3:\"tag\";a:1:{i:1090;s:7:\"clients\";}s:8:\"category\";i:1091;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-54168\";a:9:{s:5:\"title\";s:9:\"Clients 4\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/05/clients-4g.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/clients-4g-400x162.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/clients-4g/\";s:3:\"tag\";a:1:{i:1090;s:7:\"clients\";}s:8:\"category\";i:1091;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-54120\";a:9:{s:5:\"title\";s:12:\"Statistics 1\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/statistics-1g.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/statistics-1g-400x102.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-1g/\";s:3:\"tag\";a:1:{i:924;s:10:\"statistics\";}s:8:\"category\";i:1096;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-54121\";a:9:{s:5:\"title\";s:12:\"Statistics 2\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/statistics-2g.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/statistics-2g-400x137.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-2g/\";s:3:\"tag\";a:1:{i:924;s:10:\"statistics\";}s:8:\"category\";i:1096;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-54122\";a:9:{s:5:\"title\";s:12:\"Statistics 3\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/statistics-3g.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/statistics-3g-400x86.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-3g/\";s:3:\"tag\";a:1:{i:924;s:10:\"statistics\";}s:8:\"category\";i:1096;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-54123\";a:9:{s:5:\"title\";s:12:\"Statistics 4\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/statistics-4g.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/statistics-4g-400x152.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-4g/\";s:3:\"tag\";a:1:{i:924;s:10:\"statistics\";}s:8:\"category\";i:1096;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-54108\";a:9:{s:5:\"title\";s:14:\"Testimonials 7\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/testimonial-1gb.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/testimonial-1gb-400x210.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-1g/\";s:3:\"tag\";a:1:{i:2238;s:12:\"testimonials\";}s:8:\"category\";i:830;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-54102\";a:9:{s:5:\"title\";s:14:\"Testimonials 8\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/testimonial-2gb.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/testimonial-2gb-400x196.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-2g/\";s:3:\"tag\";a:1:{i:2238;s:12:\"testimonials\";}s:8:\"category\";i:830;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-54099\";a:9:{s:5:\"title\";s:14:\"Testimonials 9\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/testimonial-3gb.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/testimonial-3gb-400x127.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-3g/\";s:3:\"tag\";a:1:{i:2238;s:12:\"testimonials\";}s:8:\"category\";i:830;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-54083\";a:9:{s:5:\"title\";s:15:\"Testimonials 10\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/testimonial-4gb.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/testimonial-4gb-400x138.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-4g/\";s:3:\"tag\";a:1:{i:2238;s:12:\"testimonials\";}s:8:\"category\";i:830;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-54039\";a:9:{s:5:\"title\";s:6:\"Team 5\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/team-1gb.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/05/team-1gb-400x181.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-1g/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-54032\";a:9:{s:5:\"title\";s:6:\"Team 6\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/team-2gb.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/05/team-2gb-400x234.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-2g/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-54034\";a:9:{s:5:\"title\";s:6:\"Team 7\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/team-3gb.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/05/team-3gb-400x191.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-3g/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-54036\";a:9:{s:5:\"title\";s:6:\"Team 8\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/team-4gb.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/05/team-4gb-400x166.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-4g/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-54033\";a:9:{s:5:\"title\";s:10:\"Features 2\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/features-1g-1.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/features-1g-1-400x116.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-1g/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-54035\";a:9:{s:5:\"title\";s:10:\"Features 4\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/05/features-2g.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/features-2g-400x95.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-2g/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-54037\";a:9:{s:5:\"title\";s:10:\"Features 6\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/features-3g-1.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/features-3g-1-400x182.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-3g/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-54038\";a:9:{s:5:\"title\";s:10:\"Features 7\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/features-4g-1.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/features-4g-1-400x258.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-4g/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-54040\";a:9:{s:5:\"title\";s:10:\"Features 9\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/features-5g-1.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/features-5g-1-400x231.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-5g/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-54041\";a:9:{s:5:\"title\";s:11:\"Features 11\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/features-6g-1.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/features-6g-1-400x359.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-6g/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53311\";a:9:{s:5:\"title\";s:17:\"Image and Text 10\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-10g.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-10g-400x222.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/image-and-text-10g/\";s:3:\"tag\";a:1:{i:1949;s:14:\"image-and-text\";}s:8:\"category\";i:1948;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53300\";a:9:{s:5:\"title\";s:16:\"Image and Text 9\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-9g.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-9g-400x222.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/image-and-text-9g/\";s:3:\"tag\";a:1:{i:1949;s:14:\"image-and-text\";}s:8:\"category\";i:1948;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53277\";a:9:{s:5:\"title\";s:16:\"Image and Text 8\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-8g.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-8g-400x159.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/image-and-text-8g/\";s:3:\"tag\";a:1:{i:1949;s:14:\"image-and-text\";}s:8:\"category\";i:1948;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53261\";a:9:{s:5:\"title\";s:16:\"Image and Text 7\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-7g-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-7g-1-400x154.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/image-and-text-7g/\";s:3:\"tag\";a:1:{i:1949;s:14:\"image-and-text\";}s:8:\"category\";i:1948;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53248\";a:9:{s:5:\"title\";s:10:\"Services 9\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/05/services-5gb.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/services-5gb-400x179.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-5g/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53247\";a:9:{s:5:\"title\";s:10:\"Services 8\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/05/services-4gb.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/services-4gb-400x168.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-4g/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53246\";a:9:{s:5:\"title\";s:10:\"Services 7\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/05/services-3gb.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/services-3gb-400x164.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-3g/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53238\";a:9:{s:5:\"title\";s:16:\"Subscribe Form 6\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-6g-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-6g-1-400x163.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/subscribe-form-6g/\";s:3:\"tag\";a:1:{i:1956;s:14:\"subscribe-form\";}s:8:\"category\";i:1953;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-53245\";a:9:{s:5:\"title\";s:10:\"Services 2\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/05/services-2g.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/services-2g-400x127.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-2g/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53244\";a:9:{s:5:\"title\";s:10:\"Services 6\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/05/services-1g.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/services-1g-400x114.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-1g/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53236\";a:9:{s:5:\"title\";s:16:\"Subscribe Form 5\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-5g-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-5g-1-400x164.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/subscribe-form-5g/\";s:3:\"tag\";a:1:{i:1956;s:14:\"subscribe-form\";}s:8:\"category\";i:1953;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-53235\";a:9:{s:5:\"title\";s:16:\"Subscribe Form 4\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-4g.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-4g-400x90.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/subscribe-form-4g/\";s:3:\"tag\";a:1:{i:1956;s:14:\"subscribe-form\";}s:8:\"category\";i:1953;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-53240\";a:9:{s:5:\"title\";s:16:\"Subscribe Form 3\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-3g-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-3g-1-400x163.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/subscribe-form-3g/\";s:3:\"tag\";a:1:{i:1956;s:14:\"subscribe-form\";}s:8:\"category\";i:1953;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-53237\";a:9:{s:5:\"title\";s:16:\"Subscribe Form 2\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-2g-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-2g-1-400x163.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/subscribe-form-2g/\";s:3:\"tag\";a:1:{i:1956;s:14:\"subscribe-form\";}s:8:\"category\";i:1953;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-53239\";a:9:{s:5:\"title\";s:16:\"Subscribe Form 1\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-1g.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-1g-400x64.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/subscribe-form-1g/\";s:3:\"tag\";a:1:{i:1956;s:14:\"subscribe-form\";}s:8:\"category\";i:1953;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-53227\";a:9:{s:5:\"title\";s:16:\"Image and Text 6\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-6g-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-6g-1-400x168.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/image-and-text-6g/\";s:3:\"tag\";a:1:{i:1949;s:14:\"image-and-text\";}s:8:\"category\";i:1948;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53220\";a:9:{s:5:\"title\";s:16:\"Image and Text 5\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-5g-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-5g-1-400x164.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/image-and-text-5g/\";s:3:\"tag\";a:1:{i:1949;s:14:\"image-and-text\";}s:8:\"category\";i:1948;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53204\";a:9:{s:5:\"title\";s:16:\"Image and Text 4\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-4g-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-4g-1-400x164.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/image-and-text-4g/\";s:3:\"tag\";a:1:{i:1949;s:14:\"image-and-text\";}s:8:\"category\";i:1948;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53180\";a:9:{s:5:\"title\";s:16:\"Image and Text 3\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-3g-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-3g-1-400x227.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/image-and-text-3g/\";s:3:\"tag\";a:1:{i:1949;s:14:\"image-and-text\";}s:8:\"category\";i:1948;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53093\";a:9:{s:5:\"title\";s:20:\"Location And Hours 1\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/location-and-hours-1g.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/location-and-hours-1g-400x193.jpg\";s:3:\"url\";s:60:\"https://websitedemos.net/astra-blocks/location-and-hours-1g/\";s:3:\"tag\";a:2:{i:823;s:7:\"contact\";i:1957;s:18:\"location-and-hours\";}s:8:\"category\";i:1950;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53112\";a:9:{s:5:\"title\";s:13:\"Main Banner 9\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-9gb.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-9gb-400x249.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/main-banner-9g/\";s:3:\"tag\";a:1:{i:1952;s:11:\"main-banner\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53111\";a:9:{s:5:\"title\";s:13:\"Main Banner 8\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-8gb.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-8gb-400x162.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/main-banner-8g/\";s:3:\"tag\";a:1:{i:1952;s:11:\"main-banner\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53094\";a:9:{s:5:\"title\";s:20:\"Location And Hours 2\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/location-and-hours-2g.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/location-and-hours-2g-400x226.jpg\";s:3:\"url\";s:60:\"https://websitedemos.net/astra-blocks/location-and-hours-2g/\";s:3:\"tag\";a:2:{i:823;s:7:\"contact\";i:1957;s:18:\"location-and-hours\";}s:8:\"category\";i:1950;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53110\";a:9:{s:5:\"title\";s:13:\"Main Banner 7\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-7gb.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-7gb-400x167.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/main-banner-7g/\";s:3:\"tag\";a:1:{i:1952;s:11:\"main-banner\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53109\";a:9:{s:5:\"title\";s:13:\"Main Banner 6\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-6gb.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-6gb-400x214.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/main-banner-6g/\";s:3:\"tag\";a:1:{i:1952;s:11:\"main-banner\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53095\";a:9:{s:5:\"title\";s:20:\"Location And Hours 3\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/location-and-hours-3g.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/location-and-hours-3g-400x228.jpg\";s:3:\"url\";s:60:\"https://websitedemos.net/astra-blocks/location-and-hours-3g/\";s:3:\"tag\";a:2:{i:823;s:7:\"contact\";i:1957;s:18:\"location-and-hours\";}s:8:\"category\";i:1950;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53108\";a:9:{s:5:\"title\";s:13:\"Main Banner 5\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-5gb.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-5gb-400x214.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/main-banner-5g/\";s:3:\"tag\";a:1:{i:1952;s:11:\"main-banner\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53107\";a:9:{s:5:\"title\";s:13:\"Main Banner 4\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-4gb.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-4gb-400x219.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/main-banner-4g/\";s:3:\"tag\";a:1:{i:1952;s:11:\"main-banner\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53096\";a:9:{s:5:\"title\";s:20:\"Location And Hours 4\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/location-and-hours-4g.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/location-and-hours-4g-400x193.jpg\";s:3:\"url\";s:60:\"https://websitedemos.net/astra-blocks/location-and-hours-4g/\";s:3:\"tag\";a:2:{i:823;s:7:\"contact\";i:1957;s:18:\"location-and-hours\";}s:8:\"category\";i:1950;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53105\";a:9:{s:5:\"title\";s:13:\"Main Banner 3\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-3gb.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-3gb-400x215.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/main-banner-3g/\";s:3:\"tag\";a:1:{i:1952;s:11:\"main-banner\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53104\";a:9:{s:5:\"title\";s:13:\"Main Banner 2\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-2gb.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-2gb-400x286.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/main-banner-2g/\";s:3:\"tag\";a:1:{i:1952;s:11:\"main-banner\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53097\";a:9:{s:5:\"title\";s:20:\"Location And Hours 5\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/location-and-hours-5g.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/location-and-hours-5g-400x163.jpg\";s:3:\"url\";s:60:\"https://websitedemos.net/astra-blocks/location-and-hours-5g/\";s:3:\"tag\";a:2:{i:823;s:7:\"contact\";i:1957;s:18:\"location-and-hours\";}s:8:\"category\";i:1950;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}}','no'),(366,'ast-block-templates-block-requests','3','no'),(367,'ast_block_templates_fresh_site','no','no'),(368,'bsf_analytics_installed_time','1624937376','no'),(378,'wpforms_notifications','a:4:{s:6:\"update\";i:1669570162;s:4:\"feed\";a:2:{i:0;a:6:{s:5:\"title\";s:34:\"Black Friday is here. Upgrade Now!\";s:7:\"content\";s:303:\"<p>Save up to <strong>70% OFF</strong>. This discount is exclusive to our annual Black Friday sale, so there is no better time to upgrade.</p>\r\n\r\n<p>You’ll unlock our NEW form layout controls, <em>ALL</em> form fields, smart conditional logic, entry management, 200+ form templates, and much more!</p>\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:2:\"id\";i:183;s:4:\"btns\";a:1:{s:4:\"main\";a:2:{s:3:\"url\";s:144:\"https://wpforms.com/black-friday/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=Plugin Notification&utm_content=Upgrade to Pro BF Lite\";s:4:\"text\";s:14:\"Upgrade to Pro\";}}s:5:\"start\";s:19:\"2022-11-19 00:00:00\";}i:1;a:6:{s:5:\"title\";s:35:\"Layout Field: Form Design Made Easy\";s:7:\"content\";s:270:\"Build your own form layout... no code required! The Layout field lets you position fields in columns to make form completion easier and faster. Build a custom layout or get ahead with pre-built layouts... your forms never looked so good! Upgrade to Pro to give it a try.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:2:\"id\";i:179;s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:193:\"https://wpforms.com/introducing-wpforms-1-7-7-the-new-layout-field-is-here/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=Plugin Notification&utm_content=WPForms 1.7.7 Lite Learn More\";s:4:\"text\";s:10:\"Learn More\";}s:3:\"alt\";a:2:{s:3:\"url\";s:156:\"https://wpforms.com/wpforms-lite-upgrade/?utm_source=WordPress&utm_medium=liteplugin&utm_campaign=Plugin Notification&utm_content=WPForms 1.7.7 Lite Upgrade\";s:4:\"text\";s:14:\"Upgrade to Pro\";}}s:5:\"start\";s:19:\"2022-10-21 00:00:00\";}}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:1:{i:0;s:2:\"82\";}}','yes'),(372,'_astra_sites_gettings_started','yes','no'),(374,'astra-sites-and-pages-page-26','a:15:{s:8:\"id-17702\";a:13:{s:5:\"title\";s:6:\"Agency\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-04-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-04-homepage-400x2018.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/agency-04\";s:20:\"astra-site-parent-id\";i:213;s:15:\"astra-sites-tag\";a:6:{i:663;s:6:\"agency\";i:979;s:7:\"company\";i:664;s:16:\"digital-services\";i:812;s:6:\"office\";i:665;s:14:\"service-agency\";i:661;s:7:\"website\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-24173\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-04-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/agency-04/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/agency-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24170\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-04-about-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-04-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/agency-04/wp-json/wp/v2/pages/62\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/agency-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24178\";a:12:{s:5:\"title\";s:8:\"Websites\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-04-websites-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-04-websites-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/agency-04/wp-json/wp/v2/pages/97\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/agency-04/websites/\";s:15:\"astra-sites-tag\";a:1:{i:661;s:7:\"website\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24176\";a:12:{s:5:\"title\";s:7:\"Support\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-04-support-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-04-support-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/agency-04/wp-json/wp/v2/pages/112\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/agency-04/support/\";s:15:\"astra-sites-tag\";a:1:{i:765;s:7:\"support\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24175\";a:12:{s:5:\"title\";s:7:\"Pricing\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-04-pricing.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-04-pricing-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/agency-04/wp-json/wp/v2/pages/132\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/agency-04/pricing/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24172\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-04-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-04-contact-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/agency-04/wp-json/wp/v2/pages/164\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/agency-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-17638\";a:13:{s:5:\"title\";s:10:\"Freelancer\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/freelancer-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/freelancer-04-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/freelancer-04-homepage-400x1787.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/freelancer-04\";s:20:\"astra-site-parent-id\";i:192;s:15:\"astra-sites-tag\";a:5:{i:339;s:6:\"artist\";i:670;s:8:\"designer\";i:669;s:10:\"freelancer\";i:1020;s:8:\"personal\";i:671;s:16:\"service-provider\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-23977\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/freelancer-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/freelancer-04-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/freelancer-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/freelancer-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-17631\";a:13:{s:5:\"title\";s:7:\"Charity\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-03-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-03-homepage-400x1300.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/charity-03\";s:20:\"astra-site-parent-id\";i:171;s:15:\"astra-sites-tag\";a:5:{i:625;s:7:\"charity\";i:624;s:10:\"foundation\";i:626;s:6:\"giving\";i:977;s:10:\"non-profit\";i:745;s:12:\"organization\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:36;s:5:\"other\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-23624\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-03-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/charity-03/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/charity-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23625\";a:12:{s:5:\"title\";s:10:\"What We Do\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-03-what-we-do.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-03-what-we-do-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/charity-03/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/charity-03/what-we-do/\";s:15:\"astra-sites-tag\";a:3:{i:352;s:5:\"about\";i:628;s:10:\"what-we-do\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23623\";a:12:{s:5:\"title\";s:15:\"Creating Impact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-03-creating.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-03-creating-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/charity-03/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/charity-03/creating-impact/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23622\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-03-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/charity-03/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/charity-03/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-17624\";a:13:{s:5:\"title\";s:10:\"Car Repair\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-02-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-02-homepage-400x1183.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/car-repair-02\";s:20:\"astra-site-parent-id\";i:296;s:15:\"astra-sites-tag\";a:5:{i:588;s:8:\"car-care\";i:587;s:13:\"car-detailing\";i:666;s:10:\"car-repair\";i:1021;s:14:\"local-business\";i:667;s:11:\"repair-shop\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-25096\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-02-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/car-repair-02/wp-json/wp/v2/pages/355\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/car-repair-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-25093\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-02-about-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-02-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/car-repair-02/wp-json/wp/v2/pages/193\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/car-repair-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25098\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-02-services-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-02-services-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/car-repair-02/wp-json/wp/v2/pages/217\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/car-repair-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25097\";a:12:{s:5:\"title\";s:9:\"Our Staff\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-02-our-staff.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-02-our-staff-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/car-repair-02/wp-json/wp/v2/pages/230\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/car-repair-02/our-staff/\";s:15:\"astra-sites-tag\";a:2:{i:668;s:5:\"staff\";i:486;s:4:\"team\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25095\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-02-contact-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/car-repair-02/wp-json/wp/v2/pages/649\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/car-repair-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-17630\";a:13:{s:5:\"title\";s:11:\"Electrician\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-01-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-01-homepage-400x1207.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/electrician-01\";s:20:\"astra-site-parent-id\";i:234;s:15:\"astra-sites-tag\";a:3:{i:341;s:11:\"electrician\";i:439;s:14:\"local-services\";i:671;s:16:\"service-provider\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-24489\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-01-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/electrician-01/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/electrician-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-24485\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-01-about.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-01-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/electrician-01/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/electrician-01/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-24490\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-01-services.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-01-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/electrician-01/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/electrician-01/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-24488\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-01-faq.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-01-faq-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/electrician-01/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/electrician-01/faq/\";s:15:\"astra-sites-tag\";a:2:{i:426;s:3:\"faq\";i:709;s:9:\"questions\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-24487\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-01-contact.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-01-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/electrician-01/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/electrician-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-17618\";a:13:{s:5:\"title\";s:10:\"Sweet Shop\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-03-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-03-homepage-400x962.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/sweet-shop-03\";s:20:\"astra-site-parent-id\";i:271;s:15:\"astra-sites-tag\";a:7:{i:758;s:6:\"bakery\";i:496;s:9:\"ecommerce\";i:383;s:12:\"online-store\";i:749;s:5:\"store\";i:756;s:10:\"sweet-shop\";i:757;s:6:\"sweets\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-24800\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-03-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/sweet-shop-03/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/sweet-shop-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24796\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-03-about-2.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-03-about-2-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/sweet-shop-03/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/sweet-shop-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24799\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-03-gallery.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-03-gallery-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/sweet-shop-03/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/sweet-shop-03/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24801\";a:12:{s:5:\"title\";s:9:\"Our Cakes\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-03-our-cakes.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-03-our-cakes-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/sweet-shop-03/wp-json/wp/v2/pages/25\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/sweet-shop-03/our-cakes/\";s:15:\"astra-sites-tag\";a:1:{i:783;s:4:\"cake\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24798\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-03-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/sweet-shop-03/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/sweet-shop-03/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-17619\";a:13:{s:5:\"title\";s:18:\"Wedding Invitation\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-01-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-01-homepage-400x1400.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/wedding-01\";s:20:\"astra-site-parent-id\";i:265;s:15:\"astra-sites-tag\";a:5:{i:698;s:10:\"engagement\";i:699;s:10:\"invitation\";i:399;s:8:\"one-page\";i:463;s:11:\"single-page\";i:697;s:7:\"wedding\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-24756\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-01-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/wedding-01/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/wedding-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-17616\";a:13:{s:5:\"title\";s:6:\"Lawyer\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/law-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/law-01-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/law-01-homepage-400x1227.jpg\";s:14:\"astra-site-url\";s:25:\"//websitedemos.net/law-01\";s:20:\"astra-site-parent-id\";i:353;s:15:\"astra-sites-tag\";a:7:{i:704;s:13:\"corporate-law\";i:701;s:12:\"criminal-law\";i:703;s:11:\"enforcement\";i:968;s:7:\"justice\";i:702;s:8:\"law-firm\";i:706;s:6:\"lawyer\";i:778;s:5:\"legal\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-28283\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/law-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/law-01-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:53:\"https://websitedemos.net/law-01/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:26:\"//websitedemos.net/law-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-28280\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/law-01-about-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/law-01-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:53:\"https://websitedemos.net/law-01/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/law-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-28284\";a:12:{s:5:\"title\";s:13:\"Practice Area\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/law-01-practice-area-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/law-01-practice-area-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:54:\"https://websitedemos.net/law-01/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/law-01/practice-area/\";s:15:\"astra-sites-tag\";a:2:{i:708;s:4:\"area\";i:707;s:13:\"practice-area\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-36136\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/law-01-faq.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/law-01-faq-600x800.jpg\";s:18:\"astra-page-api-url\";s:54:\"https://websitedemos.net/law-01/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/law-01/faq/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-28282\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/law-01-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/law-01-contact-2-600x800.jpg\";s:18:\"astra-page-api-url\";s:54:\"https://websitedemos.net/law-01/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/law-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-17562\";a:13:{s:5:\"title\";s:3:\"Spa\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-03-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-03-homepage-400x1460.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/lotus-spa-03\";s:20:\"astra-site-parent-id\";i:191;s:15:\"astra-sites-tag\";a:10:{i:532;s:11:\"acupressure\";i:474;s:8:\"grooming\";i:528;s:7:\"massage\";i:527;s:17:\"massage-therapist\";i:529;s:13:\"physiotherapy\";i:531;s:11:\"reflexology\";i:533;s:10:\"relaxation\";i:650;s:5:\"salon\";i:651;s:8:\"skincare\";i:530;s:3:\"spa\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-23970\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-03-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/lotus-spa-03/wp-json/wp/v2/pages/2202\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/lotus-spa-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23967\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-03-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-03-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/lotus-spa-03/wp-json/wp/v2/pages/2208\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/lotus-spa-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23971\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-03-services.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-03-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/lotus-spa-03/wp-json/wp/v2/pages/2210\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/lotus-spa-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23969\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-03-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/lotus-spa-03/wp-json/wp/v2/pages/2449\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/lotus-spa-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-17532\";a:13:{s:5:\"title\";s:6:\"Agency\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-01-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-01-homepage-400x1128.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/agency-01\";s:20:\"astra-site-parent-id\";i:212;s:15:\"astra-sites-tag\";a:6:{i:663;s:6:\"agency\";i:979;s:7:\"company\";i:686;s:9:\"corporate\";i:664;s:16:\"digital-services\";i:812;s:6:\"office\";i:665;s:14:\"service-agency\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-24129\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-01-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/agency-01/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/agency-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-24126\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-01-about-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-01-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/agency-01/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/agency-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-24130\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-01-services-2.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-01-services-2-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/agency-01/wp-json/wp/v2/pages/21\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/agency-01/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-24128\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-01-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-01-contact-2-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/agency-01/wp-json/wp/v2/pages/25\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/agency-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-17524\";a:13:{s:5:\"title\";s:13:\"Dental Clinic\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/dental-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/dental-01-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/dental-01-homepage-400x1983.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/dental-01\";s:20:\"astra-site-parent-id\";i:229;s:15:\"astra-sites-tag\";a:7:{i:623;s:7:\"dentist\";i:601;s:6:\"doctor\";i:604;s:10:\"healthcare\";i:605;s:8:\"hospital\";i:399;s:8:\"one-page\";i:463;s:11:\"single-page\";i:607;s:9:\"treatment\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-24462\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/dental-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/dental-01-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/dental-01/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/dental-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-17534\";a:13:{s:5:\"title\";s:14:\"Digital Agency\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/digital-agency-homepage.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/digital-agency-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/digital-agency-homepage-400x1279.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/agency-02\";s:20:\"astra-site-parent-id\";i:210;s:15:\"astra-sites-tag\";a:6:{i:663;s:6:\"agency\";i:979;s:7:\"company\";i:686;s:9:\"corporate\";i:664;s:16:\"digital-services\";i:812;s:6:\"office\";i:665;s:14:\"service-agency\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-24112\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/digital-agency-homepage.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/digital-agency-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/agency-02/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/agency-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24109\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2017/09/agency-02-about.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2017/09/agency-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/agency-02/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/agency-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24113\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/digital-agency-services-page.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/digital-agency-services-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/agency-02/wp-json/wp/v2/pages/21\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/agency-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24111\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2017/09/agency-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2017/09/agency-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/agency-02/wp-json/wp/v2/pages/25\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/agency-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-17535\";a:13:{s:5:\"title\";s:27:\"Gardening &amp; Landscaping\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-home-400x1665.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/gardener-02\";s:20:\"astra-site-parent-id\";i:307;s:15:\"astra-sites-tag\";a:8:{i:416;s:11:\"garden-care\";i:421;s:18:\"garden-maintenance\";i:420;s:9:\"gardening\";i:422;s:11:\"landscaping\";i:417;s:9:\"lawn-care\";i:1021;s:14:\"local-business\";i:419;s:8:\"planting\";i:418;s:12:\"weed-control\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-25221\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/gardener-02/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/gardener-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25217\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-about.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/gardener-02/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/gardener-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25222\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-services.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/gardener-02/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/gardener-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25220\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-gallery.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-gallery-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/gardener-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/gardener-02/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25219\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-contact-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/gardener-02/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/gardener-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-17531\";a:13:{s:5:\"title\";s:27:\"Gardening &amp; Landscaping\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-01-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-01-homepage-400x1111.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/gardener-01\";s:20:\"astra-site-parent-id\";i:305;s:15:\"astra-sites-tag\";a:7:{i:416;s:11:\"garden-care\";i:421;s:18:\"garden-maintenance\";i:420;s:9:\"gardening\";i:422;s:11:\"landscaping\";i:417;s:9:\"lawn-care\";i:419;s:8:\"planting\";i:418;s:12:\"weed-control\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-25194\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-01-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/gardener-01/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/gardener-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25190\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-01-about.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-01-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/gardener-01/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/gardener-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25195\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-01-services.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-01-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/gardener-01/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/gardener-01/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25193\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-01-gallery.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-01-gallery-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/gardener-01/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/gardener-01/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25192\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-01-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-01-contact-2-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/gardener-01/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/gardener-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48562\";a:13:{s:5:\"title\";s:27:\"Gardening &amp; Landscaping\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-home-400x1623.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/gardener-08\";s:20:\"astra-site-parent-id\";i:1746;s:15:\"astra-sites-tag\";a:7:{i:416;s:11:\"garden-care\";i:421;s:18:\"garden-maintenance\";i:420;s:9:\"gardening\";i:422;s:11:\"landscaping\";i:417;s:9:\"lawn-care\";i:419;s:8:\"planting\";i:418;s:12:\"weed-control\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-48566\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/gardener-08/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/gardener-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48563\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-about.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/gardener-08/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/gardener-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48567\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-services.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/gardener-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/gardener-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48565\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-gallery.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-gallery-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/gardener-08/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/gardener-08/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48564\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/gardener-08/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/gardener-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}}','no'),(375,'astra-sites-and-pages-page-27','a:15:{s:8:\"id-19791\";a:13:{s:5:\"title\";s:27:\"Gardening &amp; Landscaping\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/gardenr-landscaping.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/gardenr-landscaping-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/gardenr-landscaping-400x1272.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/gardener-05\";s:20:\"astra-site-parent-id\";i:277;s:15:\"astra-sites-tag\";a:7:{i:416;s:11:\"garden-care\";i:421;s:18:\"garden-maintenance\";i:420;s:9:\"gardening\";i:422;s:11:\"landscaping\";i:417;s:9:\"lawn-care\";i:419;s:8:\"planting\";i:418;s:12:\"weed-control\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-24873\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/gardenr-landscaping.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/gardenr-landscaping-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/gardener-05/wp-json/wp/v2/pages/750\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/gardener-05/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24870\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-feb-20-about.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-feb-20-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/gardener-05/wp-json/wp/v2/pages/759\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/gardener-05/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24874\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-feb-20-services.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-feb-20-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/gardener-05/wp-json/wp/v2/pages/763\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/gardener-05/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24872\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-feb-20-gallery.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-feb-20-gallery-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/gardener-05/wp-json/wp/v2/pages/767\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/gardener-05/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24871\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-feb-20-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-feb-20-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/gardener-05/wp-json/wp/v2/pages/770\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/gardener-05/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-55358\";a:13:{s:5:\"title\";s:17:\"Web Design Agency\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/05/web-design-agency-08-600x800-1.jpeg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/05/web-design-agency-08-600x800-1.jpeg\";s:28:\"fullpage-thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2021/05/web-design-agency-08-600x800-1-400x533.jpeg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/web-design-agency-08\";s:20:\"astra-site-parent-id\";i:2095;s:15:\"astra-sites-tag\";a:5:{i:663;s:6:\"agency\";i:850;s:12:\"landing-page\";i:399;s:8:\"one-page\";i:463;s:11:\"single-page\";i:2159;s:17:\"web-design-agency\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:0:{}s:5:\"pages\";a:1:{s:8:\"id-55567\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/web-design-agency-08.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/web-design-agency-08-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/web-design-agency-08/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/web-design-agency-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-17529\";a:13:{s:5:\"title\";s:12:\"Construction\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-01-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-01-homepage-400x1545.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/construction-01\";s:20:\"astra-site-parent-id\";i:300;s:15:\"astra-sites-tag\";a:6:{i:435;s:12:\"architecture\";i:979;s:7:\"company\";i:484;s:12:\"construction\";i:436;s:8:\"interior\";i:812;s:6:\"office\";i:485;s:11:\"real-estate\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-25144\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-01-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/construction-01/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/construction-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25141\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-01-about.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-01-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/construction-01/wp-json/wp/v2/pages/71\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/construction-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25146\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-01-services.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-01-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/construction-01/wp-json/wp/v2/pages/72\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/construction-01/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25145\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-01-projects.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-01-projects-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/construction-01/wp-json/wp/v2/pages/74\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/construction-01/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25143\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-01-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-01-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/construction-01/wp-json/wp/v2/pages/73\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/construction-01/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-17536\";a:13:{s:5:\"title\";s:12:\"Construction\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-co-homepage.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-co-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-co-homepage-400x1916.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/construction-02\";s:20:\"astra-site-parent-id\";i:302;s:15:\"astra-sites-tag\";a:7:{i:435;s:12:\"architecture\";i:979;s:7:\"company\";i:484;s:12:\"construction\";i:436;s:8:\"interior\";i:812;s:6:\"office\";i:485;s:11:\"real-estate\";i:687;s:6:\"realty\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-25166\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-co-homepage.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-co-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/construction-02/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/construction-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25163\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-about.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/construction-02/wp-json/wp/v2/pages/71\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/construction-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25168\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-co-services.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-co-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/construction-02/wp-json/wp/v2/pages/72\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/construction-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25167\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-projects.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-projects-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/construction-02/wp-json/wp/v2/pages/74\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/construction-02/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25165\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/construction-02/wp-json/wp/v2/pages/73\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/construction-02/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48225\";a:13:{s:5:\"title\";s:12:\"Construction\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-homepage-gb.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-homepage-gb-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-homepage-gb-400x1648.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/construction-08\";s:20:\"astra-site-parent-id\";i:1707;s:15:\"astra-sites-tag\";a:6:{i:435;s:12:\"architecture\";i:979;s:7:\"company\";i:484;s:12:\"construction\";i:436;s:8:\"interior\";i:812;s:6:\"office\";i:485;s:11:\"real-estate\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-48228\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-homepage-gb.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-homepage-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/construction-08/wp-json/wp/v2/pages/1815\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/construction-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48226\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-about-gb.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-about-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/construction-08/wp-json/wp/v2/pages/1816\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/construction-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48230\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-services-gb.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-services-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/construction-08/wp-json/wp/v2/pages/1817\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/construction-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48229\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-projects-gb.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-projects-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/construction-08/wp-json/wp/v2/pages/1818\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/construction-08/projects/\";s:15:\"astra-sites-tag\";a:1:{i:1613;s:8:\"projects\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48227\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-contact-gb.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-contact-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/construction-08/wp-json/wp/v2/pages/1819\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/construction-08/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-17504\";a:13:{s:5:\"title\";s:16:\"Co-Working Space\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-02-home.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-02-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-02-home-400x1521.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/co-working-space-02\";s:20:\"astra-site-parent-id\";i:215;s:15:\"astra-sites-tag\";a:7:{i:692;s:8:\"business\";i:693;s:4:\"cafe\";i:694;s:16:\"co-working-place\";i:695;s:13:\"collaboration\";i:979;s:7:\"company\";i:812;s:6:\"office\";i:691;s:10:\"work-place\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-24320\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-02-home.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-02-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/co-working-space-02/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/co-working-space-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24316\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-about-page.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-about-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/co-working-space-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/co-working-space-02/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24317\";a:12:{s:5:\"title\";s:9:\"Amenities\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-02-aminities.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-02-aminities-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/co-working-space-02/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/co-working-space-02/amenities/\";s:15:\"astra-sites-tag\";a:1:{i:777;s:9:\"amenities\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24321\";a:12:{s:5:\"title\";s:7:\"Pricing\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-02-pricing.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-02-pricing-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/co-working-space-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/co-working-space-02/pricing/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24319\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/co-working-space-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/co-working-space-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-17363\";a:13:{s:5:\"title\";s:16:\"Co-Working Space\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-01-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-01-homepage-400x894.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/co-working-space-01\";s:20:\"astra-site-parent-id\";i:217;s:15:\"astra-sites-tag\";a:7:{i:692;s:8:\"business\";i:693;s:4:\"cafe\";i:694;s:16:\"co-working-place\";i:695;s:13:\"collaboration\";i:979;s:7:\"company\";i:812;s:6:\"office\";i:691;s:10:\"work-place\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-24344\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-01-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/co-working-space-01/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/co-working-space-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-24340\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-01-about-us.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-01-about-us-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/co-working-space-01/wp-json/wp/v2/pages/37\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/co-working-space-01/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-24341\";a:12:{s:5:\"title\";s:9:\"Amenities\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-01-amenities.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-01-amenities-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/co-working-space-01/wp-json/wp/v2/pages/39\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/co-working-space-01/amenities/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-24345\";a:12:{s:5:\"title\";s:7:\"Pricing\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-01-pricing.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-01-pricing-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/co-working-space-01/wp-json/wp/v2/pages/40\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/co-working-space-01/pricing/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-24343\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-01-contact.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-01-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/co-working-space-01/wp-json/wp/v2/pages/41\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/co-working-space-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48374\";a:13:{s:5:\"title\";s:16:\"Co-Working Space\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-homepage-gb.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-homepage-gb-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-homepage-gb-400x1274.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/co-working-space-08\";s:20:\"astra-site-parent-id\";i:1729;s:15:\"astra-sites-tag\";a:5:{i:692;s:8:\"business\";i:694;s:16:\"co-working-place\";i:695;s:13:\"collaboration\";i:1453;s:15:\"coworking-space\";i:691;s:10:\"work-place\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-48375\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-about-gb.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-about-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/co-working-space-08/wp-json/wp/v2/pages/1131\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/co-working-space-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48376\";a:12:{s:5:\"title\";s:9:\"Amenities\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-amenities-gb.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-amenities-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/co-working-space-08/wp-json/wp/v2/pages/1132\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/co-working-space-08/amenities/\";s:15:\"astra-sites-tag\";a:1:{i:777;s:9:\"amenities\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48377\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-contact-gb.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-contact-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/co-working-space-08/wp-json/wp/v2/pages/1133\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/co-working-space-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48378\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-homepage-gb.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-homepage-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/co-working-space-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/co-working-space-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48379\";a:12:{s:5:\"title\";s:7:\"Pricing\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-pricing-gb.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-pricing-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/co-working-space-08/wp-json/wp/v2/pages/1134\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/co-working-space-08/pricing/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-17354\";a:13:{s:5:\"title\";s:18:\"Wedding Invitation\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-invite-onepage.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-invite-onepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-invite-onepage-400x1566.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/wedding-02\";s:20:\"astra-site-parent-id\";i:264;s:15:\"astra-sites-tag\";a:5:{i:698;s:10:\"engagement\";i:699;s:10:\"invitation\";i:399;s:8:\"one-page\";i:463;s:11:\"single-page\";i:697;s:7:\"wedding\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:1:{i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-24754\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-invite-onepage.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-invite-onepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/wedding-02/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/wedding-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48297\";a:13:{s:5:\"title\";s:18:\"Wedding Invitation\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/wedding-08-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/wedding-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/wedding-08-home-400x1596.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/wedding-08\";s:20:\"astra-site-parent-id\";i:1716;s:15:\"astra-sites-tag\";a:5:{i:699;s:10:\"invitation\";i:746;s:13:\"one-page-site\";i:463;s:11:\"single-page\";i:697;s:7:\"wedding\";i:1457;s:18:\"wedding-invitation\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:1:{i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-48298\";a:12:{s:5:\"title\";s:18:\"Wedding Invitation\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/wedding-08-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/wedding-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/wedding-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/wedding-08/\";s:15:\"astra-sites-tag\";a:3:{i:423;s:4:\"home\";i:1718;s:7:\"onepage\";i:1457;s:18:\"wedding-invitation\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-17366\";a:13:{s:5:\"title\";s:10:\"Car Repair\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-01-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-01-homepage-400x964.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/car-repair-01\";s:20:\"astra-site-parent-id\";i:298;s:15:\"astra-sites-tag\";a:4:{i:588;s:8:\"car-care\";i:587;s:13:\"car-detailing\";i:666;s:10:\"car-repair\";i:667;s:11:\"repair-shop\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-25114\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-01-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/car-repair-01/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/car-repair-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-25111\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-01-about-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-01-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/car-repair-01/wp-json/wp/v2/pages/193\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/car-repair-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25116\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-01-services.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-01-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/car-repair-01/wp-json/wp/v2/pages/217\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/car-repair-01/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25115\";a:12:{s:5:\"title\";s:9:\"Our Staff\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-01-our-staff.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-01-our-staff-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/car-repair-01/wp-json/wp/v2/pages/230\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/car-repair-01/our-staff/\";s:15:\"astra-sites-tag\";a:2:{i:668;s:5:\"staff\";i:486;s:4:\"team\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25113\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-01-contact.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-01-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/car-repair-01/wp-json/wp/v2/pages/28\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/car-repair-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-17337\";a:13:{s:5:\"title\";s:13:\"Prime Lawyers\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/law-firm-homepage.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/law-firm-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/law-firm-homepage-400x1533.jpg\";s:14:\"astra-site-url\";s:25:\"//websitedemos.net/law-02\";s:20:\"astra-site-parent-id\";i:253;s:15:\"astra-sites-tag\";a:7:{i:704;s:13:\"corporate-law\";i:701;s:12:\"criminal-law\";i:703;s:11:\"enforcement\";i:968;s:7:\"justice\";i:702;s:8:\"law-firm\";i:706;s:6:\"lawyer\";i:1022;s:12:\"professional\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-24652\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/law-firm-homepage.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/law-firm-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:53:\"https://websitedemos.net/law-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:26:\"//websitedemos.net/law-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24648\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/law-firm-aboutus.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/law-firm-aboutus-600x800.jpg\";s:18:\"astra-page-api-url\";s:53:\"https://websitedemos.net/law-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/law-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24653\";a:12:{s:5:\"title\";s:13:\"Practice Area\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/law-firm-practice-area-page.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/law-firm-practice-area-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:54:\"https://websitedemos.net/law-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/law-02/practice-area/\";s:15:\"astra-sites-tag\";a:2:{i:708;s:4:\"area\";i:707;s:13:\"practice-area\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24651\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2019/07/law-02-faq-1.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/law-02-faq-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:54:\"https://websitedemos.net/law-02/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/law-02/faq/\";s:15:\"astra-sites-tag\";a:2:{i:426;s:3:\"faq\";i:709;s:9:\"questions\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24650\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/law-02-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/law-02-contact-2-600x800.jpg\";s:18:\"astra-page-api-url\";s:54:\"https://websitedemos.net/law-02/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/law-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-17326\";a:13:{s:5:\"title\";s:11:\"Electrician\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-home-page.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-home-page-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-home-page-400x1441.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/electrician-02\";s:20:\"astra-site-parent-id\";i:237;s:15:\"astra-sites-tag\";a:4:{i:341;s:11:\"electrician\";i:1021;s:14:\"local-business\";i:439;s:14:\"local-services\";i:671;s:16:\"service-provider\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-24526\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-home-page.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-home-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/electrician-02/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/electrician-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-24522\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-about-page.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-about-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/electrician-02/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/electrician-02/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24527\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-service-page.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-service-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/electrician-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/electrician-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24525\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-faq-screenshot.png\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-faq-screenshot-600x800.png\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/electrician-02/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/electrician-02/faq/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24524\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-contact-screenshot.png\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-contact-screenshot-600x800.png\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/electrician-02/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/electrician-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-17300\";a:13:{s:5:\"title\";s:13:\"Dental Clinic\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/dental-clinic-home-page.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/dental-clinic-home-page-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/dental-clinic-home-page-400x2186.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/dental-02\";s:20:\"astra-site-parent-id\";i:230;s:15:\"astra-sites-tag\";a:8:{i:623;s:7:\"dentist\";i:601;s:6:\"doctor\";i:604;s:10:\"healthcare\";i:605;s:8:\"hospital\";i:399;s:8:\"one-page\";i:1022;s:12:\"professional\";i:463;s:11:\"single-page\";i:607;s:9:\"treatment\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-24468\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/dental-clinic-home-page.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/dental-clinic-home-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/dental-02/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/dental-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-38739\";a:13:{s:5:\"title\";s:13:\"Makeup Artist\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-homepage.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-homepage-400x1394.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/makeup-artist-02\";s:20:\"astra-site-parent-id\";i:1125;s:15:\"astra-sites-tag\";a:6:{i:579;s:14:\"bridal-make-up\";i:477;s:9:\"hair-care\";i:575;s:11:\"hair-styles\";i:1126;s:7:\"make-up\";i:1128;s:14:\"make-up-artist\";i:1127;s:9:\"skin-care\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-38742\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-homepage.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/makeup-artist-02/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/makeup-artist-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-38740\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-02-about.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-02-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/makeup-artist-02/wp-json/wp/v2/pages/43\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/makeup-artist-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-38744\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-02-services.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-02-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/makeup-artist-02/wp-json/wp/v2/pages/44\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/makeup-artist-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-38743\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-02-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-02-portfolio-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/makeup-artist-02/wp-json/wp/v2/pages/45\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/makeup-artist-02/portfolio/\";s:15:\"astra-sites-tag\";a:2:{i:997;s:8:\"our-work\";i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-38741\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-02-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/makeup-artist-02/wp-json/wp/v2/pages/46\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/makeup-artist-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}}','no'),(376,'astra-sites-and-pages-page-28','a:14:{s:8:\"id-38733\";a:13:{s:5:\"title\";s:13:\"Makeup Artist\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/02/makeup-artist-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/02/makeup-artist-01-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/02/makeup-artist-01-homepage-400x1272.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/makeup-artist-01\";s:20:\"astra-site-parent-id\";i:1124;s:15:\"astra-sites-tag\";a:5:{i:579;s:14:\"bridal-make-up\";i:477;s:9:\"hair-care\";i:575;s:11:\"hair-styles\";i:982;s:11:\"hairstylist\";i:577;s:13:\"makeup-artist\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-44089\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/02/makeup-artist-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/02/makeup-artist-01-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/makeup-artist-01/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/makeup-artist-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-44087\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/02/makeup-artist-01-about.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/02/makeup-artist-01-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/makeup-artist-01/wp-json/wp/v2/pages/43\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/makeup-artist-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-44091\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/02/makeup-artist-01-services.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/02/makeup-artist-01-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/makeup-artist-01/wp-json/wp/v2/pages/44\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/makeup-artist-01/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-44090\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/02/makeup-artist-01-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/02/makeup-artist-01-portfolio-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/makeup-artist-01/wp-json/wp/v2/pages/45\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/makeup-artist-01/portfolio/\";s:15:\"astra-sites-tag\";a:2:{i:444;s:9:\"portfolio\";i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-44088\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/02/makeup-artist-01-contact.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/02/makeup-artist-01-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/makeup-artist-01/wp-json/wp/v2/pages/46\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/makeup-artist-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48263\";a:13:{s:5:\"title\";s:13:\"Makeup Artist\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-400x1312.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/makeup-artist-08\";s:20:\"astra-site-parent-id\";i:1713;s:15:\"astra-sites-tag\";a:6:{i:579;s:14:\"bridal-make-up\";i:477;s:9:\"hair-care\";i:575;s:11:\"hair-styles\";i:982;s:11:\"hairstylist\";i:577;s:13:\"makeup-artist\";i:1728;s:13:\"makeup-studio\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-48266\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/makeup-artist-08/wp-json/wp/v2/pages/1299\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/makeup-artist-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48264\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-about.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/makeup-artist-08/wp-json/wp/v2/pages/1300\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/makeup-artist-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48268\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-services.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/makeup-artist-08/wp-json/wp/v2/pages/1301\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/makeup-artist-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48267\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-portfolio-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/makeup-artist-08/wp-json/wp/v2/pages/1302\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/makeup-artist-08/portfolio/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48265\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/makeup-artist-08/wp-json/wp/v2/pages/1303\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/makeup-artist-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-19799\";a:13:{s:5:\"title\";s:13:\"Makeup Artist\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-home-400x1111.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/makeup-artist-05\";s:20:\"astra-site-parent-id\";i:278;s:15:\"astra-sites-tag\";a:5:{i:579;s:14:\"bridal-make-up\";i:477;s:9:\"hair-care\";i:575;s:11:\"hair-styles\";i:982;s:11:\"hairstylist\";i:577;s:13:\"makeup-artist\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-24882\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/makeup-artist-05/wp-json/wp/v2/pages/962\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/makeup-artist-05/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24880\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-about.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/makeup-artist-05/wp-json/wp/v2/pages/968\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/makeup-artist-05/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24884\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-services.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/makeup-artist-05/wp-json/wp/v2/pages/972\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/makeup-artist-05/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24883\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-portfolio-600x800.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/makeup-artist-05/wp-json/wp/v2/pages/977\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/makeup-artist-05/portfolio/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24881\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-contact.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24881-makeup-artist-contact-resize.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/makeup-artist-05/wp-json/wp/v2/pages/983\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/makeup-artist-05/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-43271\";a:13:{s:5:\"title\";s:17:\"Cleaning Services\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-services-home-page.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-services-home-page-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-services-home-page-400x1227.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/cleaner-02\";s:20:\"astra-site-parent-id\";i:1406;s:15:\"astra-sites-tag\";a:7:{i:680;s:8:\"cleaning\";i:679;s:17:\"cleaning-services\";i:673;s:19:\"commercial-cleaning\";i:674;s:17:\"domestic-cleaning\";i:1407;s:13:\"house-keeping\";i:676;s:11:\"maintenance\";i:677;s:7:\"washing\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-43275\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-services-home-page.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-services-home-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/cleaner-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/cleaner-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-43272\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-services-about-page.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-services-about-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/cleaner-02/wp-json/wp/v2/pages/21\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/cleaner-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-43276\";a:12:{s:5:\"title\";s:11:\"Residential\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-service-residential-page.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-service-residential-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/cleaner-02/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/cleaner-02/residential/\";s:15:\"astra-sites-tag\";a:2:{i:682;s:11:\"residential\";i:1408;s:7:\"service\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-43273\";a:12:{s:5:\"title\";s:10:\"Commercial\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-service-commercial-page.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-service-commercial-page-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/cleaner-02/wp-json/wp/v2/pages/23\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/cleaner-02/commercial/\";s:15:\"astra-sites-tag\";a:2:{i:681;s:10:\"commercial\";i:1408;s:7:\"service\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-43274\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaner-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaner-02-contact-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/cleaner-02/wp-json/wp/v2/pages/24\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/cleaner-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-43284\";a:13:{s:5:\"title\";s:16:\"Cleaning Service\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/08/cleaner-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/08/cleaner-01-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/08/cleaner-01-homepage-400x1114.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/cleaner-01\";s:20:\"astra-site-parent-id\";i:1409;s:15:\"astra-sites-tag\";a:7:{i:680;s:8:\"cleaning\";i:679;s:17:\"cleaning-services\";i:673;s:19:\"commercial-cleaning\";i:674;s:17:\"domestic-cleaning\";i:1407;s:13:\"house-keeping\";i:676;s:11:\"maintenance\";i:677;s:7:\"washing\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-47208\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/08/cleaner-01-about-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/08/cleaner-01-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/cleaner-01/wp-json/wp/v2/pages/21\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/cleaner-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-47209\";a:12:{s:5:\"title\";s:10:\"Commercial\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/08/cleaner-01-commercial-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/08/cleaner-01-commercial-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/cleaner-01/wp-json/wp/v2/pages/23\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/cleaner-01/commercial/\";s:15:\"astra-sites-tag\";a:1:{i:681;s:10:\"commercial\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-47210\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/08/cleaner-01-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/08/cleaner-01-contact-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/cleaner-01/wp-json/wp/v2/pages/24\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/cleaner-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47211\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/08/cleaner-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/08/cleaner-01-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/cleaner-01/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/cleaner-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-47212\";a:12:{s:5:\"title\";s:11:\"Residential\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/08/cleaner-01-residential-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/08/cleaner-01-residential-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/cleaner-01/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/cleaner-01/residential/\";s:15:\"astra-sites-tag\";a:1:{i:682;s:11:\"residential\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}}}s:8:\"id-48269\";a:13:{s:5:\"title\";s:17:\"Cleaning Services\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-home-400x1345.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/cleaner-08\";s:20:\"astra-site-parent-id\";i:1714;s:15:\"astra-sites-tag\";a:7:{i:680;s:8:\"cleaning\";i:679;s:17:\"cleaning-services\";i:673;s:19:\"commercial-cleaning\";i:674;s:17:\"domestic-cleaning\";i:1407;s:13:\"house-keeping\";i:676;s:11:\"maintenance\";i:677;s:7:\"washing\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-48273\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cleaner-08/wp-json/wp/v2/pages/1696\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/cleaner-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48270\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-about.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cleaner-08/wp-json/wp/v2/pages/1352\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/cleaner-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48274\";a:12:{s:5:\"title\";s:11:\"Residential\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-residential.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-residential-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cleaner-08/wp-json/wp/v2/pages/1348\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/cleaner-08/residential/\";s:15:\"astra-sites-tag\";a:1:{i:776;s:20:\"residential-cleaning\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48271\";a:12:{s:5:\"title\";s:10:\"Commercial\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-commercial.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-commercial-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cleaner-08/wp-json/wp/v2/pages/1350\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/cleaner-08/commercial/\";s:15:\"astra-sites-tag\";a:1:{i:673;s:19:\"commercial-cleaning\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48272\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cleaner-08/wp-json/wp/v2/pages/1354\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/cleaner-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-43296\";a:13:{s:5:\"title\";s:35:\"Residential and Commercial Cleaning\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-05-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-05-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-05-home-400x1498.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/cleaning-05\";s:20:\"astra-site-parent-id\";i:1410;s:15:\"astra-sites-tag\";a:7:{i:680;s:8:\"cleaning\";i:679;s:17:\"cleaning-services\";i:673;s:19:\"commercial-cleaning\";i:674;s:17:\"domestic-cleaning\";i:1407;s:13:\"house-keeping\";i:676;s:11:\"maintenance\";i:677;s:7:\"washing\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-43300\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-05-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-05-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cleaning-05/wp-json/wp/v2/pages/664\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/cleaning-05/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-43297\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-05-about.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-05-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cleaning-05/wp-json/wp/v2/pages/674\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/cleaning-05/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-43301\";a:12:{s:5:\"title\";s:11:\"Residential\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-05-residential.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-05-residential-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cleaning-05/wp-json/wp/v2/pages/679\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/cleaning-05/residential/\";s:15:\"astra-sites-tag\";a:2:{i:679;s:17:\"cleaning-services\";i:776;s:20:\"residential-cleaning\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-43298\";a:12:{s:5:\"title\";s:10:\"Commercial\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-05-commercial.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-05-commercial-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cleaning-05/wp-json/wp/v2/pages/682\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/cleaning-05/commercial/\";s:15:\"astra-sites-tag\";a:2:{i:679;s:17:\"cleaning-services\";i:673;s:19:\"commercial-cleaning\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-43299\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-05-contact.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-05-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cleaning-05/wp-json/wp/v2/pages/687\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/cleaning-05/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-54447\";a:13:{s:5:\"title\";s:22:\"Health &#038; Wellness\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-08-home.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-08-home-400x1460.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/health-wellness-08\";s:20:\"astra-site-parent-id\";i:2034;s:15:\"astra-sites-tag\";a:11:{i:337;s:6:\"clinic\";i:338;s:6:\"dental\";i:2047;s:13:\"dental-clinic\";i:601;s:6:\"doctor\";i:2045;s:6:\"health\";i:604;s:10:\"healthcare\";i:603;s:7:\"medical\";i:2046;s:14:\"medical-clinic\";i:621;s:12:\"psychiatrist\";i:2044;s:9:\"therapist\";i:619;s:8:\"wellness\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-54449\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-08-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/health-wellness-08/wp-json/wp/v2/pages/130\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/health-wellness-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-54450\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-08-home.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/health-wellness-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/health-wellness-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-54448\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-08-about.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/health-wellness-08/wp-json/wp/v2/pages/87\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/health-wellness-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-54451\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-08-services.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-08-services-600x800.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/health-wellness-08/wp-json/wp/v2/pages/120\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/health-wellness-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-17299\";a:13:{s:5:\"title\";s:13:\"Hotel and BnB\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2017/08/hotel-mountain-homepage.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2017/08/hotel-mountain-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2017/08/hotel-mountain-homepage-400x1756.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/hotel-02\";s:20:\"astra-site-parent-id\";i:250;s:15:\"astra-sites-tag\";a:7:{i:1534;s:3:\"bnb\";i:336;s:4:\"food\";i:350;s:5:\"hotel\";i:399;s:8:\"one-page\";i:714;s:6:\"resort\";i:335;s:10:\"restaurant\";i:463;s:11:\"single-page\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-24627\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2017/08/hotel-mountain-homepage.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2017/08/hotel-mountain-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/hotel-02/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/hotel-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-17506\";a:13:{s:5:\"title\";s:13:\"Hotel and BnB\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-01-homepage-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-01-homepage-400x1567.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/hotel-01\";s:20:\"astra-site-parent-id\";i:247;s:15:\"astra-sites-tag\";a:8:{i:560;s:7:\"cuisine\";i:336;s:4:\"food\";i:350;s:5:\"hotel\";i:712;s:5:\"lodge\";i:711;s:5:\"motel\";i:399;s:8:\"one-page\";i:714;s:6:\"resort\";i:463;s:11:\"single-page\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-24620\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-01-homepage-600x800.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/hotel-01/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/hotel-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48093\";a:13:{s:5:\"title\";s:13:\"Hotel and BnB\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/hotel-homepage-gb.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/hotel-homepage-gb-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/hotel-homepage-gb-400x1573.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/hotel-08\";s:20:\"astra-site-parent-id\";i:1700;s:15:\"astra-sites-tag\";a:8:{i:560;s:7:\"cuisine\";i:336;s:4:\"food\";i:350;s:5:\"hotel\";i:712;s:5:\"lodge\";i:711;s:5:\"motel\";i:399;s:8:\"one-page\";i:714;s:6:\"resort\";i:463;s:11:\"single-page\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-48094\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/hotel-homepage-gb.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/hotel-homepage-gb-600x800.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/hotel-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/hotel-08/\";s:15:\"astra-sites-tag\";a:3:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";i:463;s:11:\"single-page\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48304\";a:13:{s:5:\"title\";s:20:\"Health &amp; Fitness\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/health-fitness-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/health-fitness-08-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/health-fitness-08-400x1372.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/health-fitness-08\";s:20:\"astra-site-parent-id\";i:1720;s:15:\"astra-sites-tag\";a:4:{i:499;s:7:\"fitness\";i:521;s:12:\"fitness-blog\";i:1721;s:11:\"health-blog\";i:519;s:14:\"healthy-living\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:3:{s:8:\"id-48307\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/health-fitness-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/health-fitness-08-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/health-fitness-08/wp-json/wp/v2/pages/910\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/health-fitness-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48306\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/health-fitness-08-blog.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/health-fitness-08-blog-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/health-fitness-08/wp-json/wp/v2/pages/914\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/health-fitness-08/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48305\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/health-fitness-08-about.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/health-fitness-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/health-fitness-08/wp-json/wp/v2/pages/912\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/health-fitness-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-47918\";a:13:{s:5:\"title\";s:11:\"Travel Blog\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08-home-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08-home-400x1342.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/travel-08\";s:20:\"astra-site-parent-id\";i:1682;s:15:\"astra-sites-tag\";a:5:{i:480;s:4:\"blog\";i:430;s:7:\"tourism\";i:427;s:6:\"travel\";i:750;s:11:\"travel-blog\";i:1683;s:14:\"travel-blogger\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-47922\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08-home-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/travel-08/wp-json/wp/v2/pages/1718\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/travel-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47920\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08-blog.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08-blog-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/travel-08/wp-json/wp/v2/pages/1722\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/travel-08/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47919\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08-about.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08-about-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/travel-08/wp-json/wp/v2/pages/1720\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/travel-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47921\";a:12:{s:5:\"title\";s:11:\"Destination\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08-destinations.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08-destinations-600x800.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/travel-08/wp-json/wp/v2/pages/1724\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/travel-08/destination/\";s:15:\"astra-sites-tag\";a:2:{i:785;s:11:\"destination\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-47942\";a:13:{s:5:\"title\";s:8:\"Pet Care\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-care-08-home-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-care-08-home-1-600x800.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-care-08-home-1-400x1084.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/pet-care-08\";s:20:\"astra-site-parent-id\";i:1685;s:15:\"astra-sites-tag\";a:7:{i:1688;s:8:\"pet-blog\";i:374;s:8:\"pet-care\";i:1686;s:13:\"pet-care-blog\";i:372;s:11:\"pet-minding\";i:371;s:11:\"pet-sitting\";i:373;s:12:\"pet-training\";i:1687;s:11:\"pet-walking\";}s:16:\"astra-sites-type\";s:4:\"free\";s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:39;s:4:\"free\";}s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:3:{s:8:\"id-47945\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-care-08-home-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-care-08-home-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/pet-care-08/wp-json/wp/v2/pages/1040\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/pet-care-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47943\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-care-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-care-08-about-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/pet-care-08/wp-json/wp/v2/pages/1042\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/pet-care-08/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47944\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-care-08-blog-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-care-08-blog-1-600x800.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/pet-care-08/wp-json/wp/v2/pages/1044\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/pet-care-08/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}}','no'),(387,'astra_sites_import_data','a:44:{s:2:\"id\";i:55334;s:4:\"date\";s:19:\"2021-05-24T20:32:36\";s:8:\"date_gmt\";s:19:\"2021-05-24T15:02:36\";s:4:\"guid\";a:1:{s:8:\"rendered\";s:60:\"https://websitedemos.net/?post_type=astra-sites&#038;p=55334\";}s:8:\"modified\";s:19:\"2021-05-24T21:14:40\";s:12:\"modified_gmt\";s:19:\"2021-05-24T15:44:40\";s:4:\"slug\";s:9:\"charity-4\";s:6:\"status\";s:7:\"publish\";s:4:\"type\";s:11:\"astra-sites\";s:4:\"link\";s:46:\"https://websitedemos.net/astra-site/charity-4/\";s:5:\"title\";a:1:{s:8:\"rendered\";s:7:\"Charity\";}s:7:\"content\";a:2:{s:8:\"rendered\";s:0:\"\";s:9:\"protected\";b:0;}s:6:\"author\";i:34;s:14:\"featured_media\";i:55340;s:8:\"template\";s:0:\"\";s:19:\"astra-site-category\";a:2:{i:0;i:39;i:1;i:36;}s:16:\"astra-sites-type\";a:1:{i:0;i:19;}s:23:\"astra-site-page-builder\";a:1:{i:0;i:33;}s:15:\"astra-sites-tag\";a:11:{i:0;i:625;i:1;i:2126;i:2;i:893;i:3;i:2125;i:4;i:2128;i:5;i:1013;i:6;i:2124;i:7;i:624;i:8;i:977;i:9;i:745;i:10;i:2127;}s:25:\"astra-sites-site-category\";a:0:{}s:10:\"yoast_head\";s:2740:\"<!-- This site is optimized with the Yoast SEO plugin v16.5 - https://yoast.com/wordpress/plugins/seo/ -->\n<title>Charity - Website Demos</title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" />\n<link rel=\"canonical\" href=\"https://websitedemos.net/astra-site/charity-4/\" />\n<meta property=\"og:locale\" content=\"en_US\" />\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:title\" content=\"Charity - Website Demos\" />\n<meta property=\"og:url\" content=\"https://websitedemos.net/astra-site/charity-4/\" />\n<meta property=\"og:site_name\" content=\"Website Demos\" />\n<meta property=\"article:modified_time\" content=\"2021-05-24T15:44:40+00:00\" />\n<meta property=\"og:image\" content=\"https://websitedemos.net/wp-content/uploads/2021/05/communities-02-home.jpg\" />\n	<meta property=\"og:image:width\" content=\"1200\" />\n	<meta property=\"og:image:height\" content=\"4493\" />\n<meta name=\"twitter:card\" content=\"summary\" />\n<script type=\"application/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https://schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https://websitedemos.net/#website\",\"url\":\"https://websitedemos.net/\",\"name\":\"Website Demos\",\"description\":\"The Fastest, Lightweight Ready Websites\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":\"https://websitedemos.net/?s={search_term_string}\",\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"@id\":\"https://websitedemos.net/astra-site/charity-4/#primaryimage\",\"inLanguage\":\"en-US\",\"url\":\"https://websitedemos.net/wp-content/uploads/2021/05/communities-02-home.jpg\",\"contentUrl\":\"https://websitedemos.net/wp-content/uploads/2021/05/communities-02-home.jpg\",\"width\":1200,\"height\":4493},{\"@type\":\"WebPage\",\"@id\":\"https://websitedemos.net/astra-site/charity-4/#webpage\",\"url\":\"https://websitedemos.net/astra-site/charity-4/\",\"name\":\"Charity - Website Demos\",\"isPartOf\":{\"@id\":\"https://websitedemos.net/#website\"},\"primaryImageOfPage\":{\"@id\":\"https://websitedemos.net/astra-site/charity-4/#primaryimage\"},\"datePublished\":\"2021-05-24T15:02:36+00:00\",\"dateModified\":\"2021-05-24T15:44:40+00:00\",\"breadcrumb\":{\"@id\":\"https://websitedemos.net/astra-site/charity-4/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https://websitedemos.net/astra-site/charity-4/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https://websitedemos.net/astra-site/charity-4/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https://websitedemos.net/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Astra Sites\",\"item\":\"https://websitedemos.net/astra-site/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Charity\"}]}]}</script>\n<!-- / Yoast SEO plugin. -->\";s:15:\"astra-site-type\";s:4:\"free\";s:20:\"astra-site-thumbnail\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-02-home-400x1498.jpg\";s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:14:\"astra-site-url\";s:33:\"//websitedemos.net/communities-02\";s:26:\"astra-site-open-in-new-tab\";s:1:\"0\";s:17:\"astra-ist-mapping\";s:0:\"\";s:23:\"astra-site-widgets-data\";s:839:\"{\"sidebar-1\":{\"search-2\":{\"title\":\"\"},\"recent-posts-2\":{\"title\":\"\",\"number\":5},\"recent-comments-2\":{\"title\":\"\",\"number\":5},\"archives-2\":{\"title\":\"\",\"count\":0,\"dropdown\":0},\"categories-2\":{\"title\":\"\",\"count\":0,\"hierarchical\":0,\"dropdown\":0},\"meta-2\":{\"title\":\"\"}},\"footer-widget-1\":{\"wpforms-widget-3\":{\"title\":\"Stay up to date\",\"form_id\":87,\"show_title\":false,\"show_desc\":false}},\"footer-widget-2\":{\"custom_html-3\":{\"title\":\"Contact\",\"content\":\"<strong>123 Fifth Avenue, New York, NY 10160<\\/strong>\\r\\n<br>929-242-6868\\r\\n<br>\\r\\n<span style=\\\"text-decoration: underline\\\"><a href=\\\"#\\\">contact@info.com<\\/a><\\/span>\"}},\"footer-widget-3\":{\"text-3\":{\"title\":\"GIVE US A HAND\",\"text\":\"\",\"filter\":true,\"visual\":true}},\"footer-widget-4\":{\"text-10\":{\"title\":\"\",\"text\":\"<a href=\\\"#\\\"><button>Donate<\\/button><\\/a>\",\"filter\":true,\"visual\":true}}}\";s:26:\"astra-site-customizer-data\";a:2:{s:14:\"astra-settings\";a:1894:{s:26:\"blog-single-post-structure\";a:2:{i:0;s:12:\"single-image\";i:1;s:17:\"single-title-meta\";}s:17:\"blog-single-width\";s:7:\"default\";s:21:\"blog-single-max-width\";i:1200;s:16:\"blog-single-meta\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:20:\"enable-related-posts\";b:0;s:25:\"related-posts-total-count\";i:2;s:28:\"enable-related-posts-excerpt\";b:0;s:27:\"related-posts-excerpt-count\";i:25;s:22:\"related-posts-based-on\";s:10:\"categories\";s:22:\"related-posts-order-by\";s:4:\"date\";s:19:\"related-posts-order\";s:3:\"asc\";s:18:\"related-posts-grid\";s:1:\"2\";s:23:\"related-posts-structure\";a:2:{i:0;s:14:\"featured-image\";i:1;s:10:\"title-meta\";}s:28:\"related-posts-meta-structure\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:24:\"related-posts-text-color\";s:0:\"\";s:24:\"related-posts-link-color\";s:0:\"\";s:25:\"related-posts-title-color\";s:0:\"\";s:30:\"related-posts-background-color\";s:0:\"\";s:24:\"related-posts-meta-color\";s:0:\"\";s:30:\"related-posts-link-hover-color\";s:0:\"\";s:35:\"related-posts-meta-link-hover-color\";s:0:\"\";s:39:\"related-posts-section-title-font-family\";s:7:\"inherit\";s:39:\"related-posts-section-title-font-weight\";s:7:\"inherit\";s:42:\"related-posts-section-title-text-transform\";s:0:\"\";s:39:\"related-posts-section-title-line-height\";s:0:\"\";s:37:\"related-posts-section-title-font-size\";a:6:{s:7:\"desktop\";s:2:\"30\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"related-posts-title-font-family\";s:7:\"inherit\";s:31:\"related-posts-title-font-weight\";s:7:\"inherit\";s:34:\"related-posts-title-text-transform\";s:0:\"\";s:31:\"related-posts-title-line-height\";s:1:\"1\";s:29:\"related-posts-title-font-size\";a:6:{s:7:\"desktop\";s:2:\"20\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:30:\"related-posts-meta-font-family\";s:7:\"inherit\";s:30:\"related-posts-meta-font-weight\";s:7:\"inherit\";s:33:\"related-posts-meta-text-transform\";s:0:\"\";s:30:\"related-posts-meta-line-height\";s:0:\"\";s:28:\"related-posts-meta-font-size\";a:6:{s:7:\"desktop\";s:2:\"14\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:33:\"related-posts-content-font-family\";s:7:\"inherit\";s:33:\"related-posts-content-font-weight\";s:7:\"inherit\";s:36:\"related-posts-content-text-transform\";s:0:\"\";s:33:\"related-posts-content-line-height\";s:0:\"\";s:31:\"related-posts-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"blog-post-structure\";a:2:{i:0;s:5:\"image\";i:1;s:10:\"title-meta\";}s:10:\"blog-width\";s:7:\"default\";s:14:\"blog-max-width\";i:1200;s:17:\"blog-post-content\";s:7:\"excerpt\";s:9:\"blog-meta\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:10:\"text-color\";s:16:\"rgba(0,0,0,0.65)\";s:10:\"link-color\";s:7:\"#ffffff\";s:11:\"theme-color\";s:7:\"#833556\";s:12:\"link-h-color\";s:7:\"#000000\";s:13:\"footer-bg-obj\";a:8:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:12:\"footer-color\";s:0:\"\";s:17:\"footer-link-color\";s:0:\"\";s:19:\"footer-link-h-color\";s:0:\"\";s:17:\"footer-adv-bg-obj\";a:8:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:21:\"footer-adv-text-color\";s:0:\"\";s:21:\"footer-adv-link-color\";s:0:\"\";s:23:\"footer-adv-link-h-color\";s:0:\"\";s:26:\"footer-adv-wgt-title-color\";s:0:\"\";s:12:\"button-color\";s:7:\"#000000\";s:14:\"button-h-color\";s:7:\"#833556\";s:15:\"button-bg-color\";s:7:\"#ffffff\";s:17:\"button-bg-h-color\";s:21:\"rgba(255,255,255,0.9)\";s:20:\"theme-button-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"17\";s:5:\"right\";s:2:\"35\";s:6:\"bottom\";s:2:\"17\";s:4:\"left\";s:2:\"35\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"button-radius\";i:0;s:37:\"theme-button-border-group-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:17:\"footer-sml-layout\";s:19:\"footer-sml-layout-1\";s:20:\"footer-sml-section-1\";s:6:\"custom\";s:27:\"footer-sml-section-1-credit\";s:72:\"Copyright &copy; [current_year] [site_title] | Powered by [theme_author]\";s:20:\"footer-sml-section-2\";s:0:\"\";s:27:\"footer-sml-section-2-credit\";s:72:\"Copyright &copy; [current_year] [site_title] | Powered by [theme_author]\";s:27:\"footer-sml-dist-equal-align\";b:1;s:18:\"footer-sml-divider\";i:1;s:24:\"footer-sml-divider-color\";s:7:\"#7a7a7a\";s:19:\"footer-layout-width\";s:7:\"content\";s:22:\"ast-header-retina-logo\";s:101:\"https://websitedemos.net/communities-02/wp-content/uploads/sites/853/2021/05/logo-retina-free-img.png\";s:21:\"ast-header-logo-width\";s:0:\"\";s:32:\"ast-header-responsive-logo-width\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:18:\"display-site-title\";b:0;s:20:\"display-site-tagline\";i:0;s:17:\"logo-title-inline\";i:1;s:19:\"disable-primary-nav\";b:0;s:14:\"header-layouts\";s:20:\"header-main-layout-1\";s:22:\"header-main-rt-section\";s:4:\"none\";s:27:\"header-display-outside-menu\";b:0;s:27:\"header-main-rt-section-html\";s:27:\"<button>Contact Us</button>\";s:34:\"header-main-rt-section-button-text\";s:6:\"Button\";s:34:\"header-main-rt-section-button-link\";s:23:\"https://www.wpastra.com\";s:41:\"header-main-rt-section-button-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:35:\"header-main-rt-section-button-style\";s:12:\"theme-button\";s:40:\"header-main-rt-section-button-text-color\";s:0:\"\";s:40:\"header-main-rt-section-button-back-color\";s:0:\"\";s:42:\"header-main-rt-section-button-text-h-color\";s:0:\"\";s:42:\"header-main-rt-section-button-back-h-color\";s:0:\"\";s:37:\"header-main-rt-section-button-padding\";a:3:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}}s:41:\"header-main-rt-section-button-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:15:\"header-main-sep\";i:1;s:21:\"header-main-sep-color\";s:0:\"\";s:24:\"header-main-layout-width\";s:7:\"content\";s:22:\"primary-submenu-border\";a:4:{s:3:\"top\";s:1:\"2\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:27:\"primary-submenu-item-border\";b:0;s:23:\"primary-submenu-b-color\";s:0:\"\";s:28:\"primary-submenu-item-b-color\";s:0:\"\";s:33:\"primary-header-button-font-family\";s:7:\"inherit\";s:33:\"primary-header-button-font-weight\";s:7:\"inherit\";s:31:\"primary-header-button-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"primary-header-button-text-transform\";s:0:\"\";s:33:\"primary-header-button-line-height\";i:1;s:36:\"primary-header-button-letter-spacing\";s:0:\"\";s:22:\"header-main-menu-label\";s:0:\"\";s:22:\"header-main-menu-align\";s:6:\"inline\";s:39:\"header-main-submenu-container-animation\";s:0:\"\";s:24:\"mobile-header-breakpoint\";s:0:\"\";s:18:\"mobile-header-logo\";s:0:\"\";s:24:\"mobile-header-logo-width\";s:0:\"\";s:11:\"site-layout\";s:21:\"ast-full-width-layout\";s:18:\"site-content-width\";i:1200;s:37:\"site-layout-outside-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:8:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:8:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:8:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:19:\"site-content-layout\";s:15:\"boxed-container\";s:26:\"single-page-content-layout\";s:7:\"default\";s:26:\"single-post-content-layout\";s:7:\"default\";s:27:\"archive-post-content-layout\";s:7:\"default\";s:16:\"body-font-family\";s:29:\"\'Source Sans Pro\', sans-serif\";s:17:\"body-font-variant\";s:0:\"\";s:16:\"body-font-weight\";s:3:\"400\";s:14:\"font-size-body\";a:6:{s:7:\"desktop\";i:17;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:16:\"body-line-height\";s:0:\"\";s:18:\"para-margin-bottom\";s:0:\"\";s:19:\"body-text-transform\";s:0:\"\";s:20:\"headings-font-family\";s:21:\"\'Poppins\', sans-serif\";s:20:\"headings-font-weight\";s:3:\"700\";s:23:\"headings-text-transform\";s:0:\"\";s:20:\"headings-line-height\";s:0:\"\";s:20:\"font-size-site-title\";a:6:{s:7:\"desktop\";i:35;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"font-size-site-tagline\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"font-size-entry-title\";a:6:{s:7:\"desktop\";i:30;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"font-size-archive-summary-title\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:20:\"font-size-page-title\";a:6:{s:7:\"desktop\";i:30;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h1\";a:6:{s:7:\"desktop\";s:2:\"90\";s:6:\"tablet\";s:2:\"60\";s:6:\"mobile\";s:2:\"50\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h2\";a:6:{s:7:\"desktop\";s:2:\"55\";s:6:\"tablet\";s:2:\"45\";s:6:\"mobile\";s:2:\"35\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h3\";a:6:{s:7:\"desktop\";s:2:\"35\";s:6:\"tablet\";s:2:\"30\";s:6:\"mobile\";s:2:\"28\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h4\";a:6:{s:7:\"desktop\";s:2:\"26\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h5\";a:6:{s:7:\"desktop\";s:2:\"20\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h6\";a:6:{s:7:\"desktop\";s:2:\"16\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"site-sidebar-layout\";s:10:\"no-sidebar\";s:18:\"site-sidebar-width\";i:30;s:26:\"single-page-sidebar-layout\";s:7:\"default\";s:26:\"single-post-sidebar-layout\";s:7:\"default\";s:27:\"archive-post-sidebar-layout\";s:7:\"default\";s:10:\"footer-adv\";s:8:\"disabled\";s:23:\"footer-adv-border-width\";s:0:\"\";s:23:\"footer-adv-border-color\";s:7:\"#7a7a7a\";s:30:\"mobile-header-toggle-btn-style\";s:7:\"minimal\";s:23:\"hide-custom-menu-mobile\";i:1;s:27:\"mobile-header-toggle-target\";s:4:\"icon\";s:23:\"transparent-header-logo\";s:0:\"\";s:30:\"transparent-header-retina-logo\";s:0:\"\";s:26:\"different-transparent-logo\";i:0;s:33:\"different-transparent-retina-logo\";i:0;s:29:\"transparent-header-logo-width\";a:3:{s:7:\"desktop\";i:150;s:6:\"tablet\";i:120;s:6:\"mobile\";i:100;}s:25:\"transparent-header-enable\";i:0;s:34:\"transparent-header-disable-archive\";i:1;s:45:\"transparent-header-disable-latest-posts-index\";i:1;s:29:\"transparent-header-on-devices\";s:4:\"both\";s:27:\"transparent-header-main-sep\";i:0;s:33:\"transparent-header-main-sep-color\";s:0:\"\";s:27:\"transparent-header-bg-color\";s:0:\"\";s:35:\"transparent-header-color-site-title\";s:0:\"\";s:37:\"transparent-header-color-h-site-title\";s:0:\"\";s:25:\"transparent-menu-bg-color\";s:0:\"\";s:22:\"transparent-menu-color\";s:0:\"\";s:24:\"transparent-menu-h-color\";s:0:\"\";s:28:\"transparent-submenu-bg-color\";s:0:\"\";s:25:\"transparent-submenu-color\";s:0:\"\";s:27:\"transparent-submenu-h-color\";s:0:\"\";s:38:\"transparent-header-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:46:\"transparent-header-color-site-title-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:48:\"transparent-header-color-h-site-title-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:36:\"transparent-menu-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"transparent-menu-color-responsive\";a:3:{s:7:\"desktop\";s:7:\"#ffffff\";s:6:\"tablet\";s:15:\"rgba(0,0,0,0.5)\";s:6:\"mobile\";s:0:\"\";}s:35:\"transparent-menu-h-color-responsive\";a:3:{s:7:\"desktop\";s:7:\"#ffd0b3\";s:6:\"tablet\";s:7:\"#833556\";s:6:\"mobile\";s:0:\"\";}s:39:\"transparent-submenu-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:36:\"transparent-submenu-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:38:\"transparent-submenu-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:49:\"transparent-content-section-text-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:49:\"transparent-content-section-link-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:51:\"transparent-content-section-link-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"breadcrumb-font-family\";s:7:\"inherit\";s:22:\"breadcrumb-font-weight\";s:7:\"inherit\";s:25:\"breadcrumb-text-transform\";s:0:\"\";s:32:\"breadcrumb-text-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"breadcrumb-active-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"breadcrumb-hover-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"breadcrumb-separator-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:19:\"breadcrumb-bg-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:18:\"breadcrumb-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:20:\"breadcrumb-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:8:\"h1-color\";s:0:\"\";s:8:\"h2-color\";s:0:\"\";s:8:\"h3-color\";s:0:\"\";s:8:\"h4-color\";s:0:\"\";s:8:\"h5-color\";s:0:\"\";s:8:\"h6-color\";s:0:\"\";s:14:\"font-family-h1\";s:7:\"inherit\";s:14:\"font-weight-h1\";s:7:\"inherit\";s:17:\"text-transform-h1\";s:0:\"\";s:14:\"line-height-h1\";i:1;s:14:\"font-family-h2\";s:7:\"inherit\";s:14:\"font-weight-h2\";s:7:\"inherit\";s:17:\"text-transform-h2\";s:0:\"\";s:14:\"line-height-h2\";d:1.1999999999999999555910790149937383830547332763671875;s:14:\"font-family-h3\";s:7:\"inherit\";s:14:\"font-weight-h3\";s:7:\"inherit\";s:17:\"text-transform-h3\";s:0:\"\";s:14:\"line-height-h3\";i:1;s:18:\"font-weight-button\";s:3:\"700\";s:18:\"font-family-button\";s:21:\"\'Poppins\', sans-serif\";s:16:\"font-size-button\";a:6:{s:7:\"desktop\";s:2:\"14\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"text-transform-button\";s:9:\"uppercase\";s:21:\"theme-btn-line-height\";i:1;s:24:\"theme-btn-letter-spacing\";i:2;s:20:\"header-desktop-items\";a:5:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:11:\"mobile-menu\";}}s:5:\"above\";a:5:{s:10:\"above_left\";a:0:{}s:17:\"above_left_center\";a:0:{}s:12:\"above_center\";a:0:{}s:18:\"above_right_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:5:{s:12:\"primary_left\";a:1:{i:0;s:4:\"logo\";}s:19:\"primary_left_center\";a:0:{}s:14:\"primary_center\";a:0:{}s:20:\"primary_right_center\";a:0:{}s:13:\"primary_right\";a:2:{i:0;s:6:\"menu-1\";i:1;s:8:\"button-1\";}}s:5:\"below\";a:5:{s:10:\"below_left\";a:0:{}s:17:\"below_left_center\";a:0:{}s:12:\"below_center\";a:0:{}s:18:\"below_right_center\";a:0:{}s:11:\"below_right\";a:0:{}}s:4:\"flag\";b:0;}s:19:\"header-mobile-items\";a:5:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:11:\"mobile-menu\";}}s:5:\"above\";a:3:{s:10:\"above_left\";a:0:{}s:12:\"above_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:3:{s:12:\"primary_left\";a:1:{i:0;s:4:\"logo\";}s:14:\"primary_center\";a:0:{}s:13:\"primary_right\";a:1:{i:0;s:14:\"mobile-trigger\";}}s:5:\"below\";a:3:{s:10:\"below_left\";a:0:{}s:12:\"below_center\";a:0:{}s:11:\"below_right\";a:0:{}}s:4:\"flag\";b:0;}s:27:\"hb-header-main-layout-width\";s:7:\"content\";s:16:\"hb-header-height\";a:3:{s:7:\"desktop\";i:70;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:8:\"hb-stack\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:18:\"hb-header-main-sep\";i:1;s:24:\"hb-header-main-sep-color\";s:7:\"#eaeaea\";s:25:\"hb-header-main-menu-align\";s:6:\"inline\";s:27:\"hb-header-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:17:\"hb-header-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:3:\"1.5\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"1.5\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:1:\"1\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:17:\"hba-header-layout\";s:21:\"above-header-layout-1\";s:17:\"hba-header-height\";a:3:{s:7:\"desktop\";i:50;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:9:\"hba-stack\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:20:\"hba-header-separator\";i:1;s:30:\"hba-header-bottom-border-color\";s:7:\"#eaeaea\";s:28:\"hba-header-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:32:\"hba-header-text-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:32:\"hba-header-link-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"hba-header-link-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:18:\"hba-header-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:3:\"0.5\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"em\";}s:17:\"hbb-header-layout\";s:21:\"below-header-layout-1\";s:17:\"hbb-header-height\";a:3:{s:7:\"desktop\";i:60;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:9:\"hbb-stack\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:20:\"hbb-header-separator\";i:1;s:30:\"hbb-header-bottom-border-color\";s:7:\"#eaeaea\";s:28:\"hbb-header-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:7:\"#eeeeee\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:18:\"hbb-header-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"1\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"px\";}s:37:\"section-footer-builder-layout-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"section-footer-builder-layout-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"section-above-header-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"section-above-header-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"section-below-header-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"section-below-header-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"section-header-mobile-trigger-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"section-primary-header-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:37:\"section-primary-header-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:20:\"title_tagline-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"section-header-search-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-account-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"header-mobile-menu-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:2:\"10\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:2:\"30\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:33:\"section-header-mobile-menu-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"section-above-footer-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:2:\"40\";s:5:\"right\";s:2:\"80\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:2:\"80\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:2:\"80\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"60\";s:4:\"left\";s:2:\"25\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"section-above-footer-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:1:\"0\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"section-below-footer-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"section-footer-copyright-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-footer-menu-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"section-primary-footer-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:3:\"100\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:2:\"60\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:2:\"60\";s:4:\"left\";s:2:\"30\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"25\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:37:\"section-primary-footer-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button1-text\";s:6:\"DONATE\";s:26:\"header-button1-link-option\";a:3:{s:3:\"url\";s:1:\"#\";s:7:\"new_tab\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button1-font-family\";s:7:\"inherit\";s:26:\"header-button1-font-weight\";s:7:\"inherit\";s:29:\"header-button1-text-transform\";s:0:\"\";s:26:\"header-button1-line-height\";s:0:\"\";s:24:\"header-button1-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button1-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button1-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button1-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button1-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button1-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button1-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button1-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button1-border-radius\";s:0:\"\";s:27:\"section-hb-button-1-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button1-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button1-text\";s:6:\"Button\";s:26:\"footer-button1-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button1-font-family\";s:7:\"inherit\";s:26:\"footer-button1-font-weight\";s:7:\"inherit\";s:29:\"footer-button1-text-transform\";s:0:\"\";s:26:\"footer-button1-line-height\";s:0:\"\";s:24:\"footer-button1-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button1-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button1-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button1-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button1-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button1-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button1-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button1-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button1-border-radius\";s:0:\"\";s:25:\"footer-button-1-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-1-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-1\";s:22:\"Insert HTML text here.\";s:18:\"header-html-1color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-1link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-1link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-1\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-1\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-1\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-1\";s:0:\"\";s:32:\"text-transform-section-hb-html-1\";s:0:\"\";s:24:\"section-hb-html-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-1\";s:60:\"<h6><span style=\"color: #ffd0b3;\">GIVE US A HAND</span></h6>\";s:18:\"footer-html-1color\";a:3:{s:7:\"desktop\";s:7:\"#ffd0b3\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-1link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-1link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-1\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-1-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-1\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-1\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-1\";s:0:\"\";s:29:\"line-height-section-fb-html-1\";s:0:\"\";s:24:\"section-fb-html-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-1-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-1-bg-space\";s:0:\"\";s:20:\"header-social-1-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-1-radius\";s:0:\"\";s:21:\"header-social-1-color\";s:0:\"\";s:23:\"header-social-1-h-color\";s:0:\"\";s:24:\"header-social-1-bg-color\";s:0:\"\";s:26:\"header-social-1-bg-h-color\";s:0:\"\";s:28:\"header-social-1-label-toggle\";b:0;s:26:\"header-social-1-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-1\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-1\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-1-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-1-bg-space\";s:0:\"\";s:20:\"footer-social-1-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-1-radius\";s:0:\"\";s:21:\"footer-social-1-color\";a:1:{s:7:\"desktop\";s:21:\"rgba(255,255,255,0.5)\";}s:23:\"footer-social-1-h-color\";a:1:{s:7:\"desktop\";s:7:\"#ffffff\";}s:24:\"footer-social-1-bg-color\";s:0:\"\";s:26:\"footer-social-1-bg-h-color\";s:0:\"\";s:28:\"footer-social-1-label-toggle\";b:0;s:26:\"footer-social-1-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-1\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-1\";a:2:{s:5:\"items\";a:4:{i:0;a:7:{s:2:\"id\";s:8:\"linkedin\";s:7:\"enabled\";b:1;s:3:\"url\";s:1:\"#\";s:5:\"color\";s:7:\"#1c86c6\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:11:\"linkedin-in\";s:5:\"label\";s:8:\"Linkedin\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:1:\"#\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:1:\"#\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:10:\"facebook-f\";s:5:\"label\";s:8:\"Facebook\";}i:3;a:7:{s:2:\"id\";s:7:\"youtube\";s:7:\"enabled\";b:1;s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#e96651\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"youtube\";s:5:\"label\";s:7:\"YouTube\";}}s:4:\"flag\";b:0;}s:25:\"footer-social-1-alignment\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:4:\"left\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:1:\"5\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-1-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-1-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-1-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-1-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-1-font-family\";s:7:\"inherit\";s:27:\"header-widget-1-font-weight\";s:7:\"inherit\";s:30:\"header-widget-1-text-transform\";s:0:\"\";s:27:\"header-widget-1-line-height\";s:0:\"\";s:25:\"header-widget-1-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-1-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-1-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-1-content-text-transform\";s:0:\"\";s:35:\"header-widget-1-content-line-height\";s:0:\"\";s:33:\"header-widget-1-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-1-title-color\";a:3:{s:7:\"desktop\";s:7:\"#ffffff\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-1-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-1-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-1-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-1-font-family\";s:7:\"inherit\";s:27:\"footer-widget-1-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-1-text-transform\";s:0:\"\";s:27:\"footer-widget-1-line-height\";s:0:\"\";s:25:\"footer-widget-1-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-1-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-1-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-1-content-text-transform\";s:0:\"\";s:35:\"footer-widget-1-content-line-height\";s:0:\"\";s:33:\"footer-widget-1-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-1\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:4:\"left\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu1-bg-color\";s:0:\"\";s:18:\"header-menu1-color\";s:0:\"\";s:23:\"header-menu1-h-bg-color\";s:0:\"\";s:20:\"header-menu1-h-color\";s:0:\"\";s:23:\"header-menu1-a-bg-color\";s:0:\"\";s:20:\"header-menu1-a-color\";s:0:\"\";s:30:\"header-menu1-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:29:\"header-menu1-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu1-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu1-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu1-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu1-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu1-menu-hover-animation\";s:0:\"\";s:40:\"header-menu1-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu1-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu1-submenu-item-border\";b:0;s:32:\"header-menu1-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu1-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu1-submenu-border-radius\";s:0:\"\";s:31:\"header-menu1-submenu-top-offset\";s:0:\"\";s:26:\"header-menu1-submenu-width\";s:0:\"\";s:27:\"header-menu1-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu1-menu-stack-on-mobile\";b:1;s:22:\"header-menu1-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu1-font-weight\";s:7:\"inherit\";s:24:\"header-menu1-font-family\";s:7:\"inherit\";s:27:\"header-menu1-text-transform\";s:0:\"\";s:24:\"header-menu1-line-height\";s:0:\"\";s:27:\"section-hb-divider-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button2-text\";s:6:\"Button\";s:26:\"header-button2-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button2-font-family\";s:7:\"inherit\";s:26:\"header-button2-font-weight\";s:7:\"inherit\";s:29:\"header-button2-text-transform\";s:0:\"\";s:26:\"header-button2-line-height\";s:0:\"\";s:24:\"header-button2-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button2-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button2-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button2-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button2-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button2-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button2-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button2-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button2-border-radius\";s:0:\"\";s:27:\"section-hb-button-2-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button2-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button2-text\";s:6:\"Button\";s:26:\"footer-button2-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button2-font-family\";s:7:\"inherit\";s:26:\"footer-button2-font-weight\";s:7:\"inherit\";s:29:\"footer-button2-text-transform\";s:0:\"\";s:26:\"footer-button2-line-height\";s:0:\"\";s:24:\"footer-button2-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button2-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button2-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button2-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button2-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button2-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button2-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button2-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button2-border-radius\";s:0:\"\";s:25:\"footer-button-2-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-2-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-2\";s:22:\"Insert HTML text here.\";s:18:\"header-html-2color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-2link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-2link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-2\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-2\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-2\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-2\";s:0:\"\";s:32:\"text-transform-section-hb-html-2\";s:0:\"\";s:24:\"section-hb-html-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-2\";s:105:\"<h2><span style=\"color: #ffffff;\">Support us and change the course of a child’s life today!</span></h2>\";s:18:\"footer-html-2color\";a:3:{s:7:\"desktop\";s:7:\"#ffffff\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-2link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-2link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-2\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-2-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-2\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-2\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-2\";s:0:\"\";s:29:\"line-height-section-fb-html-2\";s:0:\"\";s:24:\"section-fb-html-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"20\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"55\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-2-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-2-bg-space\";s:0:\"\";s:20:\"header-social-2-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-2-radius\";s:0:\"\";s:21:\"header-social-2-color\";s:0:\"\";s:23:\"header-social-2-h-color\";s:0:\"\";s:24:\"header-social-2-bg-color\";s:0:\"\";s:26:\"header-social-2-bg-h-color\";s:0:\"\";s:28:\"header-social-2-label-toggle\";b:0;s:26:\"header-social-2-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-2\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-2\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-2-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-2-bg-space\";s:0:\"\";s:20:\"footer-social-2-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-2-radius\";s:0:\"\";s:21:\"footer-social-2-color\";s:0:\"\";s:23:\"footer-social-2-h-color\";s:0:\"\";s:24:\"footer-social-2-bg-color\";s:0:\"\";s:26:\"footer-social-2-bg-h-color\";s:0:\"\";s:28:\"footer-social-2-label-toggle\";b:0;s:26:\"footer-social-2-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-2\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-2\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-2-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-2-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-2-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-2-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-2-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-2-font-family\";s:7:\"inherit\";s:27:\"header-widget-2-font-weight\";s:7:\"inherit\";s:30:\"header-widget-2-text-transform\";s:0:\"\";s:27:\"header-widget-2-line-height\";s:0:\"\";s:25:\"header-widget-2-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-2-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-2-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-2-content-text-transform\";s:0:\"\";s:35:\"header-widget-2-content-line-height\";s:0:\"\";s:33:\"header-widget-2-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-2-title-color\";a:3:{s:7:\"desktop\";s:7:\"#ffffff\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-2-color\";a:3:{s:7:\"desktop\";s:7:\"#ffffff\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-2-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-2-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-2-font-family\";s:7:\"inherit\";s:27:\"footer-widget-2-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-2-text-transform\";s:0:\"\";s:27:\"footer-widget-2-line-height\";s:0:\"\";s:25:\"footer-widget-2-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-2-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-2-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-2-content-text-transform\";s:0:\"\";s:35:\"footer-widget-2-content-line-height\";s:0:\"\";s:33:\"footer-widget-2-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-2\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:4:\"left\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu2-bg-color\";s:0:\"\";s:18:\"header-menu2-color\";s:0:\"\";s:23:\"header-menu2-h-bg-color\";s:0:\"\";s:20:\"header-menu2-h-color\";s:0:\"\";s:23:\"header-menu2-a-bg-color\";s:0:\"\";s:20:\"header-menu2-a-color\";s:0:\"\";s:30:\"header-menu2-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:29:\"header-menu2-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu2-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu2-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu2-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu2-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu2-menu-hover-animation\";s:0:\"\";s:40:\"header-menu2-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu2-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu2-submenu-item-border\";b:0;s:32:\"header-menu2-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu2-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu2-submenu-border-radius\";s:0:\"\";s:31:\"header-menu2-submenu-top-offset\";s:0:\"\";s:26:\"header-menu2-submenu-width\";s:0:\"\";s:27:\"header-menu2-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu2-menu-stack-on-mobile\";b:1;s:22:\"header-menu2-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu2-font-weight\";s:7:\"inherit\";s:24:\"header-menu2-font-family\";s:7:\"inherit\";s:27:\"header-menu2-text-transform\";s:0:\"\";s:24:\"header-menu2-line-height\";s:0:\"\";s:27:\"section-hb-divider-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button3-text\";s:6:\"Button\";s:26:\"header-button3-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button3-font-family\";s:7:\"inherit\";s:26:\"header-button3-font-weight\";s:7:\"inherit\";s:29:\"header-button3-text-transform\";s:0:\"\";s:26:\"header-button3-line-height\";s:0:\"\";s:24:\"header-button3-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button3-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button3-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button3-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button3-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button3-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button3-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button3-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button3-border-radius\";s:0:\"\";s:27:\"section-hb-button-3-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button3-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button3-text\";s:6:\"Button\";s:26:\"footer-button3-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button3-font-family\";s:7:\"inherit\";s:26:\"footer-button3-font-weight\";s:7:\"inherit\";s:29:\"footer-button3-text-transform\";s:0:\"\";s:26:\"footer-button3-line-height\";s:0:\"\";s:24:\"footer-button3-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button3-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button3-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button3-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button3-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button3-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button3-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button3-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button3-border-radius\";s:0:\"\";s:25:\"footer-button-3-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-3-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-3\";s:22:\"Insert HTML text here.\";s:18:\"header-html-3color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-3link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-3link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-3\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-3\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-3\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-3\";s:0:\"\";s:32:\"text-transform-section-hb-html-3\";s:0:\"\";s:24:\"section-hb-html-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-3\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-3color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-3link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-3link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-3\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-3-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-3\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-3\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-3\";s:0:\"\";s:29:\"line-height-section-fb-html-3\";s:0:\"\";s:24:\"section-fb-html-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-3-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-3-bg-space\";s:0:\"\";s:20:\"header-social-3-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-3-radius\";s:0:\"\";s:21:\"header-social-3-color\";s:0:\"\";s:23:\"header-social-3-h-color\";s:0:\"\";s:24:\"header-social-3-bg-color\";s:0:\"\";s:26:\"header-social-3-bg-h-color\";s:0:\"\";s:28:\"header-social-3-label-toggle\";b:0;s:26:\"header-social-3-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-3\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-3\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-3-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-3-bg-space\";s:0:\"\";s:20:\"footer-social-3-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-3-radius\";s:0:\"\";s:21:\"footer-social-3-color\";s:0:\"\";s:23:\"footer-social-3-h-color\";s:0:\"\";s:24:\"footer-social-3-bg-color\";s:0:\"\";s:26:\"footer-social-3-bg-h-color\";s:0:\"\";s:28:\"footer-social-3-label-toggle\";b:0;s:26:\"footer-social-3-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-3\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-3\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-3-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-3-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-3-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-3-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-3-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-3-font-family\";s:7:\"inherit\";s:27:\"header-widget-3-font-weight\";s:7:\"inherit\";s:30:\"header-widget-3-text-transform\";s:0:\"\";s:27:\"header-widget-3-line-height\";s:0:\"\";s:25:\"header-widget-3-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-3-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-3-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-3-content-text-transform\";s:0:\"\";s:35:\"header-widget-3-content-line-height\";s:0:\"\";s:33:\"header-widget-3-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-3-title-color\";a:3:{s:7:\"desktop\";s:7:\"#ffd0b3\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-3-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-3-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-3-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-3-font-family\";s:7:\"inherit\";s:27:\"footer-widget-3-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-3-text-transform\";s:0:\"\";s:27:\"footer-widget-3-line-height\";s:0:\"\";s:25:\"footer-widget-3-font-size\";a:6:{s:7:\"desktop\";s:2:\"16\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-3-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-3-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-3-content-text-transform\";s:0:\"\";s:35:\"footer-widget-3-content-line-height\";s:0:\"\";s:33:\"footer-widget-3-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-3\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu3-bg-color\";s:0:\"\";s:18:\"header-menu3-color\";s:0:\"\";s:23:\"header-menu3-h-bg-color\";s:0:\"\";s:20:\"header-menu3-h-color\";s:0:\"\";s:23:\"header-menu3-a-bg-color\";s:0:\"\";s:20:\"header-menu3-a-color\";s:0:\"\";s:30:\"header-menu3-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:29:\"header-menu3-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu3-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu3-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu3-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu3-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu3-menu-hover-animation\";s:0:\"\";s:40:\"header-menu3-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu3-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu3-submenu-item-border\";b:0;s:32:\"header-menu3-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu3-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu3-submenu-border-radius\";s:0:\"\";s:31:\"header-menu3-submenu-top-offset\";s:0:\"\";s:26:\"header-menu3-submenu-width\";s:0:\"\";s:27:\"header-menu3-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu3-menu-stack-on-mobile\";b:1;s:22:\"header-menu3-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu3-font-weight\";s:7:\"inherit\";s:24:\"header-menu3-font-family\";s:7:\"inherit\";s:27:\"header-menu3-text-transform\";s:0:\"\";s:24:\"header-menu3-line-height\";s:0:\"\";s:27:\"section-hb-divider-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button4-text\";s:6:\"Button\";s:26:\"header-button4-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button4-font-family\";s:7:\"inherit\";s:26:\"header-button4-font-weight\";s:7:\"inherit\";s:29:\"header-button4-text-transform\";s:0:\"\";s:26:\"header-button4-line-height\";s:0:\"\";s:24:\"header-button4-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button4-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button4-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button4-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button4-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button4-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button4-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button4-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button4-border-radius\";s:0:\"\";s:27:\"section-hb-button-4-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button4-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button4-text\";s:6:\"Button\";s:26:\"footer-button4-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button4-font-family\";s:7:\"inherit\";s:26:\"footer-button4-font-weight\";s:7:\"inherit\";s:29:\"footer-button4-text-transform\";s:0:\"\";s:26:\"footer-button4-line-height\";s:0:\"\";s:24:\"footer-button4-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button4-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button4-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button4-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button4-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button4-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button4-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button4-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button4-border-radius\";s:0:\"\";s:25:\"footer-button-4-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-4-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-4\";s:22:\"Insert HTML text here.\";s:18:\"header-html-4color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-4link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-4link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-4\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-4\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-4\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-4\";s:0:\"\";s:32:\"text-transform-section-hb-html-4\";s:0:\"\";s:24:\"section-hb-html-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-4\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-4color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-4link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-4link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-4\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-4-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-4\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-4\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-4\";s:0:\"\";s:29:\"line-height-section-fb-html-4\";s:0:\"\";s:24:\"section-fb-html-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-4-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-4-bg-space\";s:0:\"\";s:20:\"header-social-4-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-4-radius\";s:0:\"\";s:21:\"header-social-4-color\";s:0:\"\";s:23:\"header-social-4-h-color\";s:0:\"\";s:24:\"header-social-4-bg-color\";s:0:\"\";s:26:\"header-social-4-bg-h-color\";s:0:\"\";s:28:\"header-social-4-label-toggle\";b:0;s:26:\"header-social-4-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-4\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-4\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-4-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-4-bg-space\";s:0:\"\";s:20:\"footer-social-4-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-4-radius\";s:0:\"\";s:21:\"footer-social-4-color\";s:0:\"\";s:23:\"footer-social-4-h-color\";s:0:\"\";s:24:\"footer-social-4-bg-color\";s:0:\"\";s:26:\"footer-social-4-bg-h-color\";s:0:\"\";s:28:\"footer-social-4-label-toggle\";b:0;s:26:\"footer-social-4-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-4\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-4\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-4-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-4-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-4-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-4-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-4-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-4-font-family\";s:7:\"inherit\";s:27:\"header-widget-4-font-weight\";s:7:\"inherit\";s:30:\"header-widget-4-text-transform\";s:0:\"\";s:27:\"header-widget-4-line-height\";s:0:\"\";s:25:\"header-widget-4-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-4-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-4-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-4-content-text-transform\";s:0:\"\";s:35:\"header-widget-4-content-line-height\";s:0:\"\";s:33:\"header-widget-4-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-4-title-color\";a:3:{s:7:\"desktop\";s:7:\"#ffffff\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-4-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-4-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-4-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-4-font-family\";s:7:\"inherit\";s:27:\"footer-widget-4-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-4-text-transform\";s:0:\"\";s:27:\"footer-widget-4-line-height\";s:0:\"\";s:25:\"footer-widget-4-font-size\";a:6:{s:7:\"desktop\";s:2:\"55\";s:6:\"tablet\";s:2:\"45\";s:6:\"mobile\";s:2:\"35\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-4-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-4-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-4-content-text-transform\";s:0:\"\";s:35:\"footer-widget-4-content-line-height\";s:0:\"\";s:33:\"footer-widget-4-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-4\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu4-bg-color\";s:0:\"\";s:18:\"header-menu4-color\";s:0:\"\";s:23:\"header-menu4-h-bg-color\";s:0:\"\";s:20:\"header-menu4-h-color\";s:0:\"\";s:23:\"header-menu4-a-bg-color\";s:0:\"\";s:20:\"header-menu4-a-color\";s:0:\"\";s:30:\"header-menu4-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:29:\"header-menu4-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu4-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu4-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu4-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu4-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu4-menu-hover-animation\";s:0:\"\";s:40:\"header-menu4-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu4-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu4-submenu-item-border\";b:0;s:32:\"header-menu4-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu4-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu4-submenu-border-radius\";s:0:\"\";s:31:\"header-menu4-submenu-top-offset\";s:0:\"\";s:26:\"header-menu4-submenu-width\";s:0:\"\";s:27:\"header-menu4-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu4-menu-stack-on-mobile\";b:1;s:22:\"header-menu4-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu4-font-weight\";s:7:\"inherit\";s:24:\"header-menu4-font-family\";s:7:\"inherit\";s:27:\"header-menu4-text-transform\";s:0:\"\";s:24:\"header-menu4-line-height\";s:0:\"\";s:27:\"section-hb-divider-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button5-text\";s:6:\"Button\";s:26:\"header-button5-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button5-font-family\";s:7:\"inherit\";s:26:\"header-button5-font-weight\";s:7:\"inherit\";s:29:\"header-button5-text-transform\";s:0:\"\";s:26:\"header-button5-line-height\";s:0:\"\";s:24:\"header-button5-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button5-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button5-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button5-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button5-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button5-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button5-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button5-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button5-border-radius\";s:0:\"\";s:27:\"section-hb-button-5-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button5-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button5-text\";s:6:\"Button\";s:26:\"footer-button5-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button5-font-family\";s:7:\"inherit\";s:26:\"footer-button5-font-weight\";s:7:\"inherit\";s:29:\"footer-button5-text-transform\";s:0:\"\";s:26:\"footer-button5-line-height\";s:0:\"\";s:24:\"footer-button5-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button5-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button5-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button5-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button5-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button5-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button5-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button5-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button5-border-radius\";s:0:\"\";s:25:\"footer-button-5-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-5-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-5\";s:22:\"Insert HTML text here.\";s:18:\"header-html-5color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-5link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-5link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-5\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-5\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-5\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-5\";s:0:\"\";s:32:\"text-transform-section-hb-html-5\";s:0:\"\";s:24:\"section-hb-html-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-5\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-5color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-5link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-5link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-5\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-5-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-5\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-5\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-5\";s:0:\"\";s:29:\"line-height-section-fb-html-5\";s:0:\"\";s:24:\"section-fb-html-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-5-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-5-bg-space\";s:0:\"\";s:20:\"header-social-5-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-5-radius\";s:0:\"\";s:21:\"header-social-5-color\";s:0:\"\";s:23:\"header-social-5-h-color\";s:0:\"\";s:24:\"header-social-5-bg-color\";s:0:\"\";s:26:\"header-social-5-bg-h-color\";s:0:\"\";s:28:\"header-social-5-label-toggle\";b:0;s:26:\"header-social-5-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-5\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-5\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-5-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-5-bg-space\";s:0:\"\";s:20:\"footer-social-5-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-5-radius\";s:0:\"\";s:21:\"footer-social-5-color\";s:0:\"\";s:23:\"footer-social-5-h-color\";s:0:\"\";s:24:\"footer-social-5-bg-color\";s:0:\"\";s:26:\"footer-social-5-bg-h-color\";s:0:\"\";s:28:\"footer-social-5-label-toggle\";b:0;s:26:\"footer-social-5-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-5\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-5\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-5-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-5-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-5-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-5-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-5-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-5-font-family\";s:7:\"inherit\";s:27:\"header-widget-5-font-weight\";s:7:\"inherit\";s:30:\"header-widget-5-text-transform\";s:0:\"\";s:27:\"header-widget-5-line-height\";s:0:\"\";s:25:\"header-widget-5-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-5-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-5-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-5-content-text-transform\";s:0:\"\";s:35:\"header-widget-5-content-line-height\";s:0:\"\";s:33:\"header-widget-5-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-5-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-5-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-5-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-5-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-5-font-family\";s:7:\"inherit\";s:27:\"footer-widget-5-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-5-text-transform\";s:0:\"\";s:27:\"footer-widget-5-line-height\";s:0:\"\";s:25:\"footer-widget-5-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-5-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-5-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-5-content-text-transform\";s:0:\"\";s:35:\"footer-widget-5-content-line-height\";s:0:\"\";s:33:\"footer-widget-5-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-5\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu5-bg-color\";s:0:\"\";s:18:\"header-menu5-color\";s:0:\"\";s:23:\"header-menu5-h-bg-color\";s:0:\"\";s:20:\"header-menu5-h-color\";s:0:\"\";s:23:\"header-menu5-a-bg-color\";s:0:\"\";s:20:\"header-menu5-a-color\";s:0:\"\";s:30:\"header-menu5-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:29:\"header-menu5-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu5-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu5-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu5-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu5-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu5-menu-hover-animation\";s:0:\"\";s:40:\"header-menu5-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu5-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu5-submenu-item-border\";b:0;s:32:\"header-menu5-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu5-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu5-submenu-border-radius\";s:0:\"\";s:31:\"header-menu5-submenu-top-offset\";s:0:\"\";s:26:\"header-menu5-submenu-width\";s:0:\"\";s:27:\"header-menu5-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu5-menu-stack-on-mobile\";b:1;s:22:\"header-menu5-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu5-font-weight\";s:7:\"inherit\";s:24:\"header-menu5-font-family\";s:7:\"inherit\";s:27:\"header-menu5-text-transform\";s:0:\"\";s:24:\"header-menu5-line-height\";s:0:\"\";s:27:\"section-hb-divider-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button6-text\";s:6:\"Button\";s:26:\"header-button6-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button6-font-family\";s:7:\"inherit\";s:26:\"header-button6-font-weight\";s:7:\"inherit\";s:29:\"header-button6-text-transform\";s:0:\"\";s:26:\"header-button6-line-height\";s:0:\"\";s:24:\"header-button6-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button6-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button6-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button6-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button6-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button6-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button6-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button6-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button6-border-radius\";s:0:\"\";s:27:\"section-hb-button-6-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button6-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button6-text\";s:6:\"Button\";s:26:\"footer-button6-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button6-font-family\";s:7:\"inherit\";s:26:\"footer-button6-font-weight\";s:7:\"inherit\";s:29:\"footer-button6-text-transform\";s:0:\"\";s:26:\"footer-button6-line-height\";s:0:\"\";s:24:\"footer-button6-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button6-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button6-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button6-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button6-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button6-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button6-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button6-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button6-border-radius\";s:0:\"\";s:25:\"footer-button-6-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-6-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-6\";s:22:\"Insert HTML text here.\";s:18:\"header-html-6color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-6link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-6link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-6\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-6\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-6\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-6\";s:0:\"\";s:32:\"text-transform-section-hb-html-6\";s:0:\"\";s:24:\"section-hb-html-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-6\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-6color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-6link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-6link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-6\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-6-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-6\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-6\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-6\";s:0:\"\";s:29:\"line-height-section-fb-html-6\";s:0:\"\";s:24:\"section-fb-html-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-6-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-6-bg-space\";s:0:\"\";s:20:\"header-social-6-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-6-radius\";s:0:\"\";s:21:\"header-social-6-color\";s:0:\"\";s:23:\"header-social-6-h-color\";s:0:\"\";s:24:\"header-social-6-bg-color\";s:0:\"\";s:26:\"header-social-6-bg-h-color\";s:0:\"\";s:28:\"header-social-6-label-toggle\";b:0;s:26:\"header-social-6-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-6\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-6\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-6-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-6-bg-space\";s:0:\"\";s:20:\"footer-social-6-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-6-radius\";s:0:\"\";s:21:\"footer-social-6-color\";s:0:\"\";s:23:\"footer-social-6-h-color\";s:0:\"\";s:24:\"footer-social-6-bg-color\";s:0:\"\";s:26:\"footer-social-6-bg-h-color\";s:0:\"\";s:28:\"footer-social-6-label-toggle\";b:0;s:26:\"footer-social-6-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-6\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-6\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-6-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-6-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-6-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-6-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-6-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-6-font-family\";s:7:\"inherit\";s:27:\"header-widget-6-font-weight\";s:7:\"inherit\";s:30:\"header-widget-6-text-transform\";s:0:\"\";s:27:\"header-widget-6-line-height\";s:0:\"\";s:25:\"header-widget-6-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-6-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-6-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-6-content-text-transform\";s:0:\"\";s:35:\"header-widget-6-content-line-height\";s:0:\"\";s:33:\"header-widget-6-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-6-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-6-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-6-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-6-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-6-font-family\";s:7:\"inherit\";s:27:\"footer-widget-6-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-6-text-transform\";s:0:\"\";s:27:\"footer-widget-6-line-height\";s:0:\"\";s:25:\"footer-widget-6-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-6-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-6-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-6-content-text-transform\";s:0:\"\";s:35:\"footer-widget-6-content-line-height\";s:0:\"\";s:33:\"footer-widget-6-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-6\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu6-bg-color\";s:0:\"\";s:18:\"header-menu6-color\";s:0:\"\";s:23:\"header-menu6-h-bg-color\";s:0:\"\";s:20:\"header-menu6-h-color\";s:0:\"\";s:23:\"header-menu6-a-bg-color\";s:0:\"\";s:20:\"header-menu6-a-color\";s:0:\"\";s:30:\"header-menu6-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:29:\"header-menu6-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu6-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu6-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu6-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu6-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu6-menu-hover-animation\";s:0:\"\";s:40:\"header-menu6-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu6-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu6-submenu-item-border\";b:0;s:32:\"header-menu6-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu6-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu6-submenu-border-radius\";s:0:\"\";s:31:\"header-menu6-submenu-top-offset\";s:0:\"\";s:26:\"header-menu6-submenu-width\";s:0:\"\";s:27:\"header-menu6-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu6-menu-stack-on-mobile\";b:1;s:22:\"header-menu6-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu6-font-weight\";s:7:\"inherit\";s:24:\"header-menu6-font-family\";s:7:\"inherit\";s:27:\"header-menu6-text-transform\";s:0:\"\";s:24:\"header-menu6-line-height\";s:0:\"\";s:27:\"section-hb-divider-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button7-text\";s:6:\"Button\";s:26:\"header-button7-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button7-font-family\";s:7:\"inherit\";s:26:\"header-button7-font-weight\";s:7:\"inherit\";s:29:\"header-button7-text-transform\";s:0:\"\";s:26:\"header-button7-line-height\";s:0:\"\";s:24:\"header-button7-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button7-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button7-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button7-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button7-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button7-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button7-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button7-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button7-border-radius\";s:0:\"\";s:27:\"section-hb-button-7-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button7-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button7-text\";s:6:\"Button\";s:26:\"footer-button7-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button7-font-family\";s:7:\"inherit\";s:26:\"footer-button7-font-weight\";s:7:\"inherit\";s:29:\"footer-button7-text-transform\";s:0:\"\";s:26:\"footer-button7-line-height\";s:0:\"\";s:24:\"footer-button7-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button7-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button7-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button7-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button7-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button7-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button7-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button7-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button7-border-radius\";s:0:\"\";s:25:\"footer-button-7-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-7-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-7\";s:22:\"Insert HTML text here.\";s:18:\"header-html-7color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-7link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-7link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-7\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-7\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-7\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-7\";s:0:\"\";s:32:\"text-transform-section-hb-html-7\";s:0:\"\";s:24:\"section-hb-html-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-7\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-7color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-7link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-7link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-7\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-7-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-7\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-7\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-7\";s:0:\"\";s:29:\"line-height-section-fb-html-7\";s:0:\"\";s:24:\"section-fb-html-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-7-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-7-bg-space\";s:0:\"\";s:20:\"header-social-7-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-7-radius\";s:0:\"\";s:21:\"header-social-7-color\";s:0:\"\";s:23:\"header-social-7-h-color\";s:0:\"\";s:24:\"header-social-7-bg-color\";s:0:\"\";s:26:\"header-social-7-bg-h-color\";s:0:\"\";s:28:\"header-social-7-label-toggle\";b:0;s:26:\"header-social-7-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-7\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-7\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-7-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-7-bg-space\";s:0:\"\";s:20:\"footer-social-7-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-7-radius\";s:0:\"\";s:21:\"footer-social-7-color\";s:0:\"\";s:23:\"footer-social-7-h-color\";s:0:\"\";s:24:\"footer-social-7-bg-color\";s:0:\"\";s:26:\"footer-social-7-bg-h-color\";s:0:\"\";s:28:\"footer-social-7-label-toggle\";b:0;s:26:\"footer-social-7-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-7\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-7\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-7-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-7-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-7-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-7-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-7-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-7-font-family\";s:7:\"inherit\";s:27:\"header-widget-7-font-weight\";s:7:\"inherit\";s:30:\"header-widget-7-text-transform\";s:0:\"\";s:27:\"header-widget-7-line-height\";s:0:\"\";s:25:\"header-widget-7-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-7-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-7-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-7-content-text-transform\";s:0:\"\";s:35:\"header-widget-7-content-line-height\";s:0:\"\";s:33:\"header-widget-7-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-7-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-7-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-7-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-7-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-7-font-family\";s:7:\"inherit\";s:27:\"footer-widget-7-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-7-text-transform\";s:0:\"\";s:27:\"footer-widget-7-line-height\";s:0:\"\";s:25:\"footer-widget-7-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-7-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-7-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-7-content-text-transform\";s:0:\"\";s:35:\"footer-widget-7-content-line-height\";s:0:\"\";s:33:\"footer-widget-7-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-7\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu7-bg-color\";s:0:\"\";s:18:\"header-menu7-color\";s:0:\"\";s:23:\"header-menu7-h-bg-color\";s:0:\"\";s:20:\"header-menu7-h-color\";s:0:\"\";s:23:\"header-menu7-a-bg-color\";s:0:\"\";s:20:\"header-menu7-a-color\";s:0:\"\";s:30:\"header-menu7-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:29:\"header-menu7-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu7-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu7-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu7-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu7-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu7-menu-hover-animation\";s:0:\"\";s:40:\"header-menu7-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu7-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu7-submenu-item-border\";b:0;s:32:\"header-menu7-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu7-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu7-submenu-border-radius\";s:0:\"\";s:31:\"header-menu7-submenu-top-offset\";s:0:\"\";s:26:\"header-menu7-submenu-width\";s:0:\"\";s:27:\"header-menu7-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu7-menu-stack-on-mobile\";b:1;s:22:\"header-menu7-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu7-font-weight\";s:7:\"inherit\";s:24:\"header-menu7-font-family\";s:7:\"inherit\";s:27:\"header-menu7-text-transform\";s:0:\"\";s:24:\"header-menu7-line-height\";s:0:\"\";s:27:\"section-hb-divider-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button8-text\";s:6:\"Button\";s:26:\"header-button8-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button8-font-family\";s:7:\"inherit\";s:26:\"header-button8-font-weight\";s:7:\"inherit\";s:29:\"header-button8-text-transform\";s:0:\"\";s:26:\"header-button8-line-height\";s:0:\"\";s:24:\"header-button8-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button8-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button8-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button8-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button8-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button8-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button8-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button8-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button8-border-radius\";s:0:\"\";s:27:\"section-hb-button-8-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button8-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button8-text\";s:6:\"Button\";s:26:\"footer-button8-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button8-font-family\";s:7:\"inherit\";s:26:\"footer-button8-font-weight\";s:7:\"inherit\";s:29:\"footer-button8-text-transform\";s:0:\"\";s:26:\"footer-button8-line-height\";s:0:\"\";s:24:\"footer-button8-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button8-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button8-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button8-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button8-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button8-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button8-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button8-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button8-border-radius\";s:0:\"\";s:25:\"footer-button-8-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-8-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-8\";s:22:\"Insert HTML text here.\";s:18:\"header-html-8color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-8link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-8link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-8\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-8\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-8\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-8\";s:0:\"\";s:32:\"text-transform-section-hb-html-8\";s:0:\"\";s:24:\"section-hb-html-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-8\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-8color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-8link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-8link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-8\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-8-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-8\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-8\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-8\";s:0:\"\";s:29:\"line-height-section-fb-html-8\";s:0:\"\";s:24:\"section-fb-html-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-8-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-8-bg-space\";s:0:\"\";s:20:\"header-social-8-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-8-radius\";s:0:\"\";s:21:\"header-social-8-color\";s:0:\"\";s:23:\"header-social-8-h-color\";s:0:\"\";s:24:\"header-social-8-bg-color\";s:0:\"\";s:26:\"header-social-8-bg-h-color\";s:0:\"\";s:28:\"header-social-8-label-toggle\";b:0;s:26:\"header-social-8-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-8\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-8\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-8-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-8-bg-space\";s:0:\"\";s:20:\"footer-social-8-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-8-radius\";s:0:\"\";s:21:\"footer-social-8-color\";s:0:\"\";s:23:\"footer-social-8-h-color\";s:0:\"\";s:24:\"footer-social-8-bg-color\";s:0:\"\";s:26:\"footer-social-8-bg-h-color\";s:0:\"\";s:28:\"footer-social-8-label-toggle\";b:0;s:26:\"footer-social-8-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-8\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-8\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-8-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-8-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-8-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-8-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-8-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-8-font-family\";s:7:\"inherit\";s:27:\"header-widget-8-font-weight\";s:7:\"inherit\";s:30:\"header-widget-8-text-transform\";s:0:\"\";s:27:\"header-widget-8-line-height\";s:0:\"\";s:25:\"header-widget-8-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-8-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-8-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-8-content-text-transform\";s:0:\"\";s:35:\"header-widget-8-content-line-height\";s:0:\"\";s:33:\"header-widget-8-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-8-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-8-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-8-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-8-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-8-font-family\";s:7:\"inherit\";s:27:\"footer-widget-8-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-8-text-transform\";s:0:\"\";s:27:\"footer-widget-8-line-height\";s:0:\"\";s:25:\"footer-widget-8-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-8-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-8-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-8-content-text-transform\";s:0:\"\";s:35:\"footer-widget-8-content-line-height\";s:0:\"\";s:33:\"footer-widget-8-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-8\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu8-bg-color\";s:0:\"\";s:18:\"header-menu8-color\";s:0:\"\";s:23:\"header-menu8-h-bg-color\";s:0:\"\";s:20:\"header-menu8-h-color\";s:0:\"\";s:23:\"header-menu8-a-bg-color\";s:0:\"\";s:20:\"header-menu8-a-color\";s:0:\"\";s:30:\"header-menu8-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:29:\"header-menu8-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu8-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu8-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu8-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu8-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu8-menu-hover-animation\";s:0:\"\";s:40:\"header-menu8-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu8-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu8-submenu-item-border\";b:0;s:32:\"header-menu8-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu8-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu8-submenu-border-radius\";s:0:\"\";s:31:\"header-menu8-submenu-top-offset\";s:0:\"\";s:26:\"header-menu8-submenu-width\";s:0:\"\";s:27:\"header-menu8-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu8-menu-stack-on-mobile\";b:1;s:22:\"header-menu8-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu8-font-weight\";s:7:\"inherit\";s:24:\"header-menu8-font-family\";s:7:\"inherit\";s:27:\"header-menu8-text-transform\";s:0:\"\";s:24:\"header-menu8-line-height\";s:0:\"\";s:27:\"section-hb-divider-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button9-text\";s:6:\"Button\";s:26:\"header-button9-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button9-font-family\";s:7:\"inherit\";s:26:\"header-button9-font-weight\";s:7:\"inherit\";s:29:\"header-button9-text-transform\";s:0:\"\";s:26:\"header-button9-line-height\";s:0:\"\";s:24:\"header-button9-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button9-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button9-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button9-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button9-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button9-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button9-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button9-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button9-border-radius\";s:0:\"\";s:27:\"section-hb-button-9-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button9-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button9-text\";s:6:\"Button\";s:26:\"footer-button9-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button9-font-family\";s:7:\"inherit\";s:26:\"footer-button9-font-weight\";s:7:\"inherit\";s:29:\"footer-button9-text-transform\";s:0:\"\";s:26:\"footer-button9-line-height\";s:0:\"\";s:24:\"footer-button9-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button9-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button9-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button9-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button9-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button9-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button9-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button9-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button9-border-radius\";s:0:\"\";s:25:\"footer-button-9-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-9-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-9\";s:22:\"Insert HTML text here.\";s:18:\"header-html-9color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-9link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-9link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-9\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-9\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-9\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-9\";s:0:\"\";s:32:\"text-transform-section-hb-html-9\";s:0:\"\";s:24:\"section-hb-html-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-9\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-9color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-9link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-9link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-9\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-9-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-9\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-9\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-9\";s:0:\"\";s:29:\"line-height-section-fb-html-9\";s:0:\"\";s:24:\"section-fb-html-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-9-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-9-bg-space\";s:0:\"\";s:20:\"header-social-9-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-9-radius\";s:0:\"\";s:21:\"header-social-9-color\";s:0:\"\";s:23:\"header-social-9-h-color\";s:0:\"\";s:24:\"header-social-9-bg-color\";s:0:\"\";s:26:\"header-social-9-bg-h-color\";s:0:\"\";s:28:\"header-social-9-label-toggle\";b:0;s:26:\"header-social-9-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-9\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-9\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-9-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-9-bg-space\";s:0:\"\";s:20:\"footer-social-9-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-9-radius\";s:0:\"\";s:21:\"footer-social-9-color\";s:0:\"\";s:23:\"footer-social-9-h-color\";s:0:\"\";s:24:\"footer-social-9-bg-color\";s:0:\"\";s:26:\"footer-social-9-bg-h-color\";s:0:\"\";s:28:\"footer-social-9-label-toggle\";b:0;s:26:\"footer-social-9-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-9\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-9\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-9-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-9-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-9-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-9-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-9-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-9-font-family\";s:7:\"inherit\";s:27:\"header-widget-9-font-weight\";s:7:\"inherit\";s:30:\"header-widget-9-text-transform\";s:0:\"\";s:27:\"header-widget-9-line-height\";s:0:\"\";s:25:\"header-widget-9-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-9-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-9-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-9-content-text-transform\";s:0:\"\";s:35:\"header-widget-9-content-line-height\";s:0:\"\";s:33:\"header-widget-9-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-9-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-9-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-9-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-9-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-9-font-family\";s:7:\"inherit\";s:27:\"footer-widget-9-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-9-text-transform\";s:0:\"\";s:27:\"footer-widget-9-line-height\";s:0:\"\";s:25:\"footer-widget-9-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-9-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-9-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-9-content-text-transform\";s:0:\"\";s:35:\"footer-widget-9-content-line-height\";s:0:\"\";s:33:\"footer-widget-9-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-9\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu9-bg-color\";s:0:\"\";s:18:\"header-menu9-color\";s:0:\"\";s:23:\"header-menu9-h-bg-color\";s:0:\"\";s:20:\"header-menu9-h-color\";s:0:\"\";s:23:\"header-menu9-a-bg-color\";s:0:\"\";s:20:\"header-menu9-a-color\";s:0:\"\";s:30:\"header-menu9-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:29:\"header-menu9-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu9-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu9-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu9-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu9-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu9-menu-hover-animation\";s:0:\"\";s:40:\"header-menu9-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu9-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu9-submenu-item-border\";b:0;s:32:\"header-menu9-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu9-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu9-submenu-border-radius\";s:0:\"\";s:31:\"header-menu9-submenu-top-offset\";s:0:\"\";s:26:\"header-menu9-submenu-width\";s:0:\"\";s:27:\"header-menu9-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu9-menu-stack-on-mobile\";b:1;s:22:\"header-menu9-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu9-font-weight\";s:7:\"inherit\";s:24:\"header-menu9-font-family\";s:7:\"inherit\";s:27:\"header-menu9-text-transform\";s:0:\"\";s:24:\"header-menu9-line-height\";s:0:\"\";s:27:\"section-hb-divider-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:20:\"header-button10-text\";s:6:\"Button\";s:27:\"header-button10-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:27:\"header-button10-font-family\";s:7:\"inherit\";s:27:\"header-button10-font-weight\";s:7:\"inherit\";s:30:\"header-button10-text-transform\";s:0:\"\";s:27:\"header-button10-line-height\";s:0:\"\";s:25:\"header-button10-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button10-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-button10-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button10-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button10-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-button10-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-button10-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:28:\"header-button10-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"header-button10-border-radius\";s:0:\"\";s:28:\"section-hb-button-10-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-hb-button-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:30:\"sticky-header-button10-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:20:\"footer-button10-text\";s:6:\"Button\";s:27:\"footer-button10-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:27:\"footer-button10-font-family\";s:7:\"inherit\";s:27:\"footer-button10-font-weight\";s:7:\"inherit\";s:30:\"footer-button10-text-transform\";s:0:\"\";s:27:\"footer-button10-line-height\";s:0:\"\";s:25:\"footer-button10-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button10-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-button10-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button10-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button10-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-button10-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-button10-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:28:\"footer-button10-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"footer-button10-border-radius\";s:0:\"\";s:26:\"footer-button-10-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:28:\"section-fb-button-10-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-button-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:14:\"header-html-10\";s:22:\"Insert HTML text here.\";s:19:\"header-html-10color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-html-10link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-html-10link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"font-size-section-hb-html-10\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:30:\"font-weight-section-hb-html-10\";s:7:\"inherit\";s:30:\"font-family-section-hb-html-10\";s:7:\"inherit\";s:30:\"line-height-section-hb-html-10\";s:0:\"\";s:33:\"text-transform-section-hb-html-10\";s:0:\"\";s:25:\"section-hb-html-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:14:\"footer-html-10\";s:22:\"Insert HTML text here.\";s:19:\"footer-html-10color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-html-10link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-html-10link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"font-size-section-fb-html-10\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"footer-html-10-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:30:\"font-weight-section-fb-html-10\";s:7:\"inherit\";s:30:\"font-family-section-fb-html-10\";s:7:\"inherit\";s:33:\"text-transform-section-fb-html-10\";s:0:\"\";s:30:\"line-height-section-fb-html-10\";s:0:\"\";s:25:\"section-fb-html-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"header-social-10-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-social-10-bg-space\";s:0:\"\";s:21:\"header-social-10-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-social-10-radius\";s:0:\"\";s:22:\"header-social-10-color\";s:0:\"\";s:24:\"header-social-10-h-color\";s:0:\"\";s:25:\"header-social-10-bg-color\";s:0:\"\";s:27:\"header-social-10-bg-h-color\";s:0:\"\";s:29:\"header-social-10-label-toggle\";b:0;s:27:\"header-social-10-color-type\";s:6:\"custom\";s:36:\"font-size-section-hb-social-icons-10\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"header-social-icons-10\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:33:\"section-hb-social-icons-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"footer-social-10-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-social-10-bg-space\";s:0:\"\";s:21:\"footer-social-10-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-social-10-radius\";s:0:\"\";s:22:\"footer-social-10-color\";s:0:\"\";s:24:\"footer-social-10-h-color\";s:0:\"\";s:25:\"footer-social-10-bg-color\";s:0:\"\";s:27:\"footer-social-10-bg-h-color\";s:0:\"\";s:29:\"footer-social-10-label-toggle\";b:0;s:27:\"footer-social-10-color-type\";s:6:\"custom\";s:36:\"font-size-section-fb-social-icons-10\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"footer-social-icons-10\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:26:\"footer-social-10-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:33:\"section-fb-social-icons-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"header-widget-10-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-widget-10-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-10-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"header-widget-10-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-10-font-family\";s:7:\"inherit\";s:28:\"header-widget-10-font-weight\";s:7:\"inherit\";s:31:\"header-widget-10-text-transform\";s:0:\"\";s:28:\"header-widget-10-line-height\";s:0:\"\";s:26:\"header-widget-10-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"header-widget-10-content-font-family\";s:7:\"inherit\";s:36:\"header-widget-10-content-font-weight\";s:7:\"inherit\";s:39:\"header-widget-10-content-text-transform\";s:0:\"\";s:36:\"header-widget-10-content-line-height\";s:0:\"\";s:34:\"header-widget-10-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:39:\"sidebar-widgets-header-widget-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"footer-widget-10-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-widget-10-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-10-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"footer-widget-10-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-10-font-family\";s:7:\"inherit\";s:28:\"footer-widget-10-font-weight\";s:7:\"inherit\";s:31:\"footer-widget-10-text-transform\";s:0:\"\";s:28:\"footer-widget-10-line-height\";s:0:\"\";s:26:\"footer-widget-10-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"footer-widget-10-content-font-family\";s:7:\"inherit\";s:36:\"footer-widget-10-content-font-weight\";s:7:\"inherit\";s:39:\"footer-widget-10-content-text-transform\";s:0:\"\";s:36:\"footer-widget-10-content-line-height\";s:0:\"\";s:34:\"footer-widget-10-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-widget-alignment-10\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:39:\"sidebar-widgets-footer-widget-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"header-menu10-bg-color\";s:0:\"\";s:19:\"header-menu10-color\";s:0:\"\";s:24:\"header-menu10-h-bg-color\";s:0:\"\";s:21:\"header-menu10-h-color\";s:0:\"\";s:24:\"header-menu10-a-bg-color\";s:0:\"\";s:21:\"header-menu10-a-color\";s:0:\"\";s:31:\"header-menu10-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:30:\"header-menu10-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"header-menu10-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:32:\"header-menu10-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"header-menu10-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:32:\"header-menu10-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu10-menu-hover-animation\";s:0:\"\";s:41:\"header-menu10-submenu-container-animation\";s:0:\"\";s:25:\"section-hb-menu-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-menu10-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:33:\"header-menu10-submenu-item-border\";b:0;s:33:\"header-menu10-submenu-item-b-size\";s:1:\"1\";s:34:\"header-menu10-submenu-item-b-color\";s:7:\"#eaeaea\";s:35:\"header-menu10-submenu-border-radius\";s:0:\"\";s:32:\"header-menu10-submenu-top-offset\";s:0:\"\";s:27:\"header-menu10-submenu-width\";s:0:\"\";s:28:\"header-menu10-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:34:\"header-menu10-menu-stack-on-mobile\";b:1;s:23:\"header-menu10-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu10-font-weight\";s:7:\"inherit\";s:25:\"header-menu10-font-family\";s:7:\"inherit\";s:28:\"header-menu10-text-transform\";s:0:\"\";s:25:\"header-menu10-line-height\";s:0:\"\";s:28:\"section-hb-divider-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"section-fb-divider-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"sticky-header-on-devices\";s:7:\"desktop\";s:19:\"sticky-header-style\";s:4:\"none\";s:20:\"footer-desktop-items\";a:10:{s:5:\"above\";a:6:{s:7:\"above_1\";a:3:{i:0;s:6:\"html-1\";i:1;s:6:\"html-2\";i:2;s:8:\"widget-4\";}s:7:\"above_2\";a:0:{}s:7:\"above_3\";a:0:{}s:7:\"above_4\";a:0:{}s:7:\"above_5\";a:0:{}s:7:\"above_6\";a:0:{}}s:7:\"primary\";a:6:{s:9:\"primary_1\";a:1:{i:0;s:8:\"widget-1\";}s:9:\"primary_2\";a:0:{}s:9:\"primary_3\";a:2:{i:0;s:8:\"widget-2\";i:1;s:14:\"social-icons-1\";}s:9:\"primary_4\";a:0:{}s:9:\"primary_5\";a:0:{}s:9:\"primary_6\";a:0:{}}s:5:\"below\";a:6:{s:7:\"below_1\";a:1:{i:0;s:9:\"copyright\";}s:7:\"below_2\";a:0:{}s:7:\"below_3\";a:0:{}s:7:\"below_4\";a:0:{}s:7:\"below_5\";a:0:{}s:7:\"below_6\";a:0:{}}s:5:\"group\";s:36:\"astra-settings[footer-desktop-items]\";s:4:\"rows\";a:3:{i:0;s:5:\"above\";i:1;s:7:\"primary\";i:2;s:5:\"below\";}s:5:\"zones\";a:3:{s:5:\"above\";a:6:{s:7:\"above_1\";s:15:\"Above Section 1\";s:7:\"above_2\";s:15:\"Above Section 2\";s:7:\"above_3\";s:15:\"Above Section 3\";s:7:\"above_4\";s:15:\"Above Section 4\";s:7:\"above_5\";s:15:\"Above Section 5\";s:7:\"above_6\";s:15:\"Above Section 6\";}s:7:\"primary\";a:6:{s:9:\"primary_1\";s:17:\"Primary Section 1\";s:9:\"primary_2\";s:17:\"Primary Section 2\";s:9:\"primary_3\";s:17:\"Primary Section 3\";s:9:\"primary_4\";s:17:\"Primary Section 4\";s:9:\"primary_5\";s:17:\"Primary Section 5\";s:9:\"primary_6\";s:17:\"Primary Section 6\";}s:5:\"below\";a:6:{s:7:\"below_1\";s:15:\"Below Section 1\";s:7:\"below_2\";s:15:\"Below Section 2\";s:7:\"below_3\";s:15:\"Below Section 3\";s:7:\"below_4\";s:15:\"Below Section 4\";s:7:\"below_5\";s:15:\"Below Section 5\";s:7:\"below_6\";s:15:\"Below Section 6\";}}s:7:\"layouts\";a:3:{s:5:\"above\";a:2:{s:6:\"column\";s:1:\"1\";s:6:\"layout\";a:3:{s:6:\"mobile\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:7:\"desktop\";s:4:\"full\";}}s:7:\"primary\";a:2:{s:6:\"column\";s:1:\"3\";s:6:\"layout\";a:4:{s:7:\"desktop\";s:8:\"3-lheavy\";s:6:\"tablet\";s:7:\"3-equal\";s:6:\"mobile\";s:4:\"full\";s:4:\"flag\";b:1;}}s:5:\"below\";a:2:{s:6:\"column\";s:1:\"1\";s:6:\"layout\";a:3:{s:7:\"desktop\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:6:\"mobile\";s:4:\"full\";}}}s:6:\"status\";a:3:{s:5:\"above\";b:1;s:7:\"primary\";b:1;s:5:\"below\";b:1;}s:4:\"flag\";b:1;s:5:\"popup\";a:1:{s:13:\"popup_content\";a:0:{}}}s:17:\"hba-footer-height\";i:540;s:17:\"hba-footer-column\";s:1:\"1\";s:17:\"hba-footer-layout\";a:4:{s:7:\"desktop\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:6:\"mobile\";s:4:\"full\";s:4:\"flag\";b:0;}s:28:\"hba-footer-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:7:{s:16:\"background-color\";s:68:\"linear-gradient(135deg,rgba(182,119,120,0.92) 0%,rgb(131,53,86) 31%)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:8:\"gradient\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:28:\"hbb-footer-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:8:{s:16:\"background-color\";s:19:\"rgba(237,237,237,0)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:16:\"background-media\";s:0:\"\";s:15:\"background-type\";s:5:\"color\";}s:6:\"tablet\";a:7:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:7:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:16:\"background-media\";s:0:\"\";}}s:27:\"hb-footer-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:7:{s:16:\"background-color\";s:19:\"rgba(250,250,250,0)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:36:\"section-header-builder-layout-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:17:\"hbb-footer-height\";i:80;s:17:\"hbb-footer-column\";s:1:\"1\";s:17:\"hbb-footer-layout\";a:3:{s:7:\"desktop\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:6:\"mobile\";s:4:\"full\";}s:23:\"hba-footer-layout-width\";s:7:\"content\";s:22:\"hb-footer-layout-width\";s:7:\"content\";s:23:\"hbb-footer-layout-width\";s:7:\"content\";s:29:\"hba-footer-vertical-alignment\";s:10:\"flex-start\";s:28:\"hb-footer-vertical-alignment\";s:10:\"flex-start\";s:29:\"hbb-footer-vertical-alignment\";s:10:\"flex-start\";s:24:\"footer-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:7:{s:16:\"background-color\";s:7:\"#000000\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:16:\"hb-footer-column\";s:1:\"3\";s:19:\"hb-footer-separator\";i:1;s:29:\"hb-footer-bottom-border-color\";s:7:\"#e6e6e6\";s:16:\"hb-footer-layout\";a:4:{s:7:\"desktop\";s:8:\"3-lheavy\";s:6:\"tablet\";s:7:\"3-equal\";s:6:\"mobile\";s:4:\"full\";s:4:\"flag\";b:1;}s:18:\"hb-footer-main-sep\";i:0;s:24:\"hb-footer-main-sep-color\";s:7:\"#e6e6e6\";s:23:\"footer-copyright-editor\";s:75:\"Copyright [copyright] [current_year] [site_title] | Powered by [site_title]\";s:22:\"footer-copyright-color\";s:21:\"rgba(255,255,255,0.5)\";s:36:\"line-height-section-footer-copyright\";s:0:\"\";s:26:\"footer-copyright-alignment\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:34:\"font-size-section-footer-copyright\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"font-weight-section-footer-copyright\";s:7:\"inherit\";s:36:\"font-family-section-footer-copyright\";s:7:\"inherit\";s:39:\"text-transform-section-footer-copyright\";s:0:\"\";s:21:\"footer-menu-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:36:\"section-below-footer-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:2:\"25\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-search-icon-space\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:24:\"header-search-icon-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:37:\"transparent-header-social-icons-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:39:\"transparent-header-social-icons-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:40:\"transparent-header-social-icons-bg-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:42:\"transparent-header-social-icons-bg-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"transparent-header-html-text-color\";s:0:\"\";s:34:\"transparent-header-html-link-color\";s:0:\"\";s:36:\"transparent-header-html-link-h-color\";s:0:\"\";s:37:\"transparent-header-widget-title-color\";s:0:\"\";s:39:\"transparent-header-widget-content-color\";s:0:\"\";s:36:\"transparent-header-widget-link-color\";s:0:\"\";s:38:\"transparent-header-widget-link-h-color\";s:0:\"\";s:36:\"transparent-header-button-text-color\";s:0:\"\";s:38:\"transparent-header-button-text-h-color\";s:0:\"\";s:34:\"transparent-header-button-bg-color\";s:0:\"\";s:36:\"transparent-header-button-bg-h-color\";s:0:\"\";s:17:\"off-canvas-layout\";s:10:\"side-panel\";s:16:\"off-canvas-slide\";s:5:\"right\";s:33:\"header-builder-menu-toggle-target\";s:4:\"icon\";s:34:\"header-offcanvas-content-alignment\";s:10:\"flex-start\";s:21:\"off-canvas-background\";a:6:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:22:\"off-canvas-close-color\";s:7:\"#3a3a3a\";s:18:\"mobile-header-type\";s:8:\"dropdown\";s:24:\"off-canvas-inner-spacing\";s:0:\"\";s:18:\"footer-menu-layout\";a:3:{s:7:\"desktop\";s:10:\"horizontal\";s:6:\"tablet\";s:8:\"vertical\";s:6:\"mobile\";s:8:\"vertical\";}s:29:\"footer-menu-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:28:\"footer-menu-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"footer-menu-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:30:\"footer-menu-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"footer-menu-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:30:\"footer-menu-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-menu-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-menu-font-weight\";s:7:\"inherit\";s:23:\"footer-menu-font-family\";s:7:\"inherit\";s:26:\"footer-menu-text-transform\";s:0:\"\";s:23:\"footer-menu-line-height\";s:0:\"\";s:24:\"footer-main-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-trigger-icon\";s:5:\"menu2\";s:30:\"mobile-header-toggle-icon-size\";i:20;s:36:\"mobile-header-toggle-btn-border-size\";a:4:{s:3:\"top\";i:1;s:5:\"right\";i:1;s:6:\"bottom\";i:1;s:4:\"left\";i:1;}s:34:\"mobile-header-toggle-border-radius\";i:2;s:31:\"mobile-header-label-font-family\";s:7:\"inherit\";s:31:\"mobile-header-label-font-weight\";s:7:\"inherit\";s:34:\"mobile-header-label-text-transform\";s:0:\"\";s:31:\"mobile-header-label-line-height\";s:0:\"\";s:29:\"mobile-header-label-font-size\";s:0:\"\";s:27:\"header-mobile-menu-bg-color\";s:0:\"\";s:24:\"header-mobile-menu-color\";s:0:\"\";s:29:\"header-mobile-menu-h-bg-color\";s:0:\"\";s:26:\"header-mobile-menu-h-color\";s:0:\"\";s:29:\"header-mobile-menu-a-bg-color\";s:0:\"\";s:26:\"header-mobile-menu-a-color\";s:0:\"\";s:36:\"header-mobile-menu-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:35:\"header-mobile-menu-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:40:\"header-mobile-menu-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:37:\"header-mobile-menu-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:40:\"header-mobile-menu-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:37:\"header-mobile-menu-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:46:\"header-mobile-menu-submenu-container-animation\";s:4:\"fade\";s:38:\"header-mobile-menu-submenu-item-border\";b:1;s:38:\"header-mobile-menu-submenu-item-b-size\";s:1:\"1\";s:39:\"header-mobile-menu-submenu-item-b-color\";s:7:\"#eaeaea\";s:33:\"header-mobile-menu-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:28:\"header-mobile-menu-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:30:\"header-mobile-menu-font-weight\";s:7:\"inherit\";s:30:\"header-mobile-menu-font-family\";s:7:\"inherit\";s:33:\"header-mobile-menu-text-transform\";s:0:\"\";s:30:\"header-mobile-menu-line-height\";s:0:\"\";s:26:\"woo-header-cart-icon-style\";s:7:\"outline\";s:26:\"header-woo-cart-icon-color\";s:0:\"\";s:38:\"transparent-header-woo-cart-icon-color\";s:0:\"\";s:27:\"woo-header-cart-icon-radius\";i:3;s:29:\"woo-header-cart-total-display\";b:1;s:29:\"woo-header-cart-title-display\";b:1;s:26:\"header-woo-cart-text-color\";s:0:\"\";s:26:\"header-woo-cart-link-color\";s:0:\"\";s:32:\"header-woo-cart-background-color\";s:0:\"\";s:31:\"header-woo-cart-separator-color\";s:0:\"\";s:32:\"header-woo-cart-link-hover-color\";s:0:\"\";s:30:\"header-woo-cart-btn-text-color\";s:0:\"\";s:36:\"header-woo-cart-btn-background-color\";s:0:\"\";s:36:\"header-woo-cart-btn-text-hover-color\";s:0:\"\";s:34:\"header-woo-cart-btn-bg-hover-color\";s:0:\"\";s:34:\"header-woo-checkout-btn-text-color\";s:0:\"\";s:40:\"header-woo-checkout-btn-background-color\";s:0:\"\";s:40:\"header-woo-checkout-btn-text-hover-color\";s:0:\"\";s:38:\"header-woo-checkout-btn-bg-hover-color\";s:0:\"\";s:26:\"edd-header-cart-icon-style\";s:7:\"outline\";s:26:\"edd-header-cart-icon-color\";s:0:\"\";s:27:\"edd-header-cart-icon-radius\";i:3;s:38:\"transparent-header-edd-cart-icon-color\";s:0:\"\";s:29:\"edd-header-cart-total-display\";b:1;s:29:\"edd-header-cart-title-display\";b:1;s:26:\"header-edd-cart-text-color\";s:0:\"\";s:26:\"header-edd-cart-link-color\";s:0:\"\";s:32:\"header-edd-cart-background-color\";s:0:\"\";s:31:\"header-edd-cart-separator-color\";s:0:\"\";s:34:\"header-edd-checkout-btn-text-color\";s:0:\"\";s:40:\"header-edd-checkout-btn-background-color\";s:0:\"\";s:40:\"header-edd-checkout-btn-text-hover-color\";s:0:\"\";s:38:\"header-edd-checkout-btn-bg-hover-color\";s:0:\"\";s:19:\"header-account-type\";s:7:\"default\";s:26:\"header-account-login-style\";s:4:\"icon\";s:26:\"header-account-action-type\";s:4:\"link\";s:24:\"header-account-link-type\";s:7:\"default\";s:27:\"header-account-logout-style\";s:4:\"icon\";s:30:\"header-account-logged-out-text\";s:6:\"Log In\";s:29:\"header-account-logged-in-text\";s:10:\"My Account\";s:28:\"header-account-logout-action\";s:4:\"link\";s:26:\"header-account-image-width\";a:3:{s:7:\"desktop\";s:2:\"40\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-account-icon-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:25:\"header-account-icon-color\";s:0:\"\";s:25:\"header-account-login-link\";a:3:{s:3:\"url\";s:0:\"\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-account-logout-link\";a:3:{s:3:\"url\";s:52:\"https://websitedemos.net/communities-02/wp-login.php\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:32:\"font-size-section-header-account\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:30:\"header-account-type-text-color\";s:0:\"\";s:23:\"header-account-woo-menu\";b:0;s:22:\"cloned-component-track\";a:12:{s:13:\"header-button\";i:2;s:13:\"footer-button\";i:2;s:11:\"header-html\";i:2;s:11:\"footer-html\";i:2;s:11:\"header-menu\";i:2;s:13:\"header-widget\";i:4;s:13:\"footer-widget\";i:4;s:19:\"header-social-icons\";i:1;s:19:\"footer-social-icons\";i:1;s:14:\"header-divider\";i:0;s:14:\"footer-divider\";i:0;s:13:\"removed-items\";a:0:{}}s:18:\"theme-auto-version\";s:5:\"3.4.4\";s:22:\"is_theme_queue_running\";b:0;s:33:\"_astra_pb_compatibility_completed\";b:1;s:18:\"heading-base-color\";s:7:\"#000000\";s:21:\"different-retina-logo\";b:1;s:20:\"hbb-footer-separator\";i:1;s:27:\"hbb-footer-top-border-color\";s:22:\"rgba(255,255,255,0.15)\";s:16:\"hb-inner-spacing\";a:1:{s:7:\"desktop\";i:30;}s:30:\"mobile-header-toggle-btn-color\";s:7:\"#ffffff\";s:21:\"headings-font-variant\";s:3:\"700\";}s:10:\"custom-css\";s:0:\"\";}s:23:\"astra-site-options-data\";a:49:{s:30:\"woocommerce_product_attributes\";a:0:{}s:28:\"woocommerce_product_cat_list\";a:0:{}s:23:\"woocommerce_product_cat\";a:0:{}s:11:\"custom_logo\";s:102:\"https://websitedemos.net/communities-02/wp-content/uploads/sites/853/2021/05/logo-regular-free-img.png\";s:18:\"nav_menu_locations\";a:3:{s:7:\"primary\";s:4:\"menu\";s:11:\"mobile_menu\";s:4:\"menu\";s:11:\"footer_menu\";s:4:\"menu\";}s:13:\"show_on_front\";s:4:\"page\";s:13:\"page_on_front\";s:4:\"Home\";s:14:\"page_for_posts\";s:0:\"\";s:25:\"_fl_builder_enabled_icons\";N;s:27:\"_fl_builder_enabled_modules\";N;s:22:\"_fl_builder_post_types\";N;s:25:\"_fl_builder_color_presets\";N;s:20:\"_fl_builder_services\";N;s:20:\"_fl_builder_settings\";N;s:23:\"_fl_builder_user_access\";N;s:29:\"_fl_builder_enabled_templates\";N;s:25:\"elementor_container_width\";N;s:21:\"elementor_cpt_support\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:26:\"elementor_css_print_method\";s:8:\"external\";s:31:\"elementor_default_generic_fonts\";N;s:31:\"elementor_disable_color_schemes\";s:3:\"yes\";s:36:\"elementor_disable_typography_schemes\";s:3:\"yes\";s:28:\"elementor_editor_break_lines\";s:0:\"\";s:28:\"elementor_exclude_user_roles\";N;s:31:\"elementor_global_image_lightbox\";N;s:29:\"elementor_page_title_selector\";N;s:22:\"elementor_scheme_color\";a:4:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";}s:30:\"elementor_scheme_color-picker]\";a:8:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";i:5;s:7:\"#4054b2\";i:6;s:7:\"#23a455\";i:7;s:4:\"#000\";i:8;s:4:\"#fff\";}s:27:\"elementor_scheme_typography\";a:4:{i:1;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"600\";}i:2;a:2:{s:11:\"font_family\";s:11:\"Roboto Slab\";s:11:\"font_weight\";s:3:\"400\";}i:3;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"400\";}i:4;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"500\";}}s:31:\"elementor_space_between_widgets\";N;s:37:\"elementor_stretched_section_container\";N;s:23:\"elementor_load_fa4_shim\";s:0:\"\";s:20:\"elementor_active_kit\";s:1:\"9\";s:27:\"woocommerce_shop_page_title\";s:0:\"\";s:27:\"woocommerce_cart_page_title\";s:0:\"\";s:31:\"woocommerce_checkout_page_title\";s:0:\"\";s:32:\"woocommerce_myaccount_page_title\";s:0:\"\";s:35:\"woocommerce_edit_address_page_title\";s:0:\"\";s:33:\"woocommerce_view_order_page_title\";s:0:\"\";s:38:\"woocommerce_change_password_page_title\";s:0:\"\";s:29:\"woocommerce_logout_page_title\";s:0:\"\";s:33:\"woocommerce_enable_guest_checkout\";N;s:42:\"woocommerce_enable_checkout_login_reminder\";N;s:49:\"woocommerce_enable_signup_and_login_from_checkout\";N;s:41:\"woocommerce_enable_myaccount_registration\";N;s:42:\"woocommerce_registration_generate_username\";N;s:16:\"wpforms_settings\";a:3:{s:11:\"disable-css\";s:1:\"2\";s:13:\"global-assets\";b:0;s:4:\"gdpr\";b:0;}s:29:\"learndash_settings_theme_ld30\";N;s:33:\"learndash_settings_courses_themes\";N;}s:19:\"astra-site-wxr-path\";s:67:\"https://websitedemos.net/wp-content/uploads/astra-sites/853/wxr.xml\";s:20:\"astra-site-give-path\";s:0:\"\";s:24:\"astra-enabled-extensions\";s:0:\"\";s:16:\"astra-custom-404\";s:0:\"\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-02-home.jpg\";s:26:\"astra-woocommerce-csv-path\";s:0:\"\";s:23:\"astra-post-data-mapping\";a:4:{s:19:\"astra-advanced-hook\";a:0:{}s:16:\"astra_adv_header\";a:0:{}s:10:\"give_forms\";a:0:{}s:16:\"ld_landing_pages\";a:0:{}}s:23:\"astra-site-wpforms-path\";s:72:\"https://websitedemos.net/wp-content/uploads/astra-sites/853/wpforms.json\";s:25:\"astra-site-cartflows-path\";s:0:\"\";s:27:\"astra-site-taxonomy-mapping\";s:0:\"\";s:20:\"astra-site-parent-id\";i:2074;s:14:\"license-status\";s:7:\"upgrade\";s:12:\"request_time\";d:0.14595794677734375;s:6:\"_links\";a:10:{s:4:\"self\";a:1:{i:0;a:1:{s:4:\"href\";s:56:\"https://websitedemos.net/wp-json/wp/v2/astra-sites/55334\";}}s:10:\"collection\";a:1:{i:0;a:1:{s:4:\"href\";s:50:\"https://websitedemos.net/wp-json/wp/v2/astra-sites\";}}s:5:\"about\";a:1:{i:0;a:1:{s:4:\"href\";s:56:\"https://websitedemos.net/wp-json/wp/v2/types/astra-sites\";}}s:6:\"author\";a:1:{i:0;a:2:{s:10:\"embeddable\";b:1;s:4:\"href\";s:47:\"https://websitedemos.net/wp-json/wp/v2/users/34\";}}s:15:\"version-history\";a:1:{i:0;a:2:{s:5:\"count\";i:1;s:4:\"href\";s:66:\"https://websitedemos.net/wp-json/wp/v2/astra-sites/55334/revisions\";}}s:19:\"predecessor-version\";a:1:{i:0;a:2:{s:2:\"id\";i:55352;s:4:\"href\";s:72:\"https://websitedemos.net/wp-json/wp/v2/astra-sites/55334/revisions/55352\";}}s:16:\"wp:featuredmedia\";a:1:{i:0;a:2:{s:10:\"embeddable\";b:1;s:4:\"href\";s:50:\"https://websitedemos.net/wp-json/wp/v2/media/55340\";}}s:13:\"wp:attachment\";a:1:{i:0;a:1:{s:4:\"href\";s:57:\"https://websitedemos.net/wp-json/wp/v2/media?parent=55334\";}}s:7:\"wp:term\";a:5:{i:0;a:3:{s:8:\"taxonomy\";s:19:\"astra-site-category\";s:10:\"embeddable\";b:1;s:4:\"href\";s:69:\"https://websitedemos.net/wp-json/wp/v2/astra-site-category?post=55334\";}i:1;a:3:{s:8:\"taxonomy\";s:16:\"astra-sites-type\";s:10:\"embeddable\";b:1;s:4:\"href\";s:66:\"https://websitedemos.net/wp-json/wp/v2/astra-sites-type?post=55334\";}i:2;a:3:{s:8:\"taxonomy\";s:23:\"astra-site-page-builder\";s:10:\"embeddable\";b:1;s:4:\"href\";s:73:\"https://websitedemos.net/wp-json/wp/v2/astra-site-page-builder?post=55334\";}i:3;a:3:{s:8:\"taxonomy\";s:15:\"astra-sites-tag\";s:10:\"embeddable\";b:1;s:4:\"href\";s:65:\"https://websitedemos.net/wp-json/wp/v2/astra-sites-tag?post=55334\";}i:4;a:3:{s:8:\"taxonomy\";s:25:\"astra-sites-site-category\";s:10:\"embeddable\";b:1;s:4:\"href\";s:75:\"https://websitedemos.net/wp-json/wp/v2/astra-sites-site-category?post=55334\";}}s:6:\"curies\";a:1:{i:0;a:3:{s:4:\"name\";s:2:\"wp\";s:4:\"href\";s:23:\"https://api.w.org/{rel}\";s:9:\"templated\";b:1;}}}}','no');
INSERT INTO `wpxo_options` VALUES (388,'astra_sites_wpforms_ids_mapping','a:2:{i:87;i:16;i:5;i:17;}','no'),(389,'_astra_sites_old_customizer_data','a:2:{s:14:\"astra-settings\";a:1894:{s:26:\"blog-single-post-structure\";a:2:{i:0;s:12:\"single-image\";i:1;s:17:\"single-title-meta\";}s:17:\"blog-single-width\";s:7:\"default\";s:21:\"blog-single-max-width\";i:1200;s:16:\"blog-single-meta\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:20:\"enable-related-posts\";b:0;s:25:\"related-posts-total-count\";i:2;s:28:\"enable-related-posts-excerpt\";b:0;s:27:\"related-posts-excerpt-count\";i:25;s:22:\"related-posts-based-on\";s:10:\"categories\";s:22:\"related-posts-order-by\";s:4:\"date\";s:19:\"related-posts-order\";s:3:\"asc\";s:18:\"related-posts-grid\";s:1:\"2\";s:23:\"related-posts-structure\";a:2:{i:0;s:14:\"featured-image\";i:1;s:10:\"title-meta\";}s:28:\"related-posts-meta-structure\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:24:\"related-posts-text-color\";s:0:\"\";s:24:\"related-posts-link-color\";s:0:\"\";s:25:\"related-posts-title-color\";s:0:\"\";s:30:\"related-posts-background-color\";s:0:\"\";s:24:\"related-posts-meta-color\";s:0:\"\";s:30:\"related-posts-link-hover-color\";s:0:\"\";s:35:\"related-posts-meta-link-hover-color\";s:0:\"\";s:39:\"related-posts-section-title-font-family\";s:7:\"inherit\";s:39:\"related-posts-section-title-font-weight\";s:7:\"inherit\";s:42:\"related-posts-section-title-text-transform\";s:0:\"\";s:39:\"related-posts-section-title-line-height\";s:0:\"\";s:37:\"related-posts-section-title-font-size\";a:6:{s:7:\"desktop\";s:2:\"30\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"related-posts-title-font-family\";s:7:\"inherit\";s:31:\"related-posts-title-font-weight\";s:7:\"inherit\";s:34:\"related-posts-title-text-transform\";s:0:\"\";s:31:\"related-posts-title-line-height\";s:1:\"1\";s:29:\"related-posts-title-font-size\";a:6:{s:7:\"desktop\";s:2:\"20\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:30:\"related-posts-meta-font-family\";s:7:\"inherit\";s:30:\"related-posts-meta-font-weight\";s:7:\"inherit\";s:33:\"related-posts-meta-text-transform\";s:0:\"\";s:30:\"related-posts-meta-line-height\";s:0:\"\";s:28:\"related-posts-meta-font-size\";a:6:{s:7:\"desktop\";s:2:\"14\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:33:\"related-posts-content-font-family\";s:7:\"inherit\";s:33:\"related-posts-content-font-weight\";s:7:\"inherit\";s:36:\"related-posts-content-text-transform\";s:0:\"\";s:33:\"related-posts-content-line-height\";s:0:\"\";s:31:\"related-posts-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"blog-post-structure\";a:2:{i:0;s:5:\"image\";i:1;s:10:\"title-meta\";}s:10:\"blog-width\";s:7:\"default\";s:14:\"blog-max-width\";i:1200;s:17:\"blog-post-content\";s:7:\"excerpt\";s:9:\"blog-meta\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:10:\"text-color\";s:16:\"rgba(0,0,0,0.65)\";s:10:\"link-color\";s:7:\"#ffffff\";s:11:\"theme-color\";s:7:\"#833556\";s:12:\"link-h-color\";s:7:\"#000000\";s:13:\"footer-bg-obj\";a:8:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:12:\"footer-color\";s:0:\"\";s:17:\"footer-link-color\";s:0:\"\";s:19:\"footer-link-h-color\";s:0:\"\";s:17:\"footer-adv-bg-obj\";a:8:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:21:\"footer-adv-text-color\";s:0:\"\";s:21:\"footer-adv-link-color\";s:0:\"\";s:23:\"footer-adv-link-h-color\";s:0:\"\";s:26:\"footer-adv-wgt-title-color\";s:0:\"\";s:12:\"button-color\";s:7:\"#000000\";s:14:\"button-h-color\";s:7:\"#833556\";s:15:\"button-bg-color\";s:7:\"#ffffff\";s:17:\"button-bg-h-color\";s:21:\"rgba(255,255,255,0.9)\";s:20:\"theme-button-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"17\";s:5:\"right\";s:2:\"35\";s:6:\"bottom\";s:2:\"17\";s:4:\"left\";s:2:\"35\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"button-radius\";i:0;s:37:\"theme-button-border-group-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:17:\"footer-sml-layout\";s:19:\"footer-sml-layout-1\";s:20:\"footer-sml-section-1\";s:6:\"custom\";s:27:\"footer-sml-section-1-credit\";s:72:\"Copyright &copy; [current_year] [site_title] | Powered by [theme_author]\";s:20:\"footer-sml-section-2\";s:0:\"\";s:27:\"footer-sml-section-2-credit\";s:72:\"Copyright &copy; [current_year] [site_title] | Powered by [theme_author]\";s:27:\"footer-sml-dist-equal-align\";b:1;s:18:\"footer-sml-divider\";i:1;s:24:\"footer-sml-divider-color\";s:7:\"#7a7a7a\";s:19:\"footer-layout-width\";s:7:\"content\";s:22:\"ast-header-retina-logo\";s:101:\"https://websitedemos.net/communities-02/wp-content/uploads/sites/853/2021/05/logo-retina-free-img.png\";s:21:\"ast-header-logo-width\";s:0:\"\";s:32:\"ast-header-responsive-logo-width\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:18:\"display-site-title\";b:0;s:20:\"display-site-tagline\";i:0;s:17:\"logo-title-inline\";i:1;s:19:\"disable-primary-nav\";b:0;s:14:\"header-layouts\";s:20:\"header-main-layout-1\";s:22:\"header-main-rt-section\";s:4:\"none\";s:27:\"header-display-outside-menu\";b:0;s:27:\"header-main-rt-section-html\";s:27:\"<button>Contact Us</button>\";s:34:\"header-main-rt-section-button-text\";s:6:\"Button\";s:34:\"header-main-rt-section-button-link\";s:23:\"https://www.wpastra.com\";s:41:\"header-main-rt-section-button-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:35:\"header-main-rt-section-button-style\";s:12:\"theme-button\";s:40:\"header-main-rt-section-button-text-color\";s:0:\"\";s:40:\"header-main-rt-section-button-back-color\";s:0:\"\";s:42:\"header-main-rt-section-button-text-h-color\";s:0:\"\";s:42:\"header-main-rt-section-button-back-h-color\";s:0:\"\";s:37:\"header-main-rt-section-button-padding\";a:3:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}}s:41:\"header-main-rt-section-button-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:15:\"header-main-sep\";i:1;s:21:\"header-main-sep-color\";s:0:\"\";s:24:\"header-main-layout-width\";s:7:\"content\";s:22:\"primary-submenu-border\";a:4:{s:3:\"top\";s:1:\"2\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:27:\"primary-submenu-item-border\";b:0;s:23:\"primary-submenu-b-color\";s:0:\"\";s:28:\"primary-submenu-item-b-color\";s:0:\"\";s:33:\"primary-header-button-font-family\";s:7:\"inherit\";s:33:\"primary-header-button-font-weight\";s:7:\"inherit\";s:31:\"primary-header-button-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"primary-header-button-text-transform\";s:0:\"\";s:33:\"primary-header-button-line-height\";i:1;s:36:\"primary-header-button-letter-spacing\";s:0:\"\";s:22:\"header-main-menu-label\";s:0:\"\";s:22:\"header-main-menu-align\";s:6:\"inline\";s:39:\"header-main-submenu-container-animation\";s:0:\"\";s:24:\"mobile-header-breakpoint\";s:0:\"\";s:18:\"mobile-header-logo\";s:0:\"\";s:24:\"mobile-header-logo-width\";s:0:\"\";s:11:\"site-layout\";s:21:\"ast-full-width-layout\";s:18:\"site-content-width\";i:1200;s:37:\"site-layout-outside-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:8:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:8:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:8:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:19:\"site-content-layout\";s:15:\"boxed-container\";s:26:\"single-page-content-layout\";s:7:\"default\";s:26:\"single-post-content-layout\";s:7:\"default\";s:27:\"archive-post-content-layout\";s:7:\"default\";s:16:\"body-font-family\";s:29:\"\'Source Sans Pro\', sans-serif\";s:17:\"body-font-variant\";s:0:\"\";s:16:\"body-font-weight\";s:3:\"400\";s:14:\"font-size-body\";a:6:{s:7:\"desktop\";i:17;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:16:\"body-line-height\";s:0:\"\";s:18:\"para-margin-bottom\";s:0:\"\";s:19:\"body-text-transform\";s:0:\"\";s:20:\"headings-font-family\";s:21:\"\'Poppins\', sans-serif\";s:20:\"headings-font-weight\";s:3:\"700\";s:23:\"headings-text-transform\";s:0:\"\";s:20:\"headings-line-height\";s:0:\"\";s:20:\"font-size-site-title\";a:6:{s:7:\"desktop\";i:35;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"font-size-site-tagline\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"font-size-entry-title\";a:6:{s:7:\"desktop\";i:30;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"font-size-archive-summary-title\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:20:\"font-size-page-title\";a:6:{s:7:\"desktop\";i:30;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h1\";a:6:{s:7:\"desktop\";s:2:\"90\";s:6:\"tablet\";s:2:\"60\";s:6:\"mobile\";s:2:\"50\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h2\";a:6:{s:7:\"desktop\";s:2:\"55\";s:6:\"tablet\";s:2:\"45\";s:6:\"mobile\";s:2:\"35\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h3\";a:6:{s:7:\"desktop\";s:2:\"35\";s:6:\"tablet\";s:2:\"30\";s:6:\"mobile\";s:2:\"28\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h4\";a:6:{s:7:\"desktop\";s:2:\"26\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h5\";a:6:{s:7:\"desktop\";s:2:\"20\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h6\";a:6:{s:7:\"desktop\";s:2:\"16\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"site-sidebar-layout\";s:10:\"no-sidebar\";s:18:\"site-sidebar-width\";i:30;s:26:\"single-page-sidebar-layout\";s:7:\"default\";s:26:\"single-post-sidebar-layout\";s:7:\"default\";s:27:\"archive-post-sidebar-layout\";s:7:\"default\";s:10:\"footer-adv\";s:8:\"disabled\";s:23:\"footer-adv-border-width\";s:0:\"\";s:23:\"footer-adv-border-color\";s:7:\"#7a7a7a\";s:30:\"mobile-header-toggle-btn-style\";s:7:\"minimal\";s:23:\"hide-custom-menu-mobile\";i:1;s:27:\"mobile-header-toggle-target\";s:4:\"icon\";s:23:\"transparent-header-logo\";s:0:\"\";s:30:\"transparent-header-retina-logo\";s:0:\"\";s:26:\"different-transparent-logo\";i:0;s:33:\"different-transparent-retina-logo\";i:0;s:29:\"transparent-header-logo-width\";a:3:{s:7:\"desktop\";i:150;s:6:\"tablet\";i:120;s:6:\"mobile\";i:100;}s:25:\"transparent-header-enable\";i:0;s:34:\"transparent-header-disable-archive\";i:1;s:45:\"transparent-header-disable-latest-posts-index\";i:1;s:29:\"transparent-header-on-devices\";s:4:\"both\";s:27:\"transparent-header-main-sep\";i:0;s:33:\"transparent-header-main-sep-color\";s:0:\"\";s:27:\"transparent-header-bg-color\";s:0:\"\";s:35:\"transparent-header-color-site-title\";s:0:\"\";s:37:\"transparent-header-color-h-site-title\";s:0:\"\";s:25:\"transparent-menu-bg-color\";s:0:\"\";s:22:\"transparent-menu-color\";s:0:\"\";s:24:\"transparent-menu-h-color\";s:0:\"\";s:28:\"transparent-submenu-bg-color\";s:0:\"\";s:25:\"transparent-submenu-color\";s:0:\"\";s:27:\"transparent-submenu-h-color\";s:0:\"\";s:38:\"transparent-header-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:46:\"transparent-header-color-site-title-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:48:\"transparent-header-color-h-site-title-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:36:\"transparent-menu-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"transparent-menu-color-responsive\";a:3:{s:7:\"desktop\";s:7:\"#ffffff\";s:6:\"tablet\";s:15:\"rgba(0,0,0,0.5)\";s:6:\"mobile\";s:0:\"\";}s:35:\"transparent-menu-h-color-responsive\";a:3:{s:7:\"desktop\";s:7:\"#ffd0b3\";s:6:\"tablet\";s:7:\"#833556\";s:6:\"mobile\";s:0:\"\";}s:39:\"transparent-submenu-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:36:\"transparent-submenu-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:38:\"transparent-submenu-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:49:\"transparent-content-section-text-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:49:\"transparent-content-section-link-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:51:\"transparent-content-section-link-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"breadcrumb-font-family\";s:7:\"inherit\";s:22:\"breadcrumb-font-weight\";s:7:\"inherit\";s:25:\"breadcrumb-text-transform\";s:0:\"\";s:32:\"breadcrumb-text-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"breadcrumb-active-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"breadcrumb-hover-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"breadcrumb-separator-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:19:\"breadcrumb-bg-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:18:\"breadcrumb-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:20:\"breadcrumb-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:8:\"h1-color\";s:0:\"\";s:8:\"h2-color\";s:0:\"\";s:8:\"h3-color\";s:0:\"\";s:8:\"h4-color\";s:0:\"\";s:8:\"h5-color\";s:0:\"\";s:8:\"h6-color\";s:0:\"\";s:14:\"font-family-h1\";s:7:\"inherit\";s:14:\"font-weight-h1\";s:7:\"inherit\";s:17:\"text-transform-h1\";s:0:\"\";s:14:\"line-height-h1\";i:1;s:14:\"font-family-h2\";s:7:\"inherit\";s:14:\"font-weight-h2\";s:7:\"inherit\";s:17:\"text-transform-h2\";s:0:\"\";s:14:\"line-height-h2\";d:1.1999999999999999555910790149937383830547332763671875;s:14:\"font-family-h3\";s:7:\"inherit\";s:14:\"font-weight-h3\";s:7:\"inherit\";s:17:\"text-transform-h3\";s:0:\"\";s:14:\"line-height-h3\";i:1;s:18:\"font-weight-button\";s:3:\"700\";s:18:\"font-family-button\";s:21:\"\'Poppins\', sans-serif\";s:16:\"font-size-button\";a:6:{s:7:\"desktop\";s:2:\"14\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"text-transform-button\";s:9:\"uppercase\";s:21:\"theme-btn-line-height\";i:1;s:24:\"theme-btn-letter-spacing\";i:2;s:20:\"header-desktop-items\";a:5:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:11:\"mobile-menu\";}}s:5:\"above\";a:5:{s:10:\"above_left\";a:0:{}s:17:\"above_left_center\";a:0:{}s:12:\"above_center\";a:0:{}s:18:\"above_right_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:5:{s:12:\"primary_left\";a:1:{i:0;s:4:\"logo\";}s:19:\"primary_left_center\";a:0:{}s:14:\"primary_center\";a:0:{}s:20:\"primary_right_center\";a:0:{}s:13:\"primary_right\";a:2:{i:0;s:6:\"menu-1\";i:1;s:8:\"button-1\";}}s:5:\"below\";a:5:{s:10:\"below_left\";a:0:{}s:17:\"below_left_center\";a:0:{}s:12:\"below_center\";a:0:{}s:18:\"below_right_center\";a:0:{}s:11:\"below_right\";a:0:{}}s:4:\"flag\";b:0;}s:19:\"header-mobile-items\";a:5:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:11:\"mobile-menu\";}}s:5:\"above\";a:3:{s:10:\"above_left\";a:0:{}s:12:\"above_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:3:{s:12:\"primary_left\";a:1:{i:0;s:4:\"logo\";}s:14:\"primary_center\";a:0:{}s:13:\"primary_right\";a:1:{i:0;s:14:\"mobile-trigger\";}}s:5:\"below\";a:3:{s:10:\"below_left\";a:0:{}s:12:\"below_center\";a:0:{}s:11:\"below_right\";a:0:{}}s:4:\"flag\";b:0;}s:27:\"hb-header-main-layout-width\";s:7:\"content\";s:16:\"hb-header-height\";a:3:{s:7:\"desktop\";i:70;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:8:\"hb-stack\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:18:\"hb-header-main-sep\";i:1;s:24:\"hb-header-main-sep-color\";s:7:\"#eaeaea\";s:25:\"hb-header-main-menu-align\";s:6:\"inline\";s:27:\"hb-header-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:17:\"hb-header-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:3:\"1.5\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"1.5\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:1:\"1\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:17:\"hba-header-layout\";s:21:\"above-header-layout-1\";s:17:\"hba-header-height\";a:3:{s:7:\"desktop\";i:50;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:9:\"hba-stack\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:20:\"hba-header-separator\";i:1;s:30:\"hba-header-bottom-border-color\";s:7:\"#eaeaea\";s:28:\"hba-header-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:32:\"hba-header-text-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:32:\"hba-header-link-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"hba-header-link-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:18:\"hba-header-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:3:\"0.5\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"em\";}s:17:\"hbb-header-layout\";s:21:\"below-header-layout-1\";s:17:\"hbb-header-height\";a:3:{s:7:\"desktop\";i:60;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:9:\"hbb-stack\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:20:\"hbb-header-separator\";i:1;s:30:\"hbb-header-bottom-border-color\";s:7:\"#eaeaea\";s:28:\"hbb-header-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:7:\"#eeeeee\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:18:\"hbb-header-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"1\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"px\";}s:37:\"section-footer-builder-layout-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"section-footer-builder-layout-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"section-above-header-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"section-above-header-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"section-below-header-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"section-below-header-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"section-header-mobile-trigger-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"section-primary-header-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:37:\"section-primary-header-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:20:\"title_tagline-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"section-header-search-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-account-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"header-mobile-menu-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:2:\"10\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:2:\"30\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:33:\"section-header-mobile-menu-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"section-above-footer-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:2:\"40\";s:5:\"right\";s:2:\"80\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:2:\"80\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:2:\"80\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"60\";s:4:\"left\";s:2:\"25\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"section-above-footer-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:1:\"0\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"section-below-footer-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"section-footer-copyright-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-footer-menu-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"section-primary-footer-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:3:\"100\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:2:\"60\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:2:\"60\";s:4:\"left\";s:2:\"30\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"25\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:37:\"section-primary-footer-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button1-text\";s:6:\"DONATE\";s:26:\"header-button1-link-option\";a:3:{s:3:\"url\";s:1:\"#\";s:7:\"new_tab\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button1-font-family\";s:7:\"inherit\";s:26:\"header-button1-font-weight\";s:7:\"inherit\";s:29:\"header-button1-text-transform\";s:0:\"\";s:26:\"header-button1-line-height\";s:0:\"\";s:24:\"header-button1-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button1-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button1-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button1-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button1-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button1-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button1-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button1-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button1-border-radius\";s:0:\"\";s:27:\"section-hb-button-1-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button1-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button1-text\";s:6:\"Button\";s:26:\"footer-button1-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button1-font-family\";s:7:\"inherit\";s:26:\"footer-button1-font-weight\";s:7:\"inherit\";s:29:\"footer-button1-text-transform\";s:0:\"\";s:26:\"footer-button1-line-height\";s:0:\"\";s:24:\"footer-button1-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button1-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button1-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button1-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button1-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button1-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button1-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button1-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button1-border-radius\";s:0:\"\";s:25:\"footer-button-1-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-1-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-1\";s:22:\"Insert HTML text here.\";s:18:\"header-html-1color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-1link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-1link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-1\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-1\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-1\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-1\";s:0:\"\";s:32:\"text-transform-section-hb-html-1\";s:0:\"\";s:24:\"section-hb-html-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-1\";s:60:\"<h6><span style=\"color: #ffd0b3;\">GIVE US A HAND</span></h6>\";s:18:\"footer-html-1color\";a:3:{s:7:\"desktop\";s:7:\"#ffd0b3\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-1link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-1link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-1\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-1-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-1\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-1\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-1\";s:0:\"\";s:29:\"line-height-section-fb-html-1\";s:0:\"\";s:24:\"section-fb-html-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-1-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-1-bg-space\";s:0:\"\";s:20:\"header-social-1-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-1-radius\";s:0:\"\";s:21:\"header-social-1-color\";s:0:\"\";s:23:\"header-social-1-h-color\";s:0:\"\";s:24:\"header-social-1-bg-color\";s:0:\"\";s:26:\"header-social-1-bg-h-color\";s:0:\"\";s:28:\"header-social-1-label-toggle\";b:0;s:26:\"header-social-1-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-1\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-1\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-1-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-1-bg-space\";s:0:\"\";s:20:\"footer-social-1-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-1-radius\";s:0:\"\";s:21:\"footer-social-1-color\";a:1:{s:7:\"desktop\";s:21:\"rgba(255,255,255,0.5)\";}s:23:\"footer-social-1-h-color\";a:1:{s:7:\"desktop\";s:7:\"#ffffff\";}s:24:\"footer-social-1-bg-color\";s:0:\"\";s:26:\"footer-social-1-bg-h-color\";s:0:\"\";s:28:\"footer-social-1-label-toggle\";b:0;s:26:\"footer-social-1-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-1\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-1\";a:2:{s:5:\"items\";a:4:{i:0;a:7:{s:2:\"id\";s:8:\"linkedin\";s:7:\"enabled\";b:1;s:3:\"url\";s:1:\"#\";s:5:\"color\";s:7:\"#1c86c6\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:11:\"linkedin-in\";s:5:\"label\";s:8:\"Linkedin\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:1:\"#\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:1:\"#\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:10:\"facebook-f\";s:5:\"label\";s:8:\"Facebook\";}i:3;a:7:{s:2:\"id\";s:7:\"youtube\";s:7:\"enabled\";b:1;s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#e96651\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"youtube\";s:5:\"label\";s:7:\"YouTube\";}}s:4:\"flag\";b:0;}s:25:\"footer-social-1-alignment\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:4:\"left\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:1:\"5\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-1-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-1-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-1-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-1-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-1-font-family\";s:7:\"inherit\";s:27:\"header-widget-1-font-weight\";s:7:\"inherit\";s:30:\"header-widget-1-text-transform\";s:0:\"\";s:27:\"header-widget-1-line-height\";s:0:\"\";s:25:\"header-widget-1-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-1-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-1-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-1-content-text-transform\";s:0:\"\";s:35:\"header-widget-1-content-line-height\";s:0:\"\";s:33:\"header-widget-1-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-1-title-color\";a:3:{s:7:\"desktop\";s:7:\"#ffffff\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-1-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-1-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-1-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-1-font-family\";s:7:\"inherit\";s:27:\"footer-widget-1-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-1-text-transform\";s:0:\"\";s:27:\"footer-widget-1-line-height\";s:0:\"\";s:25:\"footer-widget-1-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-1-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-1-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-1-content-text-transform\";s:0:\"\";s:35:\"footer-widget-1-content-line-height\";s:0:\"\";s:33:\"footer-widget-1-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-1\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:4:\"left\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu1-bg-color\";s:0:\"\";s:18:\"header-menu1-color\";s:0:\"\";s:23:\"header-menu1-h-bg-color\";s:0:\"\";s:20:\"header-menu1-h-color\";s:0:\"\";s:23:\"header-menu1-a-bg-color\";s:0:\"\";s:20:\"header-menu1-a-color\";s:0:\"\";s:30:\"header-menu1-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:29:\"header-menu1-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu1-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu1-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu1-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu1-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu1-menu-hover-animation\";s:0:\"\";s:40:\"header-menu1-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu1-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu1-submenu-item-border\";b:0;s:32:\"header-menu1-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu1-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu1-submenu-border-radius\";s:0:\"\";s:31:\"header-menu1-submenu-top-offset\";s:0:\"\";s:26:\"header-menu1-submenu-width\";s:0:\"\";s:27:\"header-menu1-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu1-menu-stack-on-mobile\";b:1;s:22:\"header-menu1-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu1-font-weight\";s:7:\"inherit\";s:24:\"header-menu1-font-family\";s:7:\"inherit\";s:27:\"header-menu1-text-transform\";s:0:\"\";s:24:\"header-menu1-line-height\";s:0:\"\";s:27:\"section-hb-divider-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button2-text\";s:6:\"Button\";s:26:\"header-button2-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button2-font-family\";s:7:\"inherit\";s:26:\"header-button2-font-weight\";s:7:\"inherit\";s:29:\"header-button2-text-transform\";s:0:\"\";s:26:\"header-button2-line-height\";s:0:\"\";s:24:\"header-button2-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button2-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button2-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button2-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button2-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button2-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button2-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button2-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button2-border-radius\";s:0:\"\";s:27:\"section-hb-button-2-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button2-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button2-text\";s:6:\"Button\";s:26:\"footer-button2-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button2-font-family\";s:7:\"inherit\";s:26:\"footer-button2-font-weight\";s:7:\"inherit\";s:29:\"footer-button2-text-transform\";s:0:\"\";s:26:\"footer-button2-line-height\";s:0:\"\";s:24:\"footer-button2-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button2-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button2-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button2-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button2-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button2-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button2-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button2-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button2-border-radius\";s:0:\"\";s:25:\"footer-button-2-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-2-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-2\";s:22:\"Insert HTML text here.\";s:18:\"header-html-2color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-2link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-2link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-2\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-2\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-2\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-2\";s:0:\"\";s:32:\"text-transform-section-hb-html-2\";s:0:\"\";s:24:\"section-hb-html-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-2\";s:105:\"<h2><span style=\"color: #ffffff;\">Support us and change the course of a child’s life today!</span></h2>\";s:18:\"footer-html-2color\";a:3:{s:7:\"desktop\";s:7:\"#ffffff\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-2link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-2link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-2\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-2-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-2\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-2\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-2\";s:0:\"\";s:29:\"line-height-section-fb-html-2\";s:0:\"\";s:24:\"section-fb-html-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"20\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"55\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-2-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-2-bg-space\";s:0:\"\";s:20:\"header-social-2-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-2-radius\";s:0:\"\";s:21:\"header-social-2-color\";s:0:\"\";s:23:\"header-social-2-h-color\";s:0:\"\";s:24:\"header-social-2-bg-color\";s:0:\"\";s:26:\"header-social-2-bg-h-color\";s:0:\"\";s:28:\"header-social-2-label-toggle\";b:0;s:26:\"header-social-2-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-2\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-2\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-2-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-2-bg-space\";s:0:\"\";s:20:\"footer-social-2-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-2-radius\";s:0:\"\";s:21:\"footer-social-2-color\";s:0:\"\";s:23:\"footer-social-2-h-color\";s:0:\"\";s:24:\"footer-social-2-bg-color\";s:0:\"\";s:26:\"footer-social-2-bg-h-color\";s:0:\"\";s:28:\"footer-social-2-label-toggle\";b:0;s:26:\"footer-social-2-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-2\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-2\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-2-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-2-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-2-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-2-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-2-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-2-font-family\";s:7:\"inherit\";s:27:\"header-widget-2-font-weight\";s:7:\"inherit\";s:30:\"header-widget-2-text-transform\";s:0:\"\";s:27:\"header-widget-2-line-height\";s:0:\"\";s:25:\"header-widget-2-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-2-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-2-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-2-content-text-transform\";s:0:\"\";s:35:\"header-widget-2-content-line-height\";s:0:\"\";s:33:\"header-widget-2-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-2-title-color\";a:3:{s:7:\"desktop\";s:7:\"#ffffff\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-2-color\";a:3:{s:7:\"desktop\";s:7:\"#ffffff\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-2-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-2-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-2-font-family\";s:7:\"inherit\";s:27:\"footer-widget-2-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-2-text-transform\";s:0:\"\";s:27:\"footer-widget-2-line-height\";s:0:\"\";s:25:\"footer-widget-2-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-2-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-2-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-2-content-text-transform\";s:0:\"\";s:35:\"footer-widget-2-content-line-height\";s:0:\"\";s:33:\"footer-widget-2-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-2\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:4:\"left\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu2-bg-color\";s:0:\"\";s:18:\"header-menu2-color\";s:0:\"\";s:23:\"header-menu2-h-bg-color\";s:0:\"\";s:20:\"header-menu2-h-color\";s:0:\"\";s:23:\"header-menu2-a-bg-color\";s:0:\"\";s:20:\"header-menu2-a-color\";s:0:\"\";s:30:\"header-menu2-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:29:\"header-menu2-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu2-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu2-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu2-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu2-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu2-menu-hover-animation\";s:0:\"\";s:40:\"header-menu2-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu2-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu2-submenu-item-border\";b:0;s:32:\"header-menu2-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu2-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu2-submenu-border-radius\";s:0:\"\";s:31:\"header-menu2-submenu-top-offset\";s:0:\"\";s:26:\"header-menu2-submenu-width\";s:0:\"\";s:27:\"header-menu2-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu2-menu-stack-on-mobile\";b:1;s:22:\"header-menu2-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu2-font-weight\";s:7:\"inherit\";s:24:\"header-menu2-font-family\";s:7:\"inherit\";s:27:\"header-menu2-text-transform\";s:0:\"\";s:24:\"header-menu2-line-height\";s:0:\"\";s:27:\"section-hb-divider-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button3-text\";s:6:\"Button\";s:26:\"header-button3-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button3-font-family\";s:7:\"inherit\";s:26:\"header-button3-font-weight\";s:7:\"inherit\";s:29:\"header-button3-text-transform\";s:0:\"\";s:26:\"header-button3-line-height\";s:0:\"\";s:24:\"header-button3-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button3-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button3-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button3-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button3-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button3-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button3-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button3-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button3-border-radius\";s:0:\"\";s:27:\"section-hb-button-3-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button3-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button3-text\";s:6:\"Button\";s:26:\"footer-button3-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button3-font-family\";s:7:\"inherit\";s:26:\"footer-button3-font-weight\";s:7:\"inherit\";s:29:\"footer-button3-text-transform\";s:0:\"\";s:26:\"footer-button3-line-height\";s:0:\"\";s:24:\"footer-button3-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button3-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button3-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button3-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button3-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button3-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button3-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button3-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button3-border-radius\";s:0:\"\";s:25:\"footer-button-3-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-3-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-3\";s:22:\"Insert HTML text here.\";s:18:\"header-html-3color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-3link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-3link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-3\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-3\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-3\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-3\";s:0:\"\";s:32:\"text-transform-section-hb-html-3\";s:0:\"\";s:24:\"section-hb-html-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-3\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-3color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-3link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-3link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-3\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-3-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-3\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-3\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-3\";s:0:\"\";s:29:\"line-height-section-fb-html-3\";s:0:\"\";s:24:\"section-fb-html-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-3-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-3-bg-space\";s:0:\"\";s:20:\"header-social-3-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-3-radius\";s:0:\"\";s:21:\"header-social-3-color\";s:0:\"\";s:23:\"header-social-3-h-color\";s:0:\"\";s:24:\"header-social-3-bg-color\";s:0:\"\";s:26:\"header-social-3-bg-h-color\";s:0:\"\";s:28:\"header-social-3-label-toggle\";b:0;s:26:\"header-social-3-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-3\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-3\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-3-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-3-bg-space\";s:0:\"\";s:20:\"footer-social-3-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-3-radius\";s:0:\"\";s:21:\"footer-social-3-color\";s:0:\"\";s:23:\"footer-social-3-h-color\";s:0:\"\";s:24:\"footer-social-3-bg-color\";s:0:\"\";s:26:\"footer-social-3-bg-h-color\";s:0:\"\";s:28:\"footer-social-3-label-toggle\";b:0;s:26:\"footer-social-3-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-3\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-3\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-3-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-3-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-3-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-3-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-3-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-3-font-family\";s:7:\"inherit\";s:27:\"header-widget-3-font-weight\";s:7:\"inherit\";s:30:\"header-widget-3-text-transform\";s:0:\"\";s:27:\"header-widget-3-line-height\";s:0:\"\";s:25:\"header-widget-3-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-3-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-3-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-3-content-text-transform\";s:0:\"\";s:35:\"header-widget-3-content-line-height\";s:0:\"\";s:33:\"header-widget-3-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-3-title-color\";a:3:{s:7:\"desktop\";s:7:\"#ffd0b3\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-3-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-3-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-3-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-3-font-family\";s:7:\"inherit\";s:27:\"footer-widget-3-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-3-text-transform\";s:0:\"\";s:27:\"footer-widget-3-line-height\";s:0:\"\";s:25:\"footer-widget-3-font-size\";a:6:{s:7:\"desktop\";s:2:\"16\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-3-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-3-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-3-content-text-transform\";s:0:\"\";s:35:\"footer-widget-3-content-line-height\";s:0:\"\";s:33:\"footer-widget-3-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-3\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu3-bg-color\";s:0:\"\";s:18:\"header-menu3-color\";s:0:\"\";s:23:\"header-menu3-h-bg-color\";s:0:\"\";s:20:\"header-menu3-h-color\";s:0:\"\";s:23:\"header-menu3-a-bg-color\";s:0:\"\";s:20:\"header-menu3-a-color\";s:0:\"\";s:30:\"header-menu3-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:29:\"header-menu3-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu3-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu3-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu3-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu3-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu3-menu-hover-animation\";s:0:\"\";s:40:\"header-menu3-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu3-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu3-submenu-item-border\";b:0;s:32:\"header-menu3-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu3-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu3-submenu-border-radius\";s:0:\"\";s:31:\"header-menu3-submenu-top-offset\";s:0:\"\";s:26:\"header-menu3-submenu-width\";s:0:\"\";s:27:\"header-menu3-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu3-menu-stack-on-mobile\";b:1;s:22:\"header-menu3-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu3-font-weight\";s:7:\"inherit\";s:24:\"header-menu3-font-family\";s:7:\"inherit\";s:27:\"header-menu3-text-transform\";s:0:\"\";s:24:\"header-menu3-line-height\";s:0:\"\";s:27:\"section-hb-divider-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button4-text\";s:6:\"Button\";s:26:\"header-button4-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button4-font-family\";s:7:\"inherit\";s:26:\"header-button4-font-weight\";s:7:\"inherit\";s:29:\"header-button4-text-transform\";s:0:\"\";s:26:\"header-button4-line-height\";s:0:\"\";s:24:\"header-button4-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button4-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button4-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button4-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button4-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button4-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button4-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button4-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button4-border-radius\";s:0:\"\";s:27:\"section-hb-button-4-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button4-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button4-text\";s:6:\"Button\";s:26:\"footer-button4-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button4-font-family\";s:7:\"inherit\";s:26:\"footer-button4-font-weight\";s:7:\"inherit\";s:29:\"footer-button4-text-transform\";s:0:\"\";s:26:\"footer-button4-line-height\";s:0:\"\";s:24:\"footer-button4-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button4-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button4-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button4-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button4-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button4-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button4-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button4-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button4-border-radius\";s:0:\"\";s:25:\"footer-button-4-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-4-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-4\";s:22:\"Insert HTML text here.\";s:18:\"header-html-4color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-4link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-4link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-4\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-4\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-4\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-4\";s:0:\"\";s:32:\"text-transform-section-hb-html-4\";s:0:\"\";s:24:\"section-hb-html-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-4\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-4color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-4link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-4link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-4\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-4-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-4\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-4\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-4\";s:0:\"\";s:29:\"line-height-section-fb-html-4\";s:0:\"\";s:24:\"section-fb-html-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-4-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-4-bg-space\";s:0:\"\";s:20:\"header-social-4-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-4-radius\";s:0:\"\";s:21:\"header-social-4-color\";s:0:\"\";s:23:\"header-social-4-h-color\";s:0:\"\";s:24:\"header-social-4-bg-color\";s:0:\"\";s:26:\"header-social-4-bg-h-color\";s:0:\"\";s:28:\"header-social-4-label-toggle\";b:0;s:26:\"header-social-4-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-4\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-4\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-4-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-4-bg-space\";s:0:\"\";s:20:\"footer-social-4-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-4-radius\";s:0:\"\";s:21:\"footer-social-4-color\";s:0:\"\";s:23:\"footer-social-4-h-color\";s:0:\"\";s:24:\"footer-social-4-bg-color\";s:0:\"\";s:26:\"footer-social-4-bg-h-color\";s:0:\"\";s:28:\"footer-social-4-label-toggle\";b:0;s:26:\"footer-social-4-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-4\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-4\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-4-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-4-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-4-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-4-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-4-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-4-font-family\";s:7:\"inherit\";s:27:\"header-widget-4-font-weight\";s:7:\"inherit\";s:30:\"header-widget-4-text-transform\";s:0:\"\";s:27:\"header-widget-4-line-height\";s:0:\"\";s:25:\"header-widget-4-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-4-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-4-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-4-content-text-transform\";s:0:\"\";s:35:\"header-widget-4-content-line-height\";s:0:\"\";s:33:\"header-widget-4-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-4-title-color\";a:3:{s:7:\"desktop\";s:7:\"#ffffff\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-4-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-4-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-4-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-4-font-family\";s:7:\"inherit\";s:27:\"footer-widget-4-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-4-text-transform\";s:0:\"\";s:27:\"footer-widget-4-line-height\";s:0:\"\";s:25:\"footer-widget-4-font-size\";a:6:{s:7:\"desktop\";s:2:\"55\";s:6:\"tablet\";s:2:\"45\";s:6:\"mobile\";s:2:\"35\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-4-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-4-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-4-content-text-transform\";s:0:\"\";s:35:\"footer-widget-4-content-line-height\";s:0:\"\";s:33:\"footer-widget-4-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-4\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu4-bg-color\";s:0:\"\";s:18:\"header-menu4-color\";s:0:\"\";s:23:\"header-menu4-h-bg-color\";s:0:\"\";s:20:\"header-menu4-h-color\";s:0:\"\";s:23:\"header-menu4-a-bg-color\";s:0:\"\";s:20:\"header-menu4-a-color\";s:0:\"\";s:30:\"header-menu4-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:29:\"header-menu4-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu4-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu4-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu4-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu4-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu4-menu-hover-animation\";s:0:\"\";s:40:\"header-menu4-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu4-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu4-submenu-item-border\";b:0;s:32:\"header-menu4-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu4-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu4-submenu-border-radius\";s:0:\"\";s:31:\"header-menu4-submenu-top-offset\";s:0:\"\";s:26:\"header-menu4-submenu-width\";s:0:\"\";s:27:\"header-menu4-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu4-menu-stack-on-mobile\";b:1;s:22:\"header-menu4-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu4-font-weight\";s:7:\"inherit\";s:24:\"header-menu4-font-family\";s:7:\"inherit\";s:27:\"header-menu4-text-transform\";s:0:\"\";s:24:\"header-menu4-line-height\";s:0:\"\";s:27:\"section-hb-divider-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button5-text\";s:6:\"Button\";s:26:\"header-button5-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button5-font-family\";s:7:\"inherit\";s:26:\"header-button5-font-weight\";s:7:\"inherit\";s:29:\"header-button5-text-transform\";s:0:\"\";s:26:\"header-button5-line-height\";s:0:\"\";s:24:\"header-button5-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button5-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button5-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button5-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button5-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button5-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button5-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button5-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button5-border-radius\";s:0:\"\";s:27:\"section-hb-button-5-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button5-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button5-text\";s:6:\"Button\";s:26:\"footer-button5-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button5-font-family\";s:7:\"inherit\";s:26:\"footer-button5-font-weight\";s:7:\"inherit\";s:29:\"footer-button5-text-transform\";s:0:\"\";s:26:\"footer-button5-line-height\";s:0:\"\";s:24:\"footer-button5-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button5-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button5-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button5-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button5-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button5-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button5-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button5-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button5-border-radius\";s:0:\"\";s:25:\"footer-button-5-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-5-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-5\";s:22:\"Insert HTML text here.\";s:18:\"header-html-5color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-5link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-5link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-5\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-5\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-5\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-5\";s:0:\"\";s:32:\"text-transform-section-hb-html-5\";s:0:\"\";s:24:\"section-hb-html-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-5\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-5color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-5link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-5link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-5\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-5-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-5\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-5\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-5\";s:0:\"\";s:29:\"line-height-section-fb-html-5\";s:0:\"\";s:24:\"section-fb-html-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-5-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-5-bg-space\";s:0:\"\";s:20:\"header-social-5-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-5-radius\";s:0:\"\";s:21:\"header-social-5-color\";s:0:\"\";s:23:\"header-social-5-h-color\";s:0:\"\";s:24:\"header-social-5-bg-color\";s:0:\"\";s:26:\"header-social-5-bg-h-color\";s:0:\"\";s:28:\"header-social-5-label-toggle\";b:0;s:26:\"header-social-5-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-5\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-5\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-5-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-5-bg-space\";s:0:\"\";s:20:\"footer-social-5-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-5-radius\";s:0:\"\";s:21:\"footer-social-5-color\";s:0:\"\";s:23:\"footer-social-5-h-color\";s:0:\"\";s:24:\"footer-social-5-bg-color\";s:0:\"\";s:26:\"footer-social-5-bg-h-color\";s:0:\"\";s:28:\"footer-social-5-label-toggle\";b:0;s:26:\"footer-social-5-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-5\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-5\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-5-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-5-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-5-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-5-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-5-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-5-font-family\";s:7:\"inherit\";s:27:\"header-widget-5-font-weight\";s:7:\"inherit\";s:30:\"header-widget-5-text-transform\";s:0:\"\";s:27:\"header-widget-5-line-height\";s:0:\"\";s:25:\"header-widget-5-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-5-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-5-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-5-content-text-transform\";s:0:\"\";s:35:\"header-widget-5-content-line-height\";s:0:\"\";s:33:\"header-widget-5-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-5-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-5-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-5-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-5-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-5-font-family\";s:7:\"inherit\";s:27:\"footer-widget-5-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-5-text-transform\";s:0:\"\";s:27:\"footer-widget-5-line-height\";s:0:\"\";s:25:\"footer-widget-5-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-5-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-5-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-5-content-text-transform\";s:0:\"\";s:35:\"footer-widget-5-content-line-height\";s:0:\"\";s:33:\"footer-widget-5-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-5\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu5-bg-color\";s:0:\"\";s:18:\"header-menu5-color\";s:0:\"\";s:23:\"header-menu5-h-bg-color\";s:0:\"\";s:20:\"header-menu5-h-color\";s:0:\"\";s:23:\"header-menu5-a-bg-color\";s:0:\"\";s:20:\"header-menu5-a-color\";s:0:\"\";s:30:\"header-menu5-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:29:\"header-menu5-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu5-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu5-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu5-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu5-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu5-menu-hover-animation\";s:0:\"\";s:40:\"header-menu5-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu5-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu5-submenu-item-border\";b:0;s:32:\"header-menu5-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu5-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu5-submenu-border-radius\";s:0:\"\";s:31:\"header-menu5-submenu-top-offset\";s:0:\"\";s:26:\"header-menu5-submenu-width\";s:0:\"\";s:27:\"header-menu5-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu5-menu-stack-on-mobile\";b:1;s:22:\"header-menu5-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu5-font-weight\";s:7:\"inherit\";s:24:\"header-menu5-font-family\";s:7:\"inherit\";s:27:\"header-menu5-text-transform\";s:0:\"\";s:24:\"header-menu5-line-height\";s:0:\"\";s:27:\"section-hb-divider-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button6-text\";s:6:\"Button\";s:26:\"header-button6-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button6-font-family\";s:7:\"inherit\";s:26:\"header-button6-font-weight\";s:7:\"inherit\";s:29:\"header-button6-text-transform\";s:0:\"\";s:26:\"header-button6-line-height\";s:0:\"\";s:24:\"header-button6-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button6-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button6-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button6-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button6-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button6-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button6-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button6-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button6-border-radius\";s:0:\"\";s:27:\"section-hb-button-6-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button6-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button6-text\";s:6:\"Button\";s:26:\"footer-button6-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button6-font-family\";s:7:\"inherit\";s:26:\"footer-button6-font-weight\";s:7:\"inherit\";s:29:\"footer-button6-text-transform\";s:0:\"\";s:26:\"footer-button6-line-height\";s:0:\"\";s:24:\"footer-button6-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button6-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button6-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button6-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button6-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button6-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button6-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button6-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button6-border-radius\";s:0:\"\";s:25:\"footer-button-6-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-6-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-6\";s:22:\"Insert HTML text here.\";s:18:\"header-html-6color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-6link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-6link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-6\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-6\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-6\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-6\";s:0:\"\";s:32:\"text-transform-section-hb-html-6\";s:0:\"\";s:24:\"section-hb-html-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-6\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-6color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-6link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-6link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-6\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-6-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-6\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-6\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-6\";s:0:\"\";s:29:\"line-height-section-fb-html-6\";s:0:\"\";s:24:\"section-fb-html-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-6-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-6-bg-space\";s:0:\"\";s:20:\"header-social-6-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-6-radius\";s:0:\"\";s:21:\"header-social-6-color\";s:0:\"\";s:23:\"header-social-6-h-color\";s:0:\"\";s:24:\"header-social-6-bg-color\";s:0:\"\";s:26:\"header-social-6-bg-h-color\";s:0:\"\";s:28:\"header-social-6-label-toggle\";b:0;s:26:\"header-social-6-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-6\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-6\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-6-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-6-bg-space\";s:0:\"\";s:20:\"footer-social-6-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-6-radius\";s:0:\"\";s:21:\"footer-social-6-color\";s:0:\"\";s:23:\"footer-social-6-h-color\";s:0:\"\";s:24:\"footer-social-6-bg-color\";s:0:\"\";s:26:\"footer-social-6-bg-h-color\";s:0:\"\";s:28:\"footer-social-6-label-toggle\";b:0;s:26:\"footer-social-6-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-6\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-6\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-6-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-6-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-6-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-6-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-6-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-6-font-family\";s:7:\"inherit\";s:27:\"header-widget-6-font-weight\";s:7:\"inherit\";s:30:\"header-widget-6-text-transform\";s:0:\"\";s:27:\"header-widget-6-line-height\";s:0:\"\";s:25:\"header-widget-6-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-6-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-6-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-6-content-text-transform\";s:0:\"\";s:35:\"header-widget-6-content-line-height\";s:0:\"\";s:33:\"header-widget-6-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-6-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-6-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-6-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-6-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-6-font-family\";s:7:\"inherit\";s:27:\"footer-widget-6-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-6-text-transform\";s:0:\"\";s:27:\"footer-widget-6-line-height\";s:0:\"\";s:25:\"footer-widget-6-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-6-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-6-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-6-content-text-transform\";s:0:\"\";s:35:\"footer-widget-6-content-line-height\";s:0:\"\";s:33:\"footer-widget-6-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-6\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu6-bg-color\";s:0:\"\";s:18:\"header-menu6-color\";s:0:\"\";s:23:\"header-menu6-h-bg-color\";s:0:\"\";s:20:\"header-menu6-h-color\";s:0:\"\";s:23:\"header-menu6-a-bg-color\";s:0:\"\";s:20:\"header-menu6-a-color\";s:0:\"\";s:30:\"header-menu6-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:29:\"header-menu6-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu6-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu6-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu6-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu6-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu6-menu-hover-animation\";s:0:\"\";s:40:\"header-menu6-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu6-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu6-submenu-item-border\";b:0;s:32:\"header-menu6-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu6-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu6-submenu-border-radius\";s:0:\"\";s:31:\"header-menu6-submenu-top-offset\";s:0:\"\";s:26:\"header-menu6-submenu-width\";s:0:\"\";s:27:\"header-menu6-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu6-menu-stack-on-mobile\";b:1;s:22:\"header-menu6-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu6-font-weight\";s:7:\"inherit\";s:24:\"header-menu6-font-family\";s:7:\"inherit\";s:27:\"header-menu6-text-transform\";s:0:\"\";s:24:\"header-menu6-line-height\";s:0:\"\";s:27:\"section-hb-divider-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button7-text\";s:6:\"Button\";s:26:\"header-button7-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button7-font-family\";s:7:\"inherit\";s:26:\"header-button7-font-weight\";s:7:\"inherit\";s:29:\"header-button7-text-transform\";s:0:\"\";s:26:\"header-button7-line-height\";s:0:\"\";s:24:\"header-button7-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button7-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button7-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button7-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button7-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button7-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button7-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button7-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button7-border-radius\";s:0:\"\";s:27:\"section-hb-button-7-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button7-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button7-text\";s:6:\"Button\";s:26:\"footer-button7-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button7-font-family\";s:7:\"inherit\";s:26:\"footer-button7-font-weight\";s:7:\"inherit\";s:29:\"footer-button7-text-transform\";s:0:\"\";s:26:\"footer-button7-line-height\";s:0:\"\";s:24:\"footer-button7-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button7-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button7-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button7-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button7-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button7-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button7-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button7-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button7-border-radius\";s:0:\"\";s:25:\"footer-button-7-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-7-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-7\";s:22:\"Insert HTML text here.\";s:18:\"header-html-7color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-7link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-7link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-7\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-7\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-7\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-7\";s:0:\"\";s:32:\"text-transform-section-hb-html-7\";s:0:\"\";s:24:\"section-hb-html-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-7\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-7color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-7link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-7link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-7\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-7-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-7\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-7\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-7\";s:0:\"\";s:29:\"line-height-section-fb-html-7\";s:0:\"\";s:24:\"section-fb-html-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-7-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-7-bg-space\";s:0:\"\";s:20:\"header-social-7-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-7-radius\";s:0:\"\";s:21:\"header-social-7-color\";s:0:\"\";s:23:\"header-social-7-h-color\";s:0:\"\";s:24:\"header-social-7-bg-color\";s:0:\"\";s:26:\"header-social-7-bg-h-color\";s:0:\"\";s:28:\"header-social-7-label-toggle\";b:0;s:26:\"header-social-7-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-7\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-7\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-7-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-7-bg-space\";s:0:\"\";s:20:\"footer-social-7-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-7-radius\";s:0:\"\";s:21:\"footer-social-7-color\";s:0:\"\";s:23:\"footer-social-7-h-color\";s:0:\"\";s:24:\"footer-social-7-bg-color\";s:0:\"\";s:26:\"footer-social-7-bg-h-color\";s:0:\"\";s:28:\"footer-social-7-label-toggle\";b:0;s:26:\"footer-social-7-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-7\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-7\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-7-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-7-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-7-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-7-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-7-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-7-font-family\";s:7:\"inherit\";s:27:\"header-widget-7-font-weight\";s:7:\"inherit\";s:30:\"header-widget-7-text-transform\";s:0:\"\";s:27:\"header-widget-7-line-height\";s:0:\"\";s:25:\"header-widget-7-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-7-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-7-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-7-content-text-transform\";s:0:\"\";s:35:\"header-widget-7-content-line-height\";s:0:\"\";s:33:\"header-widget-7-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-7-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-7-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-7-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-7-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-7-font-family\";s:7:\"inherit\";s:27:\"footer-widget-7-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-7-text-transform\";s:0:\"\";s:27:\"footer-widget-7-line-height\";s:0:\"\";s:25:\"footer-widget-7-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-7-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-7-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-7-content-text-transform\";s:0:\"\";s:35:\"footer-widget-7-content-line-height\";s:0:\"\";s:33:\"footer-widget-7-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-7\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu7-bg-color\";s:0:\"\";s:18:\"header-menu7-color\";s:0:\"\";s:23:\"header-menu7-h-bg-color\";s:0:\"\";s:20:\"header-menu7-h-color\";s:0:\"\";s:23:\"header-menu7-a-bg-color\";s:0:\"\";s:20:\"header-menu7-a-color\";s:0:\"\";s:30:\"header-menu7-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:29:\"header-menu7-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu7-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu7-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu7-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu7-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu7-menu-hover-animation\";s:0:\"\";s:40:\"header-menu7-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu7-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu7-submenu-item-border\";b:0;s:32:\"header-menu7-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu7-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu7-submenu-border-radius\";s:0:\"\";s:31:\"header-menu7-submenu-top-offset\";s:0:\"\";s:26:\"header-menu7-submenu-width\";s:0:\"\";s:27:\"header-menu7-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu7-menu-stack-on-mobile\";b:1;s:22:\"header-menu7-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu7-font-weight\";s:7:\"inherit\";s:24:\"header-menu7-font-family\";s:7:\"inherit\";s:27:\"header-menu7-text-transform\";s:0:\"\";s:24:\"header-menu7-line-height\";s:0:\"\";s:27:\"section-hb-divider-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button8-text\";s:6:\"Button\";s:26:\"header-button8-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button8-font-family\";s:7:\"inherit\";s:26:\"header-button8-font-weight\";s:7:\"inherit\";s:29:\"header-button8-text-transform\";s:0:\"\";s:26:\"header-button8-line-height\";s:0:\"\";s:24:\"header-button8-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button8-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button8-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button8-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button8-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button8-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button8-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button8-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button8-border-radius\";s:0:\"\";s:27:\"section-hb-button-8-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button8-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button8-text\";s:6:\"Button\";s:26:\"footer-button8-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button8-font-family\";s:7:\"inherit\";s:26:\"footer-button8-font-weight\";s:7:\"inherit\";s:29:\"footer-button8-text-transform\";s:0:\"\";s:26:\"footer-button8-line-height\";s:0:\"\";s:24:\"footer-button8-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button8-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button8-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button8-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button8-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button8-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button8-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button8-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button8-border-radius\";s:0:\"\";s:25:\"footer-button-8-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-8-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-8\";s:22:\"Insert HTML text here.\";s:18:\"header-html-8color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-8link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-8link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-8\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-8\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-8\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-8\";s:0:\"\";s:32:\"text-transform-section-hb-html-8\";s:0:\"\";s:24:\"section-hb-html-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-8\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-8color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-8link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-8link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-8\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-8-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-8\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-8\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-8\";s:0:\"\";s:29:\"line-height-section-fb-html-8\";s:0:\"\";s:24:\"section-fb-html-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-8-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-8-bg-space\";s:0:\"\";s:20:\"header-social-8-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-8-radius\";s:0:\"\";s:21:\"header-social-8-color\";s:0:\"\";s:23:\"header-social-8-h-color\";s:0:\"\";s:24:\"header-social-8-bg-color\";s:0:\"\";s:26:\"header-social-8-bg-h-color\";s:0:\"\";s:28:\"header-social-8-label-toggle\";b:0;s:26:\"header-social-8-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-8\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-8\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-8-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-8-bg-space\";s:0:\"\";s:20:\"footer-social-8-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-8-radius\";s:0:\"\";s:21:\"footer-social-8-color\";s:0:\"\";s:23:\"footer-social-8-h-color\";s:0:\"\";s:24:\"footer-social-8-bg-color\";s:0:\"\";s:26:\"footer-social-8-bg-h-color\";s:0:\"\";s:28:\"footer-social-8-label-toggle\";b:0;s:26:\"footer-social-8-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-8\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-8\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-8-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-8-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-8-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-8-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-8-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-8-font-family\";s:7:\"inherit\";s:27:\"header-widget-8-font-weight\";s:7:\"inherit\";s:30:\"header-widget-8-text-transform\";s:0:\"\";s:27:\"header-widget-8-line-height\";s:0:\"\";s:25:\"header-widget-8-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-8-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-8-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-8-content-text-transform\";s:0:\"\";s:35:\"header-widget-8-content-line-height\";s:0:\"\";s:33:\"header-widget-8-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-8-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-8-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-8-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-8-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-8-font-family\";s:7:\"inherit\";s:27:\"footer-widget-8-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-8-text-transform\";s:0:\"\";s:27:\"footer-widget-8-line-height\";s:0:\"\";s:25:\"footer-widget-8-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-8-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-8-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-8-content-text-transform\";s:0:\"\";s:35:\"footer-widget-8-content-line-height\";s:0:\"\";s:33:\"footer-widget-8-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-8\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu8-bg-color\";s:0:\"\";s:18:\"header-menu8-color\";s:0:\"\";s:23:\"header-menu8-h-bg-color\";s:0:\"\";s:20:\"header-menu8-h-color\";s:0:\"\";s:23:\"header-menu8-a-bg-color\";s:0:\"\";s:20:\"header-menu8-a-color\";s:0:\"\";s:30:\"header-menu8-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:29:\"header-menu8-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu8-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu8-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu8-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu8-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu8-menu-hover-animation\";s:0:\"\";s:40:\"header-menu8-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu8-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu8-submenu-item-border\";b:0;s:32:\"header-menu8-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu8-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu8-submenu-border-radius\";s:0:\"\";s:31:\"header-menu8-submenu-top-offset\";s:0:\"\";s:26:\"header-menu8-submenu-width\";s:0:\"\";s:27:\"header-menu8-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu8-menu-stack-on-mobile\";b:1;s:22:\"header-menu8-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu8-font-weight\";s:7:\"inherit\";s:24:\"header-menu8-font-family\";s:7:\"inherit\";s:27:\"header-menu8-text-transform\";s:0:\"\";s:24:\"header-menu8-line-height\";s:0:\"\";s:27:\"section-hb-divider-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button9-text\";s:6:\"Button\";s:26:\"header-button9-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button9-font-family\";s:7:\"inherit\";s:26:\"header-button9-font-weight\";s:7:\"inherit\";s:29:\"header-button9-text-transform\";s:0:\"\";s:26:\"header-button9-line-height\";s:0:\"\";s:24:\"header-button9-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button9-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button9-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button9-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button9-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button9-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button9-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button9-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button9-border-radius\";s:0:\"\";s:27:\"section-hb-button-9-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button9-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button9-text\";s:6:\"Button\";s:26:\"footer-button9-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button9-font-family\";s:7:\"inherit\";s:26:\"footer-button9-font-weight\";s:7:\"inherit\";s:29:\"footer-button9-text-transform\";s:0:\"\";s:26:\"footer-button9-line-height\";s:0:\"\";s:24:\"footer-button9-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button9-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button9-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button9-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button9-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button9-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button9-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button9-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button9-border-radius\";s:0:\"\";s:25:\"footer-button-9-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-9-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-9\";s:22:\"Insert HTML text here.\";s:18:\"header-html-9color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-9link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-9link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-9\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-9\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-9\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-9\";s:0:\"\";s:32:\"text-transform-section-hb-html-9\";s:0:\"\";s:24:\"section-hb-html-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-9\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-9color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-9link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-9link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-9\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-9-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-9\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-9\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-9\";s:0:\"\";s:29:\"line-height-section-fb-html-9\";s:0:\"\";s:24:\"section-fb-html-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-9-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-9-bg-space\";s:0:\"\";s:20:\"header-social-9-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-9-radius\";s:0:\"\";s:21:\"header-social-9-color\";s:0:\"\";s:23:\"header-social-9-h-color\";s:0:\"\";s:24:\"header-social-9-bg-color\";s:0:\"\";s:26:\"header-social-9-bg-h-color\";s:0:\"\";s:28:\"header-social-9-label-toggle\";b:0;s:26:\"header-social-9-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-9\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-9\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-9-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-9-bg-space\";s:0:\"\";s:20:\"footer-social-9-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-9-radius\";s:0:\"\";s:21:\"footer-social-9-color\";s:0:\"\";s:23:\"footer-social-9-h-color\";s:0:\"\";s:24:\"footer-social-9-bg-color\";s:0:\"\";s:26:\"footer-social-9-bg-h-color\";s:0:\"\";s:28:\"footer-social-9-label-toggle\";b:0;s:26:\"footer-social-9-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-9\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-9\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-9-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-9-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-9-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-9-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-9-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-9-font-family\";s:7:\"inherit\";s:27:\"header-widget-9-font-weight\";s:7:\"inherit\";s:30:\"header-widget-9-text-transform\";s:0:\"\";s:27:\"header-widget-9-line-height\";s:0:\"\";s:25:\"header-widget-9-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-9-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-9-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-9-content-text-transform\";s:0:\"\";s:35:\"header-widget-9-content-line-height\";s:0:\"\";s:33:\"header-widget-9-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-9-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-9-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-9-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-9-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-9-font-family\";s:7:\"inherit\";s:27:\"footer-widget-9-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-9-text-transform\";s:0:\"\";s:27:\"footer-widget-9-line-height\";s:0:\"\";s:25:\"footer-widget-9-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-9-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-9-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-9-content-text-transform\";s:0:\"\";s:35:\"footer-widget-9-content-line-height\";s:0:\"\";s:33:\"footer-widget-9-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-9\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu9-bg-color\";s:0:\"\";s:18:\"header-menu9-color\";s:0:\"\";s:23:\"header-menu9-h-bg-color\";s:0:\"\";s:20:\"header-menu9-h-color\";s:0:\"\";s:23:\"header-menu9-a-bg-color\";s:0:\"\";s:20:\"header-menu9-a-color\";s:0:\"\";s:30:\"header-menu9-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:29:\"header-menu9-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu9-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu9-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu9-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu9-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu9-menu-hover-animation\";s:0:\"\";s:40:\"header-menu9-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu9-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu9-submenu-item-border\";b:0;s:32:\"header-menu9-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu9-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu9-submenu-border-radius\";s:0:\"\";s:31:\"header-menu9-submenu-top-offset\";s:0:\"\";s:26:\"header-menu9-submenu-width\";s:0:\"\";s:27:\"header-menu9-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu9-menu-stack-on-mobile\";b:1;s:22:\"header-menu9-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu9-font-weight\";s:7:\"inherit\";s:24:\"header-menu9-font-family\";s:7:\"inherit\";s:27:\"header-menu9-text-transform\";s:0:\"\";s:24:\"header-menu9-line-height\";s:0:\"\";s:27:\"section-hb-divider-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:20:\"header-button10-text\";s:6:\"Button\";s:27:\"header-button10-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:27:\"header-button10-font-family\";s:7:\"inherit\";s:27:\"header-button10-font-weight\";s:7:\"inherit\";s:30:\"header-button10-text-transform\";s:0:\"\";s:27:\"header-button10-line-height\";s:0:\"\";s:25:\"header-button10-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button10-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-button10-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button10-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button10-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-button10-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-button10-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:28:\"header-button10-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"header-button10-border-radius\";s:0:\"\";s:28:\"section-hb-button-10-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-hb-button-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:30:\"sticky-header-button10-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:20:\"footer-button10-text\";s:6:\"Button\";s:27:\"footer-button10-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:27:\"footer-button10-font-family\";s:7:\"inherit\";s:27:\"footer-button10-font-weight\";s:7:\"inherit\";s:30:\"footer-button10-text-transform\";s:0:\"\";s:27:\"footer-button10-line-height\";s:0:\"\";s:25:\"footer-button10-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button10-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-button10-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button10-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button10-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-button10-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-button10-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:28:\"footer-button10-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"footer-button10-border-radius\";s:0:\"\";s:26:\"footer-button-10-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:28:\"section-fb-button-10-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-button-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:14:\"header-html-10\";s:22:\"Insert HTML text here.\";s:19:\"header-html-10color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-html-10link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-html-10link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"font-size-section-hb-html-10\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:30:\"font-weight-section-hb-html-10\";s:7:\"inherit\";s:30:\"font-family-section-hb-html-10\";s:7:\"inherit\";s:30:\"line-height-section-hb-html-10\";s:0:\"\";s:33:\"text-transform-section-hb-html-10\";s:0:\"\";s:25:\"section-hb-html-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:14:\"footer-html-10\";s:22:\"Insert HTML text here.\";s:19:\"footer-html-10color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-html-10link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-html-10link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"font-size-section-fb-html-10\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"footer-html-10-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:30:\"font-weight-section-fb-html-10\";s:7:\"inherit\";s:30:\"font-family-section-fb-html-10\";s:7:\"inherit\";s:33:\"text-transform-section-fb-html-10\";s:0:\"\";s:30:\"line-height-section-fb-html-10\";s:0:\"\";s:25:\"section-fb-html-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"header-social-10-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-social-10-bg-space\";s:0:\"\";s:21:\"header-social-10-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-social-10-radius\";s:0:\"\";s:22:\"header-social-10-color\";s:0:\"\";s:24:\"header-social-10-h-color\";s:0:\"\";s:25:\"header-social-10-bg-color\";s:0:\"\";s:27:\"header-social-10-bg-h-color\";s:0:\"\";s:29:\"header-social-10-label-toggle\";b:0;s:27:\"header-social-10-color-type\";s:6:\"custom\";s:36:\"font-size-section-hb-social-icons-10\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"header-social-icons-10\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:33:\"section-hb-social-icons-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"footer-social-10-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-social-10-bg-space\";s:0:\"\";s:21:\"footer-social-10-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-social-10-radius\";s:0:\"\";s:22:\"footer-social-10-color\";s:0:\"\";s:24:\"footer-social-10-h-color\";s:0:\"\";s:25:\"footer-social-10-bg-color\";s:0:\"\";s:27:\"footer-social-10-bg-h-color\";s:0:\"\";s:29:\"footer-social-10-label-toggle\";b:0;s:27:\"footer-social-10-color-type\";s:6:\"custom\";s:36:\"font-size-section-fb-social-icons-10\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"footer-social-icons-10\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:26:\"footer-social-10-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:33:\"section-fb-social-icons-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"header-widget-10-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-widget-10-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-10-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"header-widget-10-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-10-font-family\";s:7:\"inherit\";s:28:\"header-widget-10-font-weight\";s:7:\"inherit\";s:31:\"header-widget-10-text-transform\";s:0:\"\";s:28:\"header-widget-10-line-height\";s:0:\"\";s:26:\"header-widget-10-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"header-widget-10-content-font-family\";s:7:\"inherit\";s:36:\"header-widget-10-content-font-weight\";s:7:\"inherit\";s:39:\"header-widget-10-content-text-transform\";s:0:\"\";s:36:\"header-widget-10-content-line-height\";s:0:\"\";s:34:\"header-widget-10-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:39:\"sidebar-widgets-header-widget-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"footer-widget-10-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-widget-10-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-10-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"footer-widget-10-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-10-font-family\";s:7:\"inherit\";s:28:\"footer-widget-10-font-weight\";s:7:\"inherit\";s:31:\"footer-widget-10-text-transform\";s:0:\"\";s:28:\"footer-widget-10-line-height\";s:0:\"\";s:26:\"footer-widget-10-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"footer-widget-10-content-font-family\";s:7:\"inherit\";s:36:\"footer-widget-10-content-font-weight\";s:7:\"inherit\";s:39:\"footer-widget-10-content-text-transform\";s:0:\"\";s:36:\"footer-widget-10-content-line-height\";s:0:\"\";s:34:\"footer-widget-10-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-widget-alignment-10\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:39:\"sidebar-widgets-footer-widget-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"header-menu10-bg-color\";s:0:\"\";s:19:\"header-menu10-color\";s:0:\"\";s:24:\"header-menu10-h-bg-color\";s:0:\"\";s:21:\"header-menu10-h-color\";s:0:\"\";s:24:\"header-menu10-a-bg-color\";s:0:\"\";s:21:\"header-menu10-a-color\";s:0:\"\";s:31:\"header-menu10-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:30:\"header-menu10-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"header-menu10-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:32:\"header-menu10-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"header-menu10-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:32:\"header-menu10-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu10-menu-hover-animation\";s:0:\"\";s:41:\"header-menu10-submenu-container-animation\";s:0:\"\";s:25:\"section-hb-menu-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-menu10-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:33:\"header-menu10-submenu-item-border\";b:0;s:33:\"header-menu10-submenu-item-b-size\";s:1:\"1\";s:34:\"header-menu10-submenu-item-b-color\";s:7:\"#eaeaea\";s:35:\"header-menu10-submenu-border-radius\";s:0:\"\";s:32:\"header-menu10-submenu-top-offset\";s:0:\"\";s:27:\"header-menu10-submenu-width\";s:0:\"\";s:28:\"header-menu10-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:34:\"header-menu10-menu-stack-on-mobile\";b:1;s:23:\"header-menu10-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu10-font-weight\";s:7:\"inherit\";s:25:\"header-menu10-font-family\";s:7:\"inherit\";s:28:\"header-menu10-text-transform\";s:0:\"\";s:25:\"header-menu10-line-height\";s:0:\"\";s:28:\"section-hb-divider-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"section-fb-divider-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"sticky-header-on-devices\";s:7:\"desktop\";s:19:\"sticky-header-style\";s:4:\"none\";s:20:\"footer-desktop-items\";a:10:{s:5:\"above\";a:6:{s:7:\"above_1\";a:3:{i:0;s:6:\"html-1\";i:1;s:6:\"html-2\";i:2;s:8:\"widget-4\";}s:7:\"above_2\";a:0:{}s:7:\"above_3\";a:0:{}s:7:\"above_4\";a:0:{}s:7:\"above_5\";a:0:{}s:7:\"above_6\";a:0:{}}s:7:\"primary\";a:6:{s:9:\"primary_1\";a:1:{i:0;s:8:\"widget-1\";}s:9:\"primary_2\";a:0:{}s:9:\"primary_3\";a:2:{i:0;s:8:\"widget-2\";i:1;s:14:\"social-icons-1\";}s:9:\"primary_4\";a:0:{}s:9:\"primary_5\";a:0:{}s:9:\"primary_6\";a:0:{}}s:5:\"below\";a:6:{s:7:\"below_1\";a:1:{i:0;s:9:\"copyright\";}s:7:\"below_2\";a:0:{}s:7:\"below_3\";a:0:{}s:7:\"below_4\";a:0:{}s:7:\"below_5\";a:0:{}s:7:\"below_6\";a:0:{}}s:5:\"group\";s:36:\"astra-settings[footer-desktop-items]\";s:4:\"rows\";a:3:{i:0;s:5:\"above\";i:1;s:7:\"primary\";i:2;s:5:\"below\";}s:5:\"zones\";a:3:{s:5:\"above\";a:6:{s:7:\"above_1\";s:15:\"Above Section 1\";s:7:\"above_2\";s:15:\"Above Section 2\";s:7:\"above_3\";s:15:\"Above Section 3\";s:7:\"above_4\";s:15:\"Above Section 4\";s:7:\"above_5\";s:15:\"Above Section 5\";s:7:\"above_6\";s:15:\"Above Section 6\";}s:7:\"primary\";a:6:{s:9:\"primary_1\";s:17:\"Primary Section 1\";s:9:\"primary_2\";s:17:\"Primary Section 2\";s:9:\"primary_3\";s:17:\"Primary Section 3\";s:9:\"primary_4\";s:17:\"Primary Section 4\";s:9:\"primary_5\";s:17:\"Primary Section 5\";s:9:\"primary_6\";s:17:\"Primary Section 6\";}s:5:\"below\";a:6:{s:7:\"below_1\";s:15:\"Below Section 1\";s:7:\"below_2\";s:15:\"Below Section 2\";s:7:\"below_3\";s:15:\"Below Section 3\";s:7:\"below_4\";s:15:\"Below Section 4\";s:7:\"below_5\";s:15:\"Below Section 5\";s:7:\"below_6\";s:15:\"Below Section 6\";}}s:7:\"layouts\";a:3:{s:5:\"above\";a:2:{s:6:\"column\";s:1:\"1\";s:6:\"layout\";a:3:{s:6:\"mobile\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:7:\"desktop\";s:4:\"full\";}}s:7:\"primary\";a:2:{s:6:\"column\";s:1:\"3\";s:6:\"layout\";a:4:{s:7:\"desktop\";s:8:\"3-lheavy\";s:6:\"tablet\";s:7:\"3-equal\";s:6:\"mobile\";s:4:\"full\";s:4:\"flag\";b:1;}}s:5:\"below\";a:2:{s:6:\"column\";s:1:\"1\";s:6:\"layout\";a:3:{s:7:\"desktop\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:6:\"mobile\";s:4:\"full\";}}}s:6:\"status\";a:3:{s:5:\"above\";b:1;s:7:\"primary\";b:1;s:5:\"below\";b:1;}s:4:\"flag\";b:1;s:5:\"popup\";a:1:{s:13:\"popup_content\";a:0:{}}}s:17:\"hba-footer-height\";i:540;s:17:\"hba-footer-column\";s:1:\"1\";s:17:\"hba-footer-layout\";a:4:{s:7:\"desktop\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:6:\"mobile\";s:4:\"full\";s:4:\"flag\";b:0;}s:28:\"hba-footer-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:7:{s:16:\"background-color\";s:68:\"linear-gradient(135deg,rgba(182,119,120,0.92) 0%,rgb(131,53,86) 31%)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:8:\"gradient\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:28:\"hbb-footer-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:8:{s:16:\"background-color\";s:19:\"rgba(237,237,237,0)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:16:\"background-media\";s:0:\"\";s:15:\"background-type\";s:5:\"color\";}s:6:\"tablet\";a:7:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:7:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:16:\"background-media\";s:0:\"\";}}s:27:\"hb-footer-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:7:{s:16:\"background-color\";s:19:\"rgba(250,250,250,0)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:36:\"section-header-builder-layout-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:17:\"hbb-footer-height\";i:80;s:17:\"hbb-footer-column\";s:1:\"1\";s:17:\"hbb-footer-layout\";a:3:{s:7:\"desktop\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:6:\"mobile\";s:4:\"full\";}s:23:\"hba-footer-layout-width\";s:7:\"content\";s:22:\"hb-footer-layout-width\";s:7:\"content\";s:23:\"hbb-footer-layout-width\";s:7:\"content\";s:29:\"hba-footer-vertical-alignment\";s:10:\"flex-start\";s:28:\"hb-footer-vertical-alignment\";s:10:\"flex-start\";s:29:\"hbb-footer-vertical-alignment\";s:10:\"flex-start\";s:24:\"footer-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:7:{s:16:\"background-color\";s:7:\"#000000\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:16:\"hb-footer-column\";s:1:\"3\";s:19:\"hb-footer-separator\";i:1;s:29:\"hb-footer-bottom-border-color\";s:7:\"#e6e6e6\";s:16:\"hb-footer-layout\";a:4:{s:7:\"desktop\";s:8:\"3-lheavy\";s:6:\"tablet\";s:7:\"3-equal\";s:6:\"mobile\";s:4:\"full\";s:4:\"flag\";b:1;}s:18:\"hb-footer-main-sep\";i:0;s:24:\"hb-footer-main-sep-color\";s:7:\"#e6e6e6\";s:23:\"footer-copyright-editor\";s:75:\"Copyright [copyright] [current_year] [site_title] | Powered by [site_title]\";s:22:\"footer-copyright-color\";s:21:\"rgba(255,255,255,0.5)\";s:36:\"line-height-section-footer-copyright\";s:0:\"\";s:26:\"footer-copyright-alignment\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:34:\"font-size-section-footer-copyright\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"font-weight-section-footer-copyright\";s:7:\"inherit\";s:36:\"font-family-section-footer-copyright\";s:7:\"inherit\";s:39:\"text-transform-section-footer-copyright\";s:0:\"\";s:21:\"footer-menu-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:36:\"section-below-footer-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:2:\"25\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-search-icon-space\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:24:\"header-search-icon-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:37:\"transparent-header-social-icons-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:39:\"transparent-header-social-icons-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:40:\"transparent-header-social-icons-bg-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:42:\"transparent-header-social-icons-bg-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"transparent-header-html-text-color\";s:0:\"\";s:34:\"transparent-header-html-link-color\";s:0:\"\";s:36:\"transparent-header-html-link-h-color\";s:0:\"\";s:37:\"transparent-header-widget-title-color\";s:0:\"\";s:39:\"transparent-header-widget-content-color\";s:0:\"\";s:36:\"transparent-header-widget-link-color\";s:0:\"\";s:38:\"transparent-header-widget-link-h-color\";s:0:\"\";s:36:\"transparent-header-button-text-color\";s:0:\"\";s:38:\"transparent-header-button-text-h-color\";s:0:\"\";s:34:\"transparent-header-button-bg-color\";s:0:\"\";s:36:\"transparent-header-button-bg-h-color\";s:0:\"\";s:17:\"off-canvas-layout\";s:10:\"side-panel\";s:16:\"off-canvas-slide\";s:5:\"right\";s:33:\"header-builder-menu-toggle-target\";s:4:\"icon\";s:34:\"header-offcanvas-content-alignment\";s:10:\"flex-start\";s:21:\"off-canvas-background\";a:6:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:22:\"off-canvas-close-color\";s:7:\"#3a3a3a\";s:18:\"mobile-header-type\";s:8:\"dropdown\";s:24:\"off-canvas-inner-spacing\";s:0:\"\";s:18:\"footer-menu-layout\";a:3:{s:7:\"desktop\";s:10:\"horizontal\";s:6:\"tablet\";s:8:\"vertical\";s:6:\"mobile\";s:8:\"vertical\";}s:29:\"footer-menu-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:28:\"footer-menu-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"footer-menu-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:30:\"footer-menu-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"footer-menu-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:30:\"footer-menu-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-menu-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-menu-font-weight\";s:7:\"inherit\";s:23:\"footer-menu-font-family\";s:7:\"inherit\";s:26:\"footer-menu-text-transform\";s:0:\"\";s:23:\"footer-menu-line-height\";s:0:\"\";s:24:\"footer-main-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-trigger-icon\";s:5:\"menu2\";s:30:\"mobile-header-toggle-icon-size\";i:20;s:36:\"mobile-header-toggle-btn-border-size\";a:4:{s:3:\"top\";i:1;s:5:\"right\";i:1;s:6:\"bottom\";i:1;s:4:\"left\";i:1;}s:34:\"mobile-header-toggle-border-radius\";i:2;s:31:\"mobile-header-label-font-family\";s:7:\"inherit\";s:31:\"mobile-header-label-font-weight\";s:7:\"inherit\";s:34:\"mobile-header-label-text-transform\";s:0:\"\";s:31:\"mobile-header-label-line-height\";s:0:\"\";s:29:\"mobile-header-label-font-size\";s:0:\"\";s:27:\"header-mobile-menu-bg-color\";s:0:\"\";s:24:\"header-mobile-menu-color\";s:0:\"\";s:29:\"header-mobile-menu-h-bg-color\";s:0:\"\";s:26:\"header-mobile-menu-h-color\";s:0:\"\";s:29:\"header-mobile-menu-a-bg-color\";s:0:\"\";s:26:\"header-mobile-menu-a-color\";s:0:\"\";s:36:\"header-mobile-menu-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:35:\"header-mobile-menu-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:40:\"header-mobile-menu-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:37:\"header-mobile-menu-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:40:\"header-mobile-menu-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:37:\"header-mobile-menu-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:46:\"header-mobile-menu-submenu-container-animation\";s:4:\"fade\";s:38:\"header-mobile-menu-submenu-item-border\";b:1;s:38:\"header-mobile-menu-submenu-item-b-size\";s:1:\"1\";s:39:\"header-mobile-menu-submenu-item-b-color\";s:7:\"#eaeaea\";s:33:\"header-mobile-menu-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:28:\"header-mobile-menu-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:30:\"header-mobile-menu-font-weight\";s:7:\"inherit\";s:30:\"header-mobile-menu-font-family\";s:7:\"inherit\";s:33:\"header-mobile-menu-text-transform\";s:0:\"\";s:30:\"header-mobile-menu-line-height\";s:0:\"\";s:26:\"woo-header-cart-icon-style\";s:7:\"outline\";s:26:\"header-woo-cart-icon-color\";s:0:\"\";s:38:\"transparent-header-woo-cart-icon-color\";s:0:\"\";s:27:\"woo-header-cart-icon-radius\";i:3;s:29:\"woo-header-cart-total-display\";b:1;s:29:\"woo-header-cart-title-display\";b:1;s:26:\"header-woo-cart-text-color\";s:0:\"\";s:26:\"header-woo-cart-link-color\";s:0:\"\";s:32:\"header-woo-cart-background-color\";s:0:\"\";s:31:\"header-woo-cart-separator-color\";s:0:\"\";s:32:\"header-woo-cart-link-hover-color\";s:0:\"\";s:30:\"header-woo-cart-btn-text-color\";s:0:\"\";s:36:\"header-woo-cart-btn-background-color\";s:0:\"\";s:36:\"header-woo-cart-btn-text-hover-color\";s:0:\"\";s:34:\"header-woo-cart-btn-bg-hover-color\";s:0:\"\";s:34:\"header-woo-checkout-btn-text-color\";s:0:\"\";s:40:\"header-woo-checkout-btn-background-color\";s:0:\"\";s:40:\"header-woo-checkout-btn-text-hover-color\";s:0:\"\";s:38:\"header-woo-checkout-btn-bg-hover-color\";s:0:\"\";s:26:\"edd-header-cart-icon-style\";s:7:\"outline\";s:26:\"edd-header-cart-icon-color\";s:0:\"\";s:27:\"edd-header-cart-icon-radius\";i:3;s:38:\"transparent-header-edd-cart-icon-color\";s:0:\"\";s:29:\"edd-header-cart-total-display\";b:1;s:29:\"edd-header-cart-title-display\";b:1;s:26:\"header-edd-cart-text-color\";s:0:\"\";s:26:\"header-edd-cart-link-color\";s:0:\"\";s:32:\"header-edd-cart-background-color\";s:0:\"\";s:31:\"header-edd-cart-separator-color\";s:0:\"\";s:34:\"header-edd-checkout-btn-text-color\";s:0:\"\";s:40:\"header-edd-checkout-btn-background-color\";s:0:\"\";s:40:\"header-edd-checkout-btn-text-hover-color\";s:0:\"\";s:38:\"header-edd-checkout-btn-bg-hover-color\";s:0:\"\";s:19:\"header-account-type\";s:7:\"default\";s:26:\"header-account-login-style\";s:4:\"icon\";s:26:\"header-account-action-type\";s:4:\"link\";s:24:\"header-account-link-type\";s:7:\"default\";s:27:\"header-account-logout-style\";s:4:\"icon\";s:30:\"header-account-logged-out-text\";s:6:\"Log In\";s:29:\"header-account-logged-in-text\";s:10:\"My Account\";s:28:\"header-account-logout-action\";s:4:\"link\";s:26:\"header-account-image-width\";a:3:{s:7:\"desktop\";s:2:\"40\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-account-icon-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:25:\"header-account-icon-color\";s:0:\"\";s:25:\"header-account-login-link\";a:3:{s:3:\"url\";s:0:\"\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-account-logout-link\";a:3:{s:3:\"url\";s:52:\"https://websitedemos.net/communities-02/wp-login.php\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:32:\"font-size-section-header-account\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:30:\"header-account-type-text-color\";s:0:\"\";s:23:\"header-account-woo-menu\";b:0;s:22:\"cloned-component-track\";a:12:{s:13:\"header-button\";i:2;s:13:\"footer-button\";i:2;s:11:\"header-html\";i:2;s:11:\"footer-html\";i:2;s:11:\"header-menu\";i:2;s:13:\"header-widget\";i:4;s:13:\"footer-widget\";i:4;s:19:\"header-social-icons\";i:1;s:19:\"footer-social-icons\";i:1;s:14:\"header-divider\";i:0;s:14:\"footer-divider\";i:0;s:13:\"removed-items\";a:0:{}}s:18:\"theme-auto-version\";s:5:\"3.4.4\";s:22:\"is_theme_queue_running\";b:0;s:33:\"_astra_pb_compatibility_completed\";b:1;s:18:\"heading-base-color\";s:7:\"#000000\";s:21:\"different-retina-logo\";b:1;s:20:\"hbb-footer-separator\";i:1;s:27:\"hbb-footer-top-border-color\";s:22:\"rgba(255,255,255,0.15)\";s:16:\"hb-inner-spacing\";a:1:{s:7:\"desktop\";i:30;}s:30:\"mobile-header-toggle-btn-color\";s:7:\"#ffffff\";s:21:\"headings-font-variant\";s:3:\"700\";}s:10:\"custom-css\";s:0:\"\";}','no'),(396,'category_children','a:0:{}','yes'),(397,'elementor_library_category_children','a:0:{}','yes'),(398,'_astra_sites_old_site_options','a:49:{s:30:\"woocommerce_product_attributes\";a:0:{}s:28:\"woocommerce_product_cat_list\";a:0:{}s:23:\"woocommerce_product_cat\";a:0:{}s:11:\"custom_logo\";s:102:\"https://websitedemos.net/communities-02/wp-content/uploads/sites/853/2021/05/logo-regular-free-img.png\";s:18:\"nav_menu_locations\";a:3:{s:7:\"primary\";s:4:\"menu\";s:11:\"mobile_menu\";s:4:\"menu\";s:11:\"footer_menu\";s:4:\"menu\";}s:13:\"show_on_front\";s:4:\"page\";s:13:\"page_on_front\";s:4:\"Home\";s:14:\"page_for_posts\";s:0:\"\";s:25:\"_fl_builder_enabled_icons\";N;s:27:\"_fl_builder_enabled_modules\";N;s:22:\"_fl_builder_post_types\";N;s:25:\"_fl_builder_color_presets\";N;s:20:\"_fl_builder_services\";N;s:20:\"_fl_builder_settings\";N;s:23:\"_fl_builder_user_access\";N;s:29:\"_fl_builder_enabled_templates\";N;s:25:\"elementor_container_width\";N;s:21:\"elementor_cpt_support\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:26:\"elementor_css_print_method\";s:8:\"external\";s:31:\"elementor_default_generic_fonts\";N;s:31:\"elementor_disable_color_schemes\";s:3:\"yes\";s:36:\"elementor_disable_typography_schemes\";s:3:\"yes\";s:28:\"elementor_editor_break_lines\";s:0:\"\";s:28:\"elementor_exclude_user_roles\";N;s:31:\"elementor_global_image_lightbox\";N;s:29:\"elementor_page_title_selector\";N;s:22:\"elementor_scheme_color\";a:4:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";}s:30:\"elementor_scheme_color-picker]\";a:8:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";i:5;s:7:\"#4054b2\";i:6;s:7:\"#23a455\";i:7;s:4:\"#000\";i:8;s:4:\"#fff\";}s:27:\"elementor_scheme_typography\";a:4:{i:1;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"600\";}i:2;a:2:{s:11:\"font_family\";s:11:\"Roboto Slab\";s:11:\"font_weight\";s:3:\"400\";}i:3;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"400\";}i:4;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"500\";}}s:31:\"elementor_space_between_widgets\";N;s:37:\"elementor_stretched_section_container\";N;s:23:\"elementor_load_fa4_shim\";s:0:\"\";s:20:\"elementor_active_kit\";s:1:\"9\";s:27:\"woocommerce_shop_page_title\";s:0:\"\";s:27:\"woocommerce_cart_page_title\";s:0:\"\";s:31:\"woocommerce_checkout_page_title\";s:0:\"\";s:32:\"woocommerce_myaccount_page_title\";s:0:\"\";s:35:\"woocommerce_edit_address_page_title\";s:0:\"\";s:33:\"woocommerce_view_order_page_title\";s:0:\"\";s:38:\"woocommerce_change_password_page_title\";s:0:\"\";s:29:\"woocommerce_logout_page_title\";s:0:\"\";s:33:\"woocommerce_enable_guest_checkout\";N;s:42:\"woocommerce_enable_checkout_login_reminder\";N;s:49:\"woocommerce_enable_signup_and_login_from_checkout\";N;s:41:\"woocommerce_enable_myaccount_registration\";N;s:42:\"woocommerce_registration_generate_username\";N;s:16:\"wpforms_settings\";a:3:{s:11:\"disable-css\";s:1:\"2\";s:13:\"global-assets\";b:0;s:4:\"gdpr\";b:0;}s:29:\"learndash_settings_theme_ld30\";N;s:33:\"learndash_settings_courses_themes\";N;}','no'),(399,'elementor_cpt_support','a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}','yes'),(400,'elementor_css_print_method','external','yes'),(401,'elementor_disable_color_schemes','yes','yes'),(402,'elementor_disable_typography_schemes','yes','yes'),(403,'elementor_editor_break_lines','','yes'),(404,'elementor_scheme_color','a:4:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";}','yes'),(405,'elementor_scheme_typography','a:4:{i:1;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"600\";}i:2;a:2:{s:11:\"font_family\";s:11:\"Roboto Slab\";s:11:\"font_weight\";s:3:\"400\";}i:3;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"400\";}i:4;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"500\";}}','yes'),(406,'elementor_load_fa4_shim','yes','yes'),(407,'wpforms_settings','a:3:{s:11:\"disable-css\";s:1:\"2\";s:13:\"global-assets\";b:0;s:4:\"gdpr\";b:0;}','yes'),(408,'_astra_sites_old_widgets_data','a:5:{s:9:\"sidebar-1\";O:8:\"stdClass\":6:{s:8:\"search-2\";O:8:\"stdClass\":1:{s:5:\"title\";s:0:\"\";}s:14:\"recent-posts-2\";O:8:\"stdClass\":2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:17:\"recent-comments-2\";O:8:\"stdClass\":2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:10:\"archives-2\";O:8:\"stdClass\":3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"categories-2\";O:8:\"stdClass\":4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:6:\"meta-2\";O:8:\"stdClass\":1:{s:5:\"title\";s:0:\"\";}}s:15:\"footer-widget-1\";O:8:\"stdClass\":1:{s:16:\"wpforms-widget-3\";O:8:\"stdClass\":4:{s:5:\"title\";s:15:\"Stay up to date\";s:7:\"form_id\";i:87;s:10:\"show_title\";b:0;s:9:\"show_desc\";b:0;}}s:15:\"footer-widget-2\";O:8:\"stdClass\":1:{s:13:\"custom_html-3\";O:8:\"stdClass\":2:{s:5:\"title\";s:7:\"Contact\";s:7:\"content\";s:159:\"<strong>123 Fifth Avenue, New York, NY 10160</strong>\r\n<br>929-242-6868\r\n<br>\r\n<span style=\"text-decoration: underline\"><a href=\"#\">contact@info.com</a></span>\";}}s:15:\"footer-widget-3\";O:8:\"stdClass\":1:{s:6:\"text-3\";O:8:\"stdClass\":4:{s:5:\"title\";s:14:\"GIVE US A HAND\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}}s:15:\"footer-widget-4\";O:8:\"stdClass\":1:{s:7:\"text-10\";O:8:\"stdClass\":4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:39:\"<a href=\"#\"><button>Donate</button></a>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}}}','no'),(409,'astra-sites-last-export-checksums','1!Ol631#W2fN','no'),(417,'astra_sites_recent_import_log_file','/home/shawns11/thechrishaunfoundation.org/wp-content/uploads/astra-sites/import-29-Jun-2021-03-32-47.txt','no'),(412,'astra_sites_import_complete','yes','no'),(636793,'elementor_elementor_updater_completed','1','yes'),(458,'jetpack_activated','1','yes'),(461,'jetpack_activation_source','a:2:{i:0;s:4:\"list\";i:1;N;}','yes'),(462,'jetpack_options','a:10:{s:7:\"version\";s:15:\"10.6:1645587938\";s:11:\"old_version\";s:17:\"10.5.1:1643593107\";s:14:\"last_heartbeat\";i:1669520812;s:28:\"fallback_no_verify_ssl_certs\";i:0;s:9:\"time_diff\";i:0;s:2:\"id\";i:173559631;s:6:\"public\";i:1;s:30:\"recommendations_banner_enabled\";b:0;s:9:\"hide_jitm\";a:3:{s:4:\"scan\";a:2:{s:14:\"last_dismissal\";i:1629094632;s:6:\"number\";i:1;}s:6:\"backup\";a:2:{s:14:\"last_dismissal\";i:1631337235;s:6:\"number\";i:1;}s:23:\"wccom_plugin_extensions\";a:2:{s:14:\"last_dismissal\";i:1631337391;s:6:\"number\";i:1;}}s:16:\"first_admin_view\";b:1;}','yes'),(463,'_transient_jetpack_autoloader_plugin_paths','a:2:{i:0;s:25:\"{{WP_PLUGIN_DIR}}/jetpack\";i:1;s:29:\"{{WP_PLUGIN_DIR}}/woocommerce\";}','yes'),(464,'jetpack_connection_active_plugins','a:1:{s:7:\"jetpack\";a:1:{s:4:\"name\";s:7:\"Jetpack\";}}','yes'),(466,'do_activate','0','yes'),(10807,'jetpack_private_options','a:2:{s:10:\"blog_token\";s:65:\"Tg%#aMPP*&hjshFiECCiHcOAibB$Obxc.t@PaWJLIsX3v6r%egtf0(^j7%R*h3Q$I\";s:14:\"purchase_token\";s:12:\"3uu5jpVWsmas\";}','yes'),(10808,'jetpack_active_modules','a:8:{i:0;s:12:\"contact-form\";i:1;s:21:\"enhanced-distribution\";i:2;s:8:\"json-api\";i:3;s:5:\"stats\";i:4;s:18:\"verification-tools\";i:5;s:21:\"woocommerce-analytics\";i:6;s:7:\"protect\";i:7;s:10:\"photon-cdn\";}','yes'),(10809,'jetpack_unique_registrations','1','yes'),(10814,'jetpack_sync_settings_upload_max_bytes','600000','yes'),(10815,'jetpack_sync_settings_upload_max_rows','500','yes'),(10816,'jetpack_sync_settings_sync_wait_time','10','yes'),(10817,'jetpack_sync_settings_sync_wait_threshold','10','yes'),(10818,'jetpack_sync_settings_enqueue_wait_time','1','yes'),(10819,'jetpack_sync_settings_queue_max_writes_sec','100','yes'),(10820,'jetpack_sync_settings_taxonomies_blacklist','a:0:{}','yes'),(71209,'post_by_email_address1','NULL','yes'),(71210,'jetpack_last_connect_url_check','1669570158','no'),(10824,'jetpack_sync_settings_comment_meta_whitelist','a:0:{}','yes'),(10826,'jetpack_sync_settings_max_enqueue_full_sync','100','yes'),(10827,'jetpack_sync_settings_max_queue_size_full_sync','1000','yes'),(10828,'jetpack_sync_settings_sync_via_cron','1','yes'),(10829,'jetpack_sync_settings_cron_sync_time_limit','240','yes'),(10830,'jetpack_sync_settings_known_importers','a:6:{s:16:\"Blogger_Importer\";s:7:\"blogger\";s:13:\"LJ_API_Import\";s:11:\"livejournal\";s:9:\"MT_Import\";s:2:\"mt\";s:10:\"RSS_Import\";s:3:\"rss\";s:20:\"WC_Tax_Rate_Importer\";s:12:\"woo-tax-rate\";s:9:\"WP_Import\";s:9:\"wordpress\";}','yes'),(471,'jetpack_available_modules','a:1:{s:4:\"10.6\";a:42:{s:8:\"carousel\";s:3:\"1.5\";s:13:\"comment-likes\";s:3:\"5.1\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:9:\"copy-post\";s:3:\"7.0\";s:20:\"custom-content-types\";s:3:\"3.1\";s:10:\"custom-css\";s:3:\"1.7\";s:21:\"enhanced-distribution\";s:3:\"1.2\";s:16:\"google-analytics\";s:3:\"4.5\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:11:\"lazy-images\";s:5:\"5.6.0\";s:5:\"likes\";s:3:\"2.2\";s:8:\"markdown\";s:3:\"2.8\";s:9:\"masterbar\";s:3:\"4.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:10:\"photon-cdn\";s:3:\"6.6\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:7:\"protect\";s:3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:13:\"related-posts\";s:3:\"2.9\";s:6:\"search\";s:3:\"5.0\";s:9:\"seo-tools\";s:3:\"4.4\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";s:8:\"sitemaps\";s:3:\"3.9\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"0:1.2\";s:18:\"verification-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";s:21:\"woocommerce-analytics\";s:3:\"8.4\";s:7:\"wordads\";s:5:\"4.5.0\";}}','yes'),(472,'jetpack_dismissed_connection_banner','1','yes'),(478,'_elementor_settings_update_time','1624938491','yes'),(479,'elementor_allow_tracking','no','yes'),(480,'elementor_notice','','yes'),(481,'elementor_google_maps_api_key','','yes'),(482,'elementor_pro_recaptcha_site_key','','yes'),(483,'elementor_pro_recaptcha_secret_key','','yes'),(484,'elementor_pro_recaptcha_v3_site_key','6Lc62GIbAAAAABH_UHqLM75_j_VvTetE6mxOAptc','yes'),(485,'elementor_pro_recaptcha_v3_secret_key','6Lc62GIbAAAAAPCj9Ohzv8ZUDJoZ3IJ_60Aj2_UU','yes'),(486,'elementor_pro_recaptcha_v3_threshold','0.5','yes'),(487,'elementor_pro_facebook_app_id','','yes'),(488,'elementor_pro_mailchimp_api_key','','yes'),(489,'elementor_validate_api_data','','yes'),(490,'elementor_pro_drip_api_token','','yes'),(491,'elementor_pro_activecampaign_api_key','','yes'),(492,'elementor_pro_activecampaign_api_url','','yes'),(493,'elementor_pro_getresponse_api_key','','yes'),(494,'elementor_pro_convertkit_api_key','','yes'),(495,'elementor_pro_mailerlite_api_key','','yes'),(496,'elementor_typekit-kit-id','','yes'),(497,'elementor_font_awesome_pro_kit_id','','yes'),(498,'elementor_unfiltered_files_upload','','yes'),(499,'elementor_font_display','auto','yes'),(500,'elementor_experiment-e_dom_optimization','default','yes'),(501,'elementor_experiment-e_optimized_assets_loading','default','yes'),(502,'elementor_experiment-a11y_improvements','default','yes'),(503,'elementor_experiment-e_import_export','default','yes'),(504,'elementor_experiment-landing-pages','default','yes'),(505,'elementor_experiment-form-submissions','default','yes'),(506,'elementor_experiment-video-playlist','default','yes'),(829,'elementor_pro_tracker_notice','1','yes'),(830,'elementor_tracker_notice','1','yes'),(831,'bsf_analytics_optin','no','no'),(1346,'wpforms_email_summaries_fetch_info_blocks_last_run','1669472475','yes'),(43529,'woocommerce_manage_stock','yes','yes'),(43530,'woocommerce_hold_stock_minutes','30','no'),(43531,'woocommerce_notify_low_stock','yes','no'),(43532,'woocommerce_notify_no_stock','yes','no'),(43533,'woocommerce_stock_email_recipient','wealthydivas1@gmail.com','no'),(43534,'woocommerce_notify_low_stock_amount','2','no'),(43595,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','yes'),(11260,'boldgrid_settings','a:2:{s:7:\"library\";a:1:{s:35:\"boldgrid-backup/boldgrid-backup.php\";s:8:\"2.13.3.0\";}s:15:\"plugins_checked\";a:2:{s:35:\"boldgrid-backup/boldgrid-backup.php\";a:1:{s:7:\"1.14.13\";i:1629084777;}s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";a:1:{s:5:\"1.5.9\";i:1629084777;}}}','yes'),(11283,'boldgrid_backup_environment','a:3:{s:8:\"hostname\";s:26:\"biz215.inmotionhosting.com\";s:10:\"phpversion\";s:6:\"7.2.34\";s:9:\"wpversion\";s:5:\"6.1.1\";}','yes'),(11201,'jetpack_updates_sync_checksum','a:3:{s:14:\"update_plugins\";i:2087116999;s:13:\"update_themes\";i:2674640748;s:11:\"update_core\";i:2137222305;}','yes'),(17596,'astra_partials_config_cache','a:2:{s:8:\"settings\";a:677:{s:40:\"astra-settings[theme-button-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[theme-button-bg-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[button-color]\";a:4:{s:7:\"default\";s:7:\"#000000\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[button-h-color]\";a:4:{s:7:\"default\";s:7:\"#833556\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:31:\"astra-settings[button-bg-color]\";a:4:{s:7:\"default\";s:7:\"#ffffff\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[button-bg-h-color]\";a:4:{s:7:\"default\";s:21:\"rgba(255,255,255,0.9)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[theme-button-border-group-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[theme-button-border-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[theme-button-border-group-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:56:\"astra-settings[theme-button-border-group-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:29:\"astra-settings[button-radius]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[theme-button-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"17\";s:5:\"right\";s:2:\"35\";s:6:\"bottom\";s:2:\"17\";s:4:\"left\";s:2:\"35\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:34:\"astra-settings[site-content-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[different-retina-logo]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-header-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:37:\"astra-settings[different-mobile-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[mobile-header-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:48:\"astra-settings[ast-header-responsive-logo-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[display-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";b:1;s:6:\"tablet\";b:1;s:6:\"mobile\";b:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[ast-site-title-tagline-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[display-site-tagline-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:0;s:6:\"tablet\";i:0;s:6:\"mobile\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[logo-title-inline]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[site-identity-title-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-color-site-title]\";a:4:{s:7:\"default\";s:7:\"#f344cb\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-color-h-site-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-color-site-tagline]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[blog-width]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[blog-max-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[blog-post-content]\";a:4:{s:7:\"default\";s:7:\"excerpt\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-post-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:5:\"image\";i:1;s:10:\"title-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:25:\"astra-settings[blog-meta]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"section-blog-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[blog-single-width]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[blog-single-max-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[blog-single-post-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:12:\"single-image\";i:1;s:17:\"single-title-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[blog-single-meta]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"section-blog-single-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[site-sidebar-layout]\";a:4:{s:7:\"default\";s:10:\"no-sidebar\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-page-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-post-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[archive-post-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[site-sidebar-width]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[site-sidebar-width-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:35:\"astra-settings[site-content-layout]\";a:4:{s:7:\"default\";s:15:\"boxed-container\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-page-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-post-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[archive-post-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[site-layout-outside-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:8:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:8:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:8:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-container-more-feature-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:26:\"astra-settings[text-color]\";a:4:{s:7:\"default\";s:16:\"rgba(0,0,0,0.65)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:27:\"astra-settings[theme-color]\";a:4:{s:7:\"default\";s:7:\"#833556\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[link-color]\";a:4:{s:7:\"default\";s:7:\"#000000\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[link-h-color]\";a:4:{s:7:\"default\";s:7:\"#000000\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-blog-typography-more-feature-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:47:\"astra-settings[font-size-archive-summary-title]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[font-size-page-title]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:30;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[body-font-family]\";a:4:{s:7:\"default\";s:29:\"\'Source Sans Pro\', sans-serif\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:33:\"astra-settings[body-font-variant]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:21:\"sanitize_font_variant\";}}s:32:\"astra-settings[body-font-weight]\";a:4:{s:7:\"default\";s:3:\"400\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:35:\"astra-settings[body-text-transform]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-size-body]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:17;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[body-line-height]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[para-margin-bottom]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[underline-content-links]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[headings-font-family]\";a:4:{s:7:\"default\";s:21:\"\'Poppins\', sans-serif\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:37:\"astra-settings[headings-font-variant]\";a:4:{s:7:\"default\";s:3:\"700\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:21:\"sanitize_font_variant\";}}s:36:\"astra-settings[headings-font-weight]\";a:4:{s:7:\"default\";s:3:\"700\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:39:\"astra-settings[headings-text-transform]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[headings-line-height]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[divider-section-h1]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[font-size-h1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"90\";s:6:\"tablet\";s:2:\"60\";s:6:\"mobile\";s:2:\"50\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[divider-section-h2]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[font-size-h2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"55\";s:6:\"tablet\";s:2:\"45\";s:6:\"mobile\";s:2:\"35\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[divider-section-h3]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[font-size-h3]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"35\";s:6:\"tablet\";s:2:\"30\";s:6:\"mobile\";s:2:\"28\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[divider-section-h4]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[font-size-h4]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"26\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[divider-section-h5]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[font-size-h5]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"20\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[divider-section-h6]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[font-size-h6]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"16\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-content-typography-more-feature-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:36:\"astra-settings[font-size-site-title]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"20\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:2:\"18\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[font-size-site-tagline]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-sngle-blog-typography-more-feature-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:37:\"astra-settings[font-size-entry-title]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:30;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[load-google-fonts-locally]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[preload-local-fonts]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[flush-local-font-files]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:40:\"astra-settings[astra-pro-section-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[enable-related-posts]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[related-posts-section-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[related-posts-title]\";a:4:{s:7:\"default\";s:13:\"Related Posts\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[releted-posts-title-alignment]\";a:4:{s:7:\"default\";s:4:\"left\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[related-posts-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:14:\"featured-image\";i:1;s:10:\"title-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[related-posts-meta-structure]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[enable-related-posts-excerpt]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[related-posts-excerpt-count]\";a:4:{s:7:\"default\";i:25;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-total-count]\";a:4:{s:7:\"default\";i:2;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[related-posts-grid-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-query-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[related-posts-based-on]\";a:4:{s:7:\"default\";s:10:\"categories\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[related-posts-order-by]\";a:4:{s:7:\"default\";s:4:\"date\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[related-posts-order]\";a:4:{s:7:\"default\";s:3:\"asc\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[related-posts-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[related-posts-section-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[related-posts-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[related-posts-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[related-posts-content-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[related-posts-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[related-posts-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[related-posts-design-section-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[related-posts-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:40:\"astra-settings[related-posts-meta-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[related-posts-meta-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[related-posts-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[related-posts-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"20\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[related-posts-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:50:\"astra-settings[related-posts-title-text-transform]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[related-posts-title-line-height]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[related-posts-section-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[related-posts-section-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"30\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[related-posts-section-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:58:\"astra-settings[related-posts-section-title-text-transform]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[related-posts-section-title-line-height]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:44:\"astra-settings[related-posts-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"14\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:49:\"astra-settings[related-posts-meta-text-transform]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-meta-line-height]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[related-posts-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:47:\"astra-settings[related-posts-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[related-posts-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:52:\"astra-settings[related-posts-content-text-transform]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[related-posts-content-line-height]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[transparent-header-color-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[transparent-header-color-h-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"#ffffff\";s:6:\"tablet\";s:15:\"rgba(0,0,0,0.5)\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-menu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[transparent-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"#f344cb\";s:6:\"tablet\";s:7:\"#833556\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"#000000\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[transparent-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"#000000\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[transparent-content-section-link-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[transparent-content-section-link-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[transparent-header-enable]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[transparent-header-disable-archive]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[transparent-header-disable-index]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[transparent-header-disable-latest-posts-index]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[transparent-header-disable-page]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[transparent-header-disable-posts]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[transparent-header-on-devices]\";a:4:{s:7:\"default\";s:4:\"both\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[different-transparent-logo]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[different-transparent-logo-separator]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[transparent-header-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:49:\"astra-settings[different-transparent-retina-logo]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[transparent-header-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:45:\"astra-settings[transparent-header-logo-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:150;s:6:\"tablet\";i:120;s:6:\"mobile\";i:100;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[transparent-header-main-sep]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-header-main-sep-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[divider-sec-transparent-styling]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[transparent-header-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[transparent-header-colors-menu]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-header-colors-submenu]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"section-transparent-header-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[transparent-header-social-text-colors-content]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[transparent-header-social-background-colors-content]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[transparent-header-social-icons-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[transparent-header-social-icons-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[transparent-header-social-icons-bg-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[transparent-header-social-icons-bg-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-header-html-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[transparent-header-html-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[transparent-header-html-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-html-link-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-search-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:62:\"astra-settings[transparent-header-search-box-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:53:\"astra-settings[transparent-header-buttons-text-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[transparent-header-buttons-background-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-header-button-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:54:\"astra-settings[transparent-header-button-text-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[transparent-header-button-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-button-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[transparent-account-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[transparent-account-type-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[transparent-header-toggle-btn-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-toggle-btn-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-toggle-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[transparent-header-widget-link-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[transparent-header-widget-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:55:\"astra-settings[transparent-header-widget-content-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-widget-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:54:\"astra-settings[transparent-header-widget-link-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:35:\"astra-settings[breadcrumb-position]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[breadcrumb-disable-home-page]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[breadcrumb-disable-blog-posts-page]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[breadcrumb-disable-search]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[breadcrumb-disable-archive]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[breadcrumb-disable-single-page]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[breadcrumb-disable-single-post]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[breadcrumb-disable-singular]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[breadcrumb-disable-404-page]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[breadcrumb-alignment]\";a:4:{s:7:\"default\";s:4:\"left\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[breadcrumb-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:44:\"astra-settings[breadcrumb-separator-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[breadcrumb-separator]\";a:4:{s:7:\"default\";s:5:\"\\00bb\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"section-breadcrumb-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[breadcrumb-bg-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[breadcrumb-active-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[breadcrumb-separator-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-breadcrumb-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[breadcrumb-text-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[breadcrumb-hover-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[section-breadcrumb-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[breadcrumb-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:36:\"astra-settings[breadcrumb-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[breadcrumb-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:41:\"astra-settings[breadcrumb-text-transform]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[breadcrumb-line-height]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[heading-base-color]\";a:4:{s:7:\"default\";s:7:\"#000000\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:30:\"astra-settings[font-family-h1]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h1]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:33:\"astra-settings[text-transform-h1]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[line-height-h1]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h2]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h2]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:33:\"astra-settings[text-transform-h2]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[line-height-h2]\";a:4:{s:7:\"default\";d:1.1999999999999999555910790149937383830547332763671875;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h3]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h3]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:33:\"astra-settings[text-transform-h3]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[line-height-h3]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[button-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[font-family-button]\";a:4:{s:7:\"default\";s:21:\"\'Poppins\', sans-serif\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:32:\"astra-settings[font-size-button]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"14\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[font-weight-button]\";a:4:{s:7:\"default\";s:3:\"700\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:37:\"astra-settings[text-transform-button]\";a:4:{s:7:\"default\";s:9:\"uppercase\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[theme-btn-line-height]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[theme-btn-letter-spacing]\";a:4:{s:7:\"default\";i:2;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"section-header-builder-layout-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[cloned-component-track]\";a:4:{s:7:\"default\";a:12:{s:13:\"header-button\";i:2;s:13:\"footer-button\";i:2;s:11:\"header-html\";i:2;s:11:\"footer-html\";i:2;s:11:\"header-menu\";i:2;s:13:\"header-widget\";i:4;s:13:\"footer-widget\";i:4;s:19:\"header-social-icons\";i:1;s:19:\"footer-social-icons\";i:1;s:14:\"header-divider\";i:0;s:14:\"footer-divider\";i:0;s:13:\"removed-items\";a:0:{}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[builder-header]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-desktop-items]\";a:4:{s:7:\"default\";a:5:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:11:\"mobile-menu\";}}s:5:\"above\";a:5:{s:10:\"above_left\";a:0:{}s:17:\"above_left_center\";a:0:{}s:12:\"above_center\";a:0:{}s:18:\"above_right_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:5:{s:12:\"primary_left\";a:1:{i:0;s:4:\"logo\";}s:19:\"primary_left_center\";a:0:{}s:14:\"primary_center\";a:0:{}s:20:\"primary_right_center\";a:0:{}s:13:\"primary_right\";a:2:{i:0;s:6:\"menu-1\";i:1;s:8:\"button-1\";}}s:5:\"below\";a:5:{s:10:\"below_left\";a:0:{}s:17:\"below_left_center\";a:0:{}s:12:\"below_center\";a:0:{}s:18:\"below_right_center\";a:0:{}s:11:\"below_right\";a:0:{}}s:4:\"flag\";b:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-desktop-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-mobile-items]\";a:4:{s:7:\"default\";a:5:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:11:\"mobile-menu\";}}s:5:\"above\";a:3:{s:10:\"above_left\";a:0:{}s:12:\"above_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:3:{s:12:\"primary_left\";a:1:{i:0;s:4:\"logo\";}s:14:\"primary_center\";a:0:{}s:13:\"primary_right\";a:1:{i:0;s:14:\"mobile-trigger\";}}s:5:\"below\";a:3:{s:10:\"below_left\";a:0:{}s:12:\"below_center\";a:0:{}s:11:\"below_right\";a:0:{}}s:4:\"flag\";b:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-mobile-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-mobile-popup-items]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-transparent-link-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-transparant-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hb-header-main-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-header-builder-layout-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"section-footer-builder-layout-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[builder-footer]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:7:{s:16:\"background-color\";s:7:\"#000000\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[footer-bg-obj-responsive-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:36:\"astra-settings[footer-desktop-items]\";a:4:{s:7:\"default\";a:10:{s:5:\"above\";a:6:{s:7:\"above_1\";a:3:{i:0;s:6:\"html-1\";i:1;s:6:\"html-2\";i:2;s:8:\"widget-4\";}s:7:\"above_2\";a:0:{}s:7:\"above_3\";a:0:{}s:7:\"above_4\";a:0:{}s:7:\"above_5\";a:0:{}s:7:\"above_6\";a:0:{}}s:7:\"primary\";a:6:{s:9:\"primary_1\";a:1:{i:0;s:8:\"widget-1\";}s:9:\"primary_2\";a:0:{}s:9:\"primary_3\";a:2:{i:0;s:8:\"widget-2\";i:1;s:14:\"social-icons-1\";}s:9:\"primary_4\";a:0:{}s:9:\"primary_5\";a:0:{}s:9:\"primary_6\";a:0:{}}s:5:\"below\";a:6:{s:7:\"below_1\";a:1:{i:0;s:9:\"copyright\";}s:7:\"below_2\";a:0:{}s:7:\"below_3\";a:0:{}s:7:\"below_4\";a:0:{}s:7:\"below_5\";a:0:{}s:7:\"below_6\";a:0:{}}s:5:\"group\";s:36:\"astra-settings[footer-desktop-items]\";s:4:\"rows\";a:3:{i:0;s:5:\"above\";i:1;s:7:\"primary\";i:2;s:5:\"below\";}s:5:\"zones\";a:3:{s:5:\"above\";a:6:{s:7:\"above_1\";s:15:\"Above Section 1\";s:7:\"above_2\";s:15:\"Above Section 2\";s:7:\"above_3\";s:15:\"Above Section 3\";s:7:\"above_4\";s:15:\"Above Section 4\";s:7:\"above_5\";s:15:\"Above Section 5\";s:7:\"above_6\";s:15:\"Above Section 6\";}s:7:\"primary\";a:6:{s:9:\"primary_1\";s:17:\"Primary Section 1\";s:9:\"primary_2\";s:17:\"Primary Section 2\";s:9:\"primary_3\";s:17:\"Primary Section 3\";s:9:\"primary_4\";s:17:\"Primary Section 4\";s:9:\"primary_5\";s:17:\"Primary Section 5\";s:9:\"primary_6\";s:17:\"Primary Section 6\";}s:5:\"below\";a:6:{s:7:\"below_1\";s:15:\"Below Section 1\";s:7:\"below_2\";s:15:\"Below Section 2\";s:7:\"below_3\";s:15:\"Below Section 3\";s:7:\"below_4\";s:15:\"Below Section 4\";s:7:\"below_5\";s:15:\"Below Section 5\";s:7:\"below_6\";s:15:\"Below Section 6\";}}s:7:\"layouts\";a:3:{s:5:\"above\";a:2:{s:6:\"column\";s:1:\"1\";s:6:\"layout\";a:3:{s:6:\"mobile\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:7:\"desktop\";s:4:\"full\";}}s:7:\"primary\";a:2:{s:6:\"column\";s:1:\"3\";s:6:\"layout\";a:4:{s:7:\"desktop\";s:8:\"3-lheavy\";s:6:\"tablet\";s:7:\"3-equal\";s:6:\"mobile\";s:4:\"full\";s:4:\"flag\";b:1;}}s:5:\"below\";a:2:{s:6:\"column\";s:1:\"1\";s:6:\"layout\";a:3:{s:7:\"desktop\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:6:\"mobile\";s:4:\"full\";}}}s:6:\"status\";a:3:{s:5:\"above\";b:1;s:7:\"primary\";b:1;s:5:\"below\";b:1;}s:4:\"flag\";b:1;s:5:\"popup\";a:1:{s:13:\"popup_content\";a:0:{}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-footer-builder-layout-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:52:\"astra-settings[section-footer-builder-layout-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"section-above-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-header-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:50;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[hba-header-separator]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[hba-header-bottom-border-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[hba-header-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-header-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-above-header-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-above-header-builder-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[section-above-header-builder-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-below-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-header-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:60;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[hbb-header-separator]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[hbb-header-bottom-border-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[hbb-header-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:7:\"#eeeeee\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-header-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-below-header-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-below-header-builder-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[section-below-header-builder-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-1-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[header-widget-1-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-widget-1-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-widget-1-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-widget-1-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-widget-1-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-widget-1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-widget-1-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[astra-sidebar-widgets-header-widget-1-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[astra-sidebar-widgets-header-widget-1-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-2-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[header-widget-2-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-widget-2-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-widget-2-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-widget-2-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-widget-2-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-widget-2-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-widget-2-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[astra-sidebar-widgets-header-widget-2-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[astra-sidebar-widgets-header-widget-2-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"section-header-mobile-trigger-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-trigger-icon]\";a:4:{s:7:\"default\";s:5:\"menu2\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[mobile-header-toggle-btn-style]\";a:4:{s:7:\"default\";s:7:\"minimal\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[mobile-header-menu-label]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[mobile-header-toggle-icon-size]\";a:4:{s:7:\"default\";i:20;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[mobile-header-toggle-btn-color]\";a:4:{s:7:\"default\";s:7:\"#f344cb\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:49:\"astra-settings[mobile-header-toggle-btn-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[mobile-header-toggle-btn-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:1;s:5:\"right\";i:1;s:6:\"bottom\";i:1;s:4:\"left\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[mobile-header-toggle-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[mobile-header-toggle-border-radius]\";a:4:{s:7:\"default\";i:2;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-header-mobile-trigger-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[mobile-header-label-font-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-popup-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[mobile-header-type]\";a:4:{s:7:\"default\";s:8:\"dropdown\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[off-canvas-slide]\";a:4:{s:7:\"default\";s:5:\"right\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-builder-menu-toggle-target]\";a:4:{s:7:\"default\";s:4:\"icon\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-offcanvas-content-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[off-canvas-background]\";a:4:{s:7:\"default\";a:6:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_background_obj\";}}s:38:\"astra-settings[off-canvas-close-color]\";a:4:{s:7:\"default\";s:7:\"#3a3a3a\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:40:\"astra-settings[off-canvas-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[off-canvas-padding]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"section-primary-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-header-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:70;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[hb-header-main-sep]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[hb-header-main-sep-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:43:\"astra-settings[hb-header-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-header-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:53:\"astra-settings[section-primary-header-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:58:\"astra-settings[section-primary-header-builder-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-primary-header-builder-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"title_tagline-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[title_tagline-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[title_tagline-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[title_tagline-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"section-hb-button-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button1-text]\";a:4:{s:7:\"default\";s:6:\"DONATE\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:7:\"/donate\";s:7:\"new_tab\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[header-button1-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-button1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button1-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"#ffffff\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button1-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button1-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"#f344cb\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button1-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[header-button1-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button1-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-button1-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-button1-border-radius]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-button1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[section-hb-button-1-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[section-hb-button-1-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-1-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-hb-button-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[section-hb-html-1-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-hb-html-1-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-1]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-1color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-1-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-1link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-1link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[section-hb-html-2-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-hb-html-2-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-2]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-2color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-2-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-2link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-2link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[section-hb-menu-1-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-hb-menu-1-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu1-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu1-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu1-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu1-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu1-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu1-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu1-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu1-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu1-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[header-menu1-submenu-border-radius]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu1-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu1-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu1-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu1-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu1-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu1-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu1-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu1-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu1-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu1-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu1-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu1-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:43:\"astra-settings[header-menu1-text-transform]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-menu1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu1-line-height]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu1-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[section-hb-menu-2-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-hb-menu-2-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu2-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu2-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu2-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu2-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu2-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu2-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu2-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu2-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu2-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu2-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu2-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[header-menu2-submenu-border-radius]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu2-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu2-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu2-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu2-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu2-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu2-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu2-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu2-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu2-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu2-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu2-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu2-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu2-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:43:\"astra-settings[header-menu2-text-transform]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-menu2-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu2-line-height]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu2-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:38:\"section-header-search-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-search-icon-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-search-icon-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-header-search-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:49:\"astra-settings[section-header-search-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[section-header-search-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-account-tabs]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-account-login-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-account-login-style]\";a:4:{s:7:\"default\";s:4:\"icon\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-account-logged-in-text]\";a:4:{s:7:\"default\";s:10:\"My Account\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-account-login-link]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:0:\"\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:45:\"astra-settings[header-account-logout-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-account-logout-style]\";a:4:{s:7:\"default\";s:4:\"icon\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-account-logout-preview]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-account-logged-out-text]\";a:4:{s:7:\"default\";s:6:\"Log In\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-account-logout-link]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:52:\"https://websitedemos.net/communities-02/wp-login.php\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:42:\"astra-settings[header-account-image-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"40\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-account-icon-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-account-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[header-account-type-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:37:\"astra-settings[header-account-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[font-size-section-header-account]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[section-header-account-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[section-header-account-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-hb-social-icons-1-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-hb-social-icons-1-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-hb-social-icons-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-hb-social-icons-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-icons-1]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-social-1-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-1-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-1-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-social-1-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-social-1-radius]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-1-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-social-1-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-1-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-social-1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-1-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-social-1-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-1-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-1-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-1-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-1-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-social-icons-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"section-header-mobile-menu-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-mobile-menu-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-mobile-menu-submenu-item-border]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-mobile-menu-divider-colors-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-mobile-menu-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-mobile-menu-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[header-mobile-menu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[header-mobile-menu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-mobile-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[header-mobile-menu-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-mobile-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-mobile-menu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-mobile-menu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-mobile-menu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-mobile-menu-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-mobile-menu-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:46:\"astra-settings[header-mobile-menu-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:49:\"astra-settings[header-mobile-menu-text-transform]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-mobile-menu-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-mobile-menu-line-height]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-mobile-menu-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:2:\"10\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:2:\"30\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:49:\"astra-settings[section-header-mobile-menu-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:54:\"astra-settings[section-header-mobile-menu-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-header-mobile-menu-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-above-footer-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-footer-column]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-footer-layout]\";a:4:{s:7:\"default\";a:4:{s:7:\"desktop\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:6:\"mobile\";s:4:\"full\";s:4:\"flag\";b:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[hba-footer-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-footer-height]\";a:4:{s:7:\"default\";i:540;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[hba-footer-vertical-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:25:\"astra-settings[hba-stack]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[hba-footer-separator]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hba-footer-top-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[hba-footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:7:{s:16:\"background-color\";s:7:\"#f344cb\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-footer-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:2:\"40\";s:5:\"right\";s:2:\"80\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:2:\"80\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:2:\"80\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"60\";s:4:\"left\";s:2:\"25\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-above-footer-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:1:\"0\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-above-footer-builder-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[section-above-footer-builder-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-above-footer-builder-hide-desktop]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-below-footer-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-footer-column]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-footer-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[hbb-footer-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-footer-height]\";a:4:{s:7:\"default\";i:80;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[hbb-footer-vertical-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:25:\"astra-settings[hbb-stack]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[hbb-footer-separator]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hbb-footer-top-border-color]\";a:4:{s:7:\"default\";s:22:\"rgba(255,255,255,0.15)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[hbb-footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:8:{s:16:\"background-color\";s:19:\"rgba(237,237,237,0)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:16:\"background-media\";s:0:\"\";s:15:\"background-type\";s:5:\"color\";}s:6:\"tablet\";a:7:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:7:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-footer-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:2:\"25\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-below-footer-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-below-footer-builder-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[section-below-footer-builder-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-below-footer-builder-hide-desktop]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"section-footer-copyright-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-copyright-editor]\";a:4:{s:7:\"default\";s:72:\"Copyright [copyright] [current_year] [site_title] | All Rights Reserved.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-copyright-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-copyright-color]\";a:4:{s:7:\"default\";s:21:\"rgba(255,255,255,0.5)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[section-footer-copyright-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:50:\"astra-settings[font-size-section-footer-copyright]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-footer-copyright-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-footer-copyright-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-footer-copyright-hide-desktop]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"section-footer-menu-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-menu-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:10:\"horizontal\";s:6:\"tablet\";s:8:\"vertical\";s:6:\"mobile\";s:8:\"vertical\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-menu-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-menu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-menu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-menu-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-menu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-menu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-menu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-main-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-footer-menu-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:37:\"astra-settings[footer-menu-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[section-footer-menu-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[section-footer-menu-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-footer-menu-hide-desktop]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-fb-social-icons-1-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-fb-social-icons-1-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-fb-social-icons-1-hide-desktop]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-fb-social-icons-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-fb-social-icons-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-icons-1]\";a:4:{s:7:\"default\";a:2:{s:5:\"items\";a:6:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:47:\"https://www.facebook.com/TheChrishaunFoundation\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:10:\"facebook-f\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:7:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:3:\"url\";s:35:\"https://twitter.com/TheChrishaunFdn\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:7:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:3:\"url\";s:44:\"https://instagram.com/thechrishaunfoundation\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}i:3;a:7:{s:2:\"id\";s:8:\"linkedin\";s:7:\"enabled\";b:1;s:3:\"url\";s:55:\"https://www.linkedin.com/company/thechrishaunfoundation\";s:5:\"color\";s:7:\"#1c86c6\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"linkedin\";s:5:\"label\";s:8:\"Linkedin\";}i:4;a:7:{s:2:\"id\";s:7:\"youtube\";s:7:\"enabled\";b:1;s:3:\"url\";s:56:\"https://www.youtube.com/channel/UCmzlzjopXMpjtDYwwQ2qacg\";s:5:\"color\";s:7:\"#e96651\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"youtube\";s:5:\"label\";s:7:\"YouTube\";}i:5;a:7:{s:2:\"id\";s:5:\"vimeo\";s:7:\"enabled\";b:1;s:3:\"url\";s:31:\"https://vimeo.com/user108876918\";s:5:\"color\";s:7:\"#8ecfde\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:5:\"vimeo\";s:5:\"label\";s:5:\"Vimeo\";}}s:4:\"flag\";b:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-social-1-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-1-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-1-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[footer-social-1-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-social-1-radius]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-1-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-social-1-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-1-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[footer-social-1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-1-color]\";a:4:{s:7:\"default\";a:1:{s:7:\"desktop\";s:21:\"rgba(255,255,255,0.5)\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-social-1-h-color]\";a:4:{s:7:\"default\";a:1:{s:7:\"desktop\";s:7:\"#ffffff\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-1-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-1-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-1-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-1-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-social-icons-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:1:\"5\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-social-1-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:4:\"left\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"section-primary-footer-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-footer-column]\";a:4:{s:7:\"default\";s:1:\"3\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-footer-layout]\";a:4:{s:7:\"default\";a:4:{s:7:\"desktop\";s:7:\"3-equal\";s:6:\"tablet\";s:7:\"3-equal\";s:6:\"mobile\";s:4:\"full\";s:4:\"flag\";b:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[hb-footer-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[hb-footer-vertical-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:24:\"astra-settings[hb-stack]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[hb-footer-main-sep]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[hb-footer-main-sep-color]\";a:4:{s:7:\"default\";s:7:\"#e6e6e6\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:43:\"astra-settings[hb-footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:7:{s:16:\"background-color\";s:19:\"rgba(250,250,250,0)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-inner-spacing]\";a:4:{s:7:\"default\";a:1:{s:7:\"desktop\";i:30;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-footer-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:3:\"100\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:2:\"60\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:2:\"60\";s:4:\"left\";s:2:\"30\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"25\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:53:\"astra-settings[section-primary-footer-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:58:\"astra-settings[section-primary-footer-builder-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-primary-footer-builder-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-primary-footer-builder-hide-desktop]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-fb-html-1-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-fb-html-1-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[section-fb-html-1-hide-desktop]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-1]\";a:4:{s:7:\"default\";s:60:\"<h6><span style=\"color: #ffd0b3;\">GIVE US A HAND</span></h6>\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-1color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"#ffd0b3\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-1-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-1link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-1link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-1-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-fb-html-2-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-fb-html-2-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[section-fb-html-2-hide-desktop]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-2]\";a:4:{s:7:\"default\";s:105:\"<h2><span style=\"color: #ffffff;\">Support us and change the course of a child’s life today!</span></h2>\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-2color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"#ffffff\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-2-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-2link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-2link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"20\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"55\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-2-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-1-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-1]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:4:\"left\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-1-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"#ffffff\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-1-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-1-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-1-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-1-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-1-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[astra-sidebar-widgets-footer-widget-1-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[astra-sidebar-widgets-footer-widget-1-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[astra-sidebar-widgets-footer-widget-1-hide-desktop]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-2-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-2]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:4:\"left\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-2-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"#ffffff\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-2-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"#ffffff\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-2-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-2-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-2-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-2-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-2-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[astra-sidebar-widgets-footer-widget-2-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[astra-sidebar-widgets-footer-widget-2-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[astra-sidebar-widgets-footer-widget-2-hide-desktop]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-3-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-3]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-3-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"#ffd0b3\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-3-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-3-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-3-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-3-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-3-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"16\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-3-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[astra-sidebar-widgets-footer-widget-3-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[astra-sidebar-widgets-footer-widget-3-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[astra-sidebar-widgets-footer-widget-3-hide-desktop]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-4-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-4]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-4-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"#ffffff\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-4-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-4-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-4-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-4-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-4-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"55\";s:6:\"tablet\";s:2:\"45\";s:6:\"mobile\";s:2:\"35\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-4-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[astra-sidebar-widgets-footer-widget-4-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[astra-sidebar-widgets-footer-widget-4-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[astra-sidebar-widgets-footer-widget-4-hide-desktop]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}}s:8:\"partials\";a:40:{s:37:\"astra-settings[different-retina-logo]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:38:\"astra-settings[ast-header-retina-logo]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[different-mobile-logo]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:45:\"astra-settings[display-site-title-responsive]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:47:\"astra-settings[display-site-tagline-responsive]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:33:\"astra-settings[logo-title-inline]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[related-posts-title]\";a:4:{s:8:\"selector\";s:57:\".ast-related-posts-title-section .ast-related-posts-title\";s:15:\"render_callback\";a:2:{i:0;s:26:\"Astra_Related_Posts_Loader\";i:1;s:26:\"render_related_posts_title\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[transparent-header-logo]\";a:4:{s:8:\"selector\";s:64:\".ast-replace-site-logo-transparent .site-branding .site-logo-img\";s:15:\"render_callback\";s:0:\"\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[breadcrumb-position]\";a:4:{s:8:\"selector\";s:54:\".ast-breadcrumbs-wrapper .ast-breadcrumbs .trail-items\";s:15:\"render_callback\";s:0:\"\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:36:\"astra-settings[header-desktop-items]\";a:4:{s:8:\"selector\";s:9:\"#masthead\";s:15:\"render_callback\";a:2:{i:0;O:20:\"Astra_Builder_Header\":0:{}i:1;s:21:\"header_builder_markup\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-mobile-items]\";a:4:{s:8:\"selector\";s:9:\"#masthead\";s:15:\"render_callback\";a:2:{i:0;r:5462;i:1;s:21:\"header_builder_markup\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:41:\"astra-settings[header-mobile-popup-items]\";a:4:{s:8:\"selector\";s:25:\"#ast-mobile-popup-wrapper\";s:15:\"render_callback\";a:2:{i:0;r:5462;i:1;s:12:\"mobile_popup\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:36:\"astra-settings[footer-desktop-items]\";a:4:{s:8:\"selector\";s:12:\".site-footer\";s:15:\"render_callback\";a:2:{i:0;O:20:\"Astra_Builder_Footer\":0:{}i:1;s:13:\"footer_markup\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-trigger-icon]\";a:4:{s:8:\"selector\";s:16:\".ast-button-wrap\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:21:\"render_mobile_trigger\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:46:\"astra-settings[mobile-header-toggle-btn-style]\";a:4:{s:8:\"selector\";s:16:\".ast-button-wrap\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:21:\"render_mobile_trigger\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:40:\"astra-settings[mobile-header-menu-label]\";a:4:{s:8:\"selector\";s:16:\".ast-button-wrap\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:21:\"render_mobile_trigger\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-button1-text]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-1\";s:15:\"render_callback\";a:2:{i:0;r:5462;i:1;s:8:\"button_1\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-button1-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-1\";s:15:\"render_callback\";a:2:{i:0;r:5462;i:1;s:8:\"button_1\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:29:\"astra-settings[header-html-1]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-1\";s:15:\"render_callback\";a:2:{i:0;r:5462;i:1;s:13:\"header_html_1\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[header-html-2]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-2\";s:15:\"render_callback\";a:2:{i:0;r:5462;i:1;s:13:\"header_html_2\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-account-login-style]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:45:\"astra-settings[header-account-logged-in-text]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:41:\"astra-settings[header-account-login-link]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:43:\"astra-settings[header-account-logout-style]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:45:\"astra-settings[header-account-logout-preview]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:46:\"astra-settings[header-account-logged-out-text]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[header-social-icons-1]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:5462;i:1;s:15:\"header_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[header-social-1-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:5462;i:1;s:15:\"header_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:33:\"astra-settings[hba-footer-column]\";a:4:{s:8:\"selector\";s:23:\".site-above-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:5483;i:1;s:12:\"above_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:25:\"astra-settings[hba-stack]\";a:4:{s:8:\"selector\";s:23:\".site-above-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:5483;i:1;s:12:\"above_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:33:\"astra-settings[hbb-footer-column]\";a:4:{s:8:\"selector\";s:23:\".site-below-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:5483;i:1;s:12:\"below_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:25:\"astra-settings[hbb-stack]\";a:4:{s:8:\"selector\";s:23:\".site-below-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:5483;i:1;s:12:\"below_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[footer-copyright-editor]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-copyright\";s:15:\"render_callback\";a:2:{i:0;r:5483;i:1;s:16:\"footer_copyright\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:34:\"astra-settings[footer-menu-layout]\";a:4:{s:8:\"selector\";s:59:\".footer-widget-area[data-section=\"section-footer-menu\"] nav\";s:15:\"render_callback\";a:2:{i:0;r:5483;i:1;s:11:\"footer_menu\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[footer-social-icons-1]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:5483;i:1;s:15:\"footer_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[footer-social-1-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:5483;i:1;s:15:\"footer_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:32:\"astra-settings[hb-footer-column]\";a:4:{s:8:\"selector\";s:25:\".site-primary-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:5483;i:1;s:14:\"primary_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:24:\"astra-settings[hb-stack]\";a:4:{s:8:\"selector\";s:25:\".site-primary-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:5483;i:1;s:14:\"primary_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:29:\"astra-settings[footer-html-1]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-1\";s:15:\"render_callback\";a:2:{i:0;r:5483;i:1;s:13:\"footer_html_1\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[footer-html-2]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-2\";s:15:\"render_callback\";a:2:{i:0;r:5483;i:1;s:13:\"footer_html_2\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}}}','no'),(71215,'feedback_unread_count','0','yes'),(71516,'jetpack_static_asset_cdn_files','a:1:{s:11:\"woocommerce\";a:1:{s:5:\"6.2.1\";a:1157:{i:0;s:29:\"assets/css/activation-rtl.css\";i:1;s:25:\"assets/css/activation.css\";i:2;s:24:\"assets/css/admin-rtl.css\";i:3;s:20:\"assets/css/admin.css\";i:4;s:23:\"assets/css/auth-rtl.css\";i:5;s:19:\"assets/css/auth.css\";i:6;s:28:\"assets/css/dashboard-rtl.css\";i:7;s:34:\"assets/css/dashboard-setup-rtl.css\";i:8;s:30:\"assets/css/dashboard-setup.css\";i:9;s:24:\"assets/css/dashboard.css\";i:10;s:25:\"assets/css/helper-rtl.css\";i:11;s:21:\"assets/css/helper.css\";i:25;s:38:\"assets/css/jquery-ui/jquery-ui-rtl.css\";i:26;s:34:\"assets/css/jquery-ui/jquery-ui.css\";i:27;s:38:\"assets/css/jquery-ui/jquery-ui.min.css\";i:28;s:42:\"assets/css/marketplace-suggestions-rtl.css\";i:29;s:38:\"assets/css/marketplace-suggestions.css\";i:30;s:23:\"assets/css/menu-rtl.css\";i:31;s:19:\"assets/css/menu.css\";i:32;s:39:\"assets/css/network-order-widget-rtl.css\";i:33;s:35:\"assets/css/network-order-widget.css\";i:34;s:51:\"assets/css/photoswipe/default-skin/default-skin.css\";i:35;s:55:\"assets/css/photoswipe/default-skin/default-skin.min.css\";i:39;s:36:\"assets/css/photoswipe/photoswipe.css\";i:40;s:40:\"assets/css/photoswipe/photoswipe.min.css\";i:41;s:30:\"assets/css/prettyPhoto-rtl.css\";i:42;s:26:\"assets/css/prettyPhoto.css\";i:43;s:26:\"assets/css/privacy-rtl.css\";i:44;s:22:\"assets/css/privacy.css\";i:45;s:32:\"assets/css/reports-print-rtl.css\";i:46;s:28:\"assets/css/reports-print.css\";i:47;s:22:\"assets/css/select2.css\";i:48;s:34:\"assets/css/twenty-nineteen-rtl.css\";i:49;s:30:\"assets/css/twenty-nineteen.css\";i:50;s:35:\"assets/css/twenty-seventeen-rtl.css\";i:51;s:31:\"assets/css/twenty-seventeen.css\";i:52;s:42:\"assets/css/twenty-twenty-one-admin-rtl.css\";i:53;s:38:\"assets/css/twenty-twenty-one-admin.css\";i:54;s:36:\"assets/css/twenty-twenty-one-rtl.css\";i:55;s:32:\"assets/css/twenty-twenty-one.css\";i:56;s:32:\"assets/css/twenty-twenty-rtl.css\";i:57;s:36:\"assets/css/twenty-twenty-two-rtl.css\";i:58;s:32:\"assets/css/twenty-twenty-two.css\";i:59;s:28:\"assets/css/twenty-twenty.css\";i:60;s:27:\"assets/css/wc-setup-rtl.css\";i:61;s:23:\"assets/css/wc-setup.css\";i:62;s:37:\"assets/css/woocommerce-layout-rtl.css\";i:63;s:33:\"assets/css/woocommerce-layout.css\";i:64;s:30:\"assets/css/woocommerce-rtl.css\";i:65;s:42:\"assets/css/woocommerce-smallscreen-rtl.css\";i:66;s:38:\"assets/css/woocommerce-smallscreen.css\";i:67;s:26:\"assets/css/woocommerce.css\";i:121;s:34:\"assets/js/accounting/accounting.js\";i:122;s:38:\"assets/js/accounting/accounting.min.js\";i:123;s:27:\"assets/js/admin/api-keys.js\";i:124;s:31:\"assets/js/admin/api-keys.min.js\";i:125;s:33:\"assets/js/admin/backbone-modal.js\";i:126;s:37:\"assets/js/admin/backbone-modal.min.js\";i:127;s:42:\"assets/js/admin/marketplace-suggestions.js\";i:128;s:46:\"assets/js/admin/marketplace-suggestions.min.js\";i:129;s:36:\"assets/js/admin/meta-boxes-coupon.js\";i:130;s:40:\"assets/js/admin/meta-boxes-coupon.min.js\";i:131;s:35:\"assets/js/admin/meta-boxes-order.js\";i:132;s:39:\"assets/js/admin/meta-boxes-order.min.js\";i:133;s:47:\"assets/js/admin/meta-boxes-product-variation.js\";i:134;s:51:\"assets/js/admin/meta-boxes-product-variation.min.js\";i:135;s:37:\"assets/js/admin/meta-boxes-product.js\";i:136;s:41:\"assets/js/admin/meta-boxes-product.min.js\";i:137;s:29:\"assets/js/admin/meta-boxes.js\";i:138;s:33:\"assets/js/admin/meta-boxes.min.js\";i:139;s:33:\"assets/js/admin/network-orders.js\";i:140;s:37:\"assets/js/admin/network-orders.min.js\";i:141;s:35:\"assets/js/admin/product-ordering.js\";i:142;s:39:\"assets/js/admin/product-ordering.min.js\";i:143;s:29:\"assets/js/admin/quick-edit.js\";i:144;s:33:\"assets/js/admin/quick-edit.min.js\";i:145;s:26:\"assets/js/admin/reports.js\";i:146;s:30:\"assets/js/admin/reports.min.js\";i:147;s:51:\"assets/js/admin/settings-views-html-settings-tax.js\";i:148;s:55:\"assets/js/admin/settings-views-html-settings-tax.min.js\";i:149;s:27:\"assets/js/admin/settings.js\";i:150;s:31:\"assets/js/admin/settings.min.js\";i:151;s:32:\"assets/js/admin/system-status.js\";i:152;s:36:\"assets/js/admin/system-status.min.js\";i:153;s:32:\"assets/js/admin/term-ordering.js\";i:154;s:36:\"assets/js/admin/term-ordering.min.js\";i:155;s:24:\"assets/js/admin/users.js\";i:156;s:28:\"assets/js/admin/users.min.js\";i:157;s:31:\"assets/js/admin/wc-clipboard.js\";i:158;s:35:\"assets/js/admin/wc-clipboard.min.js\";i:159;s:37:\"assets/js/admin/wc-enhanced-select.js\";i:160;s:41:\"assets/js/admin/wc-enhanced-select.min.js\";i:161;s:28:\"assets/js/admin/wc-orders.js\";i:162;s:32:\"assets/js/admin/wc-orders.min.js\";i:163;s:36:\"assets/js/admin/wc-product-export.js\";i:164;s:40:\"assets/js/admin/wc-product-export.min.js\";i:165;s:36:\"assets/js/admin/wc-product-import.js\";i:166;s:40:\"assets/js/admin/wc-product-import.min.js\";i:167;s:27:\"assets/js/admin/wc-setup.js\";i:168;s:31:\"assets/js/admin/wc-setup.min.js\";i:169;s:38:\"assets/js/admin/wc-shipping-classes.js\";i:170;s:42:\"assets/js/admin/wc-shipping-classes.min.js\";i:171;s:43:\"assets/js/admin/wc-shipping-zone-methods.js\";i:172;s:47:\"assets/js/admin/wc-shipping-zone-methods.min.js\";i:173;s:36:\"assets/js/admin/wc-shipping-zones.js\";i:174;s:40:\"assets/js/admin/wc-shipping-zones.min.js\";i:175;s:35:\"assets/js/admin/wc-status-widget.js\";i:176;s:39:\"assets/js/admin/wc-status-widget.min.js\";i:177;s:36:\"assets/js/admin/woocommerce_admin.js\";i:178;s:40:\"assets/js/admin/woocommerce_admin.min.js\";i:179;s:41:\"assets/js/flexslider/jquery.flexslider.js\";i:180;s:45:\"assets/js/flexslider/jquery.flexslider.min.js\";i:181;s:40:\"assets/js/frontend/add-payment-method.js\";i:182;s:44:\"assets/js/frontend/add-payment-method.min.js\";i:183;s:43:\"assets/js/frontend/add-to-cart-variation.js\";i:184;s:47:\"assets/js/frontend/add-to-cart-variation.min.js\";i:185;s:33:\"assets/js/frontend/add-to-cart.js\";i:186;s:37:\"assets/js/frontend/add-to-cart.min.js\";i:187;s:34:\"assets/js/frontend/address-i18n.js\";i:188;s:38:\"assets/js/frontend/address-i18n.min.js\";i:189;s:36:\"assets/js/frontend/cart-fragments.js\";i:190;s:40:\"assets/js/frontend/cart-fragments.min.js\";i:191;s:26:\"assets/js/frontend/cart.js\";i:192;s:30:\"assets/js/frontend/cart.min.js\";i:193;s:30:\"assets/js/frontend/checkout.js\";i:194;s:34:\"assets/js/frontend/checkout.min.js\";i:195;s:36:\"assets/js/frontend/country-select.js\";i:196;s:40:\"assets/js/frontend/country-select.min.js\";i:197;s:38:\"assets/js/frontend/credit-card-form.js\";i:198;s:42:\"assets/js/frontend/credit-card-form.min.js\";i:199;s:33:\"assets/js/frontend/geolocation.js\";i:200;s:37:\"assets/js/frontend/geolocation.min.js\";i:201;s:35:\"assets/js/frontend/lost-password.js\";i:202;s:39:\"assets/js/frontend/lost-password.min.js\";i:203;s:45:\"assets/js/frontend/password-strength-meter.js\";i:204;s:49:\"assets/js/frontend/password-strength-meter.min.js\";i:205;s:34:\"assets/js/frontend/price-slider.js\";i:206;s:38:\"assets/js/frontend/price-slider.min.js\";i:207;s:36:\"assets/js/frontend/single-product.js\";i:208;s:40:\"assets/js/frontend/single-product.min.js\";i:209;s:39:\"assets/js/frontend/tokenization-form.js\";i:210;s:43:\"assets/js/frontend/tokenization-form.min.js\";i:211;s:33:\"assets/js/frontend/woocommerce.js\";i:212;s:37:\"assets/js/frontend/woocommerce.min.js\";i:213;s:42:\"assets/js/jquery-blockui/jquery.blockUI.js\";i:214;s:46:\"assets/js/jquery-blockui/jquery.blockUI.min.js\";i:215;s:40:\"assets/js/jquery-cookie/jquery.cookie.js\";i:216;s:44:\"assets/js/jquery-cookie/jquery.cookie.min.js\";i:217;s:36:\"assets/js/jquery-flot/jquery.flot.js\";i:218;s:40:\"assets/js/jquery-flot/jquery.flot.min.js\";i:219;s:40:\"assets/js/jquery-flot/jquery.flot.pie.js\";i:220;s:44:\"assets/js/jquery-flot/jquery.flot.pie.min.js\";i:221;s:43:\"assets/js/jquery-flot/jquery.flot.resize.js\";i:222;s:47:\"assets/js/jquery-flot/jquery.flot.resize.min.js\";i:223;s:42:\"assets/js/jquery-flot/jquery.flot.stack.js\";i:224;s:46:\"assets/js/jquery-flot/jquery.flot.stack.min.js\";i:225;s:41:\"assets/js/jquery-flot/jquery.flot.time.js\";i:226;s:45:\"assets/js/jquery-flot/jquery.flot.time.min.js\";i:227;s:42:\"assets/js/jquery-payment/jquery.payment.js\";i:228;s:46:\"assets/js/jquery-payment/jquery.payment.min.js\";i:229;s:40:\"assets/js/jquery-qrcode/jquery.qrcode.js\";i:230;s:44:\"assets/js/jquery-qrcode/jquery.qrcode.min.js\";i:231;s:54:\"assets/js/jquery-serializejson/jquery.serializejson.js\";i:232;s:58:\"assets/js/jquery-serializejson/jquery.serializejson.min.js\";i:233;s:40:\"assets/js/jquery-tiptip/jquery.tipTip.js\";i:234;s:44:\"assets/js/jquery-tiptip/jquery.tipTip.min.js\";i:235;s:56:\"assets/js/jquery-ui-touch-punch/jquery-ui-touch-punch.js\";i:236;s:60:\"assets/js/jquery-ui-touch-punch/jquery-ui-touch-punch.min.js\";i:237;s:32:\"assets/js/js-cookie/js.cookie.js\";i:238;s:36:\"assets/js/js-cookie/js.cookie.min.js\";i:239;s:45:\"assets/js/photoswipe/photoswipe-ui-default.js\";i:240;s:49:\"assets/js/photoswipe/photoswipe-ui-default.min.js\";i:241;s:34:\"assets/js/photoswipe/photoswipe.js\";i:242;s:38:\"assets/js/photoswipe/photoswipe.min.js\";i:243;s:48:\"assets/js/prettyPhoto/jquery.prettyPhoto.init.js\";i:244;s:52:\"assets/js/prettyPhoto/jquery.prettyPhoto.init.min.js\";i:245;s:43:\"assets/js/prettyPhoto/jquery.prettyPhoto.js\";i:246;s:47:\"assets/js/prettyPhoto/jquery.prettyPhoto.min.js\";i:247;s:24:\"assets/js/round/round.js\";i:248;s:28:\"assets/js/round/round.min.js\";i:249;s:33:\"assets/js/select2/select2.full.js\";i:250;s:37:\"assets/js/select2/select2.full.min.js\";i:251;s:28:\"assets/js/select2/select2.js\";i:252;s:32:\"assets/js/select2/select2.min.js\";i:253;s:37:\"assets/js/selectWoo/selectWoo.full.js\";i:254;s:41:\"assets/js/selectWoo/selectWoo.full.min.js\";i:255;s:32:\"assets/js/selectWoo/selectWoo.js\";i:256;s:36:\"assets/js/selectWoo/selectWoo.min.js\";i:257;s:36:\"assets/js/stupidtable/stupidtable.js\";i:258;s:40:\"assets/js/stupidtable/stupidtable.min.js\";i:260;s:47:\"assets/js/zeroclipboard/jquery.zeroclipboard.js\";i:261;s:51:\"assets/js/zeroclipboard/jquery.zeroclipboard.min.js\";i:262;s:29:\"assets/js/zoom/jquery.zoom.js\";i:263;s:33:\"assets/js/zoom/jquery.zoom.min.js\";i:592;s:50:\"includes/gateways/paypal/assets/js/paypal-admin.js\";i:593;s:54:\"includes/gateways/paypal/assets/js/paypal-admin.min.js\";i:870;s:26:\"legacy/css/_animation.scss\";i:871;s:22:\"legacy/css/_fonts.scss\";i:872;s:23:\"legacy/css/_mixins.scss\";i:873;s:26:\"legacy/css/_variables.scss\";i:874;s:26:\"legacy/css/activation.scss\";i:875;s:21:\"legacy/css/admin.scss\";i:876;s:20:\"legacy/css/auth.scss\";i:877;s:31:\"legacy/css/dashboard-setup.scss\";i:878;s:25:\"legacy/css/dashboard.scss\";i:879;s:22:\"legacy/css/helper.scss\";i:893;s:38:\"legacy/css/jquery-ui/jquery-ui-rtl.css\";i:894;s:34:\"legacy/css/jquery-ui/jquery-ui.css\";i:895;s:38:\"legacy/css/jquery-ui/jquery-ui.min.css\";i:896;s:39:\"legacy/css/marketplace-suggestions.scss\";i:897;s:20:\"legacy/css/menu.scss\";i:898;s:36:\"legacy/css/network-order-widget.scss\";i:899;s:51:\"legacy/css/photoswipe/default-skin/default-skin.css\";i:903;s:36:\"legacy/css/photoswipe/photoswipe.css\";i:904;s:27:\"legacy/css/prettyPhoto.scss\";i:905;s:23:\"legacy/css/privacy.scss\";i:906;s:29:\"legacy/css/reports-print.scss\";i:907;s:23:\"legacy/css/select2.scss\";i:908;s:31:\"legacy/css/twenty-nineteen.scss\";i:909;s:32:\"legacy/css/twenty-seventeen.scss\";i:910;s:39:\"legacy/css/twenty-twenty-one-admin.scss\";i:911;s:33:\"legacy/css/twenty-twenty-one.scss\";i:912;s:33:\"legacy/css/twenty-twenty-two.scss\";i:913;s:29:\"legacy/css/twenty-twenty.scss\";i:914;s:24:\"legacy/css/wc-setup.scss\";i:915;s:34:\"legacy/css/woocommerce-layout.scss\";i:916;s:39:\"legacy/css/woocommerce-smallscreen.scss\";i:917;s:27:\"legacy/css/woocommerce.scss\";i:918;s:34:\"legacy/js/accounting/accounting.js\";i:919;s:27:\"legacy/js/admin/api-keys.js\";i:920;s:33:\"legacy/js/admin/backbone-modal.js\";i:921;s:42:\"legacy/js/admin/marketplace-suggestions.js\";i:922;s:36:\"legacy/js/admin/meta-boxes-coupon.js\";i:923;s:35:\"legacy/js/admin/meta-boxes-order.js\";i:924;s:47:\"legacy/js/admin/meta-boxes-product-variation.js\";i:925;s:37:\"legacy/js/admin/meta-boxes-product.js\";i:926;s:29:\"legacy/js/admin/meta-boxes.js\";i:927;s:33:\"legacy/js/admin/network-orders.js\";i:928;s:35:\"legacy/js/admin/product-ordering.js\";i:929;s:29:\"legacy/js/admin/quick-edit.js\";i:930;s:26:\"legacy/js/admin/reports.js\";i:931;s:51:\"legacy/js/admin/settings-views-html-settings-tax.js\";i:932;s:27:\"legacy/js/admin/settings.js\";i:933;s:32:\"legacy/js/admin/system-status.js\";i:934;s:32:\"legacy/js/admin/term-ordering.js\";i:935;s:24:\"legacy/js/admin/users.js\";i:936;s:31:\"legacy/js/admin/wc-clipboard.js\";i:937;s:37:\"legacy/js/admin/wc-enhanced-select.js\";i:938;s:28:\"legacy/js/admin/wc-orders.js\";i:939;s:36:\"legacy/js/admin/wc-product-export.js\";i:940;s:36:\"legacy/js/admin/wc-product-import.js\";i:941;s:27:\"legacy/js/admin/wc-setup.js\";i:942;s:38:\"legacy/js/admin/wc-shipping-classes.js\";i:943;s:43:\"legacy/js/admin/wc-shipping-zone-methods.js\";i:944;s:36:\"legacy/js/admin/wc-shipping-zones.js\";i:945;s:35:\"legacy/js/admin/wc-status-widget.js\";i:946;s:36:\"legacy/js/admin/woocommerce_admin.js\";i:947;s:41:\"legacy/js/flexslider/jquery.flexslider.js\";i:948;s:40:\"legacy/js/frontend/add-payment-method.js\";i:949;s:43:\"legacy/js/frontend/add-to-cart-variation.js\";i:950;s:33:\"legacy/js/frontend/add-to-cart.js\";i:951;s:34:\"legacy/js/frontend/address-i18n.js\";i:952;s:36:\"legacy/js/frontend/cart-fragments.js\";i:953;s:26:\"legacy/js/frontend/cart.js\";i:954;s:30:\"legacy/js/frontend/checkout.js\";i:955;s:36:\"legacy/js/frontend/country-select.js\";i:956;s:38:\"legacy/js/frontend/credit-card-form.js\";i:957;s:33:\"legacy/js/frontend/geolocation.js\";i:958;s:35:\"legacy/js/frontend/lost-password.js\";i:959;s:45:\"legacy/js/frontend/password-strength-meter.js\";i:960;s:34:\"legacy/js/frontend/price-slider.js\";i:961;s:36:\"legacy/js/frontend/single-product.js\";i:962;s:39:\"legacy/js/frontend/tokenization-form.js\";i:963;s:33:\"legacy/js/frontend/woocommerce.js\";i:964;s:42:\"legacy/js/jquery-blockui/jquery.blockUI.js\";i:965;s:40:\"legacy/js/jquery-cookie/jquery.cookie.js\";i:966;s:36:\"legacy/js/jquery-flot/jquery.flot.js\";i:967;s:40:\"legacy/js/jquery-flot/jquery.flot.pie.js\";i:968;s:43:\"legacy/js/jquery-flot/jquery.flot.resize.js\";i:969;s:42:\"legacy/js/jquery-flot/jquery.flot.stack.js\";i:970;s:41:\"legacy/js/jquery-flot/jquery.flot.time.js\";i:971;s:42:\"legacy/js/jquery-payment/jquery.payment.js\";i:972;s:40:\"legacy/js/jquery-qrcode/jquery.qrcode.js\";i:973;s:54:\"legacy/js/jquery-serializejson/jquery.serializejson.js\";i:974;s:40:\"legacy/js/jquery-tiptip/jquery.tipTip.js\";i:975;s:56:\"legacy/js/jquery-ui-touch-punch/jquery-ui-touch-punch.js\";i:976;s:32:\"legacy/js/js-cookie/js.cookie.js\";i:977;s:45:\"legacy/js/photoswipe/photoswipe-ui-default.js\";i:978;s:34:\"legacy/js/photoswipe/photoswipe.js\";i:979;s:48:\"legacy/js/prettyPhoto/jquery.prettyPhoto.init.js\";i:980;s:43:\"legacy/js/prettyPhoto/jquery.prettyPhoto.js\";i:981;s:24:\"legacy/js/round/round.js\";i:982;s:33:\"legacy/js/select2/select2.full.js\";i:983;s:28:\"legacy/js/select2/select2.js\";i:984;s:37:\"legacy/js/selectWoo/selectWoo.full.js\";i:985;s:32:\"legacy/js/selectWoo/selectWoo.js\";i:986;s:36:\"legacy/js/stupidtable/stupidtable.js\";i:988;s:47:\"legacy/js/zeroclipboard/jquery.zeroclipboard.js\";i:989;s:29:\"legacy/js/zoom/jquery.zoom.js\";i:1101;s:53:\"packages/woocommerce-admin/chunk-src-version-param.js\";i:1102;s:66:\"packages/woocommerce-admin/dist/activity-panels-help/style-rtl.css\";i:1103;s:67:\"packages/woocommerce-admin/dist/activity-panels-inbox/style-rtl.css\";i:1104;s:73:\"packages/woocommerce-admin/dist/analytics-report-categories/style-rtl.css\";i:1105;s:72:\"packages/woocommerce-admin/dist/analytics-report-customers/style-rtl.css\";i:1106;s:69:\"packages/woocommerce-admin/dist/analytics-report-orders/style-rtl.css\";i:1107;s:71:\"packages/woocommerce-admin/dist/analytics-report-products/style-rtl.css\";i:1108;s:68:\"packages/woocommerce-admin/dist/analytics-report-stock/style-rtl.css\";i:1109;s:62:\"packages/woocommerce-admin/dist/analytics-report/style-rtl.css\";i:1110;s:64:\"packages/woocommerce-admin/dist/analytics-settings/style-rtl.css\";i:1112;s:44:\"packages/woocommerce-admin/dist/app/index.js\";i:1114;s:49:\"packages/woocommerce-admin/dist/app/style-rtl.css\";i:1115;s:45:\"packages/woocommerce-admin/dist/app/style.css\";i:1116;s:74:\"packages/woocommerce-admin/dist/beta-features-tracking-modal/style-rtl.css\";i:1117;s:70:\"packages/woocommerce-admin/dist/beta-features-tracking-modal/style.css\";i:1118;s:43:\"packages/woocommerce-admin/dist/chunks/0.js\";i:1119;s:50:\"packages/woocommerce-admin/dist/chunks/0.style.css\";i:1120;s:43:\"packages/woocommerce-admin/dist/chunks/1.js\";i:1122;s:51:\"packages/woocommerce-admin/dist/chunks/11.style.css\";i:1123;s:51:\"packages/woocommerce-admin/dist/chunks/12.style.css\";i:1124;s:51:\"packages/woocommerce-admin/dist/chunks/14.style.css\";i:1125;s:51:\"packages/woocommerce-admin/dist/chunks/17.style.css\";i:1126;s:43:\"packages/woocommerce-admin/dist/chunks/2.js\";i:1127;s:51:\"packages/woocommerce-admin/dist/chunks/25.style.css\";i:1128;s:51:\"packages/woocommerce-admin/dist/chunks/26.style.css\";i:1129;s:43:\"packages/woocommerce-admin/dist/chunks/3.js\";i:1130;s:50:\"packages/woocommerce-admin/dist/chunks/3.style.css\";i:1131;s:51:\"packages/woocommerce-admin/dist/chunks/31.style.css\";i:1132;s:51:\"packages/woocommerce-admin/dist/chunks/32.style.css\";i:1133;s:51:\"packages/woocommerce-admin/dist/chunks/34.style.css\";i:1134;s:50:\"packages/woocommerce-admin/dist/chunks/4.style.css\";i:1135;s:51:\"packages/woocommerce-admin/dist/chunks/45.style.css\";i:1136;s:51:\"packages/woocommerce-admin/dist/chunks/47.style.css\";i:1137;s:51:\"packages/woocommerce-admin/dist/chunks/48.style.css\";i:1138;s:51:\"packages/woocommerce-admin/dist/chunks/49.style.css\";i:1139;s:50:\"packages/woocommerce-admin/dist/chunks/5.style.css\";i:1140;s:51:\"packages/woocommerce-admin/dist/chunks/50.style.css\";i:1141;s:51:\"packages/woocommerce-admin/dist/chunks/52.style.css\";i:1142;s:51:\"packages/woocommerce-admin/dist/chunks/54.style.css\";i:1143;s:50:\"packages/woocommerce-admin/dist/chunks/6.style.css\";i:1144;s:50:\"packages/woocommerce-admin/dist/chunks/7.style.css\";i:1145;s:50:\"packages/woocommerce-admin/dist/chunks/9.style.css\";i:1146;s:62:\"packages/woocommerce-admin/dist/chunks/activity-panels-help.js\";i:1147;s:63:\"packages/woocommerce-admin/dist/chunks/activity-panels-inbox.js\";i:1148;s:69:\"packages/woocommerce-admin/dist/chunks/analytics-report-categories.js\";i:1149;s:66:\"packages/woocommerce-admin/dist/chunks/analytics-report-coupons.js\";i:1150;s:68:\"packages/woocommerce-admin/dist/chunks/analytics-report-customers.js\";i:1151;s:68:\"packages/woocommerce-admin/dist/chunks/analytics-report-downloads.js\";i:1152;s:65:\"packages/woocommerce-admin/dist/chunks/analytics-report-orders.js\";i:1153;s:67:\"packages/woocommerce-admin/dist/chunks/analytics-report-products.js\";i:1154;s:66:\"packages/woocommerce-admin/dist/chunks/analytics-report-revenue.js\";i:1155;s:64:\"packages/woocommerce-admin/dist/chunks/analytics-report-stock.js\";i:1156;s:64:\"packages/woocommerce-admin/dist/chunks/analytics-report-taxes.js\";i:1157;s:69:\"packages/woocommerce-admin/dist/chunks/analytics-report-variations.js\";i:1158;s:58:\"packages/woocommerce-admin/dist/chunks/analytics-report.js\";i:1159;s:60:\"packages/woocommerce-admin/dist/chunks/analytics-settings.js\";i:1160;s:64:\"packages/woocommerce-admin/dist/chunks/customizable-dashboard.js\";i:1161;s:58:\"packages/woocommerce-admin/dist/chunks/dashboard-charts.js\";i:1162;s:51:\"packages/woocommerce-admin/dist/chunks/dashboard.js\";i:1163;s:52:\"packages/woocommerce-admin/dist/chunks/homescreen.js\";i:1164;s:54:\"packages/woocommerce-admin/dist/chunks/leaderboards.js\";i:1165;s:60:\"packages/woocommerce-admin/dist/chunks/marketing-overview.js\";i:1166;s:65:\"packages/woocommerce-admin/dist/chunks/payment-recommendations.js\";i:1167;s:56:\"packages/woocommerce-admin/dist/chunks/profile-wizard.js\";i:1168;s:66:\"packages/woocommerce-admin/dist/chunks/shipping-recommendations.js\";i:1169;s:54:\"packages/woocommerce-admin/dist/chunks/store-alerts.js\";i:1170;s:59:\"packages/woocommerce-admin/dist/chunks/store-performance.js\";i:1171;s:67:\"packages/woocommerce-admin/dist/chunks/two-column-tasks-extended.js\";i:1172;s:58:\"packages/woocommerce-admin/dist/chunks/two-column-tasks.js\";i:1173;s:68:\"packages/woocommerce-admin/dist/chunks/wcpay-payment-welcome-page.js\";i:1174;s:59:\"packages/woocommerce-admin/dist/chunks/wcpay-usage-modal.js\";i:1176;s:51:\"packages/woocommerce-admin/dist/components/index.js\";i:1178;s:56:\"packages/woocommerce-admin/dist/components/style-rtl.css\";i:1179;s:52:\"packages/woocommerce-admin/dist/components/style.css\";i:1181;s:51:\"packages/woocommerce-admin/dist/csv-export/index.js\";i:1184;s:49:\"packages/woocommerce-admin/dist/currency/index.js\";i:1186;s:62:\"packages/woocommerce-admin/dist/customer-effort-score/index.js\";i:1187;s:67:\"packages/woocommerce-admin/dist/customer-effort-score/style-rtl.css\";i:1188;s:63:\"packages/woocommerce-admin/dist/customer-effort-score/style.css\";i:1189;s:62:\"packages/woocommerce-admin/dist/dashboard-charts/style-rtl.css\";i:1190;s:55:\"packages/woocommerce-admin/dist/dashboard/style-rtl.css\";i:1192;s:45:\"packages/woocommerce-admin/dist/data/index.js\";i:1195;s:45:\"packages/woocommerce-admin/dist/date/index.js\";i:1197;s:53:\"packages/woocommerce-admin/dist/experimental/index.js\";i:1199;s:58:\"packages/woocommerce-admin/dist/experimental/style-rtl.css\";i:1200;s:54:\"packages/woocommerce-admin/dist/experimental/style.css\";i:1202;s:47:\"packages/woocommerce-admin/dist/explat/index.js\";i:1204;s:56:\"packages/woocommerce-admin/dist/homescreen/style-rtl.css\";i:1205;s:58:\"packages/woocommerce-admin/dist/leaderboards/style-rtl.css\";i:1206;s:63:\"packages/woocommerce-admin/dist/marketing-coupons/style-rtl.css\";i:1207;s:59:\"packages/woocommerce-admin/dist/marketing-coupons/style.css\";i:1208;s:64:\"packages/woocommerce-admin/dist/marketing-overview/style-rtl.css\";i:1209;s:64:\"packages/woocommerce-admin/dist/navigation-opt-out/style-rtl.css\";i:1210;s:60:\"packages/woocommerce-admin/dist/navigation-opt-out/style.css\";i:1212;s:51:\"packages/woocommerce-admin/dist/navigation/index.js\";i:1214;s:48:\"packages/woocommerce-admin/dist/notices/index.js\";i:1216;s:47:\"packages/woocommerce-admin/dist/number/index.js\";i:1218;s:51:\"packages/woocommerce-admin/dist/onboarding/index.js\";i:1219;s:56:\"packages/woocommerce-admin/dist/onboarding/style-rtl.css\";i:1220;s:52:\"packages/woocommerce-admin/dist/onboarding/style.css\";i:1221;s:71:\"packages/woocommerce-admin/dist/payment-method-promotions/style-rtl.css\";i:1222;s:67:\"packages/woocommerce-admin/dist/payment-method-promotions/style.css\";i:1223;s:69:\"packages/woocommerce-admin/dist/payment-recommendations/style-rtl.css\";i:1224;s:73:\"packages/woocommerce-admin/dist/print-shipping-label-banner/style-rtl.css\";i:1225;s:69:\"packages/woocommerce-admin/dist/print-shipping-label-banner/style.css\";i:1226;s:60:\"packages/woocommerce-admin/dist/profile-wizard/style-rtl.css\";i:1227;s:70:\"packages/woocommerce-admin/dist/shipping-recommendations/style-rtl.css\";i:1228;s:58:\"packages/woocommerce-admin/dist/store-alerts/style-rtl.css\";i:1229;s:63:\"packages/woocommerce-admin/dist/store-performance/style-rtl.css\";i:1231;s:47:\"packages/woocommerce-admin/dist/tracks/index.js\";i:1232;s:62:\"packages/woocommerce-admin/dist/two-column-tasks/style-rtl.css\";i:1233;s:55:\"packages/woocommerce-admin/dist/undefined/style-rtl.css\";i:1234;s:72:\"packages/woocommerce-admin/dist/wcpay-payment-welcome-page/style-rtl.css\";i:1236;s:80:\"packages/woocommerce-admin/dist/wp-admin-scripts/beta-features-tracking-modal.js\";i:1238;s:69:\"packages/woocommerce-admin/dist/wp-admin-scripts/marketing-coupons.js\";i:1241;s:70:\"packages/woocommerce-admin/dist/wp-admin-scripts/navigation-opt-out.js\";i:1243;s:78:\"packages/woocommerce-admin/dist/wp-admin-scripts/onboarding-homepage-notice.js\";i:1245;s:84:\"packages/woocommerce-admin/dist/wp-admin-scripts/onboarding-product-import-notice.js\";i:1247;s:77:\"packages/woocommerce-admin/dist/wp-admin-scripts/onboarding-product-notice.js\";i:1249;s:73:\"packages/woocommerce-admin/dist/wp-admin-scripts/onboarding-tax-notice.js\";i:1251;s:77:\"packages/woocommerce-admin/dist/wp-admin-scripts/payment-method-promotions.js\";i:1254;s:79:\"packages/woocommerce-admin/dist/wp-admin-scripts/print-shipping-label-banner.js\";i:1297;s:48:\"packages/woocommerce-admin/lint-staged.config.js\";i:1583;s:38:\"packages/woocommerce-admin/unminify.js\";i:1741;s:66:\"packages/woocommerce-blocks/assets/css/abstracts/_breakpoints.scss\";i:1742;s:61:\"packages/woocommerce-blocks/assets/css/abstracts/_colors.scss\";i:1743;s:61:\"packages/woocommerce-blocks/assets/css/abstracts/_mixins.scss\";i:1744;s:64:\"packages/woocommerce-blocks/assets/css/abstracts/_variables.scss\";i:1745;s:50:\"packages/woocommerce-blocks/assets/css/editor.scss\";i:1746;s:49:\"packages/woocommerce-blocks/assets/css/style.scss\";i:1747;s:69:\"packages/woocommerce-blocks/assets/js/atomic/blocks/component-init.js\";i:1748;s:60:\"packages/woocommerce-blocks/assets/js/atomic/blocks/index.js\";i:1749;s:94:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/attributes.js\";i:1750;s:89:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/block.js\";i:1751;s:93:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/constants.js\";i:1752;s:88:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/edit.js\";i:1753;s:92:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/frontend.js\";i:1754;s:89:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/index.js\";i:1755;s:106:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/external.js\";i:1756;s:122:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/grouped/group-list/index.js\";i:1757;s:111:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/grouped/index.js\";i:1758;s:103:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/index.js\";i:1759;s:104:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/simple.js\";i:1760;s:112:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/variable/index.js\";i:1761;s:144:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/variable/variation-attributes/attribute-picker.js\";i:1762;s:152:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/variable/variation-attributes/attribute-select-control.js\";i:1763;s:133:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/variable/variation-attributes/index.js\";i:1764;s:135:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/variable/variation-attributes/style.scss\";i:1765;s:138:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/variable/variation-attributes/test/index.js\";i:1766;s:133:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/variable/variation-attributes/utils.js\";i:1767;s:109:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/shared/add-to-cart-button.js\";i:1768;s:96:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/shared/index.js\";i:1769;s:110:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/shared/product-unavailable.js\";i:1770;s:105:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/shared/quantity-input.js\";i:1771;s:91:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/style.scss\";i:1772;s:89:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/attributes.js\";i:1773;s:84:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/block.js\";i:1774;s:88:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/constants.js\";i:1775;s:83:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/edit.js\";i:1776;s:84:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/index.js\";i:1777;s:86:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/style.scss\";i:1783;s:93:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/category-list/style.scss\";i:1785;s:88:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/attributes.js\";i:1786;s:83:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/block.js\";i:1787;s:87:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/constants.js\";i:1788;s:82:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/edit.js\";i:1789;s:86:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/frontend.js\";i:1790;s:83:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/index.js\";i:1791;s:85:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/style.scss\";i:1792;s:93:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/test/block.test.js\";i:1793;s:88:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/price/attributes.js\";i:1794;s:83:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/price/block.js\";i:1795;s:87:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/price/constants.js\";i:1796;s:82:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/price/edit.js\";i:1797;s:83:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/price/index.js\";i:1798;s:89:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/attributes.js\";i:1799;s:84:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/block.js\";i:1800;s:88:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/constants.js\";i:1801;s:83:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/edit.js\";i:1802;s:84:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/index.js\";i:1803;s:86:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/style.scss\";i:1804;s:93:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/attributes.js\";i:1805;s:88:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/block.js\";i:1806;s:92:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/constants.js\";i:1807;s:87:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/edit.js\";i:1808;s:88:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/index.js\";i:1809;s:90:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/style.scss\";i:1810;s:76:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/save.js\";i:1812;s:87:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/shared/editor.scss\";i:1813;s:100:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/shared/with-product-selector.js\";i:1814;s:86:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/attributes.js\";i:1815;s:81:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/block.js\";i:1816;s:85:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/constants.js\";i:1817;s:80:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/edit.js\";i:1818;s:81:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/index.js\";i:1819;s:83:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/style.scss\";i:1820;s:98:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/attributes.js\";i:1821;s:93:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/block.js\";i:1822;s:97:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/constants.js\";i:1823;s:92:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/edit.js\";i:1824;s:93:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/index.js\";i:1825;s:95:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/style.scss\";i:1826;s:90:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/attributes.js\";i:1827;s:85:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/block.js\";i:1828;s:89:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/constants.js\";i:1829;s:84:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/edit.js\";i:1830;s:85:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/index.js\";i:1831;s:87:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/style.scss\";i:1832;s:91:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/tag-list/attributes.js\";i:1833;s:86:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/tag-list/block.js\";i:1834;s:90:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/tag-list/constants.js\";i:1835;s:85:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/tag-list/edit.js\";i:1836;s:86:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/tag-list/index.js\";i:1837;s:88:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/tag-list/style.scss\";i:1844;s:85:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/style.scss\";i:1846;s:81:\"packages/woocommerce-blocks/assets/js/atomic/utils/create-blocks-from-template.js\";i:1847;s:67:\"packages/woocommerce-blocks/assets/js/atomic/utils/get-block-map.js\";i:1848;s:59:\"packages/woocommerce-blocks/assets/js/atomic/utils/index.js\";i:1850;s:78:\"packages/woocommerce-blocks/assets/js/atomic/utils/render-standalone-blocks.js\";i:1853;s:85:\"packages/woocommerce-blocks/assets/js/base/components/block-error-boundary/style.scss\";i:1856;s:77:\"packages/woocommerce-blocks/assets/js/base/components/button/stories/index.js\";i:1857;s:71:\"packages/woocommerce-blocks/assets/js/base/components/button/style.scss\";i:1861;s:94:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/address-form/test/index.js\";i:1863;s:88:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/form-step/style.scss\";i:1865;s:91:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/form-step/test/index.js\";i:1866;s:76:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/index.js\";i:1869;s:92:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/order-summary/style.scss\";i:1870;s:95:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/order-summary/test/index.js\";i:1874;s:99:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-icons/style.scss\";i:1877;s:99:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-label/style.scss\";i:1880;s:87:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/policies/style.scss\";i:1883;s:92:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-badge/style.scss\";i:1885;s:94:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-details/style.scss\";i:1887;s:97:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-details/test/index.js\";i:1889;s:92:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-image/style.scss\";i:1892;s:95:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-metadata/style.scss\";i:1896;s:100:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/return-to-cart-button/style.scss\";i:1899;s:98:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-calculator/style.scss\";i:1904;s:109:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-rates-control-package/style.scss\";i:1908;s:92:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/coupon/style.scss\";i:1911;s:94:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/discount/style.scss\";i:1914;s:97:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/footer-item/style.scss\";i:1917;s:104:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/has-shipping-rate.js\";i:1919;s:109:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/shipping-rate-selector.js\";i:1921;s:94:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/style.scss\";i:1923;s:78:\"packages/woocommerce-blocks/assets/js/base/components/checkbox-list/style.scss\";i:1929;s:69:\"packages/woocommerce-blocks/assets/js/base/components/chip/style.scss\";i:1931;s:72:\"packages/woocommerce-blocks/assets/js/base/components/chip/test/index.js\";i:1933;s:73:\"packages/woocommerce-blocks/assets/js/base/components/combobox/style.scss\";i:1941;s:78:\"packages/woocommerce-blocks/assets/js/base/components/country-input/style.scss\";i:1943;s:71:\"packages/woocommerce-blocks/assets/js/base/components/drawer/style.scss\";i:1944;s:80:\"packages/woocommerce-blocks/assets/js/base/components/dropdown-selector/index.js\";i:1945;s:88:\"packages/woocommerce-blocks/assets/js/base/components/dropdown-selector/input-wrapper.js\";i:1946;s:80:\"packages/woocommerce-blocks/assets/js/base/components/dropdown-selector/input.js\";i:1947;s:79:\"packages/woocommerce-blocks/assets/js/base/components/dropdown-selector/menu.js\";i:1948;s:88:\"packages/woocommerce-blocks/assets/js/base/components/dropdown-selector/selected-chip.js\";i:1949;s:89:\"packages/woocommerce-blocks/assets/js/base/components/dropdown-selector/selected-value.js\";i:1950;s:82:\"packages/woocommerce-blocks/assets/js/base/components/dropdown-selector/style.scss\";i:1951;s:83:\"packages/woocommerce-blocks/assets/js/base/components/filter-element-label/index.js\";i:1952;s:85:\"packages/woocommerce-blocks/assets/js/base/components/filter-element-label/style.scss\";i:1953;s:83:\"packages/woocommerce-blocks/assets/js/base/components/filter-submit-button/index.js\";i:1954;s:85:\"packages/woocommerce-blocks/assets/js/base/components/filter-submit-button/style.scss\";i:1955;s:67:\"packages/woocommerce-blocks/assets/js/base/components/form/index.js\";i:1957;s:90:\"packages/woocommerce-blocks/assets/js/base/components/formatted-monetary-amount/style.scss\";i:1960;s:73:\"packages/woocommerce-blocks/assets/js/base/components/label/test/index.js\";i:1961;s:79:\"packages/woocommerce-blocks/assets/js/base/components/load-more-button/index.js\";i:1962;s:81:\"packages/woocommerce-blocks/assets/js/base/components/load-more-button/style.scss\";i:1963;s:75:\"packages/woocommerce-blocks/assets/js/base/components/loading-mask/index.js\";i:1964;s:77:\"packages/woocommerce-blocks/assets/js/base/components/loading-mask/style.scss\";i:1966;s:73:\"packages/woocommerce-blocks/assets/js/base/components/pagination/index.js\";i:1967;s:75:\"packages/woocommerce-blocks/assets/js/base/components/pagination/style.scss\";i:1968;s:78:\"packages/woocommerce-blocks/assets/js/base/components/pagination/test/index.js\";i:1969;s:73:\"packages/woocommerce-blocks/assets/js/base/components/pagination/utils.js\";i:1973;s:77:\"packages/woocommerce-blocks/assets/js/base/components/price-slider/style.scss\";i:1974;s:104:\"packages/woocommerce-blocks/assets/js/base/components/price-slider/test/constrain-range-slider-values.js\";i:1975;s:79:\"packages/woocommerce-blocks/assets/js/base/components/product-list/container.js\";i:1976;s:75:\"packages/woocommerce-blocks/assets/js/base/components/product-list/index.js\";i:1977;s:90:\"packages/woocommerce-blocks/assets/js/base/components/product-list/no-matching-products.js\";i:1978;s:81:\"packages/woocommerce-blocks/assets/js/base/components/product-list/no-products.js\";i:1979;s:93:\"packages/woocommerce-blocks/assets/js/base/components/product-list/product-list-item/index.js\";i:1980;s:93:\"packages/woocommerce-blocks/assets/js/base/components/product-list/product-list-item/utils.js\";i:1981;s:82:\"packages/woocommerce-blocks/assets/js/base/components/product-list/product-list.js\";i:1982;s:95:\"packages/woocommerce-blocks/assets/js/base/components/product-list/product-sort-select/index.js\";i:1983;s:97:\"packages/woocommerce-blocks/assets/js/base/components/product-list/product-sort-select/style.scss\";i:1984;s:77:\"packages/woocommerce-blocks/assets/js/base/components/product-list/style.scss\";i:1987;s:77:\"packages/woocommerce-blocks/assets/js/base/components/product-name/style.scss\";i:1989;s:80:\"packages/woocommerce-blocks/assets/js/base/components/product-name/test/index.js\";i:1992;s:78:\"packages/woocommerce-blocks/assets/js/base/components/product-price/style.scss\";i:1994;s:81:\"packages/woocommerce-blocks/assets/js/base/components/product-price/test/index.js\";i:1997;s:82:\"packages/woocommerce-blocks/assets/js/base/components/quantity-selector/style.scss\";i:1998;s:86:\"packages/woocommerce-blocks/assets/js/base/components/radio-control-accordion/index.js\";i:1999;s:76:\"packages/woocommerce-blocks/assets/js/base/components/radio-control/index.js\";i:2001;s:77:\"packages/woocommerce-blocks/assets/js/base/components/radio-control/option.js\";i:2002;s:78:\"packages/woocommerce-blocks/assets/js/base/components/radio-control/style.scss\";i:2007;s:70:\"packages/woocommerce-blocks/assets/js/base/components/reviews/index.js\";i:2008;s:87:\"packages/woocommerce-blocks/assets/js/base/components/reviews/review-list-item/index.js\";i:2009;s:89:\"packages/woocommerce-blocks/assets/js/base/components/reviews/review-list-item/style.scss\";i:2010;s:82:\"packages/woocommerce-blocks/assets/js/base/components/reviews/review-list/index.js\";i:2011;s:84:\"packages/woocommerce-blocks/assets/js/base/components/reviews/review-list/style.scss\";i:2012;s:89:\"packages/woocommerce-blocks/assets/js/base/components/reviews/review-sort-select/index.js\";i:2013;s:91:\"packages/woocommerce-blocks/assets/js/base/components/reviews/review-sort-select/style.scss\";i:2014;s:77:\"packages/woocommerce-blocks/assets/js/base/components/sidebar-layout/index.js\";i:2015;s:76:\"packages/woocommerce-blocks/assets/js/base/components/sidebar-layout/main.js\";i:2016;s:86:\"packages/woocommerce-blocks/assets/js/base/components/sidebar-layout/sidebar-layout.js\";i:2017;s:79:\"packages/woocommerce-blocks/assets/js/base/components/sidebar-layout/sidebar.js\";i:2018;s:79:\"packages/woocommerce-blocks/assets/js/base/components/sidebar-layout/style.scss\";i:2019;s:74:\"packages/woocommerce-blocks/assets/js/base/components/sort-select/index.js\";i:2020;s:76:\"packages/woocommerce-blocks/assets/js/base/components/sort-select/style.scss\";i:2022;s:72:\"packages/woocommerce-blocks/assets/js/base/components/spinner/style.scss\";i:2028;s:76:\"packages/woocommerce-blocks/assets/js/base/components/state-input/style.scss\";i:2030;s:75:\"packages/woocommerce-blocks/assets/js/base/components/summary/test/index.js\";i:2031;s:70:\"packages/woocommerce-blocks/assets/js/base/components/summary/utils.js\";i:2032;s:67:\"packages/woocommerce-blocks/assets/js/base/components/tabs/index.js\";i:2033;s:69:\"packages/woocommerce-blocks/assets/js/base/components/tabs/style.scss\";i:2035;s:75:\"packages/woocommerce-blocks/assets/js/base/components/text-input/style.scss\";i:2038;s:71:\"packages/woocommerce-blocks/assets/js/base/components/textarea/index.js\";i:2039;s:73:\"packages/woocommerce-blocks/assets/js/base/components/textarea/style.scss\";i:2040;s:68:\"packages/woocommerce-blocks/assets/js/base/components/title/index.js\";i:2041;s:70:\"packages/woocommerce-blocks/assets/js/base/components/title/style.scss\";i:2046;s:78:\"packages/woocommerce-blocks/assets/js/base/context/event-emit/test/emitters.js\";i:2050;s:98:\"packages/woocommerce-blocks/assets/js/base/context/hooks/cart/test/use-store-cart-item-quantity.js\";i:2051;s:84:\"packages/woocommerce-blocks/assets/js/base/context/hooks/cart/test/use-store-cart.js\";i:2056;s:77:\"packages/woocommerce-blocks/assets/js/base/context/hooks/collections/index.js\";i:2057;s:91:\"packages/woocommerce-blocks/assets/js/base/context/hooks/collections/test/use-collection.js\";i:2058;s:91:\"packages/woocommerce-blocks/assets/js/base/context/hooks/collections/use-collection-data.js\";i:2059;s:93:\"packages/woocommerce-blocks/assets/js/base/context/hooks/collections/use-collection-header.js\";i:2060;s:86:\"packages/woocommerce-blocks/assets/js/base/context/hooks/collections/use-collection.js\";i:2061;s:65:\"packages/woocommerce-blocks/assets/js/base/context/hooks/index.js\";i:2062;s:81:\"packages/woocommerce-blocks/assets/js/base/context/hooks/payment-methods/index.js\";i:2063;s:109:\"packages/woocommerce-blocks/assets/js/base/context/hooks/payment-methods/test/use-payment-method-interface.js\";i:2067;s:74:\"packages/woocommerce-blocks/assets/js/base/context/hooks/shipping/index.js\";i:2070;s:84:\"packages/woocommerce-blocks/assets/js/base/context/hooks/test/use-checkout-submit.js\";i:2071;s:80:\"packages/woocommerce-blocks/assets/js/base/context/hooks/test/use-query-state.js\";i:2072;s:82:\"packages/woocommerce-blocks/assets/js/base/context/hooks/test/use-store-notices.js\";i:2073;s:83:\"packages/woocommerce-blocks/assets/js/base/context/hooks/test/use-store-products.js\";i:2074;s:91:\"packages/woocommerce-blocks/assets/js/base/context/hooks/test/use-store-snackbar-notices.js\";i:2075;s:80:\"packages/woocommerce-blocks/assets/js/base/context/hooks/use-checkout-address.js\";i:2077;s:80:\"packages/woocommerce-blocks/assets/js/base/context/hooks/use-checkout-notices.js\";i:2078;s:79:\"packages/woocommerce-blocks/assets/js/base/context/hooks/use-checkout-submit.js\";i:2081;s:75:\"packages/woocommerce-blocks/assets/js/base/context/hooks/use-query-state.js\";i:2085;s:78:\"packages/woocommerce-blocks/assets/js/base/context/hooks/use-store-products.js\";i:2086;s:86:\"packages/woocommerce-blocks/assets/js/base/context/hooks/use-store-snackbar-notices.js\";i:2089;s:99:\"packages/woocommerce-blocks/assets/js/base/context/providers/add-to-cart-form/form-state/actions.js\";i:2090;s:101:\"packages/woocommerce-blocks/assets/js/base/context/providers/add-to-cart-form/form-state/constants.js\";i:2091;s:102:\"packages/woocommerce-blocks/assets/js/base/context/providers/add-to-cart-form/form-state/event-emit.js\";i:2092;s:97:\"packages/woocommerce-blocks/assets/js/base/context/providers/add-to-cart-form/form-state/index.js\";i:2093;s:99:\"packages/woocommerce-blocks/assets/js/base/context/providers/add-to-cart-form/form-state/reducer.js\";i:2094;s:91:\"packages/woocommerce-blocks/assets/js/base/context/providers/add-to-cart-form/form/index.js\";i:2095;s:98:\"packages/woocommerce-blocks/assets/js/base/context/providers/add-to-cart-form/form/submit/index.js\";i:2096;s:86:\"packages/woocommerce-blocks/assets/js/base/context/providers/add-to-cart-form/index.js\";i:2097;s:88:\"packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/cart/index.js\";i:2098;s:96:\"packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/checkout-processor.js\";i:2099;s:95:\"packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/checkout-provider.js\";i:2107;s:92:\"packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/customer/index.js\";i:2108;s:83:\"packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/index.js\";i:2115;s:126:\"packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/payment-methods/test/payment-method-data-context.js\";i:2120;s:96:\"packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/shipping/constants.js\";i:2121;s:97:\"packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/shipping/event-emit.js\";i:2122;s:92:\"packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/shipping/index.js\";i:2123;s:95:\"packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/shipping/reducers.js\";i:2124;s:92:\"packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/shipping/utils.js\";i:2126;s:87:\"packages/woocommerce-blocks/assets/js/base/context/providers/container-width-context.js\";i:2127;s:78:\"packages/woocommerce-blocks/assets/js/base/context/providers/editor-context.js\";i:2128;s:69:\"packages/woocommerce-blocks/assets/js/base/context/providers/index.js\";i:2129;s:83:\"packages/woocommerce-blocks/assets/js/base/context/providers/query-state-context.js\";i:2130;s:112:\"packages/woocommerce-blocks/assets/js/base/context/providers/store-notices/components/store-notices-container.js\";i:2131;s:96:\"packages/woocommerce-blocks/assets/js/base/context/providers/store-notices/components/style.scss\";i:2132;s:85:\"packages/woocommerce-blocks/assets/js/base/context/providers/store-notices/context.js\";i:2133;s:83:\"packages/woocommerce-blocks/assets/js/base/context/providers/store-notices/index.js\";i:2134;s:124:\"packages/woocommerce-blocks/assets/js/base/context/providers/store-snackbar-notices/components/snackbar-notices-container.js\";i:2135;s:105:\"packages/woocommerce-blocks/assets/js/base/context/providers/store-snackbar-notices/components/style.scss\";i:2136;s:94:\"packages/woocommerce-blocks/assets/js/base/context/providers/store-snackbar-notices/context.js\";i:2138;s:91:\"packages/woocommerce-blocks/assets/js/base/context/providers/validation/components/index.js\";i:2139;s:114:\"packages/woocommerce-blocks/assets/js/base/context/providers/validation/components/validation-input-error/index.js\";i:2140;s:116:\"packages/woocommerce-blocks/assets/js/base/context/providers/validation/components/validation-input-error/style.scss\";i:2141;s:82:\"packages/woocommerce-blocks/assets/js/base/context/providers/validation/context.js\";i:2142;s:80:\"packages/woocommerce-blocks/assets/js/base/context/providers/validation/index.js\";i:2143;s:64:\"packages/woocommerce-blocks/assets/js/base/context/test/utils.js\";i:2144;s:59:\"packages/woocommerce-blocks/assets/js/base/context/utils.js\";i:2145;s:68:\"packages/woocommerce-blocks/assets/js/base/hocs/test/with-reviews.js\";i:2146;s:63:\"packages/woocommerce-blocks/assets/js/base/hocs/with-reviews.js\";i:2148;s:77:\"packages/woocommerce-blocks/assets/js/base/hocs/with-scroll-to-top/style.scss\";i:2149;s:80:\"packages/woocommerce-blocks/assets/js/base/hocs/with-scroll-to-top/test/index.js\";i:2150;s:57:\"packages/woocommerce-blocks/assets/js/base/hooks/index.js\";i:2151;s:90:\"packages/woocommerce-blocks/assets/js/base/hooks/test/use-position-relative-to-viewport.js\";i:2152;s:69:\"packages/woocommerce-blocks/assets/js/base/hooks/test/use-previous.js\";i:2153;s:74:\"packages/woocommerce-blocks/assets/js/base/hooks/test/use-shallow-equal.js\";i:2156;s:85:\"packages/woocommerce-blocks/assets/js/base/hooks/use-position-relative-to-viewport.js\";i:2161;s:82:\"packages/woocommerce-blocks/assets/js/base/utils/derive-selected-shipping-rates.js\";i:2162;s:58:\"packages/woocommerce-blocks/assets/js/base/utils/errors.js\";i:2165;s:78:\"packages/woocommerce-blocks/assets/js/base/utils/get-valid-block-attributes.js\";i:2166;s:57:\"packages/woocommerce-blocks/assets/js/base/utils/index.js\";i:2170;s:64:\"packages/woocommerce-blocks/assets/js/base/utils/product-data.js\";i:2172;s:66:\"packages/woocommerce-blocks/assets/js/base/utils/shipping-rates.js\";i:2174;s:63:\"packages/woocommerce-blocks/assets/js/base/utils/test/errors.js\";i:2175;s:105:\"packages/woocommerce-blocks/assets/js/blocks-registry/block-components/get-registered-block-components.js\";i:2176;s:79:\"packages/woocommerce-blocks/assets/js/blocks-registry/block-components/index.js\";i:2177;s:98:\"packages/woocommerce-blocks/assets/js/blocks-registry/block-components/register-block-component.js\";i:2178;s:106:\"packages/woocommerce-blocks/assets/js/blocks-registry/block-components/registered-block-components-init.js\";i:2179;s:84:\"packages/woocommerce-blocks/assets/js/blocks-registry/block-components/test/index.js\";i:2180;s:62:\"packages/woocommerce-blocks/assets/js/blocks-registry/index.js\";i:2191;s:87:\"packages/woocommerce-blocks/assets/js/blocks/active-filters/active-attribute-filters.js\";i:2192;s:68:\"packages/woocommerce-blocks/assets/js/blocks/active-filters/block.js\";i:2193;s:67:\"packages/woocommerce-blocks/assets/js/blocks/active-filters/edit.js\";i:2194;s:71:\"packages/woocommerce-blocks/assets/js/blocks/active-filters/frontend.js\";i:2195;s:68:\"packages/woocommerce-blocks/assets/js/blocks/active-filters/index.js\";i:2196;s:70:\"packages/woocommerce-blocks/assets/js/blocks/active-filters/style.scss\";i:2197;s:68:\"packages/woocommerce-blocks/assets/js/blocks/active-filters/utils.js\";i:2198;s:70:\"packages/woocommerce-blocks/assets/js/blocks/attribute-filter/block.js\";i:2199;s:69:\"packages/woocommerce-blocks/assets/js/blocks/attribute-filter/edit.js\";i:2200;s:73:\"packages/woocommerce-blocks/assets/js/blocks/attribute-filter/editor.scss\";i:2201;s:73:\"packages/woocommerce-blocks/assets/js/blocks/attribute-filter/frontend.js\";i:2202;s:70:\"packages/woocommerce-blocks/assets/js/blocks/attribute-filter/index.js\";i:2203;s:72:\"packages/woocommerce-blocks/assets/js/blocks/attribute-filter/preview.js\";i:2204;s:72:\"packages/woocommerce-blocks/assets/js/blocks/attribute-filter/style.scss\";i:2205;s:77:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/attributes.js\";i:2206;s:72:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/block.js\";i:2210;s:71:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/edit.js\";i:2211;s:75:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/editor.scss\";i:2212;s:75:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/frontend.js\";i:2213;s:72:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/index.js\";i:2222;s:115:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/inner-blocks/cart-express-payment-block/editor.scss\";i:2242;s:105:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/inner-blocks/cart-totals-block/style.scss\";i:2246;s:110:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/inner-blocks/empty-cart-block/icon-data-uri.js\";i:2248;s:104:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/inner-blocks/empty-cart-block/style.scss\";i:2251;s:106:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/inner-blocks/filled-cart-block/editor.scss\";i:2261;s:113:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/inner-blocks/proceed-to-checkout-block/style.scss\";i:2263;s:74:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/style.scss\";i:2264;s:77:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/test/block.js\";i:2268;s:101:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/checkout-order-error/constants.js\";i:2269;s:97:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/checkout-order-error/index.js\";i:2270;s:99:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/checkout-order-error/style.scss\";i:2273;s:87:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/empty-cart/index.js\";i:2274;s:89:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/empty-cart/style.scss\";i:2277;s:89:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/form-step/editor.scss\";i:2289;s:114:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/inner-blocks/checkout-actions-block/style.scss\";i:2302;s:131:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/inner-blocks/checkout-contact-information-block/login-prompt.js\";i:2306;s:123:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/inner-blocks/checkout-express-payment-block/editor.scss\";i:2312;s:113:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/inner-blocks/checkout-fields-block/style.scss\";i:2316;s:118:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/inner-blocks/checkout-order-note-block/editor.scss\";i:2341;s:145:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/inner-blocks/checkout-shipping-methods-block/no-shipping-placeholder/index.js\";i:2342;s:147:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/inner-blocks/checkout-shipping-methods-block/no-shipping-placeholder/style.scss\";i:2343;s:123:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/inner-blocks/checkout-shipping-methods-block/style.scss\";i:2345;s:114:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/inner-blocks/checkout-terms-block/constants.js\";i:2347;s:113:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/inner-blocks/checkout-terms-block/editor.scss\";i:2350;s:112:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/inner-blocks/checkout-terms-block/style.scss\";i:2355;s:113:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/inner-blocks/checkout-totals-block/style.scss\";i:2358;s:88:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/order-notes/index.js\";i:2359;s:90:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/order-notes/style.scss\";i:2361;s:86:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/styles/editor.scss\";i:2362;s:85:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/styles/style.scss\";i:2368;s:89:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/mini-cart-contents/editor.scss\";i:2400;s:94:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/mini-cart/quantity-badge/style.scss\";i:2401;s:79:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/mini-cart/style.scss\";i:2402;s:82:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/mini-cart/test/block.js\";i:2403;s:101:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/payment-methods/express-payment-methods.js\";i:2404;s:114:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/payment-methods/express-payment/cart-express-payment.js\";i:2405;s:118:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/payment-methods/express-payment/checkout-express-payment.js\";i:2406;s:99:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/payment-methods/express-payment/index.js\";i:2407;s:101:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/payment-methods/express-payment/style.scss\";i:2408;s:83:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/payment-methods/index.js\";i:2409;s:102:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/payment-methods/no-payment-methods/index.js\";i:2410;s:104:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/payment-methods/no-payment-methods/style.scss\";i:2411;s:97:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/payment-methods/payment-method-card.js\";i:2412;s:107:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/payment-methods/payment-method-error-boundary.js\";i:2413;s:100:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/payment-methods/payment-method-options.js\";i:2414;s:93:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/payment-methods/payment-methods.js\";i:2415;s:106:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/payment-methods/saved-payment-method-options.js\";i:2416;s:85:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/payment-methods/style.scss\";i:2417;s:98:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/payment-methods/test/payment-methods.js\";i:2420;s:74:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/shared/index.js\";i:2423;s:71:\"packages/woocommerce-blocks/assets/js/blocks/featured-category/block.js\";i:2424;s:74:\"packages/woocommerce-blocks/assets/js/blocks/featured-category/editor.scss\";i:2425;s:73:\"packages/woocommerce-blocks/assets/js/blocks/featured-category/example.js\";i:2426;s:71:\"packages/woocommerce-blocks/assets/js/blocks/featured-category/index.js\";i:2427;s:73:\"packages/woocommerce-blocks/assets/js/blocks/featured-category/style.scss\";i:2428;s:71:\"packages/woocommerce-blocks/assets/js/blocks/featured-category/utils.js\";i:2429;s:70:\"packages/woocommerce-blocks/assets/js/blocks/featured-product/block.js\";i:2430;s:73:\"packages/woocommerce-blocks/assets/js/blocks/featured-product/editor.scss\";i:2431;s:72:\"packages/woocommerce-blocks/assets/js/blocks/featured-product/example.js\";i:2432;s:70:\"packages/woocommerce-blocks/assets/js/blocks/featured-product/index.js\";i:2433;s:72:\"packages/woocommerce-blocks/assets/js/blocks/featured-product/style.scss\";i:2434;s:70:\"packages/woocommerce-blocks/assets/js/blocks/featured-product/utils.js\";i:2435;s:73:\"packages/woocommerce-blocks/assets/js/blocks/handpicked-products/block.js\";i:2436;s:76:\"packages/woocommerce-blocks/assets/js/blocks/handpicked-products/editor.scss\";i:2437;s:73:\"packages/woocommerce-blocks/assets/js/blocks/handpicked-products/index.js\";i:2439;s:72:\"packages/woocommerce-blocks/assets/js/blocks/legacy-template/editor.scss\";i:2441;s:66:\"packages/woocommerce-blocks/assets/js/blocks/price-filter/block.js\";i:2442;s:70:\"packages/woocommerce-blocks/assets/js/blocks/price-filter/constants.js\";i:2443;s:65:\"packages/woocommerce-blocks/assets/js/blocks/price-filter/edit.js\";i:2444;s:69:\"packages/woocommerce-blocks/assets/js/blocks/price-filter/editor.scss\";i:2445;s:69:\"packages/woocommerce-blocks/assets/js/blocks/price-filter/frontend.js\";i:2446;s:66:\"packages/woocommerce-blocks/assets/js/blocks/price-filter/index.js\";i:2447;s:87:\"packages/woocommerce-blocks/assets/js/blocks/price-filter/test/use-price-constraints.js\";i:2448;s:82:\"packages/woocommerce-blocks/assets/js/blocks/price-filter/use-price-constraints.js\";i:2449;s:74:\"packages/woocommerce-blocks/assets/js/blocks/product-best-sellers/block.js\";i:2450;s:74:\"packages/woocommerce-blocks/assets/js/blocks/product-best-sellers/index.js\";i:2451;s:72:\"packages/woocommerce-blocks/assets/js/blocks/product-categories/block.js\";i:2452;s:75:\"packages/woocommerce-blocks/assets/js/blocks/product-categories/editor.scss\";i:2453;s:72:\"packages/woocommerce-blocks/assets/js/blocks/product-categories/index.js\";i:2454;s:74:\"packages/woocommerce-blocks/assets/js/blocks/product-categories/style.scss\";i:2455;s:70:\"packages/woocommerce-blocks/assets/js/blocks/product-category/block.js\";i:2456;s:73:\"packages/woocommerce-blocks/assets/js/blocks/product-category/editor.scss\";i:2457;s:70:\"packages/woocommerce-blocks/assets/js/blocks/product-category/index.js\";i:2458;s:65:\"packages/woocommerce-blocks/assets/js/blocks/product-new/block.js\";i:2459;s:65:\"packages/woocommerce-blocks/assets/js/blocks/product-new/index.js\";i:2460;s:69:\"packages/woocommerce-blocks/assets/js/blocks/product-on-sale/block.js\";i:2461;s:72:\"packages/woocommerce-blocks/assets/js/blocks/product-on-sale/editor.scss\";i:2462;s:69:\"packages/woocommerce-blocks/assets/js/blocks/product-on-sale/index.js\";i:2463;s:68:\"packages/woocommerce-blocks/assets/js/blocks/product-search/block.js\";i:2464;s:67:\"packages/woocommerce-blocks/assets/js/blocks/product-search/edit.js\";i:2465;s:71:\"packages/woocommerce-blocks/assets/js/blocks/product-search/editor.scss\";i:2466;s:68:\"packages/woocommerce-blocks/assets/js/blocks/product-search/index.js\";i:2467;s:70:\"packages/woocommerce-blocks/assets/js/blocks/product-search/style.scss\";i:2468;s:65:\"packages/woocommerce-blocks/assets/js/blocks/product-tag/block.js\";i:2469;s:68:\"packages/woocommerce-blocks/assets/js/blocks/product-tag/editor.scss\";i:2470;s:65:\"packages/woocommerce-blocks/assets/js/blocks/product-tag/index.js\";i:2471;s:71:\"packages/woocommerce-blocks/assets/js/blocks/product-top-rated/block.js\";i:2472;s:71:\"packages/woocommerce-blocks/assets/js/blocks/product-top-rated/index.js\";i:2473;s:75:\"packages/woocommerce-blocks/assets/js/blocks/products-by-attribute/block.js\";i:2474;s:78:\"packages/woocommerce-blocks/assets/js/blocks/products-by-attribute/editor.scss\";i:2475;s:75:\"packages/woocommerce-blocks/assets/js/blocks/products-by-attribute/index.js\";i:2476;s:75:\"packages/woocommerce-blocks/assets/js/blocks/products/all-products/block.js\";i:2477;s:74:\"packages/woocommerce-blocks/assets/js/blocks/products/all-products/edit.js\";i:2478;s:78:\"packages/woocommerce-blocks/assets/js/blocks/products/all-products/editor.scss\";i:2479;s:78:\"packages/woocommerce-blocks/assets/js/blocks/products/all-products/frontend.js\";i:2480;s:75:\"packages/woocommerce-blocks/assets/js/blocks/products/all-products/index.js\";i:2481;s:67:\"packages/woocommerce-blocks/assets/js/blocks/products/attributes.js\";i:2482;s:67:\"packages/woocommerce-blocks/assets/js/blocks/products/base-utils.js\";i:2483;s:67:\"packages/woocommerce-blocks/assets/js/blocks/products/edit-utils.js\";i:2484;s:61:\"packages/woocommerce-blocks/assets/js/blocks/products/edit.js\";i:2485;s:62:\"packages/woocommerce-blocks/assets/js/blocks/products/utils.js\";i:2486;s:72:\"packages/woocommerce-blocks/assets/js/blocks/reviews/all-reviews/edit.js\";i:2487;s:73:\"packages/woocommerce-blocks/assets/js/blocks/reviews/all-reviews/index.js\";i:2488;s:90:\"packages/woocommerce-blocks/assets/js/blocks/reviews/all-reviews/no-reviews-placeholder.js\";i:2489;s:66:\"packages/woocommerce-blocks/assets/js/blocks/reviews/attributes.js\";i:2490;s:66:\"packages/woocommerce-blocks/assets/js/blocks/reviews/edit-utils.js\";i:2491;s:68:\"packages/woocommerce-blocks/assets/js/blocks/reviews/editor-block.js\";i:2492;s:78:\"packages/woocommerce-blocks/assets/js/blocks/reviews/editor-container-block.js\";i:2493;s:64:\"packages/woocommerce-blocks/assets/js/blocks/reviews/editor.scss\";i:2494;s:63:\"packages/woocommerce-blocks/assets/js/blocks/reviews/example.js\";i:2495;s:70:\"packages/woocommerce-blocks/assets/js/blocks/reviews/frontend-block.js\";i:2496;s:80:\"packages/woocommerce-blocks/assets/js/blocks/reviews/frontend-container-block.js\";i:2497;s:64:\"packages/woocommerce-blocks/assets/js/blocks/reviews/frontend.js\";i:2498;s:80:\"packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-category/edit.js\";i:2499;s:81:\"packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-category/index.js\";i:2500;s:98:\"packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-category/no-reviews-placeholder.js\";i:2501;s:79:\"packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-product/edit.js\";i:2502;s:83:\"packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-product/editor.scss\";i:2503;s:80:\"packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-product/index.js\";i:2504;s:97:\"packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-product/no-reviews-placeholder.js\";i:2505;s:60:\"packages/woocommerce-blocks/assets/js/blocks/reviews/save.js\";i:2506;s:61:\"packages/woocommerce-blocks/assets/js/blocks/reviews/utils.js\";i:2507;s:73:\"packages/woocommerce-blocks/assets/js/blocks/single-product/attributes.js\";i:2508;s:68:\"packages/woocommerce-blocks/assets/js/blocks/single-product/block.js\";i:2509;s:72:\"packages/woocommerce-blocks/assets/js/blocks/single-product/constants.js\";i:2510;s:77:\"packages/woocommerce-blocks/assets/js/blocks/single-product/edit/api-error.js\";i:2511;s:89:\"packages/woocommerce-blocks/assets/js/blocks/single-product/edit/editor-block-controls.js\";i:2512;s:76:\"packages/woocommerce-blocks/assets/js/blocks/single-product/edit/editor.scss\";i:2513;s:73:\"packages/woocommerce-blocks/assets/js/blocks/single-product/edit/index.js\";i:2514;s:81:\"packages/woocommerce-blocks/assets/js/blocks/single-product/edit/layout-editor.js\";i:2515;s:90:\"packages/woocommerce-blocks/assets/js/blocks/single-product/edit/shared-product-control.js\";i:2516;s:71:\"packages/woocommerce-blocks/assets/js/blocks/single-product/frontend.js\";i:2517;s:68:\"packages/woocommerce-blocks/assets/js/blocks/single-product/index.js\";i:2518;s:67:\"packages/woocommerce-blocks/assets/js/blocks/single-product/save.js\";i:2519;s:66:\"packages/woocommerce-blocks/assets/js/blocks/stock-filter/block.js\";i:2520;s:65:\"packages/woocommerce-blocks/assets/js/blocks/stock-filter/edit.js\";i:2521;s:69:\"packages/woocommerce-blocks/assets/js/blocks/stock-filter/editor.scss\";i:2522;s:69:\"packages/woocommerce-blocks/assets/js/blocks/stock-filter/frontend.js\";i:2523;s:66:\"packages/woocommerce-blocks/assets/js/blocks/stock-filter/index.js\";i:2524;s:68:\"packages/woocommerce-blocks/assets/js/blocks/stock-filter/preview.js\";i:2525;s:68:\"packages/woocommerce-blocks/assets/js/blocks/stock-filter/style.scss\";i:2527;s:71:\"packages/woocommerce-blocks/assets/js/blocks/stock-filter/test/block.js\";i:2531;s:59:\"packages/woocommerce-blocks/assets/js/data/cart/controls.js\";i:2536;s:64:\"packages/woocommerce-blocks/assets/js/data/cart/test/reducers.js\";i:2537;s:65:\"packages/woocommerce-blocks/assets/js/data/cart/test/resolvers.js\";i:2538;s:65:\"packages/woocommerce-blocks/assets/js/data/cart/test/selectors.js\";i:2539;s:70:\"packages/woocommerce-blocks/assets/js/data/collections/action-types.js\";i:2540;s:65:\"packages/woocommerce-blocks/assets/js/data/collections/actions.js\";i:2541;s:67:\"packages/woocommerce-blocks/assets/js/data/collections/constants.js\";i:2542;s:63:\"packages/woocommerce-blocks/assets/js/data/collections/index.js\";i:2543;s:66:\"packages/woocommerce-blocks/assets/js/data/collections/reducers.js\";i:2544;s:67:\"packages/woocommerce-blocks/assets/js/data/collections/resolvers.js\";i:2545;s:67:\"packages/woocommerce-blocks/assets/js/data/collections/selectors.js\";i:2546;s:71:\"packages/woocommerce-blocks/assets/js/data/collections/test/reducers.js\";i:2547;s:72:\"packages/woocommerce-blocks/assets/js/data/collections/test/resolvers.js\";i:2548;s:72:\"packages/woocommerce-blocks/assets/js/data/collections/test/selectors.js\";i:2553;s:70:\"packages/woocommerce-blocks/assets/js/data/query-state/action-types.js\";i:2554;s:65:\"packages/woocommerce-blocks/assets/js/data/query-state/actions.js\";i:2555;s:67:\"packages/woocommerce-blocks/assets/js/data/query-state/constants.js\";i:2556;s:63:\"packages/woocommerce-blocks/assets/js/data/query-state/index.js\";i:2557;s:66:\"packages/woocommerce-blocks/assets/js/data/query-state/reducers.js\";i:2558;s:67:\"packages/woocommerce-blocks/assets/js/data/query-state/selectors.js\";i:2559;s:71:\"packages/woocommerce-blocks/assets/js/data/query-state/test/reducers.js\";i:2560;s:72:\"packages/woocommerce-blocks/assets/js/data/query-state/test/selectors.js\";i:2561;s:63:\"packages/woocommerce-blocks/assets/js/data/query-state/utils.js\";i:2562;s:65:\"packages/woocommerce-blocks/assets/js/data/schema/action-types.js\";i:2563;s:60:\"packages/woocommerce-blocks/assets/js/data/schema/actions.js\";i:2564;s:62:\"packages/woocommerce-blocks/assets/js/data/schema/constants.js\";i:2565;s:58:\"packages/woocommerce-blocks/assets/js/data/schema/index.js\";i:2566;s:61:\"packages/woocommerce-blocks/assets/js/data/schema/reducers.js\";i:2567;s:62:\"packages/woocommerce-blocks/assets/js/data/schema/resolvers.js\";i:2568;s:62:\"packages/woocommerce-blocks/assets/js/data/schema/selectors.js\";i:2569;s:66:\"packages/woocommerce-blocks/assets/js/data/schema/test/reducers.js\";i:2570;s:67:\"packages/woocommerce-blocks/assets/js/data/schema/test/resolvers.js\";i:2571;s:67:\"packages/woocommerce-blocks/assets/js/data/schema/test/selectors.js\";i:2572;s:63:\"packages/woocommerce-blocks/assets/js/data/schema/test/utils.js\";i:2573;s:58:\"packages/woocommerce-blocks/assets/js/data/schema/utils.js\";i:2576;s:64:\"packages/woocommerce-blocks/assets/js/data/utils/has-in-state.js\";i:2577;s:57:\"packages/woocommerce-blocks/assets/js/data/utils/index.js\";i:2578;s:64:\"packages/woocommerce-blocks/assets/js/data/utils/update-state.js\";i:2579;s:79:\"packages/woocommerce-blocks/assets/js/editor-components/block-title/editor.scss\";i:2580;s:76:\"packages/woocommerce-blocks/assets/js/editor-components/block-title/index.js\";i:2583;s:88:\"packages/woocommerce-blocks/assets/js/editor-components/compatibility-notices/style.scss\";i:2585;s:90:\"packages/woocommerce-blocks/assets/js/editor-components/compatibility-notices/woo-image.js\";i:2586;s:82:\"packages/woocommerce-blocks/assets/js/editor-components/edit-product-link/index.js\";i:2587;s:85:\"packages/woocommerce-blocks/assets/js/editor-components/error-placeholder/editor.scss\";i:2593;s:86:\"packages/woocommerce-blocks/assets/js/editor-components/external-link-card/editor.scss\";i:2596;s:80:\"packages/woocommerce-blocks/assets/js/editor-components/feedback-prompt/index.js\";i:2597;s:82:\"packages/woocommerce-blocks/assets/js/editor-components/feedback-prompt/style.scss\";i:2598;s:85:\"packages/woocommerce-blocks/assets/js/editor-components/grid-content-control/index.js\";i:2599;s:84:\"packages/woocommerce-blocks/assets/js/editor-components/grid-layout-control/index.js\";i:2600;s:93:\"packages/woocommerce-blocks/assets/js/editor-components/heading-toolbar/heading-level-icon.js\";i:2601;s:80:\"packages/woocommerce-blocks/assets/js/editor-components/heading-toolbar/index.js\";i:2602;s:78:\"packages/woocommerce-blocks/assets/js/editor-components/page-selector/index.js\";i:2603;s:95:\"packages/woocommerce-blocks/assets/js/editor-components/product-attribute-term-control/index.js\";i:2604;s:97:\"packages/woocommerce-blocks/assets/js/editor-components/product-attribute-term-control/style.scss\";i:2605;s:89:\"packages/woocommerce-blocks/assets/js/editor-components/product-category-control/index.js\";i:2606;s:91:\"packages/woocommerce-blocks/assets/js/editor-components/product-category-control/style.scss\";i:2607;s:80:\"packages/woocommerce-blocks/assets/js/editor-components/product-control/index.js\";i:2608;s:82:\"packages/woocommerce-blocks/assets/js/editor-components/product-control/style.scss\";i:2609;s:88:\"packages/woocommerce-blocks/assets/js/editor-components/product-orderby-control/index.js\";i:2610;s:84:\"packages/woocommerce-blocks/assets/js/editor-components/product-tag-control/index.js\";i:2611;s:86:\"packages/woocommerce-blocks/assets/js/editor-components/product-tag-control/style.scss\";i:2612;s:81:\"packages/woocommerce-blocks/assets/js/editor-components/products-control/index.js\";i:2616;s:86:\"packages/woocommerce-blocks/assets/js/editor-components/search-list-control/style.scss\";i:2618;s:93:\"packages/woocommerce-blocks/assets/js/editor-components/search-list-control/test/hierarchy.js\";i:2619;s:89:\"packages/woocommerce-blocks/assets/js/editor-components/search-list-control/test/index.js\";i:2623;s:70:\"packages/woocommerce-blocks/assets/js/editor-components/tag/style.scss\";i:2625;s:73:\"packages/woocommerce-blocks/assets/js/editor-components/tag/test/index.js\";i:2626;s:84:\"packages/woocommerce-blocks/assets/js/editor-components/text-toolbar-button/index.js\";i:2627;s:86:\"packages/woocommerce-blocks/assets/js/editor-components/text-toolbar-button/style.scss\";i:2628;s:86:\"packages/woocommerce-blocks/assets/js/editor-components/toggle-button-control/index.js\";i:2630;s:88:\"packages/woocommerce-blocks/assets/js/editor-components/toggle-button-control/style.scss\";i:2631;s:70:\"packages/woocommerce-blocks/assets/js/editor-components/utils/index.js\";i:2632;s:81:\"packages/woocommerce-blocks/assets/js/editor-components/view-switcher/editor.scss\";i:2633;s:78:\"packages/woocommerce-blocks/assets/js/editor-components/view-switcher/index.js\";i:2637;s:65:\"packages/woocommerce-blocks/assets/js/filters/block-list-block.js\";i:2638;s:84:\"packages/woocommerce-blocks/assets/js/filters/exclude-draft-status-from-analytics.js\";i:2639;s:69:\"packages/woocommerce-blocks/assets/js/filters/get-block-attributes.js\";i:2641;s:51:\"packages/woocommerce-blocks/assets/js/hocs/index.js\";i:2642;s:66:\"packages/woocommerce-blocks/assets/js/hocs/test/with-categories.js\";i:2643;s:64:\"packages/woocommerce-blocks/assets/js/hocs/test/with-category.js\";i:2644;s:74:\"packages/woocommerce-blocks/assets/js/hocs/test/with-product-variations.js\";i:2645;s:63:\"packages/woocommerce-blocks/assets/js/hocs/test/with-product.js\";i:2646;s:73:\"packages/woocommerce-blocks/assets/js/hocs/test/with-searched-products.js\";i:2647;s:98:\"packages/woocommerce-blocks/assets/js/hocs/test/with-transform-single-select-to-multiple-select.js\";i:2648;s:61:\"packages/woocommerce-blocks/assets/js/hocs/with-attributes.js\";i:2649;s:61:\"packages/woocommerce-blocks/assets/js/hocs/with-categories.js\";i:2650;s:59:\"packages/woocommerce-blocks/assets/js/hocs/with-category.js\";i:2651;s:69:\"packages/woocommerce-blocks/assets/js/hocs/with-product-variations.js\";i:2652;s:58:\"packages/woocommerce-blocks/assets/js/hocs/with-product.js\";i:2654;s:93:\"packages/woocommerce-blocks/assets/js/hocs/with-transform-single-select-to-multiple-select.js\";i:2656;s:52:\"packages/woocommerce-blocks/assets/js/icons/index.js\";i:2713;s:46:\"packages/woocommerce-blocks/assets/js/index.js\";i:2714;s:57:\"packages/woocommerce-blocks/assets/js/middleware/index.js\";i:2715;s:67:\"packages/woocommerce-blocks/assets/js/middleware/store-api-nonce.js\";i:2716;s:97:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/bacs/constants.js\";i:2717;s:93:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/bacs/index.js\";i:2718;s:99:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/cheque/constants.js\";i:2719;s:95:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/cheque/index.js\";i:2720;s:96:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/cod/constants.js\";i:2721;s:92:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/cod/index.js\";i:2722;s:99:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/paypal/constants.js\";i:2723;s:95:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/paypal/index.js\";i:2724;s:111:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/credit-card/constants.js\";i:2725;s:110:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/credit-card/elements.js\";i:2726;s:107:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/credit-card/index.js\";i:2727;s:116:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/credit-card/payment-method.js\";i:2728;s:128:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/credit-card/use-checkout-subscriptions.js\";i:2729;s:121:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/credit-card/use-element-options.js\";i:2730;s:121:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/credit-card/use-payment-intents.js\";i:2731;s:124:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/credit-card/use-payment-processing.js\";i:2732;s:95:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/index.js\";i:2733;s:123:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/payment-request/apple-pay-preview.js\";i:2734;s:115:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/payment-request/constants.js\";i:2735;s:111:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/payment-request/index.js\";i:2736;s:129:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/payment-request/payment-request-express.js\";i:2737;s:132:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/payment-request/use-checkout-subscriptions.js\";i:2738;s:124:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/payment-request/use-event-handlers.js\";i:2739;s:124:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/payment-request/use-initialization.js\";i:2740;s:112:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/stripe-utils/constants.js\";i:2741;s:108:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/stripe-utils/index.js\";i:2742;s:114:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/stripe-utils/load-stripe.js\";i:2743;s:112:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/stripe-utils/normalize.js\";i:2744;s:112:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/stripe-utils/type-defs.js\";i:2745;s:108:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/stripe-utils/utils.js\";i:2747;s:60:\"packages/woocommerce-blocks/assets/js/previews/categories.js\";i:2748;s:60:\"packages/woocommerce-blocks/assets/js/previews/grid-block.js\";i:2749;s:55:\"packages/woocommerce-blocks/assets/js/previews/index.js\";i:2750;s:58:\"packages/woocommerce-blocks/assets/js/previews/products.js\";i:2751;s:57:\"packages/woocommerce-blocks/assets/js/previews/reviews.js\";i:2752;s:71:\"packages/woocommerce-blocks/assets/js/previews/saved-payment-methods.js\";i:2754;s:70:\"packages/woocommerce-blocks/assets/js/previews/single-product-block.js\";i:2762;s:85:\"packages/woocommerce-blocks/assets/js/settings/shared/test/compare-with-wp-version.js\";i:2764;s:73:\"packages/woocommerce-blocks/assets/js/settings/shared/test/get-setting.js\";i:2766;s:61:\"packages/woocommerce-blocks/assets/js/shared/context/index.js\";i:2767;s:82:\"packages/woocommerce-blocks/assets/js/shared/context/inner-block-layout-context.js\";i:2768;s:76:\"packages/woocommerce-blocks/assets/js/shared/context/product-data-context.js\";i:2769;s:58:\"packages/woocommerce-blocks/assets/js/shared/hocs/index.js\";i:2770;s:77:\"packages/woocommerce-blocks/assets/js/shared/hocs/with-filtered-attributes.js\";i:2771;s:78:\"packages/woocommerce-blocks/assets/js/shared/hocs/with-product-data-context.js\";i:2773;s:73:\"packages/woocommerce-blocks/assets/js/types/type-defs/add-to-cart-form.js\";i:2774;s:71:\"packages/woocommerce-blocks/assets/js/types/type-defs/address-fields.js\";i:2775;s:64:\"packages/woocommerce-blocks/assets/js/types/type-defs/billing.js\";i:2777;s:61:\"packages/woocommerce-blocks/assets/js/types/type-defs/cart.js\";i:2779;s:65:\"packages/woocommerce-blocks/assets/js/types/type-defs/contexts.js\";i:2783;s:62:\"packages/woocommerce-blocks/assets/js/types/type-defs/hooks.js\";i:2790;s:65:\"packages/woocommerce-blocks/assets/js/types/type-defs/settings.js\";i:2791;s:65:\"packages/woocommerce-blocks/assets/js/types/type-defs/shipping.js\";i:2797;s:63:\"packages/woocommerce-blocks/assets/js/utils/attributes-query.js\";i:2798;s:57:\"packages/woocommerce-blocks/assets/js/utils/attributes.js\";i:2799;s:55:\"packages/woocommerce-blocks/assets/js/utils/products.js\";i:2800;s:64:\"packages/woocommerce-blocks/assets/js/utils/shared-attributes.js\";i:2801;s:60:\"packages/woocommerce-blocks/assets/js/utils/test/products.js\";i:2803;s:60:\"packages/woocommerce-blocks/build/active-filters-frontend.js\";i:2805;s:51:\"packages/woocommerce-blocks/build/active-filters.js\";i:2807;s:58:\"packages/woocommerce-blocks/build/all-products-frontend.js\";i:2809;s:49:\"packages/woocommerce-blocks/build/all-products.js\";i:2811;s:48:\"packages/woocommerce-blocks/build/all-reviews.js\";i:2812;s:146:\"packages/woocommerce-blocks/build/atomic-block-components/add-to-cart--atomic-block-components/button--atomic-block-components/image---a7e2bb9b.js\";i:2813;s:104:\"packages/woocommerce-blocks/build/atomic-block-components/add-to-cart--atomic-block-components/button.js\";i:2814;s:81:\"packages/woocommerce-blocks/build/atomic-block-components/add-to-cart-frontend.js\";i:2815;s:72:\"packages/woocommerce-blocks/build/atomic-block-components/add-to-cart.js\";i:2816;s:76:\"packages/woocommerce-blocks/build/atomic-block-components/button-frontend.js\";i:2817;s:67:\"packages/woocommerce-blocks/build/atomic-block-components/button.js\";i:2818;s:83:\"packages/woocommerce-blocks/build/atomic-block-components/category-list-frontend.js\";i:2819;s:74:\"packages/woocommerce-blocks/build/atomic-block-components/category-list.js\";i:2820;s:75:\"packages/woocommerce-blocks/build/atomic-block-components/image-frontend.js\";i:2821;s:66:\"packages/woocommerce-blocks/build/atomic-block-components/image.js\";i:2822;s:75:\"packages/woocommerce-blocks/build/atomic-block-components/price-frontend.js\";i:2823;s:66:\"packages/woocommerce-blocks/build/atomic-block-components/price.js\";i:2824;s:76:\"packages/woocommerce-blocks/build/atomic-block-components/rating-frontend.js\";i:2825;s:67:\"packages/woocommerce-blocks/build/atomic-block-components/rating.js\";i:2826;s:80:\"packages/woocommerce-blocks/build/atomic-block-components/sale-badge-frontend.js\";i:2827;s:71:\"packages/woocommerce-blocks/build/atomic-block-components/sale-badge.js\";i:2828;s:73:\"packages/woocommerce-blocks/build/atomic-block-components/sku-frontend.js\";i:2829;s:64:\"packages/woocommerce-blocks/build/atomic-block-components/sku.js\";i:2830;s:85:\"packages/woocommerce-blocks/build/atomic-block-components/stock-indicator-frontend.js\";i:2831;s:76:\"packages/woocommerce-blocks/build/atomic-block-components/stock-indicator.js\";i:2832;s:77:\"packages/woocommerce-blocks/build/atomic-block-components/summary-frontend.js\";i:2833;s:68:\"packages/woocommerce-blocks/build/atomic-block-components/summary.js\";i:2834;s:78:\"packages/woocommerce-blocks/build/atomic-block-components/tag-list-frontend.js\";i:2835;s:69:\"packages/woocommerce-blocks/build/atomic-block-components/tag-list.js\";i:2836;s:75:\"packages/woocommerce-blocks/build/atomic-block-components/title-frontend.js\";i:2837;s:66:\"packages/woocommerce-blocks/build/atomic-block-components/title.js\";i:2839;s:62:\"packages/woocommerce-blocks/build/attribute-filter-frontend.js\";i:2841;s:53:\"packages/woocommerce-blocks/build/attribute-filter.js\";i:2843;s:52:\"packages/woocommerce-blocks/build/blocks-checkout.js\";i:2844;s:82:\"packages/woocommerce-blocks/build/cart-blocks/accepted-payment-methods-frontend.js\";i:2845;s:73:\"packages/woocommerce-blocks/build/cart-blocks/checkout-button-frontend.js\";i:2846;s:68:\"packages/woocommerce-blocks/build/cart-blocks/empty-cart-frontend.js\";i:2847;s:73:\"packages/woocommerce-blocks/build/cart-blocks/express-payment-frontend.js\";i:2848;s:69:\"packages/woocommerce-blocks/build/cart-blocks/filled-cart-frontend.js\";i:2849;s:63:\"packages/woocommerce-blocks/build/cart-blocks/items-frontend.js\";i:2850;s:68:\"packages/woocommerce-blocks/build/cart-blocks/line-items-frontend.js\";i:2851;s:71:\"packages/woocommerce-blocks/build/cart-blocks/order-summary-frontend.js\";i:2852;s:64:\"packages/woocommerce-blocks/build/cart-blocks/totals-frontend.js\";i:2854;s:50:\"packages/woocommerce-blocks/build/cart-frontend.js\";i:2856;s:41:\"packages/woocommerce-blocks/build/cart.js\";i:2857;s:69:\"packages/woocommerce-blocks/build/checkout-blocks/actions-frontend.js\";i:2858;s:111:\"packages/woocommerce-blocks/build/checkout-blocks/billing-address--checkout-blocks/shipping-address-frontend.js\";i:2859;s:77:\"packages/woocommerce-blocks/build/checkout-blocks/billing-address-frontend.js\";i:2860;s:81:\"packages/woocommerce-blocks/build/checkout-blocks/contact-information-frontend.js\";i:2861;s:77:\"packages/woocommerce-blocks/build/checkout-blocks/express-payment-frontend.js\";i:2862;s:68:\"packages/woocommerce-blocks/build/checkout-blocks/fields-frontend.js\";i:2863;s:72:\"packages/woocommerce-blocks/build/checkout-blocks/order-note-frontend.js\";i:2864;s:75:\"packages/woocommerce-blocks/build/checkout-blocks/order-summary-frontend.js\";i:2865;s:69:\"packages/woocommerce-blocks/build/checkout-blocks/payment-frontend.js\";i:2866;s:78:\"packages/woocommerce-blocks/build/checkout-blocks/shipping-address-frontend.js\";i:2867;s:78:\"packages/woocommerce-blocks/build/checkout-blocks/shipping-methods-frontend.js\";i:2868;s:67:\"packages/woocommerce-blocks/build/checkout-blocks/terms-frontend.js\";i:2869;s:68:\"packages/woocommerce-blocks/build/checkout-blocks/totals-frontend.js\";i:2871;s:54:\"packages/woocommerce-blocks/build/checkout-frontend.js\";i:2873;s:45:\"packages/woocommerce-blocks/build/checkout.js\";i:2875;s:54:\"packages/woocommerce-blocks/build/featured-category.js\";i:2877;s:53:\"packages/woocommerce-blocks/build/featured-product.js\";i:2879;s:56:\"packages/woocommerce-blocks/build/handpicked-products.js\";i:2881;s:52:\"packages/woocommerce-blocks/build/legacy-template.js\";i:2883;s:65:\"packages/woocommerce-blocks/build/mini-cart-component-frontend.js\";i:2885;s:55:\"packages/woocommerce-blocks/build/mini-cart-contents.js\";i:2887;s:55:\"packages/woocommerce-blocks/build/mini-cart-frontend.js\";i:2889;s:46:\"packages/woocommerce-blocks/build/mini-cart.js\";i:2891;s:58:\"packages/woocommerce-blocks/build/price-filter-frontend.js\";i:2893;s:49:\"packages/woocommerce-blocks/build/price-filter.js\";i:2895;s:49:\"packages/woocommerce-blocks/build/price-format.js\";i:2897;s:57:\"packages/woocommerce-blocks/build/product-best-sellers.js\";i:2899;s:55:\"packages/woocommerce-blocks/build/product-categories.js\";i:2901;s:53:\"packages/woocommerce-blocks/build/product-category.js\";i:2903;s:48:\"packages/woocommerce-blocks/build/product-new.js\";i:2905;s:52:\"packages/woocommerce-blocks/build/product-on-sale.js\";i:2907;s:51:\"packages/woocommerce-blocks/build/product-search.js\";i:2909;s:48:\"packages/woocommerce-blocks/build/product-tag.js\";i:2911;s:54:\"packages/woocommerce-blocks/build/product-top-rated.js\";i:2913;s:58:\"packages/woocommerce-blocks/build/products-by-attribute.js\";i:2915;s:56:\"packages/woocommerce-blocks/build/reviews-by-category.js\";i:2917;s:55:\"packages/woocommerce-blocks/build/reviews-by-product.js\";i:2919;s:53:\"packages/woocommerce-blocks/build/reviews-frontend.js\";i:2921;s:60:\"packages/woocommerce-blocks/build/single-product-frontend.js\";i:2923;s:51:\"packages/woocommerce-blocks/build/single-product.js\";i:2925;s:58:\"packages/woocommerce-blocks/build/stock-filter-frontend.js\";i:2927;s:49:\"packages/woocommerce-blocks/build/stock-filter.js\";i:2928;s:155:\"packages/woocommerce-blocks/build/vendors--atomic-block-components/add-to-cart--cart-blocks/order-summary--checkout-blocks/billing-ad--c5eb4dcd-frontend.js\";i:2929;s:90:\"packages/woocommerce-blocks/build/vendors--atomic-block-components/add-to-cart-frontend.js\";i:2930;s:155:\"packages/woocommerce-blocks/build/vendors--atomic-block-components/price--cart-blocks/line-items--cart-blocks/order-summary--checkout--8a3571de-frontend.js\";i:2931;s:108:\"packages/woocommerce-blocks/build/vendors--cart-blocks/line-items--checkout-blocks/order-summary-frontend.js\";i:2932;s:155:\"packages/woocommerce-blocks/build/vendors--cart-blocks/order-summary--checkout-blocks/billing-address--checkout-blocks/order-summary---eb4d2cec-frontend.js\";i:2934;s:51:\"packages/woocommerce-blocks/build/wc-blocks-data.js\";i:2935;s:64:\"packages/woocommerce-blocks/build/wc-blocks-editor-style-rtl.css\";i:2936;s:60:\"packages/woocommerce-blocks/build/wc-blocks-editor-style.css\";i:2938;s:63:\"packages/woocommerce-blocks/build/wc-blocks-google-analytics.js\";i:2940;s:57:\"packages/woocommerce-blocks/build/wc-blocks-middleware.js\";i:2942;s:55:\"packages/woocommerce-blocks/build/wc-blocks-registry.js\";i:2944;s:61:\"packages/woocommerce-blocks/build/wc-blocks-shared-context.js\";i:2946;s:58:\"packages/woocommerce-blocks/build/wc-blocks-shared-hocs.js\";i:2947;s:57:\"packages/woocommerce-blocks/build/wc-blocks-style-rtl.css\";i:2948;s:53:\"packages/woocommerce-blocks/build/wc-blocks-style.css\";i:2949;s:65:\"packages/woocommerce-blocks/build/wc-blocks-vendors-style-rtl.css\";i:2950;s:61:\"packages/woocommerce-blocks/build/wc-blocks-vendors-style.css\";i:2951;s:54:\"packages/woocommerce-blocks/build/wc-blocks-vendors.js\";i:2953;s:46:\"packages/woocommerce-blocks/build/wc-blocks.js\";i:2955;s:59:\"packages/woocommerce-blocks/build/wc-payment-method-bacs.js\";i:2957;s:61:\"packages/woocommerce-blocks/build/wc-payment-method-cheque.js\";i:2959;s:58:\"packages/woocommerce-blocks/build/wc-payment-method-cod.js\";i:2961;s:61:\"packages/woocommerce-blocks/build/wc-payment-method-paypal.js\";i:2963;s:61:\"packages/woocommerce-blocks/build/wc-payment-method-stripe.js\";i:2965;s:48:\"packages/woocommerce-blocks/build/wc-settings.js\";i:2999;s:75:\"packages/woocommerce-blocks/packages/checkout/blocks-registry/test/index.js\";i:3005;s:84:\"packages/woocommerce-blocks/packages/checkout/components/checkbox-control/style.scss\";i:3006;s:80:\"packages/woocommerce-blocks/packages/checkout/components/discounts-meta/index.js\";i:3007;s:80:\"packages/woocommerce-blocks/packages/checkout/components/error-boundary/index.js\";i:3008;s:65:\"packages/woocommerce-blocks/packages/checkout/components/index.js\";i:3010;s:76:\"packages/woocommerce-blocks/packages/checkout/components/order-meta/index.js\";i:3011;s:89:\"packages/woocommerce-blocks/packages/checkout/components/order-shipping-packages/index.js\";i:3013;s:73:\"packages/woocommerce-blocks/packages/checkout/components/panel/style.scss\";i:3015;s:82:\"packages/woocommerce-blocks/packages/checkout/components/totals-wrapper/style.scss\";i:3018;s:72:\"packages/woocommerce-blocks/packages/checkout/components/totals/index.js\";i:3021;s:79:\"packages/woocommerce-blocks/packages/checkout/components/totals/item/style.scss\";i:3026;s:80:\"packages/woocommerce-blocks/packages/checkout/components/totals/taxes/style.scss\";i:3028;s:75:\"packages/woocommerce-blocks/packages/checkout/filter-registry/test/admin.js\";i:3029;s:75:\"packages/woocommerce-blocks/packages/checkout/filter-registry/test/index.js\";i:3030;s:54:\"packages/woocommerce-blocks/packages/checkout/index.js\";i:3031;s:59:\"packages/woocommerce-blocks/packages/checkout/slot/index.js\";i:3032;s:56:\"packages/woocommerce-blocks/packages/checkout/style.scss\";i:3034;s:60:\"packages/woocommerce-blocks/packages/checkout/utils/index.js\";i:3036;s:52:\"packages/woocommerce-blocks/packages/prices/index.js\";i:3037;s:58:\"packages/woocommerce-blocks/packages/prices/utils/index.js\";i:3039;s:63:\"packages/woocommerce-blocks/packages/prices/utils/test/price.js\";}}}','yes'),(18934,'give_telemetry_usage_tracking_last_request','1631352008','no'),(18546,'give_paypal_commerce_live_webhook_config','a:3:{s:2:\"id\";s:17:\"8YA25868TX3824005\";s:9:\"returnUrl\";s:74:\"https://thechrishaunfoundation.org/index.php?give-listener=paypal-commerce\";s:6:\"events\";a:3:{i:0;s:24:\"PAYMENT.CAPTURE.REFUNDED\";i:1;s:25:\"PAYMENT.CAPTURE.COMPLETED\";i:2;s:22:\"PAYMENT.CAPTURE.DENIED\";}}','no'),(18545,'give_paypal_commerce_live_account','a:8:{s:10:\"merchantId\";s:32:\"shawn@thechrishaunfoundation.org\";s:18:\"merchantIdInPayPal\";s:13:\"Y88MNNH9NPB6Y\";s:8:\"clientId\";s:80:\"AU2s_nPGpJtE4mSB-qcQ7GQ_Rcd5yvRU6c15EgwPQtEtZAu92E4bg4VPNNeC7bH1INotSCAN3NLSAYzJ\";s:12:\"clientSecret\";s:80:\"EAqwvJaV9WnejNu_U_fZUxhHwnb3FR_sHA2OcahvKE7QRtjmyZf4q05gDchrNuDEvwdJOR3pg4u3fCoC\";s:5:\"token\";a:6:{s:5:\"scope\";s:700:\"https://uri.paypal.com/services/invoicing https://uri.paypal.com/services/disputes/read-buyer https://uri.paypal.com/services/payments/realtimepayment https://uri.paypal.com/services/disputes/update-seller https://uri.paypal.com/services/payments/payment/authcapture openid https://uri.paypal.com/services/disputes/read-seller https://uri.paypal.com/services/payments/refund https://api.paypal.com/v1/vault/credit-card https://api.paypal.com/v1/payments/.* https://uri.paypal.com/services/payments/initiatepayment https://uri.paypal.com/payments/payouts https://api.paypal.com/v1/vault/credit-card/.* https://uri.paypal.com/services/subscriptions https://uri.paypal.com/services/applications/webhooks\";s:11:\"accessToken\";s:97:\"A21AAPCCrvLhoSnkd6LdQArES-YzW216A65z-sMerCbX8iE7XU11YFBHyuZx--4Z84v5CUz-ms0V2TinlR_5BNIi6u6WUMmvQ\";s:9:\"tokenType\";s:6:\"Bearer\";s:5:\"appId\";s:21:\"APP-3ME084881V7758001\";s:9:\"expiresIn\";i:32400;s:5:\"nonce\";s:63:\"2022-11-27T09:37:47ZpQ51ZxSyFleEmHXKtl0RoiF2flIRD3NSA72nGJEsdxU\";}s:14:\"accountIsReady\";b:1;s:22:\"supportsCustomPayments\";b:1;s:14:\"accountCountry\";s:2:\"US\";}','yes'),(43498,'woocommerce_schema_version','430','yes'),(43499,'woocommerce_store_address','384 Northyards Blvd NW','yes'),(43500,'woocommerce_store_address_2','Suite 100 Atlanta, GA 30313','yes'),(43501,'woocommerce_store_city','Atlanta','yes'),(43502,'woocommerce_default_country','US:GA','yes'),(43503,'woocommerce_store_postcode','30313','yes'),(43504,'woocommerce_allowed_countries','all','yes'),(43505,'woocommerce_all_except_countries','a:0:{}','yes'),(43506,'woocommerce_specific_allowed_countries','a:0:{}','yes'),(43507,'woocommerce_ship_to_countries','','yes'),(43508,'woocommerce_specific_ship_to_countries','a:0:{}','yes'),(43509,'woocommerce_default_customer_address','base','yes'),(43510,'woocommerce_calc_taxes','no','yes'),(43511,'woocommerce_enable_coupons','yes','yes'),(43512,'woocommerce_calc_discounts_sequentially','no','no'),(43513,'woocommerce_currency','USD','yes'),(43514,'woocommerce_currency_pos','left','yes'),(43515,'woocommerce_price_thousand_sep',',','yes'),(43516,'woocommerce_price_decimal_sep','.','yes'),(43517,'woocommerce_price_num_decimals','2','yes'),(43518,'woocommerce_shop_page_id','1483','yes'),(43519,'woocommerce_cart_redirect_after_add','no','yes'),(43520,'woocommerce_enable_ajax_add_to_cart','yes','yes'),(43521,'woocommerce_placeholder_image','1482','yes'),(43522,'woocommerce_weight_unit','kg','yes'),(43523,'woocommerce_dimension_unit','cm','yes'),(43524,'woocommerce_enable_reviews','yes','yes'),(43525,'woocommerce_review_rating_verification_label','yes','no'),(43526,'woocommerce_review_rating_verification_required','yes','no'),(43527,'woocommerce_enable_review_rating','yes','yes'),(43528,'woocommerce_review_rating_required','yes','no'),(1780,'widget_instagram-feed-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(43606,'current_theme_supports_woocommerce','yes','yes'),(43607,'woocommerce_queue_flush_rewrite_rules','no','yes'),(71670,'woocommerce_analytics_enabled','yes','yes'),(15518,'auction-status_children','a:0:{}','yes'),(43571,'woocommerce_anonymize_completed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(43572,'woocommerce_email_from_name','The Chrishaun Foundation','no'),(43573,'woocommerce_email_from_address','wealthydivas1@gmail.com','no'),(43574,'woocommerce_email_header_image','','no'),(43575,'woocommerce_email_footer_text','{site_title} &mdash; Built with {WooCommerce}','no'),(43576,'woocommerce_email_base_color','#f344cb','no'),(43577,'woocommerce_email_background_color','#f7f7f7','no'),(43578,'woocommerce_email_body_background_color','#ffffff','no'),(43579,'woocommerce_email_text_color','#3c3c3c','no'),(43580,'woocommerce_merchant_email_notifications','no','no'),(43581,'woocommerce_cart_page_id','1484','no'),(43582,'woocommerce_checkout_page_id','1485','no'),(43583,'woocommerce_myaccount_page_id','1486','no'),(43584,'woocommerce_terms_page_id','','no'),(43585,'woocommerce_checkout_pay_endpoint','order-pay','yes'),(43586,'woocommerce_checkout_order_received_endpoint','order-received','yes'),(43587,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),(43588,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','yes'),(43589,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','yes'),(43590,'woocommerce_myaccount_orders_endpoint','orders','yes'),(43591,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),(43592,'woocommerce_myaccount_downloads_endpoint','downloads','yes'),(43593,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),(43594,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),(15505,'ua_page_exists','a:1:{s:7:\"listing\";i:1359;}','yes'),(11445,'paypal_commerce_account_country','US','yes'),(17632,'give_telemetry_website_data_checksum','e79c526c6c06fd2596c09fc687a7458f','no'),(71615,'auto_update_plugins','a:5:{i:0;s:35:\"classic-widgets/classic-widgets.php\";i:1;s:23:\"elementor/elementor.php\";i:2;s:13:\"give/give.php\";i:3;s:33:\"w3-total-cache/w3-total-cache.php\";i:4;s:27:\"woocommerce/woocommerce.php\";}','no'),(71638,'give_telemetry_records','a:2:{s:12:\"site-updated\";s:42:\"Give\\Tracking\\TrackingData\\WebsiteInfoData\";s:23:\"plugin-settings-updated\";s:49:\"Give\\Tracking\\TrackingData\\GivePluginSettingsData\";}','no'),(43596,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),(43597,'woocommerce_logout_endpoint','customer-logout','yes'),(43598,'woocommerce_api_enabled','no','yes'),(43599,'woocommerce_allow_tracking','no','no'),(43600,'woocommerce_show_marketplace_suggestions','yes','no'),(43601,'woocommerce_single_image_width','600','yes'),(43602,'woocommerce_thumbnail_image_width','300','yes'),(43603,'woocommerce_checkout_highlight_required_fields','yes','yes'),(43604,'woocommerce_demo_store','no','no'),(43605,'woocommerce_permalinks','a:5:{s:12:\"product_base\";s:7:\"product\";s:13:\"category_base\";s:16:\"product-category\";s:8:\"tag_base\";s:11:\"product-tag\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:0;}','yes'),(14877,'give_onboarding','a:2:{s:7:\"form_id\";i:1303;s:6:\"addons\";a:6:{i:0;s:19:\"recurring-donations\";i:1;s:18:\"custom-form-fields\";i:2;s:18:\"dedicate-donations\";i:3;s:19:\"multiple-currencies\";i:4;s:17:\"donors-cover-fees\";i:5;s:12:\"pdf-receipts\";}}','yes'),(10989,'jetpack_sync_health_status','a:2:{s:6:\"status\";s:7:\"in_sync\";s:9:\"timestamp\";d:1629078399.307118892669677734375;}','yes'),(11110,'verification_services_codes','0','yes'),(10863,'wpcom_publish_posts_with_markdown','1','yes'),(42566,'action_scheduler_migration_status','complete','yes'),(11130,'stats_cache','a:2:{s:32:\"7ebbf42ec11e27b77bd561d85b141bee\";a:1:{i:1669570121;a:0:{}}s:32:\"3bb2a52a9ea07aaf4710aa03900d7434\";a:1:{i:1669570122;a:0:{}}}','yes'),(636767,'_transient_timeout_give_upgrade_notice_2.23.2','1669656558','no'),(10866,'jetpack_testimonial','0','yes'),(10873,'jp_sync_lock_full_sync','','no'),(10877,'jetpack_next_sync_time_full-sync-enqueue','1629078292','yes'),(72361,'give_earnings_total','1399','no'),(636789,'_site_transient_boldgrid_plugins_filtered','a:2:{s:35:\"boldgrid-backup/boldgrid-backup.php\";a:14:{s:4:\"Name\";s:12:\"Total Upkeep\";s:9:\"PluginURI\";s:41:\"https://www.boldgrid.com/boldgrid-backup/\";s:7:\"Version\";s:7:\"1.14.13\";s:11:\"Description\";s:159:\"Automated backups, remote backup to Amazon S3 and Google Drive, stop website crashes before they happen and more. Total Upkeep is the backup solution you need.\";s:6:\"Author\";s:8:\"BoldGrid\";s:9:\"AuthorURI\";s:25:\"https://www.boldgrid.com/\";s:10:\"TextDomain\";s:15:\"boldgrid-backup\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:5:\"Title\";s:12:\"Total Upkeep\";s:10:\"AuthorName\";s:8:\"BoldGrid\";}s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";a:14:{s:4:\"Name\";s:20:\"Total Upkeep Premium\";s:9:\"PluginURI\";s:41:\"https://www.boldgrid.com/boldgrid-backup/\";s:7:\"Version\";s:5:\"1.5.9\";s:11:\"Description\";s:46:\"Premium extension for the Total Upkeep plugin.\";s:6:\"Author\";s:8:\"BoldGrid\";s:9:\"AuthorURI\";s:25:\"https://www.boldgrid.com/\";s:10:\"TextDomain\";s:15:\"boldgrid-backup\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:5:\"Title\";s:20:\"Total Upkeep Premium\";s:10:\"AuthorName\";s:8:\"BoldGrid\";}}','no'),(636790,'elementor_events_db_version','1.0.0','no'),(43735,'_transient_shipping-transient-version','1631337770','yes'),(225240,'_transient_wc_attribute_taxonomies','a:0:{}','yes'),(636742,'_transient_timeout_elementor_remote_info_api_data_3.5.4','1669613300','no'),(636743,'_transient_elementor_remote_info_api_data_3.5.4','a:4:{s:9:\"timestamp\";s:10:\"1669567523\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:64:{i:0;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:3;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:4;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:5;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:6;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:8;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:9;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:10;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:11;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:12;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:14;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:16;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:11:\"search-form\";s:5:\"title\";s:11:\"Search Form\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:19;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:20;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:21;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:22;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:23;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:24;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:25;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:26;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:27;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:28;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:29;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:30;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:31;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:32;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:33;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:34;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:35;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:36;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:37;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:38;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:39;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:40;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:41;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:42;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:43;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:44;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:45;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:46;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:47;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:48;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:49;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:50;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:51;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:52;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:53;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:54;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:55;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:56;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:57;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:58;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:59;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:60;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:61;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:62;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:63;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}','no'),(206217,'wc_blocks_surface_cart_checkout_probability','64','yes'),(44242,'_transient_product_query-transient-version','1669570103','yes'),(225273,'jetpack_search_plan_info','a:8:{s:20:\"search_subscriptions\";a:0:{}s:23:\"supports_instant_search\";b:0;s:28:\"supports_only_classic_search\";b:0;s:15:\"supports_search\";b:0;s:27:\"default_upgrade_bill_period\";s:6:\"yearly\";s:9:\"tier_slug\";N;s:20:\"tier_minimum_records\";N;s:20:\"tier_maximum_records\";N;}','yes'),(636744,'_transient_timeout_wpforms_dash_widget_lite_entries_by_form','1669593604','no'),(636745,'_transient_wpforms_dash_widget_lite_entries_by_form','a:1:{i:17;a:3:{s:7:\"form_id\";i:17;s:5:\"count\";i:1707;s:5:\"title\";s:12:\"Contact Form\";}}','no'),(636757,'_transient_timeout__woocommerce_helper_subscriptions','1669571056','no'),(636758,'_transient__woocommerce_helper_subscriptions','a:0:{}','no'),(636680,'_transient_timeout_jetpack_sync_constants_await','1669571825','no'),(636681,'_transient_jetpack_sync_constants_await','1669568225.9795','no'),(635943,'_transient_timeout_wc_onboarding_product_data','1669619943','no'),(635944,'_transient_wc_onboarding_product_data','a:6:{s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:19:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sun, 27 Nov 2022 07:19:03 GMT\";s:12:\"content-type\";s:31:\"application/json; charset=UTF-8\";s:14:\"content-length\";s:5:\"13447\";s:12:\"x-robots-tag\";s:7:\"noindex\";s:4:\"link\";s:60:\"<https://woocommerce.com/wp-json/>; rel=\"https://api.w.org/\"\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:29:\"access-control-expose-headers\";s:33:\"X-WP-Total, X-WP-TotalPages, Link\";s:28:\"access-control-allow-headers\";s:73:\"Authorization, X-WP-Nonce, Content-Disposition, Content-MD5, Content-Type\";s:13:\"x-wccom-cache\";s:3:\"HIT\";s:13:\"cache-control\";s:10:\"max-age=60\";s:5:\"allow\";s:3:\"GET\";s:4:\"x-rq\";s:13:\"bur5 0 4 9980\";s:16:\"content-encoding\";s:4:\"gzip\";s:3:\"age\";s:2:\"59\";s:7:\"x-cache\";s:3:\"hit\";s:4:\"vary\";s:23:\"Accept-Encoding, Origin\";s:13:\"accept-ranges\";s:5:\"bytes\";s:25:\"strict-transport-security\";s:16:\"max-age=31536000\";}}s:4:\"body\";s:71056:\"{\"products\":[{\"title\":\"WooCommerce Google Analytics\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/GA-Dark.png\",\"excerpt\":\"Understand your customers and increase revenue with world\\u2019s leading analytics platform - integrated with WooCommerce for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-google-analytics\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"2d21f7de14dfb8e9885a4622be701ddf\",\"slug\":\"woocommerce-google-analytics-integration\",\"id\":1442927,\"rating\":4.4,\"reviews_count\":13,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/woo-Google_Analytics-fvsrvf.png\"},{\"title\":\"WooCommerce Tax\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Tax-Dark.png\",\"excerpt\":\"Automatically calculate how much sales tax should be collected for WooCommerce orders - by city, country, or state - at checkout.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/tax\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-services\",\"id\":3220291,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Stripe\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Stripe-Dark-1.png\",\"excerpt\":\"Accept all major debit and credit cards as well as local payment methods with Stripe.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/stripe\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"50bb7a985c691bb943a9da4d2c8b5efd\",\"slug\":\"woocommerce-gateway-stripe\",\"id\":18627,\"rating\":4.5,\"reviews_count\":22,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/12\\/stripe-app-icon-7m1xi7.png\"},{\"title\":\"Mailchimp for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/09\\/logo-mailchimp-dark-v2.png\",\"excerpt\":\"Increase traffic, drive repeat purchases, and personalize your marketing when you connect to Mailchimp.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/mailchimp-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"b4481616ebece8b1ff68fc59b90c1a91\",\"slug\":\"mailchimp-for-woocommerce\",\"id\":2545166,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Mailchimp\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/mailchimp\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/09\\/Mailchimp.png\"},{\"title\":\"Jetpack\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/11\\/Jetpack-1-m5mwyg.png\",\"excerpt\":\"Security, performance, and marketing tools made for WooCommerce stores by the WordPress experts. Get started with basic security and speed tools for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/jetpack\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"d5bfef9700b62b2b132c74c74c3193eb\",\"slug\":\"jetpack\",\"id\":2725249,\"rating\":4.6,\"reviews_count\":10,\"vendor_name\":\"Jetpack\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/jetpack\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/02\\/jetpack-logo--80sgtq.png\"},{\"title\":\"Facebook for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Facebook-Dark.png\",\"excerpt\":\"Get the Official Facebook for WooCommerce plugin to reach your customers across Facebook, Instagram, Messenger and WhatsApp.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/facebook\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"0ea4fe4c2d7ca6338f8a322fb3e4e187\",\"slug\":\"facebook-for-woocommerce\",\"id\":2127297,\"rating\":2,\"reviews_count\":60,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/04\\/fb-woodotcom.png\"},{\"title\":\"WooCommerce Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Pay-Dark.png\",\"excerpt\":\"The only payment solution fully integrated to Woo. Accept credit\\/debit cards &amp; local payment options with no setup or monthly fees.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"8c6319ca-8f41-4e69-be63-6b15ee37773b\",\"slug\":\"woocommerce-payments\",\"id\":5278104,\"rating\":4.4,\"reviews_count\":17,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/02\\/woo-WooCommerce_Payments-mtulxp.png\"},{\"title\":\"Square for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Square-Dark.png\",\"excerpt\":\"Accepting payments is easy with Square. Clear rates, fast deposits (1-2 business days). Sell online and in person, and sync all payments, items and inventory.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/square\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"e907be8b86d7df0c8f8e0d0020b52638\",\"slug\":\"woocommerce-square\",\"id\":1770503,\"rating\":3.2,\"reviews_count\":84,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/07\\/woo-Square-u8km15.png\"},{\"title\":\"Amazon Pay\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Amazon-Pay-Dark.png\",\"excerpt\":\"Amazon Pay is embedded in your WooCommerce store. Transactions take place via\\u00a0Amazon widgets, so the buyer never leaves your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/pay-with-amazon\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"9865e043bbbe4f8c9735af31cb509b53\",\"slug\":\"woocommerce-gateway-amazon-payments-advanced\",\"id\":238816,\"rating\":3.2,\"reviews_count\":26,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/08\\/woo-Amazon_Pay-8lvfuy.png\"},{\"title\":\"WooCommerce Shipping\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Ship-Dark-1.png\",\"excerpt\":\"Print USPS and DHL labels right from your WooCommerce dashboard and instantly save up to 90%. WooCommerce Shipping is free to use and saves you time and money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-services\",\"id\":2165910,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/06\\/WooCommerce-icon-160x160-1.webp\"},{\"title\":\"WooCommerce Subscriptions\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Subscriptions-Dark.png\",\"excerpt\":\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscriptions\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;199.00\",\"hash\":\"6115e6d7e297b623a169fdcf5728b224\",\"slug\":\"woocommerce-subscriptions\",\"id\":27147,\"rating\":3.4,\"reviews_count\":58,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Google Listings &amp; Ads\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/06\\/Marketplace_card_Google.png\",\"excerpt\":\"Reach millions of engaged shoppers across Google with free product listings and ads. Built in partnership with Google.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-listings-and-ads\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"118f4d86-f126-4c3a-8525-644e3170d161\",\"slug\":\"google-listings-and-ads\",\"id\":7623964,\"rating\":2.6,\"reviews_count\":18,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/06\\/woo-GoogleListingsAds-jworee.png\"},{\"title\":\"Product Add-Ons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Product-Add-Ons-Dark.png\",\"excerpt\":\"Offer add-ons like gift wrapping, special messages or other special options for your products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"147d0077e591e16db9d0d67daeb8c484\",\"slug\":\"woocommerce-product-addons\",\"id\":18618,\"rating\":3.2,\"reviews_count\":27,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"PayPal Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/PPCP-Tile-PayPal-Logo-and-Cart-Art-2x-2-uozwz8.jpg\",\"excerpt\":\"PayPal\'s latest, all-in-one checkout solution. Securely accept PayPal Digital Payments, credit\\/debit cards and local payment methods.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paypal-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"934115ab-e3f3-4435-9580-345b1ce21899\",\"slug\":\"woocommerce-paypal-payments\",\"id\":6410731,\"rating\":3.2,\"reviews_count\":74,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/woo-PayPal-nlioum.png\"},{\"title\":\"ShipStation Integration\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Shipstation-Dark.png\",\"excerpt\":\"Fulfill all your Woo orders (and wherever else you sell) quickly and easily using ShipStation. Try it free for 30 days today!\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipstation-integration\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"9de8640767ba64237808ed7f245a49bb\",\"slug\":\"woocommerce-shipstation-integration\",\"id\":18734,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/woo-Shipstation-xqap96.png\"},{\"title\":\"USPS Shipping Method\",\"image\":\"\",\"excerpt\":\"Get shipping rates from the USPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/usps-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"83d1524e8f5f1913e58889f83d442c32\",\"slug\":\"woocommerce-shipping-usps\",\"id\":18657,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-USPS-yhn1rb.png\"},{\"title\":\"PayFast Payment Gateway\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Payfast-Dark-1.png\",\"excerpt\":\"Take payments on your WooCommerce store via PayFast (redirect method).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/payfast-payment-gateway\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"557bf07293ad916f20c207c6c9cd15ff\",\"slug\":\"woocommerce-payfast-gateway\",\"id\":18596,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/09\\/woo-Payfast-murskg.png\"},{\"title\":\"UPS Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/UPS-Shipping-Method-Dark.png\",\"excerpt\":\"Get shipping rates from the UPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ups-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"8dae58502913bac0fbcdcaba515ea998\",\"slug\":\"woocommerce-shipping-ups\",\"id\":18665,\"rating\":3.3,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-UPS-1.png\"},{\"title\":\"Shipment Tracking\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Ship-Tracking-Dark-1.png\",\"excerpt\":\"Add shipment tracking information to your orders.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipment-tracking\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"1968e199038a8a001c9f9966fd06bf88\",\"slug\":\"woocommerce-shipment-tracking\",\"id\":18693,\"rating\":3.3,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Ai Powered Marketing\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/02\\/GA-for-Woo-Logo-374x192px-qu3duk.png\",\"excerpt\":\"Harness your potential and get in front of ideal customers on Google, Facebook, and the Open Web. Reach beyond your competition, and unleash the power of your brand with Kliken.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-ads-and-marketing\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"bf66e173-a220-4da7-9512-b5728c20fc16\",\"slug\":\"kliken-marketing-for-google\",\"id\":3866145,\"rating\":4.3,\"reviews_count\":110,\"vendor_name\":\"Kliken\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/kliken\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/02\\/Kliken-Woo-Logo-1.png\"},{\"title\":\"WooCommerce Bookings\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Bookings-Dark.png\",\"excerpt\":\"Allow customers to book appointments, make reservations or rent equipment without leaving your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-bookings\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/hotel\\/\",\"price\":\"&#36;249.00\",\"hash\":\"911c438934af094c2b38d5560b9f50f3\",\"slug\":\"WooCommerce Bookings\",\"id\":390890,\"rating\":2.5,\"reviews_count\":28,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Checkout Field Editor\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Checkout-Field-Editor-Dark.png\",\"excerpt\":\"Optimize your checkout process by adding, removing or editing fields to suit your needs.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-checkout-field-editor\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"2b8029f0d7cdd1118f4d843eb3ab43ff\",\"slug\":\"woocommerce-checkout-field-editor\",\"id\":184594,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Table Rate Shipping\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Product-Table-Rate-Shipping-Dark.png\",\"excerpt\":\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/table-rate-shipping\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;99.00\",\"hash\":\"3034ed8aff427b0f635fe4c86bbf008a\",\"slug\":\"woocommerce-table-rate-shipping\",\"id\":18718,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Blocks\",\"image\":\"\",\"excerpt\":\"WooCommerce Blocks offers a range of Gutenberg blocks you can use to build and customise your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gutenberg-products-block\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"c2e9f13a-f90c-4ffe-a8a5-b432399ec263\",\"slug\":\"woo-gutenberg-products-block\",\"id\":3076677,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Min\\/Max Quantities\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Min-Max-Qua-Dark.png\",\"excerpt\":\"Minimum and maximum quantity rules for products, orders and categories.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/minmax-quantities\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"2b5188d90baecfb781a5aa2d6abb900a\",\"slug\":\"woocommerce-min-max-quantities\",\"id\":18616,\"rating\":3.8,\"reviews_count\":10,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Australia Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/australia-post.gif\",\"excerpt\":\"Get shipping rates for your WooCommerce store from the Australia Post API, which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/australia-post-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"1dbd4dc6bd91a9cda1bd6b9e7a5e4f43\",\"slug\":\"woocommerce-shipping-australia-post\",\"id\":18622,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-AustraliaPost.png\"},{\"title\":\"Canada Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/canada-post.png\",\"excerpt\":\"Get shipping rates from the Canada Post Ratings API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/canada-post-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"ac029cdf3daba20b20c7b9be7dc00e0e\",\"slug\":\"woocommerce-shipping-canada-post\",\"id\":18623,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-CanadaPost-fjlcfq.png\"},{\"title\":\"Royal Mail\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/royalmail.png\",\"excerpt\":\"Offer Royal Mail shipping rates to your customers\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/royal-mail\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"03839cca1a16c4488fcb669aeb91a056\",\"slug\":\"woocommerce-shipping-royalmail\",\"id\":182719,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/woo-RoyalMail-sd9zwy.png\"},{\"title\":\"FedEx Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/FedEx_Logo_Wallpaper.jpeg\",\"excerpt\":\"Get shipping rates from the FedEx API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/fedex-shipping-module\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"1a48b598b47a81559baadef15e320f64\",\"slug\":\"woocommerce-shipping-fedex\",\"id\":18620,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-FedEx-auxjb7.png\"},{\"title\":\"Product CSV Import Suite\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Product-CSV-Import-Dark.png\",\"excerpt\":\"Import, merge, and export products and variations to and from WooCommerce using a CSV file.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-csv-import-suite\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"7ac9b00a1fe980fb61d28ab54d167d0d\",\"slug\":\"woocommerce-product-csv-import-suite\",\"id\":18680,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Follow-Ups\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Follow-Ups-Dark.png\",\"excerpt\":\"Automatically contact customers after purchase - be it everyone, your most loyal or your biggest spenders - and keep your store top-of-mind.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/follow-up-emails\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;99.00\",\"hash\":\"05ece68fe94558e65278fe54d9ec84d2\",\"slug\":\"woocommerce-follow-up-emails\",\"id\":18686,\"rating\":3.1,\"reviews_count\":10,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Product Bundles\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/07\\/logo-pb-lzevsq.png\",\"excerpt\":\"Offer personalized product bundles, bulk discount packages, and assembled\\u00a0products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-bundles\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"aa2518b5-ab19-4b75-bde9-60ca51e20f28\",\"slug\":\"woocommerce-product-bundles\",\"id\":18716,\"rating\":4.9,\"reviews_count\":121,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"AutomateWoo\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-AutomateWoo-Dark-1.png\",\"excerpt\":\"Powerful marketing automation for WooCommerce. AutomateWoo has the tools you need to grow your store and make more money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/automatewoo\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;99.00\",\"hash\":\"ba9299b8-1dba-4aa0-a313-28bc1755cb88\",\"slug\":\"automatewoo\",\"id\":4652610,\"rating\":4,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/10\\/woo-AutomateWoo-m4jpva.png\"},{\"title\":\"WooCommerce Memberships\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/Thumbnail-Memberships-updated.png\",\"excerpt\":\"Power your membership association, online magazine, elearning sites, and more with access control to content\\/products and member discounts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-memberships\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;199.00\",\"hash\":\"9288e7609ad0b487b81ef6232efa5cfc\",\"slug\":\"woocommerce-memberships\",\"id\":958589,\"rating\":4.4,\"reviews_count\":85,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Xero\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/woocommerce-xero-integration-sdth2k.jpg\",\"excerpt\":\"Save time with automated sync between WooCommerce and your Xero account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/xero\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"f0dd29d338d3c67cf6cee88eddf6869b\",\"slug\":\"woocommerce-xero\",\"id\":18733,\"rating\":2.7,\"reviews_count\":10,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/woo-Xero-4ovyoc.png\"},{\"title\":\"WooCommerce Accommodation Bookings\",\"image\":\"\",\"excerpt\":\"Book accommodation using WooCommerce and the WooCommerce Bookings extension.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-accommodation-bookings\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"99b2a7a4af90b6cefd2a733b3b1f78e7\",\"slug\":\"woocommerce-accommodation-bookings\",\"id\":1412069,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Product Vendors\",\"image\":\"\",\"excerpt\":\"Turn your store into a multi-vendor marketplace\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-vendors\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"a97d99fccd651bbdd728f4d67d492c31\",\"slug\":\"woocommerce-product-vendors\",\"id\":219982,\"rating\":2.9,\"reviews_count\":17,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Brands\",\"image\":\"\",\"excerpt\":\"Create, assign and list brands for products, and allow customers to view by brand.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/brands\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"8a88c7cbd2f1e73636c331c7a86f818c\",\"slug\":\"woocommerce-brands\",\"id\":18737,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Braintree for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/braintree-black-copy.png\",\"excerpt\":\"Accept PayPal, credit cards and debit cards with a single payment gateway solution \\u2014 PayPal Powered by Braintree.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-paypal-powered-by-braintree\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"27f010c8e34ca65b205ddec88ad14536\",\"slug\":\"woocommerce-gateway-paypal-powered-by-braintree\",\"id\":1489837,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/woo-Braintree-wrweyl.png\"},{\"title\":\"Advanced Notifications\",\"image\":\"\",\"excerpt\":\"Easily setup \\\"new order\\\" and stock email notifications for multiple recipients of your choosing.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/advanced-notifications\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"112372c44b002fea2640bd6bfafbca27\",\"slug\":\"woocommerce-advanced-notifications\",\"id\":18740,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Points and Rewards\",\"image\":\"\",\"excerpt\":\"Reward your customers for purchases and other actions with points which can be redeemed for discounts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-points-and-rewards\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"1649b6cca5da8b923b01ca56b5cdd246\",\"slug\":\"woocommerce-points-and-rewards\",\"id\":210259,\"rating\":2.8,\"reviews_count\":12,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Pre-Orders\",\"image\":\"\",\"excerpt\":\"Allow customers to order products before they are available.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-pre-orders\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"b2dc75e7d55e6f5bbfaccb59830f66b7\",\"slug\":\"woocommerce-pre-orders\",\"id\":178477,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Omnichannel for WooCommerce: Google, Amazon, eBay &amp; Walmart Integration\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/10\\/Woo-Extension-Store-Logo-v3.png\",\"excerpt\":\"Get the official Google, Amazon, eBay and Walmart extension and create, sync and manage multichannel listings directly from WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/amazon-ebay-integration\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"e4000666-9275-4c71-8619-be61fb41c9f9\",\"slug\":\"woocommerce-amazon-ebay-integration\",\"id\":3545890,\"rating\":3,\"reviews_count\":39,\"vendor_name\":\"Codisto\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/codisto\\/\",\"icon\":null},{\"title\":\"WooCommerce Additional Variation Images\",\"image\":\"\",\"excerpt\":\"Add gallery images per variation on variable products within WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-additional-variation-images\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/storefront\\/product\\/woo-single-1\\/\",\"price\":\"&#36;49.00\",\"hash\":\"c61dd6de57dcecb32bd7358866de4539\",\"slug\":\"woocommerce-additional-variation-images\",\"id\":477384,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce AvaTax\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/Thumbnail-Avalara-updated.png\",\"excerpt\":\"Get 100% accurate sales tax calculations and on-time tax filing. No more tracking sales tax rates and rules.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-avatax\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"57077a4b28ba71cacf692bcf4a1a7f60\",\"slug\":\"woocommerce-avatax\",\"id\":1389326,\"rating\":3.3,\"reviews_count\":14,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"WooCommerce Deposits\",\"image\":\"\",\"excerpt\":\"Enable customers to pay for products using a deposit or a payment plan.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-deposits\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;179.00\",\"hash\":\"de192a6cf12c4fd803248da5db700762\",\"slug\":\"woocommerce-deposits\",\"id\":977087,\"rating\":1.7,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Subscription Downloads\",\"image\":\"\",\"excerpt\":\"Offer additional downloads to your subscribers, via downloadable products listed in your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscription-downloads\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"5be9e21c13953253e4406d2a700382ec\",\"slug\":\"woocommerce-subscription-downloads\",\"id\":420458,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Authorize.Net\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/Thumbnail-Authorize.net-updated.png\",\"excerpt\":\"Authorize.Net gateway with support for pre-orders and subscriptions.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/authorize-net\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"8b61524fe53add7fdd1a8d1b00b9327d\",\"slug\":\"woocommerce-gateway-authorize-net-cim\",\"id\":178481,\"rating\":4.4,\"reviews_count\":49,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Amazon S3 Storage\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/amazon.png\",\"excerpt\":\"Serve digital products via Amazon S3\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/amazon-s3-storage\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"473bf6f221b865eff165c97881b473bb\",\"slug\":\"woocommerce-amazon-s3-storage\",\"id\":18663,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/amazon-s3-storage-icon.png\"},{\"title\":\"Shipping Multiple Addresses\",\"image\":\"\",\"excerpt\":\"Allow your customers to ship individual items in a single order to multiple addresses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping-multiple-addresses\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"aa0eb6f777846d329952d5b891d6f8cc\",\"slug\":\"woocommerce-shipping-multiple-addresses\",\"id\":18741,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Bulk Stock Management\",\"image\":\"\",\"excerpt\":\"Edit product and variation stock levels in bulk via this handy interface\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bulk-stock-management\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"02f4328d52f324ebe06a78eaaae7934f\",\"slug\":\"woocommerce-bulk-stock-management\",\"id\":18670,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Force Sells\",\"image\":\"\",\"excerpt\":\"Force products to be added to the cart\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/force-sells\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"3ebddfc491ca168a4ea4800b893302b0\",\"slug\":\"woocommerce-force-sells\",\"id\":18678,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/05\\/force-sells-icon.png\"},{\"title\":\"WooCommerce Purchase Order Gateway\",\"image\":\"\",\"excerpt\":\"Receive purchase orders via your WooCommerce-powered online store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-purchase-order\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"573a92318244ece5facb449d63e74874\",\"slug\":\"woocommerce-gateway-purchase-order\",\"id\":478542,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Quick View\",\"image\":\"\",\"excerpt\":\"Show a quick-view button to view product details and add to cart via lightbox popup\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-quick-view\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"619c6e57ce72c49c4b57e15b06eddb65\",\"slug\":\"woocommerce-quick-view\",\"id\":187509,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/05\\/quick-view-icon.png\"},{\"title\":\"LiveChat for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/11\\/LC_woo_regular-zmiaym.png\",\"excerpt\":\"Live Chat and messaging platform for sales and support -- increase average order value and overall sales through live conversations.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/livechat\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.livechat.com\\/livechat-for-ecommerce\\/?a=woocommerce&amp;utm_source=woocommerce.com&amp;utm_medium=integration&amp;utm_campaign=woocommerce.com\",\"price\":\"&#36;0.00\",\"hash\":\"5344cc1f-ed4a-4d00-beff-9d67f6d372f3\",\"slug\":\"livechat-woocommerce\",\"id\":1348888,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Live Chat\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/live-chat\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/11\\/LiveChat.png\"},{\"title\":\"Storefront Homepage Contact Section\",\"image\":\"\",\"excerpt\":\"Add a Contact section to the Storefront homepage.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-homepage-contact-section\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"cb12b87f8bbb0139dafbf92ca1f871ef\",\"slug\":\"storefront-homepage-contact-section\",\"id\":1468793,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/woo-Storefront-ipreuh.png\"},{\"title\":\"WooCommerce Box Office\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-BO-Dark.png\",\"excerpt\":\"Sell tickets for your next event, concert, function, fundraiser or conference directly on your own site\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-box-office\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"e704c9160de318216a8fa657404b9131\",\"slug\":\"woocommerce-box-office\",\"id\":1628717,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Returns and Warranty Requests\",\"image\":\"\",\"excerpt\":\"Manage the RMA process, add warranties to products &amp; let customers request &amp; manage returns \\/ exchanges from their account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/warranty-requests\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"9b4c41102e6b61ea5f558e16f9b63e25\",\"slug\":\"woocommerce-warranty\",\"id\":228315,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Order Barcodes\",\"image\":\"\",\"excerpt\":\"Generates a unique barcode for each order on your site - perfect for e-tickets, packing slips, reservations and a variety of other uses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-barcodes\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"889835bb29ee3400923653e1e44a3779\",\"slug\":\"woocommerce-order-barcodes\",\"id\":391708,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Bookings Availability\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Bookings-Aval-Dark.png\",\"excerpt\":\"Sell more bookings by presenting a calendar or schedule of available slots in a page or post.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bookings-availability\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"30770d2a-e392-4e82-baaa-76cfc7d02ae3\",\"slug\":\"woocommerce-bookings-availability\",\"id\":4228225,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce 360\\u00ba Image\",\"image\":\"\",\"excerpt\":\"An easy way to add a dynamic, controllable 360\\u00ba image rotation to your WooCommerce site, by adding a group of images to a product\\u2019s gallery.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-360-image\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"24eb2cfa3738a66bf3b2587876668cd2\",\"slug\":\"woocommerce-360-image\",\"id\":512186,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/360-image-icon.png\"},{\"title\":\"WooCommerce Photography\",\"image\":\"\",\"excerpt\":\"Sell photos in the blink of an eye using this simple as dragging &amp; dropping interface.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-photography\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"ee76e8b9daf1d97ca4d3874cc9e35687\",\"slug\":\"woocommerce-photography\",\"id\":583602,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/01\\/photography-icon.png\"},{\"title\":\"Software Add-on\",\"image\":\"\",\"excerpt\":\"Sell License Keys for Software\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/software-add-on\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"79f6dbfe1f1d3a56a86f0509b6d6b04b\",\"slug\":\"woocommerce-software-add-on\",\"id\":18683,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/05\\/software-add-on-icon.png\"},{\"title\":\"WooCommerce Products Compare\",\"image\":\"\",\"excerpt\":\"WooCommerce Products Compare will allow your potential customers to easily compare products within your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-products-compare\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"c3ba0a4a3199a0cc7a6112eb24414548\",\"slug\":\"woocommerce-products-compare\",\"id\":853117,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/04\\/products-compare-icon.png\"},{\"title\":\"WooCommerce Store Catalog PDF Download\",\"image\":\"\",\"excerpt\":\"Offer your customers a PDF download of your product catalog, generated by WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-store-catalog-pdf-download\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"79ca7aadafe706364e2d738b7c1090c4\",\"slug\":\"woocommerce-store-catalog-pdf-download\",\"id\":675790,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/03\\/store-catalog-pdf-download-icon.png\"},{\"title\":\"Storefront Footer Bar\",\"image\":\"\",\"excerpt\":\"Adds a full-width widget region above the Storefront footer widget area, which can be customized with colors and a background image.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-footer-bar\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"6cfd3d4f923cafa16e4801ae801751f4\",\"slug\":\"storefront-footer-bar\",\"id\":1434472,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/woo-Storefront-ipreuh.png\"},{\"title\":\"TaxJar\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/taxjar-logotype.png\",\"excerpt\":\"Automate sales tax compliance for your multi-channel e-commerce business. Accurate sales tax calculations, data aggregation, quality reporting, and filing for your WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/taxjar\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"12072d8e-e933-4561-97b1-9db3c7eeed91\",\"slug\":\"taxjar-simplified-taxes-for-woocommerce\",\"id\":514914,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"TaxJar\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/taxjar\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/TaxJar.png\"},{\"title\":\"WooCommerce Zapier\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/09\\/zapier-logo-1.png\",\"excerpt\":\"Integrate your WooCommerce store with 5000+ cloud apps and services today. Trusted by 11,000+ users.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-zapier\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;59.00\",\"hash\":\"0782bdbe932c00f4978850268c6cfe40\",\"slug\":\"woocommerce-zapier\",\"id\":243589,\"rating\":4.4,\"reviews_count\":43,\"vendor_name\":\"OM4\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/om4\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/09\\/zapier-icon-80px@2x.png\"},{\"title\":\"Smart Coupons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/wc-product-smart-coupons.png\",\"excerpt\":\"Everything you need for gift cards, discounts, coupons, store credits, BOGO deals, product giveaways, offers, and promotions. Smart Coupons is the original, most complete, best selling and most advanced WooCommerce coupons plugin.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/smart-coupons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"http:\\/\\/demo.storeapps.org\\/?demo=sc\",\"price\":\"&#36;99.00\",\"hash\":\"05c45f2aa466106a466de4402fff9dde\",\"slug\":\"woocommerce-smart-coupons\",\"id\":18729,\"rating\":4.4,\"reviews_count\":141,\"vendor_name\":\"StoreApps\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/storeapps\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/wc-icon-smart-coupons-160-p8fwgu.png\"},{\"title\":\"WooCommerce Customer \\/ Order \\/ Coupon Export\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/Thumbnail-Customer-Order-Coupon-Export-updated.png\",\"excerpt\":\"Export customers, orders, and coupons from WooCommerce manually or on an automated schedule.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ordercustomer-csv-export\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"914de15813a903c767b55445608bf290\",\"slug\":\"woocommerce-customer-order-csv-export\",\"id\":18652,\"rating\":4.5,\"reviews_count\":31,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Name Your Price\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/nyp-icon-dark-v83owf.png\",\"excerpt\":\"Allow customers to define the product price. Also useful for accepting user-set donations.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/name-your-price\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"31b4e11696cd99a3c0572975a84f1c08\",\"slug\":\"woocommerce-name-your-price\",\"id\":18738,\"rating\":5,\"reviews_count\":60,\"vendor_name\":\"Backcourt Development\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/backcourt-development\\/\",\"icon\":null},{\"title\":\"Google Product Feed\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/11\\/logo-regular-lscryp.png\",\"excerpt\":\"Feed rich product data to Google Merchant Center for setting up free product listings, product ads, and local inventory campaigns. Full control over your field mappings, and feed content so you can maximize campaign performance and ad spend.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-product-feed\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"d55b4f852872025741312839f142447e\",\"slug\":\"woocommerce-product-feeds\",\"id\":18619,\"rating\":4.3,\"reviews_count\":48,\"vendor_name\":\"Ademti Software\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/ademti-software\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/11\\/product-icon-omiutq.png\"},{\"title\":\"Storefront Reviews\",\"image\":\"\",\"excerpt\":\"Reviews can often be the deciding factor when making a purchase online. Highlight your best reviews on your homepage, or across your site with Storefront Reviews.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-reviews\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/storefront\\/reviews\\/\",\"price\":\"&#36;19.00\",\"hash\":\"0c8a1d86b8eff9f1edffa923aeb3fc1f\",\"slug\":\"storefront-reviews\",\"id\":1044976,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/woo-Storefront-ipreuh.png\"},{\"title\":\"Dynamic Pricing\",\"image\":\"\",\"excerpt\":\"Bulk discounts, role-based pricing and much more\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/dynamic-pricing\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"9a41775bb33843f52c93c922b0053986\",\"slug\":\"woocommerce-dynamic-pricing\",\"id\":18643,\"rating\":3.2,\"reviews_count\":30,\"vendor_name\":\"Element Stark\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/element-stark\\/\",\"icon\":null},{\"title\":\"WooCommerce Print Invoices and Packing Lists\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/03\\/Thumbnail-Print-Invoices-Packing-lists-updated.png\",\"excerpt\":\"Generate invoices, packing slips, and pick lists for your WooCommerce orders.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/print-invoices-packing-lists\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"465de1126817cdfb42d97ebca7eea717\",\"slug\":\"woocommerce-pip\",\"id\":18666,\"rating\":4.4,\"reviews_count\":29,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Klarna Checkout\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/Partner_marketing_Klarna_Checkout_Black-1.png\",\"excerpt\":\"Klarna Checkout is a full checkout experience embedded on your site that includes all popular payment methods (Pay Now, Pay Later, Financing, Installments).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/klarna-checkout\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.krokedil.se\\/klarnacheckout\\/\",\"price\":\"&#36;0.00\",\"hash\":\"90f8ce584e785fcd8c2d739fd4f40d78\",\"slug\":\"klarna-checkout-for-woocommerce\",\"id\":2754152,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Krokedil\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/krokedil\\/\",\"icon\":null},{\"title\":\"Sensei LMS Course Progress\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-course-progress.png\",\"excerpt\":\"Enable your students to easily see their progress and pick up where they left off in a course.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-course-progress\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"ec0f55d8fa7c517dc1844f5c873a77da\",\"slug\":\"sensei-course-progress\",\"id\":435833,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":null},{\"title\":\"Composite Products\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/06\\/logo-cp-ey7bzs.png\",\"excerpt\":\"Create product kit builders and custom product configurators using existing products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/composite-products\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;99.00\",\"hash\":\"0343e0115bbcb97ccd98442b8326a0af\",\"slug\":\"woocommerce-composite-products\",\"id\":216836,\"rating\":4.9,\"reviews_count\":100,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Sensei LMS Certificates\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-certificates.png\",\"excerpt\":\"Award your students with a certificate of completion and a sense of accomplishment after finishing a course.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-certificates\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"625ee5fe1bf36b4c741ab07507ba2ffd\",\"slug\":\"sensei-certificates\",\"id\":247548,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":null},{\"title\":\"Gravity Forms Product Add-ons\",\"image\":\"\",\"excerpt\":\"Powerful product add-ons, Gravity style\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/gravity-forms-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.elementstark.com\\/woocommerce-extension-demos\\/product-category\\/gravity-forms\\/\",\"price\":\"&#36;99.00\",\"hash\":\"a6ac0ab1a1536e3a357ccf24c0650ed0\",\"slug\":\"woocommerce-gravityforms-product-addons\",\"id\":18633,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Element Stark\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/element-stark\\/\",\"icon\":null},{\"title\":\"Eway\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/10\\/51456-Eway-logo-tagline-RGB-H-yellow-_-grey.png\",\"excerpt\":\"Take credit card payments securely via Eway (SG, MY, HK, AU, and NZ) keeping customers on your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/eway\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"2c497769d98d025e0d340cd0b5ea5da1\",\"slug\":\"woocommerce-gateway-eway\",\"id\":18604,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/10\\/woo-eway-0klzux.png\"},{\"title\":\"Pinterest for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/10\\/Marketplace_card_Pinterest.png\",\"excerpt\":\"Get your products in front of Pinterest users searching for ideas and things to buy. Connect your WooCommerce store to make your entire catalog browsable.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/pinterest-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"29785cce-92ef-4b3a-8bd7-979bc688fd47\",\"slug\":\"pinterest-for-woocommerce\",\"id\":8688768,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/10\\/icon@2x-pe5lqg.png\"},{\"title\":\"Trustpilot Reviews\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/06\\/Trustpilot_brandmark_gr-blk_RGB-2-1-px9shb.png\",\"excerpt\":\"Collect and showcase verified reviews that consumers trust.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/trustpilot-reviews\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"cbbd9b5e-b226-492c-a87e-cb21743ed8bf\",\"slug\":\"trustpilot-reviews\",\"id\":8173894,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Trustpilot\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/trustpilot\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/Woo-Trustpilot-zgsdbl.png\"},{\"title\":\"Sensei Pro (WC Paid Courses)\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/01\\/Sensei-Pro.png\",\"excerpt\":\"Sell your online courses using Sensei LMS with WooCommerce \\u2014 complete learning management with quizzes, certificates, content drip, and more.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paid-courses\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;149.00\",\"hash\":\"bad2a02a063555b7e2bee59924690763\",\"slug\":\"woothemes-sensei\",\"id\":152116,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/01\\/SenseiProWooIcon-aut8wu.png\"},{\"title\":\"Conditional Shipping and Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/03\\/logo-csp-aqfm98.png\",\"excerpt\":\"Use conditional logic to restrict the shipping and payment options available on your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/conditional-shipping-and-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"1f56ff002fa830b77017b0107505211a\",\"slug\":\"woocommerce-conditional-shipping-and-payments\",\"id\":680253,\"rating\":4.7,\"reviews_count\":43,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"QuickBooks Sync for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/04\\/woocommerce-com-logo-1-hyhzbh.png\",\"excerpt\":\"The most customizable and robust integration to keep your data in sync for orders, customers, products, inventory and more between WooCommerce and QuickBooks (Online, Desktop, or POS).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/quickbooks-sync-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"c5e32e20-7c1f-4585-8b15-d930c2d842ac\",\"slug\":\"myworks-woo-sync-for-quickbooks-online\",\"id\":4065824,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"MyWorks Software\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/myworks-software\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/04\\/qb_thumb.png\"},{\"title\":\"WooCommerce Order Status Manager\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/02\\/Thumbnail-Order-Status-Manager-updated.png\",\"excerpt\":\"Create, edit, and delete completely custom order statuses and integrate them seamlessly into your order management flow.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-status-manager\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"51fd9ab45394b4cad5a0ebf58d012342\",\"slug\":\"woocommerce-order-status-manager\",\"id\":588398,\"rating\":4.4,\"reviews_count\":14,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Sensei LMS Media Attachments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-media-attachments.png\",\"excerpt\":\"Provide your students with easy access to additional learning materials, from audio files to slideshows and PDFs.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-media-attachments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"788647a9a1d8ef5c95371f0e69223a0f\",\"slug\":\"sensei-media-attachments\",\"id\":290551,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":null},{\"title\":\"Klarna Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/Partner_marketing_Klarna_Payments_Pink.png\",\"excerpt\":\"With Klarna Payments\\u00a0you can choose the payment that you want, Pay Now, Pay Later or Slice It. No credit card numbers, no passwords, no worries.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/klarna-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.krokedil.se\\/klarnapayments\\/\",\"price\":\"&#36;0.00\",\"hash\":\"a19c689325bc8ea63c620765dd54b33a\",\"slug\":\"klarna-payments-for-woocommerce\",\"id\":2754217,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Krokedil\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/krokedil\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/Klarna.png\"},{\"title\":\"TikTok for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2022\\/04\\/TTFB_logo__4C_horizontal_black.png?w=620\",\"excerpt\":\"TikTok is offering eligible merchants $200 in TikTok ad credit (terms &amp; conditions apply). Create advertising campaigns and reach one billion global users with TikTok for WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/tiktok-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"a6f95b36-133e-443e-8e31-6e7a67eb597c\",\"slug\":\"tiktok-for-woocommerce\",\"id\":18734000336353,\"rating\":3.5,\"reviews_count\":13,\"vendor_name\":\"TikTok for Business\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/tiktok-for-business\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2022\\/04\\/tt2.jpg\"},{\"title\":\"WooCommerce Product Search\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/woocommerce-product-search-product-image-1870x960-1-jvsljj.png\",\"excerpt\":\"The perfect search engine helps customers to find and buy products quickly \\u2013 essential for every WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-product-search\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.itthinx.com\\/wps\\/\",\"price\":\"&#36;49.00\",\"hash\":\"c84cc8ca16ddac3408e6b6c5871133a8\",\"slug\":\"woocommerce-product-search\",\"id\":512174,\"rating\":4.4,\"reviews_count\":158,\"vendor_name\":\"itthinx\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/itthinx\\/\",\"icon\":null},{\"title\":\"Sequential Order Numbers Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/05\\/Thumbnail-Sequential-Order-Numbers-Pro-updated.png\",\"excerpt\":\"Tame your order numbers! Upgrade from Sequential Order Numbers with advanced features and with optional prefixes\\/suffixes.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sequential-order-numbers-pro\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"0b18a2816e016ba9988b93b1cd8fe766\",\"slug\":\"woocommerce-sequential-order-numbers-pro\",\"id\":18688,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Catalog Visibility Options\",\"image\":\"\",\"excerpt\":\"Transform WooCommerce into an online catalog by removing eCommerce functionality\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/catalog-visibility-options\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"12e791110365fdbb5865c8658907967e\",\"slug\":\"woocommerce-catalog-visibility-options\",\"id\":18648,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Element Stark\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/element-stark\\/\",\"icon\":null},{\"title\":\"WooCommerce One Page Checkout\",\"image\":\"\",\"excerpt\":\"Create special pages where customers can choose products, checkout &amp; pay all on the one page.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-one-page-checkout\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"c9ba8f8352cd71b5508af5161268619a\",\"slug\":\"woocommerce-one-page-checkout\",\"id\":527886,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Google Analytics Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/Thumbnail-GAPro-updated.png\",\"excerpt\":\"Add advanced event tracking and enhanced eCommerce tracking to your WooCommerce site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-google-analytics-pro\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"d8aed8b7306b509eec1589e59abe319f\",\"slug\":\"woocommerce-google-analytics-pro\",\"id\":1312497,\"rating\":3.7,\"reviews_count\":25,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"WooCommerce Checkout Add-Ons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/07\\/Thumbnail-Checkout-Add-Ons-updated.png\",\"excerpt\":\"Highlight relevant products, offers like free shipping and other up-sells during checkout.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-checkout-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"8fdca00b4000b7a8cc26371d0e470a8f\",\"slug\":\"woocommerce-checkout-add-ons\",\"id\":466854,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Viva Wallet Standard Checkout\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/04\\/Viva-Wallet-logo.png?w=374\",\"excerpt\":\"Integrate the Viva Wallet payment gateway with your WooCommerce store to process and sync your payments and help you sell more.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/viva-wallet-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"7240a329-047f-4d8b-b7ec-ee3defd798bd\",\"slug\":\"viva-wallet-for-woocommerce\",\"id\":6137160,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Viva Wallet\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/viva-wallet\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/07\\/Viva-Wallet.png\"},{\"title\":\"HubSpot for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/04\\/hubspotlogo-web-color-pxebeq.png\",\"excerpt\":\"Connect your WooCommerce store to HubSpot. Sync, automate &amp; analyze data with HubSpot WooCommerce Integration\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/hubspot-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"e50acec8-3a6c-454c-8562-2da4898fa6c1\",\"slug\":\"hubspot-for-woocommerce\",\"id\":5785079,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"MakeWebBetter\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/makewebbetter\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/04\\/woo-HubSpot.png\"},{\"title\":\"Coupon Shortcodes\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/09\\/woocommerce-coupon-shortcodes-product-image-1870x960-1-vc5gux.png\",\"excerpt\":\"Show coupon discount info using shortcodes. Allows to render coupon information and content conditionally, based on the validity of coupons.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/coupon-shortcodes\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"ac5d9d51-70b2-4d8f-8b89-24200eea1394\",\"slug\":\"woocommerce-coupon-shortcodes\",\"id\":244762,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"itthinx\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/itthinx\\/\",\"icon\":null},{\"title\":\"reCaptcha for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/02\\/WooCommerce-reCpatcha.png?w=150&amp;h=150&amp;crop=1\",\"excerpt\":\"Protect your eCommerce store from malicious and automated attacks by using reCaptcha for WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/recaptcha-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.i13websolution.com\\/wp-test\\/\",\"price\":\"&#36;29.00\",\"hash\":\"c9793ede-aadc-484f-8c5a-1a0776604ce6\",\"slug\":\"recaptcha-for-woocommerce\",\"id\":5347485,\"rating\":4.6,\"reviews_count\":16,\"vendor_name\":\"I13 Web Solution\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/i13-web-solution\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/02\\/reCaptcha-For-WooCOmmerce-logo-164x164-2.png\"}]}\";s:8:\"response\";a:2:{s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";}s:7:\"cookies\";a:0:{}s:8:\"filename\";N;s:13:\"http_response\";O:25:\"WP_HTTP_Requests_Response\":5:{s:11:\"\0*\0response\";O:17:\"Requests_Response\":10:{s:4:\"body\";s:71056:\"{\"products\":[{\"title\":\"WooCommerce Google Analytics\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/GA-Dark.png\",\"excerpt\":\"Understand your customers and increase revenue with world\\u2019s leading analytics platform - integrated with WooCommerce for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-google-analytics\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"2d21f7de14dfb8e9885a4622be701ddf\",\"slug\":\"woocommerce-google-analytics-integration\",\"id\":1442927,\"rating\":4.4,\"reviews_count\":13,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/woo-Google_Analytics-fvsrvf.png\"},{\"title\":\"WooCommerce Tax\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Tax-Dark.png\",\"excerpt\":\"Automatically calculate how much sales tax should be collected for WooCommerce orders - by city, country, or state - at checkout.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/tax\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-services\",\"id\":3220291,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Stripe\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Stripe-Dark-1.png\",\"excerpt\":\"Accept all major debit and credit cards as well as local payment methods with Stripe.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/stripe\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"50bb7a985c691bb943a9da4d2c8b5efd\",\"slug\":\"woocommerce-gateway-stripe\",\"id\":18627,\"rating\":4.5,\"reviews_count\":22,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/12\\/stripe-app-icon-7m1xi7.png\"},{\"title\":\"Mailchimp for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/09\\/logo-mailchimp-dark-v2.png\",\"excerpt\":\"Increase traffic, drive repeat purchases, and personalize your marketing when you connect to Mailchimp.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/mailchimp-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"b4481616ebece8b1ff68fc59b90c1a91\",\"slug\":\"mailchimp-for-woocommerce\",\"id\":2545166,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Mailchimp\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/mailchimp\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/09\\/Mailchimp.png\"},{\"title\":\"Jetpack\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/11\\/Jetpack-1-m5mwyg.png\",\"excerpt\":\"Security, performance, and marketing tools made for WooCommerce stores by the WordPress experts. Get started with basic security and speed tools for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/jetpack\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"d5bfef9700b62b2b132c74c74c3193eb\",\"slug\":\"jetpack\",\"id\":2725249,\"rating\":4.6,\"reviews_count\":10,\"vendor_name\":\"Jetpack\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/jetpack\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/02\\/jetpack-logo--80sgtq.png\"},{\"title\":\"Facebook for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Facebook-Dark.png\",\"excerpt\":\"Get the Official Facebook for WooCommerce plugin to reach your customers across Facebook, Instagram, Messenger and WhatsApp.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/facebook\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"0ea4fe4c2d7ca6338f8a322fb3e4e187\",\"slug\":\"facebook-for-woocommerce\",\"id\":2127297,\"rating\":2,\"reviews_count\":60,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/04\\/fb-woodotcom.png\"},{\"title\":\"WooCommerce Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Pay-Dark.png\",\"excerpt\":\"The only payment solution fully integrated to Woo. Accept credit\\/debit cards &amp; local payment options with no setup or monthly fees.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"8c6319ca-8f41-4e69-be63-6b15ee37773b\",\"slug\":\"woocommerce-payments\",\"id\":5278104,\"rating\":4.4,\"reviews_count\":17,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/02\\/woo-WooCommerce_Payments-mtulxp.png\"},{\"title\":\"Square for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Square-Dark.png\",\"excerpt\":\"Accepting payments is easy with Square. Clear rates, fast deposits (1-2 business days). Sell online and in person, and sync all payments, items and inventory.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/square\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"e907be8b86d7df0c8f8e0d0020b52638\",\"slug\":\"woocommerce-square\",\"id\":1770503,\"rating\":3.2,\"reviews_count\":84,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/07\\/woo-Square-u8km15.png\"},{\"title\":\"Amazon Pay\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Amazon-Pay-Dark.png\",\"excerpt\":\"Amazon Pay is embedded in your WooCommerce store. Transactions take place via\\u00a0Amazon widgets, so the buyer never leaves your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/pay-with-amazon\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"9865e043bbbe4f8c9735af31cb509b53\",\"slug\":\"woocommerce-gateway-amazon-payments-advanced\",\"id\":238816,\"rating\":3.2,\"reviews_count\":26,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/08\\/woo-Amazon_Pay-8lvfuy.png\"},{\"title\":\"WooCommerce Shipping\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Ship-Dark-1.png\",\"excerpt\":\"Print USPS and DHL labels right from your WooCommerce dashboard and instantly save up to 90%. WooCommerce Shipping is free to use and saves you time and money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-services\",\"id\":2165910,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/06\\/WooCommerce-icon-160x160-1.webp\"},{\"title\":\"WooCommerce Subscriptions\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Subscriptions-Dark.png\",\"excerpt\":\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscriptions\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;199.00\",\"hash\":\"6115e6d7e297b623a169fdcf5728b224\",\"slug\":\"woocommerce-subscriptions\",\"id\":27147,\"rating\":3.4,\"reviews_count\":58,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Google Listings &amp; Ads\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/06\\/Marketplace_card_Google.png\",\"excerpt\":\"Reach millions of engaged shoppers across Google with free product listings and ads. Built in partnership with Google.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-listings-and-ads\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"118f4d86-f126-4c3a-8525-644e3170d161\",\"slug\":\"google-listings-and-ads\",\"id\":7623964,\"rating\":2.6,\"reviews_count\":18,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/06\\/woo-GoogleListingsAds-jworee.png\"},{\"title\":\"Product Add-Ons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Product-Add-Ons-Dark.png\",\"excerpt\":\"Offer add-ons like gift wrapping, special messages or other special options for your products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"147d0077e591e16db9d0d67daeb8c484\",\"slug\":\"woocommerce-product-addons\",\"id\":18618,\"rating\":3.2,\"reviews_count\":27,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"PayPal Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/PPCP-Tile-PayPal-Logo-and-Cart-Art-2x-2-uozwz8.jpg\",\"excerpt\":\"PayPal\'s latest, all-in-one checkout solution. Securely accept PayPal Digital Payments, credit\\/debit cards and local payment methods.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paypal-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"934115ab-e3f3-4435-9580-345b1ce21899\",\"slug\":\"woocommerce-paypal-payments\",\"id\":6410731,\"rating\":3.2,\"reviews_count\":74,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/woo-PayPal-nlioum.png\"},{\"title\":\"ShipStation Integration\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Shipstation-Dark.png\",\"excerpt\":\"Fulfill all your Woo orders (and wherever else you sell) quickly and easily using ShipStation. Try it free for 30 days today!\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipstation-integration\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"9de8640767ba64237808ed7f245a49bb\",\"slug\":\"woocommerce-shipstation-integration\",\"id\":18734,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/woo-Shipstation-xqap96.png\"},{\"title\":\"USPS Shipping Method\",\"image\":\"\",\"excerpt\":\"Get shipping rates from the USPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/usps-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"83d1524e8f5f1913e58889f83d442c32\",\"slug\":\"woocommerce-shipping-usps\",\"id\":18657,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-USPS-yhn1rb.png\"},{\"title\":\"PayFast Payment Gateway\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Payfast-Dark-1.png\",\"excerpt\":\"Take payments on your WooCommerce store via PayFast (redirect method).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/payfast-payment-gateway\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"557bf07293ad916f20c207c6c9cd15ff\",\"slug\":\"woocommerce-payfast-gateway\",\"id\":18596,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/09\\/woo-Payfast-murskg.png\"},{\"title\":\"UPS Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/UPS-Shipping-Method-Dark.png\",\"excerpt\":\"Get shipping rates from the UPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ups-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"8dae58502913bac0fbcdcaba515ea998\",\"slug\":\"woocommerce-shipping-ups\",\"id\":18665,\"rating\":3.3,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-UPS-1.png\"},{\"title\":\"Shipment Tracking\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Ship-Tracking-Dark-1.png\",\"excerpt\":\"Add shipment tracking information to your orders.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipment-tracking\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"1968e199038a8a001c9f9966fd06bf88\",\"slug\":\"woocommerce-shipment-tracking\",\"id\":18693,\"rating\":3.3,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Ai Powered Marketing\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/02\\/GA-for-Woo-Logo-374x192px-qu3duk.png\",\"excerpt\":\"Harness your potential and get in front of ideal customers on Google, Facebook, and the Open Web. Reach beyond your competition, and unleash the power of your brand with Kliken.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-ads-and-marketing\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"bf66e173-a220-4da7-9512-b5728c20fc16\",\"slug\":\"kliken-marketing-for-google\",\"id\":3866145,\"rating\":4.3,\"reviews_count\":110,\"vendor_name\":\"Kliken\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/kliken\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/02\\/Kliken-Woo-Logo-1.png\"},{\"title\":\"WooCommerce Bookings\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Bookings-Dark.png\",\"excerpt\":\"Allow customers to book appointments, make reservations or rent equipment without leaving your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-bookings\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/hotel\\/\",\"price\":\"&#36;249.00\",\"hash\":\"911c438934af094c2b38d5560b9f50f3\",\"slug\":\"WooCommerce Bookings\",\"id\":390890,\"rating\":2.5,\"reviews_count\":28,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Checkout Field Editor\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Checkout-Field-Editor-Dark.png\",\"excerpt\":\"Optimize your checkout process by adding, removing or editing fields to suit your needs.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-checkout-field-editor\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"2b8029f0d7cdd1118f4d843eb3ab43ff\",\"slug\":\"woocommerce-checkout-field-editor\",\"id\":184594,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Table Rate Shipping\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Product-Table-Rate-Shipping-Dark.png\",\"excerpt\":\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/table-rate-shipping\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;99.00\",\"hash\":\"3034ed8aff427b0f635fe4c86bbf008a\",\"slug\":\"woocommerce-table-rate-shipping\",\"id\":18718,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Blocks\",\"image\":\"\",\"excerpt\":\"WooCommerce Blocks offers a range of Gutenberg blocks you can use to build and customise your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gutenberg-products-block\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"c2e9f13a-f90c-4ffe-a8a5-b432399ec263\",\"slug\":\"woo-gutenberg-products-block\",\"id\":3076677,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Min\\/Max Quantities\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Min-Max-Qua-Dark.png\",\"excerpt\":\"Minimum and maximum quantity rules for products, orders and categories.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/minmax-quantities\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"2b5188d90baecfb781a5aa2d6abb900a\",\"slug\":\"woocommerce-min-max-quantities\",\"id\":18616,\"rating\":3.8,\"reviews_count\":10,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Australia Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/australia-post.gif\",\"excerpt\":\"Get shipping rates for your WooCommerce store from the Australia Post API, which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/australia-post-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"1dbd4dc6bd91a9cda1bd6b9e7a5e4f43\",\"slug\":\"woocommerce-shipping-australia-post\",\"id\":18622,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-AustraliaPost.png\"},{\"title\":\"Canada Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/canada-post.png\",\"excerpt\":\"Get shipping rates from the Canada Post Ratings API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/canada-post-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"ac029cdf3daba20b20c7b9be7dc00e0e\",\"slug\":\"woocommerce-shipping-canada-post\",\"id\":18623,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-CanadaPost-fjlcfq.png\"},{\"title\":\"Royal Mail\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/royalmail.png\",\"excerpt\":\"Offer Royal Mail shipping rates to your customers\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/royal-mail\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"03839cca1a16c4488fcb669aeb91a056\",\"slug\":\"woocommerce-shipping-royalmail\",\"id\":182719,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/woo-RoyalMail-sd9zwy.png\"},{\"title\":\"FedEx Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/FedEx_Logo_Wallpaper.jpeg\",\"excerpt\":\"Get shipping rates from the FedEx API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/fedex-shipping-module\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"1a48b598b47a81559baadef15e320f64\",\"slug\":\"woocommerce-shipping-fedex\",\"id\":18620,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-FedEx-auxjb7.png\"},{\"title\":\"Product CSV Import Suite\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Product-CSV-Import-Dark.png\",\"excerpt\":\"Import, merge, and export products and variations to and from WooCommerce using a CSV file.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-csv-import-suite\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"7ac9b00a1fe980fb61d28ab54d167d0d\",\"slug\":\"woocommerce-product-csv-import-suite\",\"id\":18680,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Follow-Ups\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Follow-Ups-Dark.png\",\"excerpt\":\"Automatically contact customers after purchase - be it everyone, your most loyal or your biggest spenders - and keep your store top-of-mind.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/follow-up-emails\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;99.00\",\"hash\":\"05ece68fe94558e65278fe54d9ec84d2\",\"slug\":\"woocommerce-follow-up-emails\",\"id\":18686,\"rating\":3.1,\"reviews_count\":10,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Product Bundles\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/07\\/logo-pb-lzevsq.png\",\"excerpt\":\"Offer personalized product bundles, bulk discount packages, and assembled\\u00a0products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-bundles\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"aa2518b5-ab19-4b75-bde9-60ca51e20f28\",\"slug\":\"woocommerce-product-bundles\",\"id\":18716,\"rating\":4.9,\"reviews_count\":121,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"AutomateWoo\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-AutomateWoo-Dark-1.png\",\"excerpt\":\"Powerful marketing automation for WooCommerce. AutomateWoo has the tools you need to grow your store and make more money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/automatewoo\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;99.00\",\"hash\":\"ba9299b8-1dba-4aa0-a313-28bc1755cb88\",\"slug\":\"automatewoo\",\"id\":4652610,\"rating\":4,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/10\\/woo-AutomateWoo-m4jpva.png\"},{\"title\":\"WooCommerce Memberships\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/Thumbnail-Memberships-updated.png\",\"excerpt\":\"Power your membership association, online magazine, elearning sites, and more with access control to content\\/products and member discounts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-memberships\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;199.00\",\"hash\":\"9288e7609ad0b487b81ef6232efa5cfc\",\"slug\":\"woocommerce-memberships\",\"id\":958589,\"rating\":4.4,\"reviews_count\":85,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Xero\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/woocommerce-xero-integration-sdth2k.jpg\",\"excerpt\":\"Save time with automated sync between WooCommerce and your Xero account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/xero\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"f0dd29d338d3c67cf6cee88eddf6869b\",\"slug\":\"woocommerce-xero\",\"id\":18733,\"rating\":2.7,\"reviews_count\":10,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/woo-Xero-4ovyoc.png\"},{\"title\":\"WooCommerce Accommodation Bookings\",\"image\":\"\",\"excerpt\":\"Book accommodation using WooCommerce and the WooCommerce Bookings extension.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-accommodation-bookings\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"99b2a7a4af90b6cefd2a733b3b1f78e7\",\"slug\":\"woocommerce-accommodation-bookings\",\"id\":1412069,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Product Vendors\",\"image\":\"\",\"excerpt\":\"Turn your store into a multi-vendor marketplace\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-vendors\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"a97d99fccd651bbdd728f4d67d492c31\",\"slug\":\"woocommerce-product-vendors\",\"id\":219982,\"rating\":2.9,\"reviews_count\":17,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Brands\",\"image\":\"\",\"excerpt\":\"Create, assign and list brands for products, and allow customers to view by brand.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/brands\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"8a88c7cbd2f1e73636c331c7a86f818c\",\"slug\":\"woocommerce-brands\",\"id\":18737,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Braintree for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/braintree-black-copy.png\",\"excerpt\":\"Accept PayPal, credit cards and debit cards with a single payment gateway solution \\u2014 PayPal Powered by Braintree.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-paypal-powered-by-braintree\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"27f010c8e34ca65b205ddec88ad14536\",\"slug\":\"woocommerce-gateway-paypal-powered-by-braintree\",\"id\":1489837,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/woo-Braintree-wrweyl.png\"},{\"title\":\"Advanced Notifications\",\"image\":\"\",\"excerpt\":\"Easily setup \\\"new order\\\" and stock email notifications for multiple recipients of your choosing.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/advanced-notifications\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"112372c44b002fea2640bd6bfafbca27\",\"slug\":\"woocommerce-advanced-notifications\",\"id\":18740,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Points and Rewards\",\"image\":\"\",\"excerpt\":\"Reward your customers for purchases and other actions with points which can be redeemed for discounts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-points-and-rewards\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"1649b6cca5da8b923b01ca56b5cdd246\",\"slug\":\"woocommerce-points-and-rewards\",\"id\":210259,\"rating\":2.8,\"reviews_count\":12,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Pre-Orders\",\"image\":\"\",\"excerpt\":\"Allow customers to order products before they are available.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-pre-orders\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"b2dc75e7d55e6f5bbfaccb59830f66b7\",\"slug\":\"woocommerce-pre-orders\",\"id\":178477,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Omnichannel for WooCommerce: Google, Amazon, eBay &amp; Walmart Integration\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/10\\/Woo-Extension-Store-Logo-v3.png\",\"excerpt\":\"Get the official Google, Amazon, eBay and Walmart extension and create, sync and manage multichannel listings directly from WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/amazon-ebay-integration\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"e4000666-9275-4c71-8619-be61fb41c9f9\",\"slug\":\"woocommerce-amazon-ebay-integration\",\"id\":3545890,\"rating\":3,\"reviews_count\":39,\"vendor_name\":\"Codisto\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/codisto\\/\",\"icon\":null},{\"title\":\"WooCommerce Additional Variation Images\",\"image\":\"\",\"excerpt\":\"Add gallery images per variation on variable products within WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-additional-variation-images\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/storefront\\/product\\/woo-single-1\\/\",\"price\":\"&#36;49.00\",\"hash\":\"c61dd6de57dcecb32bd7358866de4539\",\"slug\":\"woocommerce-additional-variation-images\",\"id\":477384,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce AvaTax\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/Thumbnail-Avalara-updated.png\",\"excerpt\":\"Get 100% accurate sales tax calculations and on-time tax filing. No more tracking sales tax rates and rules.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-avatax\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"57077a4b28ba71cacf692bcf4a1a7f60\",\"slug\":\"woocommerce-avatax\",\"id\":1389326,\"rating\":3.3,\"reviews_count\":14,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"WooCommerce Deposits\",\"image\":\"\",\"excerpt\":\"Enable customers to pay for products using a deposit or a payment plan.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-deposits\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;179.00\",\"hash\":\"de192a6cf12c4fd803248da5db700762\",\"slug\":\"woocommerce-deposits\",\"id\":977087,\"rating\":1.7,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Subscription Downloads\",\"image\":\"\",\"excerpt\":\"Offer additional downloads to your subscribers, via downloadable products listed in your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscription-downloads\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"5be9e21c13953253e4406d2a700382ec\",\"slug\":\"woocommerce-subscription-downloads\",\"id\":420458,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Authorize.Net\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/Thumbnail-Authorize.net-updated.png\",\"excerpt\":\"Authorize.Net gateway with support for pre-orders and subscriptions.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/authorize-net\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"8b61524fe53add7fdd1a8d1b00b9327d\",\"slug\":\"woocommerce-gateway-authorize-net-cim\",\"id\":178481,\"rating\":4.4,\"reviews_count\":49,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Amazon S3 Storage\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/amazon.png\",\"excerpt\":\"Serve digital products via Amazon S3\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/amazon-s3-storage\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"473bf6f221b865eff165c97881b473bb\",\"slug\":\"woocommerce-amazon-s3-storage\",\"id\":18663,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/amazon-s3-storage-icon.png\"},{\"title\":\"Shipping Multiple Addresses\",\"image\":\"\",\"excerpt\":\"Allow your customers to ship individual items in a single order to multiple addresses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping-multiple-addresses\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"aa0eb6f777846d329952d5b891d6f8cc\",\"slug\":\"woocommerce-shipping-multiple-addresses\",\"id\":18741,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Bulk Stock Management\",\"image\":\"\",\"excerpt\":\"Edit product and variation stock levels in bulk via this handy interface\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bulk-stock-management\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"02f4328d52f324ebe06a78eaaae7934f\",\"slug\":\"woocommerce-bulk-stock-management\",\"id\":18670,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Force Sells\",\"image\":\"\",\"excerpt\":\"Force products to be added to the cart\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/force-sells\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"3ebddfc491ca168a4ea4800b893302b0\",\"slug\":\"woocommerce-force-sells\",\"id\":18678,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/05\\/force-sells-icon.png\"},{\"title\":\"WooCommerce Purchase Order Gateway\",\"image\":\"\",\"excerpt\":\"Receive purchase orders via your WooCommerce-powered online store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-purchase-order\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"573a92318244ece5facb449d63e74874\",\"slug\":\"woocommerce-gateway-purchase-order\",\"id\":478542,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Quick View\",\"image\":\"\",\"excerpt\":\"Show a quick-view button to view product details and add to cart via lightbox popup\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-quick-view\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"619c6e57ce72c49c4b57e15b06eddb65\",\"slug\":\"woocommerce-quick-view\",\"id\":187509,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/05\\/quick-view-icon.png\"},{\"title\":\"LiveChat for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/11\\/LC_woo_regular-zmiaym.png\",\"excerpt\":\"Live Chat and messaging platform for sales and support -- increase average order value and overall sales through live conversations.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/livechat\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.livechat.com\\/livechat-for-ecommerce\\/?a=woocommerce&amp;utm_source=woocommerce.com&amp;utm_medium=integration&amp;utm_campaign=woocommerce.com\",\"price\":\"&#36;0.00\",\"hash\":\"5344cc1f-ed4a-4d00-beff-9d67f6d372f3\",\"slug\":\"livechat-woocommerce\",\"id\":1348888,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Live Chat\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/live-chat\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/11\\/LiveChat.png\"},{\"title\":\"Storefront Homepage Contact Section\",\"image\":\"\",\"excerpt\":\"Add a Contact section to the Storefront homepage.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-homepage-contact-section\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"cb12b87f8bbb0139dafbf92ca1f871ef\",\"slug\":\"storefront-homepage-contact-section\",\"id\":1468793,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/woo-Storefront-ipreuh.png\"},{\"title\":\"WooCommerce Box Office\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-BO-Dark.png\",\"excerpt\":\"Sell tickets for your next event, concert, function, fundraiser or conference directly on your own site\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-box-office\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"e704c9160de318216a8fa657404b9131\",\"slug\":\"woocommerce-box-office\",\"id\":1628717,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Returns and Warranty Requests\",\"image\":\"\",\"excerpt\":\"Manage the RMA process, add warranties to products &amp; let customers request &amp; manage returns \\/ exchanges from their account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/warranty-requests\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"9b4c41102e6b61ea5f558e16f9b63e25\",\"slug\":\"woocommerce-warranty\",\"id\":228315,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Order Barcodes\",\"image\":\"\",\"excerpt\":\"Generates a unique barcode for each order on your site - perfect for e-tickets, packing slips, reservations and a variety of other uses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-barcodes\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"889835bb29ee3400923653e1e44a3779\",\"slug\":\"woocommerce-order-barcodes\",\"id\":391708,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Bookings Availability\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Bookings-Aval-Dark.png\",\"excerpt\":\"Sell more bookings by presenting a calendar or schedule of available slots in a page or post.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bookings-availability\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"30770d2a-e392-4e82-baaa-76cfc7d02ae3\",\"slug\":\"woocommerce-bookings-availability\",\"id\":4228225,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce 360\\u00ba Image\",\"image\":\"\",\"excerpt\":\"An easy way to add a dynamic, controllable 360\\u00ba image rotation to your WooCommerce site, by adding a group of images to a product\\u2019s gallery.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-360-image\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"24eb2cfa3738a66bf3b2587876668cd2\",\"slug\":\"woocommerce-360-image\",\"id\":512186,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/360-image-icon.png\"},{\"title\":\"WooCommerce Photography\",\"image\":\"\",\"excerpt\":\"Sell photos in the blink of an eye using this simple as dragging &amp; dropping interface.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-photography\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"ee76e8b9daf1d97ca4d3874cc9e35687\",\"slug\":\"woocommerce-photography\",\"id\":583602,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/01\\/photography-icon.png\"},{\"title\":\"Software Add-on\",\"image\":\"\",\"excerpt\":\"Sell License Keys for Software\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/software-add-on\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"79f6dbfe1f1d3a56a86f0509b6d6b04b\",\"slug\":\"woocommerce-software-add-on\",\"id\":18683,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/05\\/software-add-on-icon.png\"},{\"title\":\"WooCommerce Products Compare\",\"image\":\"\",\"excerpt\":\"WooCommerce Products Compare will allow your potential customers to easily compare products within your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-products-compare\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"c3ba0a4a3199a0cc7a6112eb24414548\",\"slug\":\"woocommerce-products-compare\",\"id\":853117,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/04\\/products-compare-icon.png\"},{\"title\":\"WooCommerce Store Catalog PDF Download\",\"image\":\"\",\"excerpt\":\"Offer your customers a PDF download of your product catalog, generated by WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-store-catalog-pdf-download\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"79ca7aadafe706364e2d738b7c1090c4\",\"slug\":\"woocommerce-store-catalog-pdf-download\",\"id\":675790,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/03\\/store-catalog-pdf-download-icon.png\"},{\"title\":\"Storefront Footer Bar\",\"image\":\"\",\"excerpt\":\"Adds a full-width widget region above the Storefront footer widget area, which can be customized with colors and a background image.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-footer-bar\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"6cfd3d4f923cafa16e4801ae801751f4\",\"slug\":\"storefront-footer-bar\",\"id\":1434472,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/woo-Storefront-ipreuh.png\"},{\"title\":\"TaxJar\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/taxjar-logotype.png\",\"excerpt\":\"Automate sales tax compliance for your multi-channel e-commerce business. Accurate sales tax calculations, data aggregation, quality reporting, and filing for your WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/taxjar\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"12072d8e-e933-4561-97b1-9db3c7eeed91\",\"slug\":\"taxjar-simplified-taxes-for-woocommerce\",\"id\":514914,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"TaxJar\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/taxjar\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/TaxJar.png\"},{\"title\":\"WooCommerce Zapier\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/09\\/zapier-logo-1.png\",\"excerpt\":\"Integrate your WooCommerce store with 5000+ cloud apps and services today. Trusted by 11,000+ users.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-zapier\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;59.00\",\"hash\":\"0782bdbe932c00f4978850268c6cfe40\",\"slug\":\"woocommerce-zapier\",\"id\":243589,\"rating\":4.4,\"reviews_count\":43,\"vendor_name\":\"OM4\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/om4\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/09\\/zapier-icon-80px@2x.png\"},{\"title\":\"Smart Coupons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/wc-product-smart-coupons.png\",\"excerpt\":\"Everything you need for gift cards, discounts, coupons, store credits, BOGO deals, product giveaways, offers, and promotions. Smart Coupons is the original, most complete, best selling and most advanced WooCommerce coupons plugin.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/smart-coupons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"http:\\/\\/demo.storeapps.org\\/?demo=sc\",\"price\":\"&#36;99.00\",\"hash\":\"05c45f2aa466106a466de4402fff9dde\",\"slug\":\"woocommerce-smart-coupons\",\"id\":18729,\"rating\":4.4,\"reviews_count\":141,\"vendor_name\":\"StoreApps\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/storeapps\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/wc-icon-smart-coupons-160-p8fwgu.png\"},{\"title\":\"WooCommerce Customer \\/ Order \\/ Coupon Export\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/Thumbnail-Customer-Order-Coupon-Export-updated.png\",\"excerpt\":\"Export customers, orders, and coupons from WooCommerce manually or on an automated schedule.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ordercustomer-csv-export\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"914de15813a903c767b55445608bf290\",\"slug\":\"woocommerce-customer-order-csv-export\",\"id\":18652,\"rating\":4.5,\"reviews_count\":31,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Name Your Price\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/nyp-icon-dark-v83owf.png\",\"excerpt\":\"Allow customers to define the product price. Also useful for accepting user-set donations.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/name-your-price\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"31b4e11696cd99a3c0572975a84f1c08\",\"slug\":\"woocommerce-name-your-price\",\"id\":18738,\"rating\":5,\"reviews_count\":60,\"vendor_name\":\"Backcourt Development\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/backcourt-development\\/\",\"icon\":null},{\"title\":\"Google Product Feed\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/11\\/logo-regular-lscryp.png\",\"excerpt\":\"Feed rich product data to Google Merchant Center for setting up free product listings, product ads, and local inventory campaigns. Full control over your field mappings, and feed content so you can maximize campaign performance and ad spend.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-product-feed\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"d55b4f852872025741312839f142447e\",\"slug\":\"woocommerce-product-feeds\",\"id\":18619,\"rating\":4.3,\"reviews_count\":48,\"vendor_name\":\"Ademti Software\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/ademti-software\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/11\\/product-icon-omiutq.png\"},{\"title\":\"Storefront Reviews\",\"image\":\"\",\"excerpt\":\"Reviews can often be the deciding factor when making a purchase online. Highlight your best reviews on your homepage, or across your site with Storefront Reviews.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-reviews\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/storefront\\/reviews\\/\",\"price\":\"&#36;19.00\",\"hash\":\"0c8a1d86b8eff9f1edffa923aeb3fc1f\",\"slug\":\"storefront-reviews\",\"id\":1044976,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/woo-Storefront-ipreuh.png\"},{\"title\":\"Dynamic Pricing\",\"image\":\"\",\"excerpt\":\"Bulk discounts, role-based pricing and much more\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/dynamic-pricing\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"9a41775bb33843f52c93c922b0053986\",\"slug\":\"woocommerce-dynamic-pricing\",\"id\":18643,\"rating\":3.2,\"reviews_count\":30,\"vendor_name\":\"Element Stark\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/element-stark\\/\",\"icon\":null},{\"title\":\"WooCommerce Print Invoices and Packing Lists\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/03\\/Thumbnail-Print-Invoices-Packing-lists-updated.png\",\"excerpt\":\"Generate invoices, packing slips, and pick lists for your WooCommerce orders.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/print-invoices-packing-lists\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"465de1126817cdfb42d97ebca7eea717\",\"slug\":\"woocommerce-pip\",\"id\":18666,\"rating\":4.4,\"reviews_count\":29,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Klarna Checkout\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/Partner_marketing_Klarna_Checkout_Black-1.png\",\"excerpt\":\"Klarna Checkout is a full checkout experience embedded on your site that includes all popular payment methods (Pay Now, Pay Later, Financing, Installments).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/klarna-checkout\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.krokedil.se\\/klarnacheckout\\/\",\"price\":\"&#36;0.00\",\"hash\":\"90f8ce584e785fcd8c2d739fd4f40d78\",\"slug\":\"klarna-checkout-for-woocommerce\",\"id\":2754152,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Krokedil\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/krokedil\\/\",\"icon\":null},{\"title\":\"Sensei LMS Course Progress\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-course-progress.png\",\"excerpt\":\"Enable your students to easily see their progress and pick up where they left off in a course.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-course-progress\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"ec0f55d8fa7c517dc1844f5c873a77da\",\"slug\":\"sensei-course-progress\",\"id\":435833,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":null},{\"title\":\"Composite Products\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/06\\/logo-cp-ey7bzs.png\",\"excerpt\":\"Create product kit builders and custom product configurators using existing products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/composite-products\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;99.00\",\"hash\":\"0343e0115bbcb97ccd98442b8326a0af\",\"slug\":\"woocommerce-composite-products\",\"id\":216836,\"rating\":4.9,\"reviews_count\":100,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Sensei LMS Certificates\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-certificates.png\",\"excerpt\":\"Award your students with a certificate of completion and a sense of accomplishment after finishing a course.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-certificates\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"625ee5fe1bf36b4c741ab07507ba2ffd\",\"slug\":\"sensei-certificates\",\"id\":247548,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":null},{\"title\":\"Gravity Forms Product Add-ons\",\"image\":\"\",\"excerpt\":\"Powerful product add-ons, Gravity style\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/gravity-forms-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.elementstark.com\\/woocommerce-extension-demos\\/product-category\\/gravity-forms\\/\",\"price\":\"&#36;99.00\",\"hash\":\"a6ac0ab1a1536e3a357ccf24c0650ed0\",\"slug\":\"woocommerce-gravityforms-product-addons\",\"id\":18633,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Element Stark\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/element-stark\\/\",\"icon\":null},{\"title\":\"Eway\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/10\\/51456-Eway-logo-tagline-RGB-H-yellow-_-grey.png\",\"excerpt\":\"Take credit card payments securely via Eway (SG, MY, HK, AU, and NZ) keeping customers on your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/eway\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"2c497769d98d025e0d340cd0b5ea5da1\",\"slug\":\"woocommerce-gateway-eway\",\"id\":18604,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/10\\/woo-eway-0klzux.png\"},{\"title\":\"Pinterest for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/10\\/Marketplace_card_Pinterest.png\",\"excerpt\":\"Get your products in front of Pinterest users searching for ideas and things to buy. Connect your WooCommerce store to make your entire catalog browsable.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/pinterest-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"29785cce-92ef-4b3a-8bd7-979bc688fd47\",\"slug\":\"pinterest-for-woocommerce\",\"id\":8688768,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/10\\/icon@2x-pe5lqg.png\"},{\"title\":\"Trustpilot Reviews\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/06\\/Trustpilot_brandmark_gr-blk_RGB-2-1-px9shb.png\",\"excerpt\":\"Collect and showcase verified reviews that consumers trust.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/trustpilot-reviews\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"cbbd9b5e-b226-492c-a87e-cb21743ed8bf\",\"slug\":\"trustpilot-reviews\",\"id\":8173894,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Trustpilot\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/trustpilot\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/Woo-Trustpilot-zgsdbl.png\"},{\"title\":\"Sensei Pro (WC Paid Courses)\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/01\\/Sensei-Pro.png\",\"excerpt\":\"Sell your online courses using Sensei LMS with WooCommerce \\u2014 complete learning management with quizzes, certificates, content drip, and more.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paid-courses\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;149.00\",\"hash\":\"bad2a02a063555b7e2bee59924690763\",\"slug\":\"woothemes-sensei\",\"id\":152116,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/01\\/SenseiProWooIcon-aut8wu.png\"},{\"title\":\"Conditional Shipping and Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/03\\/logo-csp-aqfm98.png\",\"excerpt\":\"Use conditional logic to restrict the shipping and payment options available on your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/conditional-shipping-and-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"1f56ff002fa830b77017b0107505211a\",\"slug\":\"woocommerce-conditional-shipping-and-payments\",\"id\":680253,\"rating\":4.7,\"reviews_count\":43,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"QuickBooks Sync for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/04\\/woocommerce-com-logo-1-hyhzbh.png\",\"excerpt\":\"The most customizable and robust integration to keep your data in sync for orders, customers, products, inventory and more between WooCommerce and QuickBooks (Online, Desktop, or POS).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/quickbooks-sync-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"c5e32e20-7c1f-4585-8b15-d930c2d842ac\",\"slug\":\"myworks-woo-sync-for-quickbooks-online\",\"id\":4065824,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"MyWorks Software\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/myworks-software\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/04\\/qb_thumb.png\"},{\"title\":\"WooCommerce Order Status Manager\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/02\\/Thumbnail-Order-Status-Manager-updated.png\",\"excerpt\":\"Create, edit, and delete completely custom order statuses and integrate them seamlessly into your order management flow.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-status-manager\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"51fd9ab45394b4cad5a0ebf58d012342\",\"slug\":\"woocommerce-order-status-manager\",\"id\":588398,\"rating\":4.4,\"reviews_count\":14,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Sensei LMS Media Attachments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-media-attachments.png\",\"excerpt\":\"Provide your students with easy access to additional learning materials, from audio files to slideshows and PDFs.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-media-attachments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"788647a9a1d8ef5c95371f0e69223a0f\",\"slug\":\"sensei-media-attachments\",\"id\":290551,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":null},{\"title\":\"Klarna Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/Partner_marketing_Klarna_Payments_Pink.png\",\"excerpt\":\"With Klarna Payments\\u00a0you can choose the payment that you want, Pay Now, Pay Later or Slice It. No credit card numbers, no passwords, no worries.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/klarna-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.krokedil.se\\/klarnapayments\\/\",\"price\":\"&#36;0.00\",\"hash\":\"a19c689325bc8ea63c620765dd54b33a\",\"slug\":\"klarna-payments-for-woocommerce\",\"id\":2754217,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Krokedil\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/krokedil\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/Klarna.png\"},{\"title\":\"TikTok for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2022\\/04\\/TTFB_logo__4C_horizontal_black.png?w=620\",\"excerpt\":\"TikTok is offering eligible merchants $200 in TikTok ad credit (terms &amp; conditions apply). Create advertising campaigns and reach one billion global users with TikTok for WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/tiktok-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"a6f95b36-133e-443e-8e31-6e7a67eb597c\",\"slug\":\"tiktok-for-woocommerce\",\"id\":18734000336353,\"rating\":3.5,\"reviews_count\":13,\"vendor_name\":\"TikTok for Business\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/tiktok-for-business\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2022\\/04\\/tt2.jpg\"},{\"title\":\"WooCommerce Product Search\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/woocommerce-product-search-product-image-1870x960-1-jvsljj.png\",\"excerpt\":\"The perfect search engine helps customers to find and buy products quickly \\u2013 essential for every WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-product-search\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.itthinx.com\\/wps\\/\",\"price\":\"&#36;49.00\",\"hash\":\"c84cc8ca16ddac3408e6b6c5871133a8\",\"slug\":\"woocommerce-product-search\",\"id\":512174,\"rating\":4.4,\"reviews_count\":158,\"vendor_name\":\"itthinx\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/itthinx\\/\",\"icon\":null},{\"title\":\"Sequential Order Numbers Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/05\\/Thumbnail-Sequential-Order-Numbers-Pro-updated.png\",\"excerpt\":\"Tame your order numbers! Upgrade from Sequential Order Numbers with advanced features and with optional prefixes\\/suffixes.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sequential-order-numbers-pro\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"0b18a2816e016ba9988b93b1cd8fe766\",\"slug\":\"woocommerce-sequential-order-numbers-pro\",\"id\":18688,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Catalog Visibility Options\",\"image\":\"\",\"excerpt\":\"Transform WooCommerce into an online catalog by removing eCommerce functionality\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/catalog-visibility-options\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"12e791110365fdbb5865c8658907967e\",\"slug\":\"woocommerce-catalog-visibility-options\",\"id\":18648,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Element Stark\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/element-stark\\/\",\"icon\":null},{\"title\":\"WooCommerce One Page Checkout\",\"image\":\"\",\"excerpt\":\"Create special pages where customers can choose products, checkout &amp; pay all on the one page.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-one-page-checkout\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"c9ba8f8352cd71b5508af5161268619a\",\"slug\":\"woocommerce-one-page-checkout\",\"id\":527886,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Google Analytics Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/Thumbnail-GAPro-updated.png\",\"excerpt\":\"Add advanced event tracking and enhanced eCommerce tracking to your WooCommerce site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-google-analytics-pro\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"d8aed8b7306b509eec1589e59abe319f\",\"slug\":\"woocommerce-google-analytics-pro\",\"id\":1312497,\"rating\":3.7,\"reviews_count\":25,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"WooCommerce Checkout Add-Ons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/07\\/Thumbnail-Checkout-Add-Ons-updated.png\",\"excerpt\":\"Highlight relevant products, offers like free shipping and other up-sells during checkout.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-checkout-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"8fdca00b4000b7a8cc26371d0e470a8f\",\"slug\":\"woocommerce-checkout-add-ons\",\"id\":466854,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Viva Wallet Standard Checkout\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/04\\/Viva-Wallet-logo.png?w=374\",\"excerpt\":\"Integrate the Viva Wallet payment gateway with your WooCommerce store to process and sync your payments and help you sell more.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/viva-wallet-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"7240a329-047f-4d8b-b7ec-ee3defd798bd\",\"slug\":\"viva-wallet-for-woocommerce\",\"id\":6137160,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Viva Wallet\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/viva-wallet\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/07\\/Viva-Wallet.png\"},{\"title\":\"HubSpot for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/04\\/hubspotlogo-web-color-pxebeq.png\",\"excerpt\":\"Connect your WooCommerce store to HubSpot. Sync, automate &amp; analyze data with HubSpot WooCommerce Integration\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/hubspot-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"e50acec8-3a6c-454c-8562-2da4898fa6c1\",\"slug\":\"hubspot-for-woocommerce\",\"id\":5785079,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"MakeWebBetter\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/makewebbetter\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/04\\/woo-HubSpot.png\"},{\"title\":\"Coupon Shortcodes\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/09\\/woocommerce-coupon-shortcodes-product-image-1870x960-1-vc5gux.png\",\"excerpt\":\"Show coupon discount info using shortcodes. Allows to render coupon information and content conditionally, based on the validity of coupons.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/coupon-shortcodes\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"ac5d9d51-70b2-4d8f-8b89-24200eea1394\",\"slug\":\"woocommerce-coupon-shortcodes\",\"id\":244762,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"itthinx\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/itthinx\\/\",\"icon\":null},{\"title\":\"reCaptcha for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/02\\/WooCommerce-reCpatcha.png?w=150&amp;h=150&amp;crop=1\",\"excerpt\":\"Protect your eCommerce store from malicious and automated attacks by using reCaptcha for WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/recaptcha-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.i13websolution.com\\/wp-test\\/\",\"price\":\"&#36;29.00\",\"hash\":\"c9793ede-aadc-484f-8c5a-1a0776604ce6\",\"slug\":\"recaptcha-for-woocommerce\",\"id\":5347485,\"rating\":4.6,\"reviews_count\":16,\"vendor_name\":\"I13 Web Solution\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/i13-web-solution\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/02\\/reCaptcha-For-WooCOmmerce-logo-164x164-2.png\"}]}\";s:3:\"raw\";s:71736:\"HTTP/1.1 200 OK\r\nServer: nginx\r\nDate: Sun, 27 Nov 2022 07:19:03 GMT\r\nContent-Type: application/json; charset=UTF-8\r\nContent-Length: 13447\r\nConnection: close\r\nX-Robots-Tag: noindex\r\nLink: <https://woocommerce.com/wp-json/>; rel=\"https://api.w.org/\"\r\nX-Content-Type-Options: nosniff\r\nAccess-Control-Expose-Headers: X-WP-Total, X-WP-TotalPages, Link\r\nAccess-Control-Allow-Headers: Authorization, X-WP-Nonce, Content-Disposition, Content-MD5, Content-Type\r\nX-WCCOM-Cache: HIT\r\nCache-Control: max-age=60\r\nAllow: GET\r\nX-rq: bur5 0 4 9980\r\nContent-Encoding: gzip\r\nAge: 59\r\nX-Cache: hit\r\nVary: Accept-Encoding, Origin\r\nAccept-Ranges: bytes\r\nStrict-Transport-Security: max-age=31536000\r\n\r\n{\"products\":[{\"title\":\"WooCommerce Google Analytics\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/GA-Dark.png\",\"excerpt\":\"Understand your customers and increase revenue with world\\u2019s leading analytics platform - integrated with WooCommerce for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-google-analytics\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"2d21f7de14dfb8e9885a4622be701ddf\",\"slug\":\"woocommerce-google-analytics-integration\",\"id\":1442927,\"rating\":4.4,\"reviews_count\":13,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/woo-Google_Analytics-fvsrvf.png\"},{\"title\":\"WooCommerce Tax\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Tax-Dark.png\",\"excerpt\":\"Automatically calculate how much sales tax should be collected for WooCommerce orders - by city, country, or state - at checkout.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/tax\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-services\",\"id\":3220291,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Stripe\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Stripe-Dark-1.png\",\"excerpt\":\"Accept all major debit and credit cards as well as local payment methods with Stripe.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/stripe\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"50bb7a985c691bb943a9da4d2c8b5efd\",\"slug\":\"woocommerce-gateway-stripe\",\"id\":18627,\"rating\":4.5,\"reviews_count\":22,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/12\\/stripe-app-icon-7m1xi7.png\"},{\"title\":\"Mailchimp for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/09\\/logo-mailchimp-dark-v2.png\",\"excerpt\":\"Increase traffic, drive repeat purchases, and personalize your marketing when you connect to Mailchimp.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/mailchimp-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"b4481616ebece8b1ff68fc59b90c1a91\",\"slug\":\"mailchimp-for-woocommerce\",\"id\":2545166,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Mailchimp\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/mailchimp\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/09\\/Mailchimp.png\"},{\"title\":\"Jetpack\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/11\\/Jetpack-1-m5mwyg.png\",\"excerpt\":\"Security, performance, and marketing tools made for WooCommerce stores by the WordPress experts. Get started with basic security and speed tools for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/jetpack\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"d5bfef9700b62b2b132c74c74c3193eb\",\"slug\":\"jetpack\",\"id\":2725249,\"rating\":4.6,\"reviews_count\":10,\"vendor_name\":\"Jetpack\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/jetpack\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/02\\/jetpack-logo--80sgtq.png\"},{\"title\":\"Facebook for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Facebook-Dark.png\",\"excerpt\":\"Get the Official Facebook for WooCommerce plugin to reach your customers across Facebook, Instagram, Messenger and WhatsApp.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/facebook\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"0ea4fe4c2d7ca6338f8a322fb3e4e187\",\"slug\":\"facebook-for-woocommerce\",\"id\":2127297,\"rating\":2,\"reviews_count\":60,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/04\\/fb-woodotcom.png\"},{\"title\":\"WooCommerce Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Pay-Dark.png\",\"excerpt\":\"The only payment solution fully integrated to Woo. Accept credit\\/debit cards &amp; local payment options with no setup or monthly fees.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"8c6319ca-8f41-4e69-be63-6b15ee37773b\",\"slug\":\"woocommerce-payments\",\"id\":5278104,\"rating\":4.4,\"reviews_count\":17,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/02\\/woo-WooCommerce_Payments-mtulxp.png\"},{\"title\":\"Square for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Square-Dark.png\",\"excerpt\":\"Accepting payments is easy with Square. Clear rates, fast deposits (1-2 business days). Sell online and in person, and sync all payments, items and inventory.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/square\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"e907be8b86d7df0c8f8e0d0020b52638\",\"slug\":\"woocommerce-square\",\"id\":1770503,\"rating\":3.2,\"reviews_count\":84,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/07\\/woo-Square-u8km15.png\"},{\"title\":\"Amazon Pay\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Amazon-Pay-Dark.png\",\"excerpt\":\"Amazon Pay is embedded in your WooCommerce store. Transactions take place via\\u00a0Amazon widgets, so the buyer never leaves your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/pay-with-amazon\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"9865e043bbbe4f8c9735af31cb509b53\",\"slug\":\"woocommerce-gateway-amazon-payments-advanced\",\"id\":238816,\"rating\":3.2,\"reviews_count\":26,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/08\\/woo-Amazon_Pay-8lvfuy.png\"},{\"title\":\"WooCommerce Shipping\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Ship-Dark-1.png\",\"excerpt\":\"Print USPS and DHL labels right from your WooCommerce dashboard and instantly save up to 90%. WooCommerce Shipping is free to use and saves you time and money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-services\",\"id\":2165910,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/06\\/WooCommerce-icon-160x160-1.webp\"},{\"title\":\"WooCommerce Subscriptions\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Subscriptions-Dark.png\",\"excerpt\":\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscriptions\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;199.00\",\"hash\":\"6115e6d7e297b623a169fdcf5728b224\",\"slug\":\"woocommerce-subscriptions\",\"id\":27147,\"rating\":3.4,\"reviews_count\":58,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Google Listings &amp; Ads\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/06\\/Marketplace_card_Google.png\",\"excerpt\":\"Reach millions of engaged shoppers across Google with free product listings and ads. Built in partnership with Google.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-listings-and-ads\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"118f4d86-f126-4c3a-8525-644e3170d161\",\"slug\":\"google-listings-and-ads\",\"id\":7623964,\"rating\":2.6,\"reviews_count\":18,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/06\\/woo-GoogleListingsAds-jworee.png\"},{\"title\":\"Product Add-Ons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Product-Add-Ons-Dark.png\",\"excerpt\":\"Offer add-ons like gift wrapping, special messages or other special options for your products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"147d0077e591e16db9d0d67daeb8c484\",\"slug\":\"woocommerce-product-addons\",\"id\":18618,\"rating\":3.2,\"reviews_count\":27,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"PayPal Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/PPCP-Tile-PayPal-Logo-and-Cart-Art-2x-2-uozwz8.jpg\",\"excerpt\":\"PayPal\'s latest, all-in-one checkout solution. Securely accept PayPal Digital Payments, credit\\/debit cards and local payment methods.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paypal-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"934115ab-e3f3-4435-9580-345b1ce21899\",\"slug\":\"woocommerce-paypal-payments\",\"id\":6410731,\"rating\":3.2,\"reviews_count\":74,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/woo-PayPal-nlioum.png\"},{\"title\":\"ShipStation Integration\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Shipstation-Dark.png\",\"excerpt\":\"Fulfill all your Woo orders (and wherever else you sell) quickly and easily using ShipStation. Try it free for 30 days today!\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipstation-integration\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"9de8640767ba64237808ed7f245a49bb\",\"slug\":\"woocommerce-shipstation-integration\",\"id\":18734,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/woo-Shipstation-xqap96.png\"},{\"title\":\"USPS Shipping Method\",\"image\":\"\",\"excerpt\":\"Get shipping rates from the USPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/usps-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"83d1524e8f5f1913e58889f83d442c32\",\"slug\":\"woocommerce-shipping-usps\",\"id\":18657,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-USPS-yhn1rb.png\"},{\"title\":\"PayFast Payment Gateway\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Payfast-Dark-1.png\",\"excerpt\":\"Take payments on your WooCommerce store via PayFast (redirect method).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/payfast-payment-gateway\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"557bf07293ad916f20c207c6c9cd15ff\",\"slug\":\"woocommerce-payfast-gateway\",\"id\":18596,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/09\\/woo-Payfast-murskg.png\"},{\"title\":\"UPS Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/UPS-Shipping-Method-Dark.png\",\"excerpt\":\"Get shipping rates from the UPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ups-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"8dae58502913bac0fbcdcaba515ea998\",\"slug\":\"woocommerce-shipping-ups\",\"id\":18665,\"rating\":3.3,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-UPS-1.png\"},{\"title\":\"Shipment Tracking\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Ship-Tracking-Dark-1.png\",\"excerpt\":\"Add shipment tracking information to your orders.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipment-tracking\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"1968e199038a8a001c9f9966fd06bf88\",\"slug\":\"woocommerce-shipment-tracking\",\"id\":18693,\"rating\":3.3,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Ai Powered Marketing\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/02\\/GA-for-Woo-Logo-374x192px-qu3duk.png\",\"excerpt\":\"Harness your potential and get in front of ideal customers on Google, Facebook, and the Open Web. Reach beyond your competition, and unleash the power of your brand with Kliken.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-ads-and-marketing\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"bf66e173-a220-4da7-9512-b5728c20fc16\",\"slug\":\"kliken-marketing-for-google\",\"id\":3866145,\"rating\":4.3,\"reviews_count\":110,\"vendor_name\":\"Kliken\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/kliken\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/02\\/Kliken-Woo-Logo-1.png\"},{\"title\":\"WooCommerce Bookings\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Bookings-Dark.png\",\"excerpt\":\"Allow customers to book appointments, make reservations or rent equipment without leaving your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-bookings\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/hotel\\/\",\"price\":\"&#36;249.00\",\"hash\":\"911c438934af094c2b38d5560b9f50f3\",\"slug\":\"WooCommerce Bookings\",\"id\":390890,\"rating\":2.5,\"reviews_count\":28,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Checkout Field Editor\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Checkout-Field-Editor-Dark.png\",\"excerpt\":\"Optimize your checkout process by adding, removing or editing fields to suit your needs.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-checkout-field-editor\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"2b8029f0d7cdd1118f4d843eb3ab43ff\",\"slug\":\"woocommerce-checkout-field-editor\",\"id\":184594,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Table Rate Shipping\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Product-Table-Rate-Shipping-Dark.png\",\"excerpt\":\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/table-rate-shipping\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;99.00\",\"hash\":\"3034ed8aff427b0f635fe4c86bbf008a\",\"slug\":\"woocommerce-table-rate-shipping\",\"id\":18718,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Blocks\",\"image\":\"\",\"excerpt\":\"WooCommerce Blocks offers a range of Gutenberg blocks you can use to build and customise your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gutenberg-products-block\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"c2e9f13a-f90c-4ffe-a8a5-b432399ec263\",\"slug\":\"woo-gutenberg-products-block\",\"id\":3076677,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Min\\/Max Quantities\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Min-Max-Qua-Dark.png\",\"excerpt\":\"Minimum and maximum quantity rules for products, orders and categories.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/minmax-quantities\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"2b5188d90baecfb781a5aa2d6abb900a\",\"slug\":\"woocommerce-min-max-quantities\",\"id\":18616,\"rating\":3.8,\"reviews_count\":10,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Australia Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/australia-post.gif\",\"excerpt\":\"Get shipping rates for your WooCommerce store from the Australia Post API, which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/australia-post-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"1dbd4dc6bd91a9cda1bd6b9e7a5e4f43\",\"slug\":\"woocommerce-shipping-australia-post\",\"id\":18622,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-AustraliaPost.png\"},{\"title\":\"Canada Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/canada-post.png\",\"excerpt\":\"Get shipping rates from the Canada Post Ratings API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/canada-post-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"ac029cdf3daba20b20c7b9be7dc00e0e\",\"slug\":\"woocommerce-shipping-canada-post\",\"id\":18623,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-CanadaPost-fjlcfq.png\"},{\"title\":\"Royal Mail\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/royalmail.png\",\"excerpt\":\"Offer Royal Mail shipping rates to your customers\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/royal-mail\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"03839cca1a16c4488fcb669aeb91a056\",\"slug\":\"woocommerce-shipping-royalmail\",\"id\":182719,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/woo-RoyalMail-sd9zwy.png\"},{\"title\":\"FedEx Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/FedEx_Logo_Wallpaper.jpeg\",\"excerpt\":\"Get shipping rates from the FedEx API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/fedex-shipping-module\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"1a48b598b47a81559baadef15e320f64\",\"slug\":\"woocommerce-shipping-fedex\",\"id\":18620,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-FedEx-auxjb7.png\"},{\"title\":\"Product CSV Import Suite\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Product-CSV-Import-Dark.png\",\"excerpt\":\"Import, merge, and export products and variations to and from WooCommerce using a CSV file.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-csv-import-suite\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"7ac9b00a1fe980fb61d28ab54d167d0d\",\"slug\":\"woocommerce-product-csv-import-suite\",\"id\":18680,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Follow-Ups\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Follow-Ups-Dark.png\",\"excerpt\":\"Automatically contact customers after purchase - be it everyone, your most loyal or your biggest spenders - and keep your store top-of-mind.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/follow-up-emails\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;99.00\",\"hash\":\"05ece68fe94558e65278fe54d9ec84d2\",\"slug\":\"woocommerce-follow-up-emails\",\"id\":18686,\"rating\":3.1,\"reviews_count\":10,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Product Bundles\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/07\\/logo-pb-lzevsq.png\",\"excerpt\":\"Offer personalized product bundles, bulk discount packages, and assembled\\u00a0products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-bundles\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"aa2518b5-ab19-4b75-bde9-60ca51e20f28\",\"slug\":\"woocommerce-product-bundles\",\"id\":18716,\"rating\":4.9,\"reviews_count\":121,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"AutomateWoo\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-AutomateWoo-Dark-1.png\",\"excerpt\":\"Powerful marketing automation for WooCommerce. AutomateWoo has the tools you need to grow your store and make more money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/automatewoo\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;99.00\",\"hash\":\"ba9299b8-1dba-4aa0-a313-28bc1755cb88\",\"slug\":\"automatewoo\",\"id\":4652610,\"rating\":4,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/10\\/woo-AutomateWoo-m4jpva.png\"},{\"title\":\"WooCommerce Memberships\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/Thumbnail-Memberships-updated.png\",\"excerpt\":\"Power your membership association, online magazine, elearning sites, and more with access control to content\\/products and member discounts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-memberships\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;199.00\",\"hash\":\"9288e7609ad0b487b81ef6232efa5cfc\",\"slug\":\"woocommerce-memberships\",\"id\":958589,\"rating\":4.4,\"reviews_count\":85,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Xero\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/woocommerce-xero-integration-sdth2k.jpg\",\"excerpt\":\"Save time with automated sync between WooCommerce and your Xero account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/xero\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"f0dd29d338d3c67cf6cee88eddf6869b\",\"slug\":\"woocommerce-xero\",\"id\":18733,\"rating\":2.7,\"reviews_count\":10,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/woo-Xero-4ovyoc.png\"},{\"title\":\"WooCommerce Accommodation Bookings\",\"image\":\"\",\"excerpt\":\"Book accommodation using WooCommerce and the WooCommerce Bookings extension.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-accommodation-bookings\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"99b2a7a4af90b6cefd2a733b3b1f78e7\",\"slug\":\"woocommerce-accommodation-bookings\",\"id\":1412069,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Product Vendors\",\"image\":\"\",\"excerpt\":\"Turn your store into a multi-vendor marketplace\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-vendors\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"a97d99fccd651bbdd728f4d67d492c31\",\"slug\":\"woocommerce-product-vendors\",\"id\":219982,\"rating\":2.9,\"reviews_count\":17,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Brands\",\"image\":\"\",\"excerpt\":\"Create, assign and list brands for products, and allow customers to view by brand.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/brands\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"8a88c7cbd2f1e73636c331c7a86f818c\",\"slug\":\"woocommerce-brands\",\"id\":18737,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Braintree for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/braintree-black-copy.png\",\"excerpt\":\"Accept PayPal, credit cards and debit cards with a single payment gateway solution \\u2014 PayPal Powered by Braintree.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-paypal-powered-by-braintree\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"27f010c8e34ca65b205ddec88ad14536\",\"slug\":\"woocommerce-gateway-paypal-powered-by-braintree\",\"id\":1489837,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/woo-Braintree-wrweyl.png\"},{\"title\":\"Advanced Notifications\",\"image\":\"\",\"excerpt\":\"Easily setup \\\"new order\\\" and stock email notifications for multiple recipients of your choosing.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/advanced-notifications\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"112372c44b002fea2640bd6bfafbca27\",\"slug\":\"woocommerce-advanced-notifications\",\"id\":18740,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Points and Rewards\",\"image\":\"\",\"excerpt\":\"Reward your customers for purchases and other actions with points which can be redeemed for discounts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-points-and-rewards\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"1649b6cca5da8b923b01ca56b5cdd246\",\"slug\":\"woocommerce-points-and-rewards\",\"id\":210259,\"rating\":2.8,\"reviews_count\":12,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Pre-Orders\",\"image\":\"\",\"excerpt\":\"Allow customers to order products before they are available.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-pre-orders\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"b2dc75e7d55e6f5bbfaccb59830f66b7\",\"slug\":\"woocommerce-pre-orders\",\"id\":178477,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Omnichannel for WooCommerce: Google, Amazon, eBay &amp; Walmart Integration\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/10\\/Woo-Extension-Store-Logo-v3.png\",\"excerpt\":\"Get the official Google, Amazon, eBay and Walmart extension and create, sync and manage multichannel listings directly from WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/amazon-ebay-integration\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"e4000666-9275-4c71-8619-be61fb41c9f9\",\"slug\":\"woocommerce-amazon-ebay-integration\",\"id\":3545890,\"rating\":3,\"reviews_count\":39,\"vendor_name\":\"Codisto\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/codisto\\/\",\"icon\":null},{\"title\":\"WooCommerce Additional Variation Images\",\"image\":\"\",\"excerpt\":\"Add gallery images per variation on variable products within WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-additional-variation-images\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/storefront\\/product\\/woo-single-1\\/\",\"price\":\"&#36;49.00\",\"hash\":\"c61dd6de57dcecb32bd7358866de4539\",\"slug\":\"woocommerce-additional-variation-images\",\"id\":477384,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce AvaTax\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/Thumbnail-Avalara-updated.png\",\"excerpt\":\"Get 100% accurate sales tax calculations and on-time tax filing. No more tracking sales tax rates and rules.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-avatax\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"57077a4b28ba71cacf692bcf4a1a7f60\",\"slug\":\"woocommerce-avatax\",\"id\":1389326,\"rating\":3.3,\"reviews_count\":14,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"WooCommerce Deposits\",\"image\":\"\",\"excerpt\":\"Enable customers to pay for products using a deposit or a payment plan.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-deposits\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;179.00\",\"hash\":\"de192a6cf12c4fd803248da5db700762\",\"slug\":\"woocommerce-deposits\",\"id\":977087,\"rating\":1.7,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Subscription Downloads\",\"image\":\"\",\"excerpt\":\"Offer additional downloads to your subscribers, via downloadable products listed in your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscription-downloads\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"5be9e21c13953253e4406d2a700382ec\",\"slug\":\"woocommerce-subscription-downloads\",\"id\":420458,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Authorize.Net\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/Thumbnail-Authorize.net-updated.png\",\"excerpt\":\"Authorize.Net gateway with support for pre-orders and subscriptions.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/authorize-net\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"8b61524fe53add7fdd1a8d1b00b9327d\",\"slug\":\"woocommerce-gateway-authorize-net-cim\",\"id\":178481,\"rating\":4.4,\"reviews_count\":49,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Amazon S3 Storage\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/amazon.png\",\"excerpt\":\"Serve digital products via Amazon S3\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/amazon-s3-storage\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"473bf6f221b865eff165c97881b473bb\",\"slug\":\"woocommerce-amazon-s3-storage\",\"id\":18663,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/amazon-s3-storage-icon.png\"},{\"title\":\"Shipping Multiple Addresses\",\"image\":\"\",\"excerpt\":\"Allow your customers to ship individual items in a single order to multiple addresses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping-multiple-addresses\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"aa0eb6f777846d329952d5b891d6f8cc\",\"slug\":\"woocommerce-shipping-multiple-addresses\",\"id\":18741,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Bulk Stock Management\",\"image\":\"\",\"excerpt\":\"Edit product and variation stock levels in bulk via this handy interface\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bulk-stock-management\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"02f4328d52f324ebe06a78eaaae7934f\",\"slug\":\"woocommerce-bulk-stock-management\",\"id\":18670,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Force Sells\",\"image\":\"\",\"excerpt\":\"Force products to be added to the cart\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/force-sells\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"3ebddfc491ca168a4ea4800b893302b0\",\"slug\":\"woocommerce-force-sells\",\"id\":18678,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/05\\/force-sells-icon.png\"},{\"title\":\"WooCommerce Purchase Order Gateway\",\"image\":\"\",\"excerpt\":\"Receive purchase orders via your WooCommerce-powered online store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-purchase-order\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"573a92318244ece5facb449d63e74874\",\"slug\":\"woocommerce-gateway-purchase-order\",\"id\":478542,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Quick View\",\"image\":\"\",\"excerpt\":\"Show a quick-view button to view product details and add to cart via lightbox popup\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-quick-view\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"619c6e57ce72c49c4b57e15b06eddb65\",\"slug\":\"woocommerce-quick-view\",\"id\":187509,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/05\\/quick-view-icon.png\"},{\"title\":\"LiveChat for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/11\\/LC_woo_regular-zmiaym.png\",\"excerpt\":\"Live Chat and messaging platform for sales and support -- increase average order value and overall sales through live conversations.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/livechat\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.livechat.com\\/livechat-for-ecommerce\\/?a=woocommerce&amp;utm_source=woocommerce.com&amp;utm_medium=integration&amp;utm_campaign=woocommerce.com\",\"price\":\"&#36;0.00\",\"hash\":\"5344cc1f-ed4a-4d00-beff-9d67f6d372f3\",\"slug\":\"livechat-woocommerce\",\"id\":1348888,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Live Chat\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/live-chat\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/11\\/LiveChat.png\"},{\"title\":\"Storefront Homepage Contact Section\",\"image\":\"\",\"excerpt\":\"Add a Contact section to the Storefront homepage.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-homepage-contact-section\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"cb12b87f8bbb0139dafbf92ca1f871ef\",\"slug\":\"storefront-homepage-contact-section\",\"id\":1468793,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/woo-Storefront-ipreuh.png\"},{\"title\":\"WooCommerce Box Office\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-BO-Dark.png\",\"excerpt\":\"Sell tickets for your next event, concert, function, fundraiser or conference directly on your own site\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-box-office\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"e704c9160de318216a8fa657404b9131\",\"slug\":\"woocommerce-box-office\",\"id\":1628717,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Returns and Warranty Requests\",\"image\":\"\",\"excerpt\":\"Manage the RMA process, add warranties to products &amp; let customers request &amp; manage returns \\/ exchanges from their account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/warranty-requests\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"9b4c41102e6b61ea5f558e16f9b63e25\",\"slug\":\"woocommerce-warranty\",\"id\":228315,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Order Barcodes\",\"image\":\"\",\"excerpt\":\"Generates a unique barcode for each order on your site - perfect for e-tickets, packing slips, reservations and a variety of other uses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-barcodes\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"889835bb29ee3400923653e1e44a3779\",\"slug\":\"woocommerce-order-barcodes\",\"id\":391708,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Bookings Availability\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Bookings-Aval-Dark.png\",\"excerpt\":\"Sell more bookings by presenting a calendar or schedule of available slots in a page or post.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bookings-availability\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"30770d2a-e392-4e82-baaa-76cfc7d02ae3\",\"slug\":\"woocommerce-bookings-availability\",\"id\":4228225,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce 360\\u00ba Image\",\"image\":\"\",\"excerpt\":\"An easy way to add a dynamic, controllable 360\\u00ba image rotation to your WooCommerce site, by adding a group of images to a product\\u2019s gallery.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-360-image\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"24eb2cfa3738a66bf3b2587876668cd2\",\"slug\":\"woocommerce-360-image\",\"id\":512186,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/360-image-icon.png\"},{\"title\":\"WooCommerce Photography\",\"image\":\"\",\"excerpt\":\"Sell photos in the blink of an eye using this simple as dragging &amp; dropping interface.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-photography\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"ee76e8b9daf1d97ca4d3874cc9e35687\",\"slug\":\"woocommerce-photography\",\"id\":583602,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/01\\/photography-icon.png\"},{\"title\":\"Software Add-on\",\"image\":\"\",\"excerpt\":\"Sell License Keys for Software\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/software-add-on\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"79f6dbfe1f1d3a56a86f0509b6d6b04b\",\"slug\":\"woocommerce-software-add-on\",\"id\":18683,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/05\\/software-add-on-icon.png\"},{\"title\":\"WooCommerce Products Compare\",\"image\":\"\",\"excerpt\":\"WooCommerce Products Compare will allow your potential customers to easily compare products within your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-products-compare\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"c3ba0a4a3199a0cc7a6112eb24414548\",\"slug\":\"woocommerce-products-compare\",\"id\":853117,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/04\\/products-compare-icon.png\"},{\"title\":\"WooCommerce Store Catalog PDF Download\",\"image\":\"\",\"excerpt\":\"Offer your customers a PDF download of your product catalog, generated by WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-store-catalog-pdf-download\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"79ca7aadafe706364e2d738b7c1090c4\",\"slug\":\"woocommerce-store-catalog-pdf-download\",\"id\":675790,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/03\\/store-catalog-pdf-download-icon.png\"},{\"title\":\"Storefront Footer Bar\",\"image\":\"\",\"excerpt\":\"Adds a full-width widget region above the Storefront footer widget area, which can be customized with colors and a background image.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-footer-bar\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"6cfd3d4f923cafa16e4801ae801751f4\",\"slug\":\"storefront-footer-bar\",\"id\":1434472,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/woo-Storefront-ipreuh.png\"},{\"title\":\"TaxJar\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/taxjar-logotype.png\",\"excerpt\":\"Automate sales tax compliance for your multi-channel e-commerce business. Accurate sales tax calculations, data aggregation, quality reporting, and filing for your WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/taxjar\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"12072d8e-e933-4561-97b1-9db3c7eeed91\",\"slug\":\"taxjar-simplified-taxes-for-woocommerce\",\"id\":514914,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"TaxJar\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/taxjar\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/TaxJar.png\"},{\"title\":\"WooCommerce Zapier\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/09\\/zapier-logo-1.png\",\"excerpt\":\"Integrate your WooCommerce store with 5000+ cloud apps and services today. Trusted by 11,000+ users.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-zapier\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;59.00\",\"hash\":\"0782bdbe932c00f4978850268c6cfe40\",\"slug\":\"woocommerce-zapier\",\"id\":243589,\"rating\":4.4,\"reviews_count\":43,\"vendor_name\":\"OM4\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/om4\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/09\\/zapier-icon-80px@2x.png\"},{\"title\":\"Smart Coupons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/wc-product-smart-coupons.png\",\"excerpt\":\"Everything you need for gift cards, discounts, coupons, store credits, BOGO deals, product giveaways, offers, and promotions. Smart Coupons is the original, most complete, best selling and most advanced WooCommerce coupons plugin.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/smart-coupons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"http:\\/\\/demo.storeapps.org\\/?demo=sc\",\"price\":\"&#36;99.00\",\"hash\":\"05c45f2aa466106a466de4402fff9dde\",\"slug\":\"woocommerce-smart-coupons\",\"id\":18729,\"rating\":4.4,\"reviews_count\":141,\"vendor_name\":\"StoreApps\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/storeapps\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/wc-icon-smart-coupons-160-p8fwgu.png\"},{\"title\":\"WooCommerce Customer \\/ Order \\/ Coupon Export\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/Thumbnail-Customer-Order-Coupon-Export-updated.png\",\"excerpt\":\"Export customers, orders, and coupons from WooCommerce manually or on an automated schedule.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ordercustomer-csv-export\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"914de15813a903c767b55445608bf290\",\"slug\":\"woocommerce-customer-order-csv-export\",\"id\":18652,\"rating\":4.5,\"reviews_count\":31,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Name Your Price\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/nyp-icon-dark-v83owf.png\",\"excerpt\":\"Allow customers to define the product price. Also useful for accepting user-set donations.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/name-your-price\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"31b4e11696cd99a3c0572975a84f1c08\",\"slug\":\"woocommerce-name-your-price\",\"id\":18738,\"rating\":5,\"reviews_count\":60,\"vendor_name\":\"Backcourt Development\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/backcourt-development\\/\",\"icon\":null},{\"title\":\"Google Product Feed\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/11\\/logo-regular-lscryp.png\",\"excerpt\":\"Feed rich product data to Google Merchant Center for setting up free product listings, product ads, and local inventory campaigns. Full control over your field mappings, and feed content so you can maximize campaign performance and ad spend.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-product-feed\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"d55b4f852872025741312839f142447e\",\"slug\":\"woocommerce-product-feeds\",\"id\":18619,\"rating\":4.3,\"reviews_count\":48,\"vendor_name\":\"Ademti Software\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/ademti-software\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/11\\/product-icon-omiutq.png\"},{\"title\":\"Storefront Reviews\",\"image\":\"\",\"excerpt\":\"Reviews can often be the deciding factor when making a purchase online. Highlight your best reviews on your homepage, or across your site with Storefront Reviews.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-reviews\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/storefront\\/reviews\\/\",\"price\":\"&#36;19.00\",\"hash\":\"0c8a1d86b8eff9f1edffa923aeb3fc1f\",\"slug\":\"storefront-reviews\",\"id\":1044976,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/woo-Storefront-ipreuh.png\"},{\"title\":\"Dynamic Pricing\",\"image\":\"\",\"excerpt\":\"Bulk discounts, role-based pricing and much more\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/dynamic-pricing\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"9a41775bb33843f52c93c922b0053986\",\"slug\":\"woocommerce-dynamic-pricing\",\"id\":18643,\"rating\":3.2,\"reviews_count\":30,\"vendor_name\":\"Element Stark\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/element-stark\\/\",\"icon\":null},{\"title\":\"WooCommerce Print Invoices and Packing Lists\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/03\\/Thumbnail-Print-Invoices-Packing-lists-updated.png\",\"excerpt\":\"Generate invoices, packing slips, and pick lists for your WooCommerce orders.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/print-invoices-packing-lists\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"465de1126817cdfb42d97ebca7eea717\",\"slug\":\"woocommerce-pip\",\"id\":18666,\"rating\":4.4,\"reviews_count\":29,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Klarna Checkout\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/Partner_marketing_Klarna_Checkout_Black-1.png\",\"excerpt\":\"Klarna Checkout is a full checkout experience embedded on your site that includes all popular payment methods (Pay Now, Pay Later, Financing, Installments).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/klarna-checkout\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.krokedil.se\\/klarnacheckout\\/\",\"price\":\"&#36;0.00\",\"hash\":\"90f8ce584e785fcd8c2d739fd4f40d78\",\"slug\":\"klarna-checkout-for-woocommerce\",\"id\":2754152,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Krokedil\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/krokedil\\/\",\"icon\":null},{\"title\":\"Sensei LMS Course Progress\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-course-progress.png\",\"excerpt\":\"Enable your students to easily see their progress and pick up where they left off in a course.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-course-progress\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"ec0f55d8fa7c517dc1844f5c873a77da\",\"slug\":\"sensei-course-progress\",\"id\":435833,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":null},{\"title\":\"Composite Products\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/06\\/logo-cp-ey7bzs.png\",\"excerpt\":\"Create product kit builders and custom product configurators using existing products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/composite-products\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;99.00\",\"hash\":\"0343e0115bbcb97ccd98442b8326a0af\",\"slug\":\"woocommerce-composite-products\",\"id\":216836,\"rating\":4.9,\"reviews_count\":100,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Sensei LMS Certificates\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-certificates.png\",\"excerpt\":\"Award your students with a certificate of completion and a sense of accomplishment after finishing a course.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-certificates\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"625ee5fe1bf36b4c741ab07507ba2ffd\",\"slug\":\"sensei-certificates\",\"id\":247548,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":null},{\"title\":\"Gravity Forms Product Add-ons\",\"image\":\"\",\"excerpt\":\"Powerful product add-ons, Gravity style\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/gravity-forms-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.elementstark.com\\/woocommerce-extension-demos\\/product-category\\/gravity-forms\\/\",\"price\":\"&#36;99.00\",\"hash\":\"a6ac0ab1a1536e3a357ccf24c0650ed0\",\"slug\":\"woocommerce-gravityforms-product-addons\",\"id\":18633,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Element Stark\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/element-stark\\/\",\"icon\":null},{\"title\":\"Eway\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/10\\/51456-Eway-logo-tagline-RGB-H-yellow-_-grey.png\",\"excerpt\":\"Take credit card payments securely via Eway (SG, MY, HK, AU, and NZ) keeping customers on your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/eway\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"2c497769d98d025e0d340cd0b5ea5da1\",\"slug\":\"woocommerce-gateway-eway\",\"id\":18604,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/10\\/woo-eway-0klzux.png\"},{\"title\":\"Pinterest for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/10\\/Marketplace_card_Pinterest.png\",\"excerpt\":\"Get your products in front of Pinterest users searching for ideas and things to buy. Connect your WooCommerce store to make your entire catalog browsable.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/pinterest-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"29785cce-92ef-4b3a-8bd7-979bc688fd47\",\"slug\":\"pinterest-for-woocommerce\",\"id\":8688768,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/10\\/icon@2x-pe5lqg.png\"},{\"title\":\"Trustpilot Reviews\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/06\\/Trustpilot_brandmark_gr-blk_RGB-2-1-px9shb.png\",\"excerpt\":\"Collect and showcase verified reviews that consumers trust.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/trustpilot-reviews\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"cbbd9b5e-b226-492c-a87e-cb21743ed8bf\",\"slug\":\"trustpilot-reviews\",\"id\":8173894,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Trustpilot\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/trustpilot\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/Woo-Trustpilot-zgsdbl.png\"},{\"title\":\"Sensei Pro (WC Paid Courses)\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/01\\/Sensei-Pro.png\",\"excerpt\":\"Sell your online courses using Sensei LMS with WooCommerce \\u2014 complete learning management with quizzes, certificates, content drip, and more.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paid-courses\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;149.00\",\"hash\":\"bad2a02a063555b7e2bee59924690763\",\"slug\":\"woothemes-sensei\",\"id\":152116,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/01\\/SenseiProWooIcon-aut8wu.png\"},{\"title\":\"Conditional Shipping and Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/03\\/logo-csp-aqfm98.png\",\"excerpt\":\"Use conditional logic to restrict the shipping and payment options available on your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/conditional-shipping-and-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"1f56ff002fa830b77017b0107505211a\",\"slug\":\"woocommerce-conditional-shipping-and-payments\",\"id\":680253,\"rating\":4.7,\"reviews_count\":43,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"QuickBooks Sync for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/04\\/woocommerce-com-logo-1-hyhzbh.png\",\"excerpt\":\"The most customizable and robust integration to keep your data in sync for orders, customers, products, inventory and more between WooCommerce and QuickBooks (Online, Desktop, or POS).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/quickbooks-sync-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"c5e32e20-7c1f-4585-8b15-d930c2d842ac\",\"slug\":\"myworks-woo-sync-for-quickbooks-online\",\"id\":4065824,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"MyWorks Software\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/myworks-software\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/04\\/qb_thumb.png\"},{\"title\":\"WooCommerce Order Status Manager\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/02\\/Thumbnail-Order-Status-Manager-updated.png\",\"excerpt\":\"Create, edit, and delete completely custom order statuses and integrate them seamlessly into your order management flow.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-status-manager\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"51fd9ab45394b4cad5a0ebf58d012342\",\"slug\":\"woocommerce-order-status-manager\",\"id\":588398,\"rating\":4.4,\"reviews_count\":14,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Sensei LMS Media Attachments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-media-attachments.png\",\"excerpt\":\"Provide your students with easy access to additional learning materials, from audio files to slideshows and PDFs.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-media-attachments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"788647a9a1d8ef5c95371f0e69223a0f\",\"slug\":\"sensei-media-attachments\",\"id\":290551,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":null},{\"title\":\"Klarna Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/Partner_marketing_Klarna_Payments_Pink.png\",\"excerpt\":\"With Klarna Payments\\u00a0you can choose the payment that you want, Pay Now, Pay Later or Slice It. No credit card numbers, no passwords, no worries.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/klarna-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.krokedil.se\\/klarnapayments\\/\",\"price\":\"&#36;0.00\",\"hash\":\"a19c689325bc8ea63c620765dd54b33a\",\"slug\":\"klarna-payments-for-woocommerce\",\"id\":2754217,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Krokedil\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/krokedil\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/Klarna.png\"},{\"title\":\"TikTok for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2022\\/04\\/TTFB_logo__4C_horizontal_black.png?w=620\",\"excerpt\":\"TikTok is offering eligible merchants $200 in TikTok ad credit (terms &amp; conditions apply). Create advertising campaigns and reach one billion global users with TikTok for WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/tiktok-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"a6f95b36-133e-443e-8e31-6e7a67eb597c\",\"slug\":\"tiktok-for-woocommerce\",\"id\":18734000336353,\"rating\":3.5,\"reviews_count\":13,\"vendor_name\":\"TikTok for Business\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/tiktok-for-business\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2022\\/04\\/tt2.jpg\"},{\"title\":\"WooCommerce Product Search\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/woocommerce-product-search-product-image-1870x960-1-jvsljj.png\",\"excerpt\":\"The perfect search engine helps customers to find and buy products quickly \\u2013 essential for every WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-product-search\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.itthinx.com\\/wps\\/\",\"price\":\"&#36;49.00\",\"hash\":\"c84cc8ca16ddac3408e6b6c5871133a8\",\"slug\":\"woocommerce-product-search\",\"id\":512174,\"rating\":4.4,\"reviews_count\":158,\"vendor_name\":\"itthinx\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/itthinx\\/\",\"icon\":null},{\"title\":\"Sequential Order Numbers Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/05\\/Thumbnail-Sequential-Order-Numbers-Pro-updated.png\",\"excerpt\":\"Tame your order numbers! Upgrade from Sequential Order Numbers with advanced features and with optional prefixes\\/suffixes.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sequential-order-numbers-pro\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"0b18a2816e016ba9988b93b1cd8fe766\",\"slug\":\"woocommerce-sequential-order-numbers-pro\",\"id\":18688,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Catalog Visibility Options\",\"image\":\"\",\"excerpt\":\"Transform WooCommerce into an online catalog by removing eCommerce functionality\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/catalog-visibility-options\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"12e791110365fdbb5865c8658907967e\",\"slug\":\"woocommerce-catalog-visibility-options\",\"id\":18648,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Element Stark\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/element-stark\\/\",\"icon\":null},{\"title\":\"WooCommerce One Page Checkout\",\"image\":\"\",\"excerpt\":\"Create special pages where customers can choose products, checkout &amp; pay all on the one page.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-one-page-checkout\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"c9ba8f8352cd71b5508af5161268619a\",\"slug\":\"woocommerce-one-page-checkout\",\"id\":527886,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Google Analytics Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/Thumbnail-GAPro-updated.png\",\"excerpt\":\"Add advanced event tracking and enhanced eCommerce tracking to your WooCommerce site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-google-analytics-pro\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"d8aed8b7306b509eec1589e59abe319f\",\"slug\":\"woocommerce-google-analytics-pro\",\"id\":1312497,\"rating\":3.7,\"reviews_count\":25,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"WooCommerce Checkout Add-Ons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/07\\/Thumbnail-Checkout-Add-Ons-updated.png\",\"excerpt\":\"Highlight relevant products, offers like free shipping and other up-sells during checkout.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-checkout-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"8fdca00b4000b7a8cc26371d0e470a8f\",\"slug\":\"woocommerce-checkout-add-ons\",\"id\":466854,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Viva Wallet Standard Checkout\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/04\\/Viva-Wallet-logo.png?w=374\",\"excerpt\":\"Integrate the Viva Wallet payment gateway with your WooCommerce store to process and sync your payments and help you sell more.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/viva-wallet-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"7240a329-047f-4d8b-b7ec-ee3defd798bd\",\"slug\":\"viva-wallet-for-woocommerce\",\"id\":6137160,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Viva Wallet\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/viva-wallet\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/07\\/Viva-Wallet.png\"},{\"title\":\"HubSpot for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/04\\/hubspotlogo-web-color-pxebeq.png\",\"excerpt\":\"Connect your WooCommerce store to HubSpot. Sync, automate &amp; analyze data with HubSpot WooCommerce Integration\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/hubspot-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"e50acec8-3a6c-454c-8562-2da4898fa6c1\",\"slug\":\"hubspot-for-woocommerce\",\"id\":5785079,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"MakeWebBetter\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/makewebbetter\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/04\\/woo-HubSpot.png\"},{\"title\":\"Coupon Shortcodes\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/09\\/woocommerce-coupon-shortcodes-product-image-1870x960-1-vc5gux.png\",\"excerpt\":\"Show coupon discount info using shortcodes. Allows to render coupon information and content conditionally, based on the validity of coupons.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/coupon-shortcodes\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"ac5d9d51-70b2-4d8f-8b89-24200eea1394\",\"slug\":\"woocommerce-coupon-shortcodes\",\"id\":244762,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"itthinx\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/itthinx\\/\",\"icon\":null},{\"title\":\"reCaptcha for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/02\\/WooCommerce-reCpatcha.png?w=150&amp;h=150&amp;crop=1\",\"excerpt\":\"Protect your eCommerce store from malicious and automated attacks by using reCaptcha for WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/recaptcha-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.i13websolution.com\\/wp-test\\/\",\"price\":\"&#36;29.00\",\"hash\":\"c9793ede-aadc-484f-8c5a-1a0776604ce6\",\"slug\":\"recaptcha-for-woocommerce\",\"id\":5347485,\"rating\":4.6,\"reviews_count\":16,\"vendor_name\":\"I13 Web Solution\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/i13-web-solution\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/02\\/reCaptcha-For-WooCOmmerce-logo-164x164-2.png\"}]}\";s:7:\"headers\";O:25:\"Requests_Response_Headers\":1:{s:7:\"\0*\0data\";a:19:{s:6:\"server\";a:1:{i:0;s:5:\"nginx\";}s:4:\"date\";a:1:{i:0;s:29:\"Sun, 27 Nov 2022 07:19:03 GMT\";}s:12:\"content-type\";a:1:{i:0;s:31:\"application/json; charset=UTF-8\";}s:14:\"content-length\";a:1:{i:0;s:5:\"13447\";}s:12:\"x-robots-tag\";a:1:{i:0;s:7:\"noindex\";}s:4:\"link\";a:1:{i:0;s:60:\"<https://woocommerce.com/wp-json/>; rel=\"https://api.w.org/\"\";}s:22:\"x-content-type-options\";a:1:{i:0;s:7:\"nosniff\";}s:29:\"access-control-expose-headers\";a:1:{i:0;s:33:\"X-WP-Total, X-WP-TotalPages, Link\";}s:28:\"access-control-allow-headers\";a:1:{i:0;s:73:\"Authorization, X-WP-Nonce, Content-Disposition, Content-MD5, Content-Type\";}s:13:\"x-wccom-cache\";a:1:{i:0;s:3:\"HIT\";}s:13:\"cache-control\";a:1:{i:0;s:10:\"max-age=60\";}s:5:\"allow\";a:1:{i:0;s:3:\"GET\";}s:4:\"x-rq\";a:1:{i:0;s:13:\"bur5 0 4 9980\";}s:16:\"content-encoding\";a:1:{i:0;s:4:\"gzip\";}s:3:\"age\";a:1:{i:0;s:2:\"59\";}s:7:\"x-cache\";a:1:{i:0;s:3:\"hit\";}s:4:\"vary\";a:1:{i:0;s:23:\"Accept-Encoding, Origin\";}s:13:\"accept-ranges\";a:1:{i:0;s:5:\"bytes\";}s:25:\"strict-transport-security\";a:1:{i:0;s:16:\"max-age=31536000\";}}}s:11:\"status_code\";i:200;s:16:\"protocol_version\";d:1.100000000000000088817841970012523233890533447265625;s:7:\"success\";b:1;s:9:\"redirects\";i:0;s:3:\"url\";s:59:\"https://woocommerce.com/wp-json/wccom-extensions/1.0/search\";s:7:\"history\";a:0:{}s:7:\"cookies\";O:19:\"Requests_Cookie_Jar\":1:{s:10:\"\0*\0cookies\";a:0:{}}}s:11:\"\0*\0filename\";N;s:4:\"data\";N;s:7:\"headers\";N;s:6:\"status\";N;}}','no'),(618568,'_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.1.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.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1669570221;s:15:\"version_checked\";s:5:\"6.1.1\";s:12:\"translations\";a:0:{}}','no'),(402693,'user_count','2','no'),(636750,'_transient_give_paypal_commerce_live_client_token','eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiNWJjOWFjNDRhNWM3ZGY2MzM0MWQzOTk5OGI2OWI5NzE5Yzg2MjlmNmRkYTJlMjdkMjBiOWEyMjUzYmQ0MGI0ZHxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjItMTEtMjdUMTc6Mjg6MjYuODM2WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU1jeTIwVGhYRVlLUGQ0WFItbFdFRFJFVVVFU1VIZUNTOW9HM0RNWENGdGU2RE84LVExMmNkR0Z3eER1X1NGOUxxelp5VkVxS3hoLVpxWDRZd0lLODRmd2ZDME1RIn19','no'),(636725,'jetpack_nonce_1669570091_wwkHmRAqO5','1669570092','no'),(636726,'_transient_timeout_woocommerce_admin_payment_method_promotion_specs','1670174893','no'),(636727,'_transient_woocommerce_admin_payment_method_promotion_specs','a:1:{s:20:\"woocommerce_payments\";O:8:\"stdClass\":8:{s:2:\"id\";s:20:\"woocommerce_payments\";s:5:\"title\";s:20:\"WooCommerce Payments\";s:7:\"content\";s:369:\"Payments made simple, with no monthly fees – designed exclusively for WooCommerce stores. Accept credit cards, debit cards, and other popular payment methods.<br/><br/>By clicking “Install”, you agree to the <a href=\"https://wordpress.com/tos/\" target=\"_blank\">Terms of Service</a> and <a href=\"https://automattic.com/privacy/\" target=\"_blank\">Privacy policy</a>.\";s:5:\"image\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay.svg\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:19:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PR\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}}}}s:9:\"sub_title\";s:865:\"<img class=\"wcpay-visa-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/visa.svg\" alt=\"Visa\"><img class=\"wcpay-mastercard-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/mastercard.svg\" alt=\"Mastercard\"><img class=\"wcpay-amex-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/amex.svg\" alt=\"Amex\"><img class=\"wcpay-googlepay-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/googlepay.svg\" alt=\"Googlepay\"><img class=\"wcpay-applepay-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/applepay.svg\" alt=\"Applepay\">\";s:15:\"additional_info\";O:8:\"stdClass\":1:{s:18:\"experiment_version\";s:2:\"v2\";}}}','no'),(486192,'bglib_rating_prompt','a:1:{i:0;a:5:{s:6:\"plugin\";s:15:\"boldgrid-backup\";s:4:\"name\";s:18:\"any_backup_created\";s:6:\"slides\";a:4:{s:5:\"start\";a:2:{s:4:\"text\";s:212:\"It looks like you&#039;ve created 10 backups with the Total Upkeep plugin! If you feel you&#039;re getting really good value from the Total Upkeep plugin, could you do us a favor and rate us 5 stars on WordPress?\";s:9:\"decisions\";a:3:{s:9:\"sure_will\";a:3:{s:4:\"text\";s:17:\"Yes, I sure will!\";s:4:\"link\";s:61:\"https://wordpress.org/support/plugin/boldgrid-backup/reviews/\";s:5:\"slide\";s:6:\"thanks\";}s:19:\"maybe_still_testing\";a:3:{s:4:\"text\";s:47:\"Maybe later, I&#039;m still testing the plugin.\";s:6:\"snooze\";i:604800;s:5:\"slide\";s:11:\"maybe_later\";}s:11:\"already_did\";a:2:{s:4:\"text\";s:47:\"I already did / Permanently dismiss this notice\";s:5:\"slide\";s:11:\"already_did\";}}}s:6:\"thanks\";a:1:{s:4:\"text\";s:389:\"Thanks! A new page should have opened to the Total Upkeep ratings page on WordPress.org. You will need to log in to your WordPress.org account before you can post a review. If the page didn&#039;t open, please click the following link: <a href=\"https://wordpress.org/support/plugin/boldgrid-backup/reviews/\" target=\"_blank\">https://wordpress.org/support/plugin/boldgrid-backup/reviews/</a>\";}s:11:\"maybe_later\";a:1:{s:4:\"text\";s:246:\"No problem, maybe now is not a good time. We want to be your WordPress backup plugin of choice. If you&#039;re experiencing a problem or want to make a suggestion, please <a href=\"https://www.boldgrid.com/feedback\" target=\"_blank\">click here</a>.\";}s:11:\"already_did\";a:1:{s:4:\"text\";s:264:\"Thank you for the previous rating! You can help us to continue improving the Total Upkeep plugin by reporting any bugs or submitting feature requests <a href=\"https://www.boldgrid.com/feedback\" target=\"_blank\">here</a>. Thank you for using the Total Upkeep plugin!\";}}s:10:\"time_added\";i:1661916623;s:14:\"time_dismissed\";i:1669570125;}}','yes'),(206208,'_transient_timeout_woocommerce_admin_remote_inbox_notifications_specs','1670167992','no'),(206209,'_transient_woocommerce_admin_remote_inbox_notifications_specs','a:33:{s:27:\"new_in_app_marketplace_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:27:\"new_in_app_marketplace_2021\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:36:\"Customize your store with extensions\";s:7:\"content\";s:164:\"Check out our NEW Extensions tab to see our favorite extensions for customizing your store, and discover the most popular extensions in the WooCommerce Marketplace.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"browse_extensions\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:17:\"Browse extensions\";}}s:3:\"url\";s:24:\"admin.php?page=wc-addons\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:14:23\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.7\";}}}s:21:\"wayflyer_bnpl_q4_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:21:\"wayflyer_bnpl_q4_2021\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:48:\"Grow your business with funding through Wayflyer\";s:7:\"content\";s:261:\"Fast, flexible financing to boost cash flow and help your business grow – one fee, no interest rates, penalties, equity, or personal guarantees. Based on your store’s performance, Wayflyer provides funding and analytical insights to invest in your business.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"wayflyer_bnpl_q4_2021\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"Level up with funding\";}}s:3:\"url\";s:118:\"https://woocommerce.com/products/wayflyer/?utm_source=inbox_note&utm_medium=product&utm_campaign=wayflyer_bnpl_q4_2021\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-11-17 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-12-18 00:00:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"AU\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"BE\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"CA\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"IE\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"NL\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"GB\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-gateway-affirm\";}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:32:\"afterpay-gateway-for-woocommerce\";}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:31:\"klarna-payments-for-woocommerce\";}}}}}}s:35:\"wc_shipping_mobile_app_usps_q4_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:35:\"wc_shipping_mobile_app_usps_q4_2021\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:94:\"Print and manage your shipping labels with WooCommerce Shipping and the WooCommerce Mobile App\";s:7:\"content\";s:210:\"Save time by printing, purchasing, refunding, and tracking shipping labels generated by <a href=\"https://woocommerce.com/woocommerce-shipping/\">WooCommerce Shipping</a> – all directly from your mobile device!\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"wc_shipping_mobile_app_usps_q4_2021\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:24:\"Get WooCommerce Shipping\";}}s:3:\"url\";s:135:\"https://woocommerce.com/woocommerce-shipping/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc_shipping_mobile_app_usps_q4_2021\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-11-12 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-11-27 00:00:00\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:25:\"woocommerce-shipping-usps\";}}i:4;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-services\";}}}}}}s:20:\"woocommerce-services\";O:8:\"stdClass\":8:{s:4:\"slug\";s:20:\"woocommerce-services\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:26:\"WooCommerce Shipping & Tax\";s:7:\"content\";s:251:\"WooCommerce Shipping & Tax helps get your store \"ready to sell\" as quickly as possible. You create your products. We take care of tax calculation, payment processing, and shipping label printing! Learn more about the extension that you just installed.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:84:\"https://docs.woocommerce.com/document/woocommerce-shipping-and-tax/?utm_source=inbox\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:17:25\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-services\";}}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\"<\";s:4:\"days\";i:2;}}}s:18:\"your-first-product\";O:8:\"stdClass\":8:{s:4:\"slug\";s:18:\"your-first-product\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:18:\"Your first product\";s:7:\"content\";s:467:\"That’s huge! You’re well on your way to building a successful online store — now it’s time to think about how you’ll fulfill your orders.<br/><br/>Read our shipping guide to learn best practices and options for putting together your shipping strategy. And for WooCommerce stores in the United States, you can print discounted shipping labels via USPS with <a href=\"https://href.li/?https://woocommerce.com/shipping\" target=\"_blank\">WooCommerce Shipping</a>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:130:\"https://woocommerce.com/posts/ecommerce-shipping-solutions-guide/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:19:13\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:12:\"stored_state\";s:5:\"index\";s:22:\"there_were_no_products\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";b:1;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:12:\"stored_state\";s:5:\"index\";s:22:\"there_are_now_products\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";b:1;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"product_count\";s:9:\"operation\";s:2:\">=\";s:5:\"value\";i:1;}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:18:\"onboarding_profile\";s:5:\"index\";s:13:\"product_types\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:8:\"physical\";s:7:\"default\";a:0:{}}}}s:37:\"wc-admin-optimizing-the-checkout-flow\";O:8:\"stdClass\":8:{s:4:\"slug\";s:37:\"wc-admin-optimizing-the-checkout-flow\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:28:\"Optimizing the checkout flow\";s:7:\"content\";s:177:\"It’s crucial to get your store’s checkout as smooth as possible to avoid losing sales. Let’s take a look at how you can optimize the checkout experience for your shoppers.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"optimizing-the-checkout-flow\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:144:\"https://woocommerce.com/posts/optimizing-woocommerce-checkout?utm_source=inbox_note&utm_medium=product&utm_campaign=optimizing-the-checkout-flow\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:19:49\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:3;}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:45:\"woocommerce_task_list_tracked_completed_tasks\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:8:\"payments\";s:7:\"default\";a:0:{}}}}s:32:\"wc-payments-qualitative-feedback\";O:8:\"stdClass\":8:{s:4:\"slug\";s:32:\"wc-payments-qualitative-feedback\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:55:\"WooCommerce Payments setup - let us know what you think\";s:7:\"content\";s:146:\"Congrats on enabling WooCommerce Payments for your store. Please share your feedback in this 2 minute survey to help us improve the setup process.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"qualitative-feedback-from-new-users\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:39:\"https://automattic.survey.fm/wc-pay-new\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:21:13\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:45:\"woocommerce_task_list_tracked_completed_tasks\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:20:\"woocommerce-payments\";s:7:\"default\";a:0:{}}}}s:29:\"share-your-feedback-on-paypal\";O:8:\"stdClass\":8:{s:4:\"slug\";s:29:\"share-your-feedback-on-paypal\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:29:\"Share your feedback on PayPal\";s:7:\"content\";s:127:\"Share your feedback in this 2 minute survey about how we can make the process of accepting payments more useful for your store.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"share-feedback\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:43:\"http://automattic.survey.fm/paypal-feedback\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:21:50\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-gateway-stripe\";}}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}}}s:31:\"google_listings_and_ads_install\";O:8:\"stdClass\":8:{s:4:\"slug\";s:31:\"google_listings_and_ads_install\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:35:\"Drive traffic and sales with Google\";s:7:\"content\";s:123:\"Reach online shoppers to drive traffic and sales for your store by showcasing products across Google, for free or with ads.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"get-started\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:11:\"Get started\";}}s:3:\"url\";s:122:\"https://woocommerce.com/products/google-listings-and-ads?utm_source=inbox_note&utm_medium=product&utm_campaign=get-started\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-06-09 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:23:\"google_listings_and_ads\";}}}}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:11:\"order_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:10;}}}s:39:\"wc-subscriptions-security-update-3-0-15\";O:8:\"stdClass\":8:{s:4:\"slug\";s:39:\"wc-subscriptions-security-update-3-0-15\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:42:\"WooCommerce Subscriptions security update!\";s:7:\"content\";s:738:\"We recently released an important security update to WooCommerce Subscriptions. To ensure your site’s data is protected, please upgrade <strong>WooCommerce Subscriptions to version 3.0.15</strong> or later.<br/><br/>Click the button below to view and update to the latest Subscriptions version, or log in to <a href=\"https://woocommerce.com/my-dashboard\">WooCommerce.com Dashboard</a> and navigate to your <strong>Downloads</strong> page.<br/><br/>We recommend always using the latest version of WooCommerce Subscriptions, and other software running on your site, to ensure maximum security.<br/><br/>If you have any questions we are here to help — just <a href=\"https://woocommerce.com/my-account/create-a-ticket/\">open a ticket</a>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"update-wc-subscriptions-3-0-15\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:19:\"View latest version\";}}s:3:\"url\";s:30:\"&page=wc-addons&section=helper\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:30:32\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:25:\"woocommerce-subscriptions\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:6:\"3.0.15\";}}}s:29:\"woocommerce-core-update-5-4-0\";O:8:\"stdClass\":8:{s:4:\"slug\";s:29:\"woocommerce-core-update-5-4-0\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:31:\"Update to WooCommerce 5.4.1 now\";s:7:\"content\";s:140:\"WooCommerce 5.4.1 addresses a checkout issue discovered in WooCommerce 5.4. We recommend upgrading to WooCommerce 5.4.1 as soon as possible.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"update-wc-core-5-4-0\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:25:\"How to update WooCommerce\";}}s:3:\"url\";s:64:\"https://docs.woocommerce.com/document/how-to-update-woocommerce/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:31:08\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.0\";}}}s:19:\"wcpay-promo-2020-11\";O:8:\"stdClass\":8:{s:4:\"slug\";s:19:\"wcpay-promo-2020-11\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:19:\"wcpay-promo-2020-11\";s:7:\"content\";s:19:\"wcpay-promo-2020-11\";}}s:7:\"actions\";a:0:{}s:5:\"rules\";a:0:{}}s:19:\"wcpay-promo-2020-12\";O:8:\"stdClass\":8:{s:4:\"slug\";s:19:\"wcpay-promo-2020-12\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:19:\"wcpay-promo-2020-12\";s:7:\"content\";s:19:\"wcpay-promo-2020-12\";}}s:7:\"actions\";a:0:{}s:5:\"rules\";a:0:{}}s:34:\"ppxo-pps-upgrade-paypal-payments-1\";O:8:\"stdClass\":8:{s:4:\"slug\";s:34:\"ppxo-pps-upgrade-paypal-payments-1\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:47:\"Get the latest PayPal extension for WooCommerce\";s:7:\"content\";s:442:\"Heads up! There’s a new PayPal on the block!<br/><br/>Now is a great time to upgrade to our latest <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal extension</a> to continue to receive support and updates with PayPal.<br/><br/>Get access to a full suite of PayPal payment methods, extensive currency and country coverage, and pay later options with the all-new PayPal extension for WooCommerce.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"ppxo-pps-install-paypal-payments-1\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:18:\"View upgrade guide\";}}s:3:\"url\";s:96:\"https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:33:53\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.5\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-paypal-payments\";}}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:7:\"enabled\";}}}s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;}}}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";i:7;s:7:\"default\";i:1;s:9:\"operation\";s:1:\"<\";}}}s:34:\"ppxo-pps-upgrade-paypal-payments-2\";O:8:\"stdClass\":8:{s:4:\"slug\";s:34:\"ppxo-pps-upgrade-paypal-payments-2\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:31:\"Upgrade your PayPal experience!\";s:7:\"content\";s:358:\"Get access to a full suite of PayPal payment methods, extensive currency and country coverage, offer subscription and recurring payments, and the new PayPal pay later options.<br /><br />Start using our <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">latest PayPal today</a> to continue to receive support and updates.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"ppxo-pps-install-paypal-payments-2\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:18:\"View upgrade guide\";}}s:3:\"url\";s:96:\"https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:34:30\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.5\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-paypal-payments\";}}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:7:\"enabled\";}}}s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;}}}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";i:6;s:7:\"default\";i:1;s:9:\"operation\";s:1:\">\";}}}s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:56:\"Action required: Critical vulnerabilities in WooCommerce\";s:7:\"content\";s:574:\"In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br />Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br /><br />For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:137:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:0:\"\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:59:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:35:06\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.3.6\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.4.8\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.5.9\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.6.6\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.7.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.8.2\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.4\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.3\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.2\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.3\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.3\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.4\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.4\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.5\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.2\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.3\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.3\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.4\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.4\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.2\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.3\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.2\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.3\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.4\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.1\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.2\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.1\";}i:31;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.2\";}i:32;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.3\";}i:33;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.4\";}i:34;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.1\";}i:35;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.2\";}i:36;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.2\";}i:37;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.3\";}i:38;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.5.1\";}i:39;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:6:\"3.5.10\";}i:40;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.6.7\";}i:41;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.7.3\";}i:42;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.8.3\";}i:43;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.5\";}i:44;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.4\";}i:45;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.4\";}i:46;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.5\";}i:47;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.6\";}i:48;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.4\";}i:49;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.5\";}i:50;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.5\";}i:51;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.4\";}i:52;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.3\";}i:53;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.5\";}i:54;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.3\";}i:55;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.3\";}i:56;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.5\";}i:57;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.3\";}i:58;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.4\";}}}s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:63:\"Action required: Critical vulnerabilities in WooCommerce Blocks\";s:7:\"content\";s:570:\"In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br/><br/>Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br/><br/>For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:137:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:32:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:35:42\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:6:\"2.5.16\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.6.2\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.7.2\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.8.1\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.9.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.0.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.1.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.2.1\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.3.1\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.4.1\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.5.1\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.6.1\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.7.2\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.8.1\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.1\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.1\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.3\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.1\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.2\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.1\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.1\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.1\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.2\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.1\";}i:31;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.5.1\";}}}s:45:\"woocommerce-core-sqli-july-2021-store-patched\";O:8:\"stdClass\":8:{s:4:\"slug\";s:45:\"woocommerce-core-sqli-july-2021-store-patched\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:55:\"Solved: Critical vulnerabilities patched in WooCommerce\";s:7:\"content\";s:433:\"In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br/><br/><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:137:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:36:18\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:23:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.3.6\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.4.8\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.5.9\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.6\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.2\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.4\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.2\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.3\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.4\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.2\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.3\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.3\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.2\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.3\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.3\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.1\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.2\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.5.1\";}}}}}s:47:\"woocommerce-blocks-sqli-july-2021-store-patched\";O:8:\"stdClass\":8:{s:4:\"slug\";s:47:\"woocommerce-blocks-sqli-july-2021-store-patched\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:62:\"Solved: Critical vulnerabilities patched in WooCommerce Blocks\";s:7:\"content\";s:433:\"In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br/><br/><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:137:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:36:54\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:31:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"2.5.16\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.6.2\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.7.2\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.8.1\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.9.1\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.0.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.1.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.2.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.3.1\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.4.1\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.5.1\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.1\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.2\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.1\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.1\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.1\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.3\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.1\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.1\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.2\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.1\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.1\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.1\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.2\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.1\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.5.1\";}}}}}s:19:\"habit-moment-survey\";O:8:\"stdClass\":8:{s:4:\"slug\";s:19:\"habit-moment-survey\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:63:\"We’re all ears! Share your experience so far with WooCommerce\";s:7:\"content\";s:136:\"We’d love your input to shape the future of WooCommerce together. Feel free to share any feedback, ideas or suggestions that you have.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"share-feedback\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:45:\"https://automattic.survey.fm/store-management\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:37:30\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:3;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:11:\"order_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:30;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"product_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:0;}}}s:26:\"ecomm-wc-navigation-survey\";O:8:\"stdClass\":8:{s:4:\"slug\";s:26:\"ecomm-wc-navigation-survey\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:55:\"We’d like your feedback on the WooCommerce navigation\";s:7:\"content\";s:134:\"We’re making improvements to the WooCommerce navigation and would love your feedback. Share your experience in this 2 minute survey.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"share-navigation-survey-feedback\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:63:\"https://automattic.survey.fm/feedback-on-woocommerce-navigation\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:38:07\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:12:\"is_ecommerce\";s:5:\"value\";b:1;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:90;}}}s:42:\"woocommerce-core-paypal-march-2022-updated\";O:8:\"stdClass\":8:{s:4:\"slug\";s:42:\"woocommerce-core-paypal-march-2022-updated\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:35:\"Security auto-update of WooCommerce\";s:7:\"content\";s:391:\"<strong>Your store has been updated to the latest secure version of WooCommerce</strong>. We worked with WordPress to deploy PayPal Standard security updates for stores running WooCommerce (version 3.5 to 6.3). It’s recommended to disable PayPal Standard, and use <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal Payments</a> to accept PayPal.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:88:\"https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"woocommerce-core-paypal-march-2022-dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:0:\"\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-03-10 18:44:57\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:28:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"3.5.10\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.7\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.3\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.3\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.5\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.4\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.4\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.5\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.6\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.4\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.5\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.5\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.4\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.3\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.5\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.3\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.3\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.5\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.3\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.4\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.5.4\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.6.2\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.7.2\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.8.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.9.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.0.1\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.1.2\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.2.2\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:3:\"5.5\";}i:1;a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.5\";}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:7:\"enabled\";}}}}}}}}}s:47:\"woocommerce-core-paypal-march-2022-updated-nopp\";O:8:\"stdClass\":8:{s:4:\"slug\";s:47:\"woocommerce-core-paypal-march-2022-updated-nopp\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:35:\"Security auto-update of WooCommerce\";s:7:\"content\";s:237:\"<strong>Your store has been updated to the latest secure version of WooCommerce</strong>. We worked with WordPress to deploy security updates related to PayPal Standard payment gateway for stores running WooCommerce (version 3.5 to 6.3).\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:88:\"https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:0:\"\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-03-10 18:45:04\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:28:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"3.5.10\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.7\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.3\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.3\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.5\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.4\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.4\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.5\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.6\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.4\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.5\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.5\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.4\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.3\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.5\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.3\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.3\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.5\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.3\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.4\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.5.4\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.6.2\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.7.2\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.8.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.9.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.0.1\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.1.2\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.2.2\";}}}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:42:\"woocommerce-core-paypal-march-2022-updated\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}s:24:\"pinterest_03_2022_update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:24:\"pinterest_03_2022_update\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:53:\"Your Pinterest for WooCommerce plugin is out of date!\";s:7:\"content\";s:262:\"Update to the latest version of Pinterest for WooCommerce to continue using this plugin and keep your store connected with Pinterest. To update, visit <strong>Plugins &gt; Installed Plugins</strong>, and click on “update now” under Pinterest for WooCommerce.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"pinterest_03_2022_update\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:19:\"Update Instructions\";}}s:3:\"url\";s:148:\"https://woocommerce.com/document/pinterest-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=pinterest_03_2022_update#section-3\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-03-23 00:00:39\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:25:\"pinterest-for-woocommerce\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"1.0.8\";}}}s:33:\"store_setup_survey_survey_q2_2022\";O:8:\"stdClass\":8:{s:4:\"slug\";s:33:\"store_setup_survey_survey_q2_2022\";s:4:\"type\";s:6:\"survey\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:30:\"How is your store setup going?\";s:7:\"content\";s:232:\"Our goal is to make sure you have all the right tools to start setting up your store in the smoothest way possible.\r\nWe’d love to know if we hit our mark and how we can improve. To collect your thoughts, we made a 2-minute survey.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:53:\"store_setup_survey_survey_q2_2022_share_your_thoughts\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:24:\"Tell us how it’s going\";}}s:3:\"url\";s:52:\"https://automattic.survey.fm/store-setup-survey-2022\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-05-09 08:42:10\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:7;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\"<\";s:4:\"days\";i:9;}}}s:17:\"wc-admin-wisepad3\";O:8:\"stdClass\":8:{s:4:\"slug\";s:17:\"wc-admin-wisepad3\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:74:\"Take your business on the go in Canada with WooCommerce In-Person Payments\";s:7:\"content\";s:275:\"Quickly create new orders, accept payment in person for orders placed online, and automatically sync your inventory – no matter where your business takes you. With WooCommerce In-Person Payments and the WisePad 3 card reader, you can bring the power of your store anywhere.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"wc-admin-wisepad3\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:24:\"Grow my business offline\";}}s:3:\"url\";s:126:\"https://woocommerce.com/products/wisepad3-card-reader/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wisepad3\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-06-15 10:00:28\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"CA\";}}}s:47:\"woocommerce-payments-august-2022-need-to-update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:47:\"woocommerce-payments-august-2022-need-to-update\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:51:\"Action required: Please update WooCommerce Payments\";s:7:\"content\";s:213:\"An updated secure version of WooCommerce Payments is available – please ensure that you’re using the latest patch version. For more information on what action you need to take, please review the article below.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:13:\"Find out more\";}}s:3:\"url\";s:96:\"https://developer.woocommerce.com/2022/08/09/woocommerce-payments-3-9-4-4-5-1-security-releases/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:0:\"\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:9:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-08-09 14:44:17\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"3.9\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"4.5.1\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.4\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.3\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.2\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.1\";}}}s:46:\"woocommerce-payments-august-2022-store-patched\";O:8:\"stdClass\":8:{s:4:\"slug\";s:46:\"woocommerce-payments-august-2022-store-patched\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:51:\"WooCommerce Payments has been automatically updated\";s:7:\"content\";s:265:\"You’re now running the latest secure version of WooCommerce Payments. We’ve worked with the WordPress Plugins team to deploy a security update to stores running WooCommerce Payments (version 3.9 to 4.5). For further information, please review the article below.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:13:\"Find out more\";}}s:3:\"url\";s:96:\"https://developer.woocommerce.com/2022/08/09/woocommerce-payments-3-9-4-4-5-1-security-releases/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:0:\"\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-08-09 14:41:13\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:47:\"woocommerce-payments-august-2022-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:7:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.4\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.3\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.1\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.2\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.1\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.1\";}}}}}s:25:\"shipping_category_q4_2022\";O:8:\"stdClass\":8:{s:4:\"slug\";s:25:\"shipping_category_q4_2022\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:21:\"Save time on shipping\";s:7:\"content\";s:197:\"Is your store all set to ship? Save valuable time (and money!) by automating your fulfillment process for the busiest shopping season. Explore our range of trusted shipping partners to get started.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"shipping_category_q4_2022_click\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:20:\"Automate my shipping\";}}s:3:\"url\";s:229:\"https://woocommerce.com/product-category/woocommerce-extensions/shipping-delivery-and-fulfillment/?categoryIds=28685&collections=product&page=1&utm_source=inbox_note&utm_medium=product&utm_campaign=shipping_category_q4_2022_click\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-10-10 14:01:31\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2022-11-10 23:59:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:23:\"shipstation-integration\";}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:12:\"packlink-pro\";}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:6:\"shippo\";}}}}}}}}s:37:\"woocommerce_admin_deprecation_q4_2022\";O:8:\"stdClass\":8:{s:4:\"slug\";s:37:\"woocommerce_admin_deprecation_q4_2022\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:41:\"WooCommerce Admin is part of WooCommerce!\";s:7:\"content\";s:163:\"To make sure your store continues to run smoothly, check that WooCommerce is up-to-date – at least version 6.5 – and then disable the WooCommerce Admin plugin.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"woocommerce_admin_deprecation_q4_2022\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:28:\"Deactivate WooCommerce Admin\";}}s:3:\"url\";s:11:\"plugins.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-11-04 09:00:33\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2023-01-31 23:59:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:17:\"woocommerce-admin\";}}}}s:23:\"tiktok-targeted-q4-2022\";O:8:\"stdClass\":8:{s:4:\"slug\";s:23:\"tiktok-targeted-q4-2022\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:76:\"Get $200 in ad credit from TikTok after you spend $20 on your first campaign\";s:7:\"content\";s:324:\"Reach one billion shoppers with TikTok for WooCommerce this holiday season! Sync your product catalog, capture insights, and create ad campaigns right from your dashboard. Connect your store today to unlock this limited time offer! <a href=\"https://ads.tiktok.com/help/article?aid=10011326\">Terms &amp; conditions apply</a>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"tiktok-targeted-q4-2022-click\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:17:\"Launch a campaign\";}}s:3:\"url\";s:140:\"https://woocommerce.com/products/tiktok-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=tiktok-targeted-q4-2022-click\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-10-25 00:40:14\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2022-12-31 23:59:00\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:30;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"total_payments_value\";s:9:\"timeframe\";s:9:\"last_year\";s:5:\"value\";i:1000;s:9:\"operation\";s:1:\">\";}}}s:24:\"paypal_paylater_g3_q4_22\";O:8:\"stdClass\":8:{s:4:\"slug\";s:24:\"paypal_paylater_g3_q4_22\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:7:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:40:\"Turn browsers into buyers with Pay Later\";s:7:\"content\";s:322:\"Add PayPal at checkout, plus give customers a buy now, pay later option from the name they trust. With Pay in 4 &amp; Pay Monthly, available in PayPal Payments, you get paid up front while letting customers spread their payments over time. Boost your average order value and convert more sales – at no extra cost to you.\";}i:1;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en-GB\";s:5:\"title\";s:55:\"Turn browsers into buyers with Pay in 3 & PayPal Credit\";s:7:\"content\";s:324:\"Add PayPal at checkout, plus give customers a buy now, pay later option from the name they trust. With Pay in 3 &amp; PayPal Credit, available in PayPal Payments, you get paid up front while letting customers spread their payments over time. Boost your average order value and convert more sales – at no extra cost to you.\";}i:2;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_AU\";s:5:\"title\";s:39:\"Turn browsers into buyers with Pay in 4\";s:7:\"content\";s:304:\"Add PayPal at checkout, plus give customers a buy now, pay later option from the name they trust. With Pay in 4, available in PayPal Payments, you get paid up front while letting customers spread their payments over time. Boost your average order value and convert more sales – at no extra cost to you.\";}i:3;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"fr_FR\";s:5:\"title\";s:61:\"Transformez les visiteurs en acheteurs avec le Paiement en 4X\";s:7:\"content\";s:321:\"Ajoutez PayPal à vos modes de paiement et proposez notre Paiement en 4X. Disponible dans les Paiements PayPal, le Paiement en 4X vous permet de recevoir votre paiement immédiatement, tandis que vos clients paient en plusieurs fois. Augmentez le panier moyen et boostez vos ventes, sans frais supplémentaires pour vous.\";}i:4;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"de_DE\";s:5:\"title\";s:127:\"Verwandeln Sie potenzielle Käufer*innen mit der PayPal Ratenzahlung und Bezahlung nach 30 Tagen in tatsächliche Käufer*innen\";s:7:\"content\";s:327:\"Bieten Sie mit PayPal Payments die „Später bezahlen“-Optionen einer vertrauenswürdigen Marke an. Sie erhalten Ihr Geld mit PayPal Ratenzahlung und Bezahlen nach 30 Tagen sofort und Ihre Kund*innen können flexibel bezahlen. Steigern Sie den durchschnittlichen Bestellwert und Ihre Conversion – ohne zusätzliche Kosten.\";}i:5;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"es_ES\";s:5:\"title\";s:62:\"Convierte a los visitantes en compradores con Paga en 3 plazos\";s:7:\"content\";s:326:\"Añade PayPal al pago y ofrece a los clientes la opción de pagar a plazos con una marca de confianza. Con Paga en 3 plazos de PayPal, los clientes pueden pagar poco a poco y tú recibes el importe por adelantado. Contribuye a aumentar el valor medio de tus pedidos y a lograr más ventas, sin ningún coste adicional para ti.\";}i:6;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"it_IT\";s:5:\"title\";s:53:\"Con Paga in 3 rate i visitatori diventano acquirenti.\";s:7:\"content\";s:341:\"Aggiungi PayPal tra i tuoi metodi di pagamento e offri ai tuoi clienti un pagamento a rate di cui si fidano. Con Paga in 3 rate di PayPal tu ricevi il pagamento interamente all\'acquisto e i tuoi clienti possono dilazionarlo in più rate. Promuovi un incremento del valore medio degli ordini e delle conversioni, senza alcun costo aggiuntivo.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"paypal_paylater_g3_q4_22\";s:7:\"locales\";a:7:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:23:\"Install PayPal Payments\";}i:1;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_GB\";s:5:\"label\";s:23:\"Install PayPal Payments\";}i:2;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_AU\";s:5:\"label\";s:23:\"Install PayPal Payments\";}i:3;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"fr_FR\";s:5:\"label\";s:30:\"Installer les Paiements PayPal\";}i:4;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"de_DE\";s:5:\"label\";s:28:\"PayPal Payments installieren\";}i:5;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"es_ES\";s:5:\"label\";s:25:\"Instalar Pagos con PayPal\";}i:6;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"it_IT\";s:5:\"label\";s:25:\"Installa Pagamenti PayPal\";}}s:3:\"url\";s:140:\"https://woocommerce.com/products/woocommerce-paypal-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=paypal_paylater_g3_q4_22\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-11-01 15:00:48\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2023-01-31 23:59:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"GB\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"AU\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"FR\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"DE\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"ES\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"IT\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:9:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-paypal-payments\";}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:15:\"paypal-advanced\";}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:9:\"braintree\";}}i:4;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:10:\"paypal-pro\";}}i:5;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}i:6;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:15:\"paypal-standard\";}}i:7;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:23:\"paypal-plus-for-germany\";}}i:8;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:35:\"woocommerce-gateway-paypal-checkout\";}}}}}}}}s:24:\"paypal_paylater_g2_q4_22\";O:8:\"stdClass\":8:{s:4:\"slug\";s:24:\"paypal_paylater_g2_q4_22\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:57:\"Upgrade to PayPal Payments to offer Pay Later at checkout\";s:7:\"content\";s:283:\"PayPal Pay Later is included in PayPal Payments at no additional cost to you. Customers can spread their payments over time while you get paid up front. \r\nThere’s never been a better time to upgrade your PayPal plugin. Simply download it and connect with a PayPal Business account.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"paypal_paylater_g2_q4_22\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:23:\"Install PayPal Payments\";}}s:3:\"url\";s:140:\"https://woocommerce.com/products/woocommerce-paypal-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=paypal_paylater_g2_q4_22\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-11-03 15:00:41\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2023-02-01 23:59:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"GB\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"AU\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"FR\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"DE\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"ES\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"IT\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:7:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:15:\"paypal-advanced\";}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:9:\"braintree\";}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:10:\"paypal-pro\";}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}i:4;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:15:\"paypal-standard\";}}i:5;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:23:\"paypal-plus-for-germany\";}}i:6;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:35:\"woocommerce-gateway-paypal-checkout\";}}}}}}}','no'),(200990,'db_upgraded','','yes'),(636761,'_transient_timeout__woocommerce_helper_updates','1669613356','no'),(636762,'_transient__woocommerce_helper_updates','a:4:{s:4:\"hash\";s:32:\"d751713988987e9331980363e24189ce\";s:7:\"updated\";i:1669570156;s:8:\"products\";a:0:{}s:6:\"errors\";a:1:{i:0;s:10:\"http-error\";}}','no'),(71675,'woocommerce_onboarding_profile','a:1:{s:9:\"completed\";b:1;}','yes'),(562,'elementor_scheme_color-picker','a:8:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";i:5;s:7:\"#4054b2\";i:6;s:7:\"#23a455\";i:7;s:4:\"#000\";i:8;s:4:\"#fff\";}','yes'),(595,'ast-block-templates-blocks-3','a:84:{s:8:\"id-53103\";a:9:{s:5:\"title\";s:13:\"Main Banner 1\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-1gb.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-1gb-400x319.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/main-banner-1g/\";s:3:\"tag\";a:1:{i:1952;s:11:\"main-banner\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53063\";a:9:{s:5:\"title\";s:16:\"Image and Text 2\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-2g-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-2g-1-400x171.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/image-and-text-2g/\";s:3:\"tag\";a:1:{i:1949;s:14:\"image-and-text\";}s:8:\"category\";i:1948;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53056\";a:9:{s:5:\"title\";s:16:\"Image and Text 1\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-1g-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-1g-1-400x158.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/image-and-text-1g/\";s:3:\"tag\";a:1:{i:1949;s:14:\"image-and-text\";}s:8:\"category\";i:1948;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53053\";a:9:{s:5:\"title\";s:6:\"Text 9\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/05/text-9g.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/text-9g-400x125.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/text-9g/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53049\";a:9:{s:5:\"title\";s:6:\"Text 8\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/05/text-8g.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/text-8g-400x103.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/text-8g/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53045\";a:9:{s:5:\"title\";s:6:\"Text 7\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/05/text-7g.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/text-7g-400x106.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/text-7g/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53043\";a:9:{s:5:\"title\";s:6:\"Text 6\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/05/text-6g.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/text-6g-400x86.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/text-6g/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53039\";a:9:{s:5:\"title\";s:6:\"Text 5\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/05/text-5g.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/text-5g-400x86.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/text-5g/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53034\";a:9:{s:5:\"title\";s:6:\"Text 4\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/05/text-4g.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/text-4g-400x87.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/text-4g/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53030\";a:9:{s:5:\"title\";s:6:\"Text 3\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/05/text-3g.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/text-3g-400x85.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/text-3g/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52993\";a:9:{s:5:\"title\";s:6:\"Text 2\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/05/text-2g.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/text-2g-400x89.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/text-2g/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52968\";a:9:{s:5:\"title\";s:5:\"FAQ 5\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/faq-5g-1.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/05/faq-5g-1-400x194.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-5g/\";s:3:\"tag\";a:2:{i:822;s:3:\"faq\";i:821;s:26:\"frequently-asked-questions\";}s:8:\"category\";i:1001;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52965\";a:9:{s:5:\"title\";s:5:\"FAQ 4\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/faq-4g.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/faq-4g-400x180.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-4g/\";s:3:\"tag\";a:2:{i:822;s:3:\"faq\";i:821;s:26:\"frequently-asked-questions\";}s:8:\"category\";i:1001;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52964\";a:9:{s:5:\"title\";s:5:\"FAQ 3\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/faq-3g.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/faq-3g-400x200.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-3g/\";s:3:\"tag\";a:2:{i:822;s:3:\"faq\";i:821;s:26:\"frequently-asked-questions\";}s:8:\"category\";i:1001;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52963\";a:9:{s:5:\"title\";s:5:\"FAQ 2\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/faq-2g.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/faq-2g-400x150.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-2g/\";s:3:\"tag\";a:2:{i:822;s:3:\"faq\";i:821;s:26:\"frequently-asked-questions\";}s:8:\"category\";i:1001;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52975\";a:9:{s:5:\"title\";s:7:\"About 8\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/about-8g.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/about-8g-400x96.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-8g/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52974\";a:9:{s:5:\"title\";s:8:\"About 13\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/about-7g.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/05/about-7g-400x109.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-7g/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52973\";a:9:{s:5:\"title\";s:8:\"About 12\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/about-6g.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/about-6g-400x94.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-6g/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52971\";a:9:{s:5:\"title\";s:7:\"About 5\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/about-5g.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/about-5g-400x83.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-5g/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52970\";a:9:{s:5:\"title\";s:8:\"About 11\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/about-4g.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/about-4g-400x82.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-4g/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52969\";a:9:{s:5:\"title\";s:8:\"About 10\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/05/about-3g-1.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/about-3g-1-400x239.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-3g/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52962\";a:9:{s:5:\"title\";s:5:\"FAQ 1\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/faq-1g.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/faq-1g-400x171.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-1g/\";s:3:\"tag\";a:2:{i:822;s:3:\"faq\";i:821;s:26:\"frequently-asked-questions\";}s:8:\"category\";i:1001;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52967\";a:9:{s:5:\"title\";s:7:\"About 9\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/05/about-2g-1.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/about-2g-1-400x168.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-2g/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52966\";a:9:{s:5:\"title\";s:7:\"About 1\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/05/about-1g-1.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/about-1g-1-400x164.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-1g/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52951\";a:9:{s:5:\"title\";s:14:\"Contact Form 4\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/contact-form-4g.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/contact-form-4g-400x182.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/contact-form-4g/\";s:3:\"tag\";a:2:{i:823;s:7:\"contact\";i:1955;s:12:\"contact-form\";}s:8:\"category\";i:1416;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-52933\";a:9:{s:5:\"title\";s:14:\"Contact Form 3\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/contact-form-3g.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/contact-form-3g-400x214.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/contact-form-3g/\";s:3:\"tag\";a:2:{i:823;s:7:\"contact\";i:1955;s:12:\"contact-form\";}s:8:\"category\";i:1416;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-52921\";a:9:{s:5:\"title\";s:14:\"Contact Form 2\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/contact-form-2g.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/contact-form-2g-400x193.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/contact-form-2g/\";s:3:\"tag\";a:2:{i:823;s:7:\"contact\";i:1955;s:12:\"contact-form\";}s:8:\"category\";i:1416;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-52908\";a:9:{s:5:\"title\";s:14:\"Contact Form 1\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/contact-form-1g.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/contact-form-1g-400x201.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/contact-form-1g/\";s:3:\"tag\";a:2:{i:823;s:7:\"contact\";i:1955;s:12:\"contact-form\";}s:8:\"category\";i:1416;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-52893\";a:9:{s:5:\"title\";s:16:\"Call to Action 5\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/call-to-action-5g.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/call-to-action-5g-400x92.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-5g/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52895\";a:9:{s:5:\"title\";s:16:\"Call to Action 9\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/call-to-action-4gb.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/call-to-action-4gb-400x251.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-4g/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52896\";a:9:{s:5:\"title\";s:16:\"Call to Action 8\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/call-to-action-3gb.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/call-to-action-3gb-400x200.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-3g/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52897\";a:9:{s:5:\"title\";s:16:\"Call To Action 2\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/call-to-action-2g.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/call-to-action-2g-400x98.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-2g/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52894\";a:9:{s:5:\"title\";s:16:\"Call to Action 7\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/call-to-action-1g.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/call-to-action-1g-400x80.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-1g/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52816\";a:9:{s:5:\"title\";s:6:\"Text 1\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/05/text-1g.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/text-1g-400x82.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/text-1g/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47355\";a:9:{s:5:\"title\";s:14:\"Testimonials 1\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/09/testimonials-gb-1w-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/09/testimonials-gb-1w-1-400x172.jpg\";s:3:\"url\";s:55:\"https://websitedemos.net/astra-blocks/testimonials-1gw/\";s:3:\"tag\";a:1:{i:2238;s:12:\"testimonials\";}s:8:\"category\";i:830;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47437\";a:9:{s:5:\"title\";s:6:\"Hero 4\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/09/hero-gb-4w-1.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/09/hero-gb-4w-1-400x218.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/hero-4gw/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47433\";a:9:{s:5:\"title\";s:14:\"Testimonials 4\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/09/testimonials-gb-4w-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/09/testimonials-gb-4w-1-400x144.jpg\";s:3:\"url\";s:55:\"https://websitedemos.net/astra-blocks/testimonials-4gw/\";s:3:\"tag\";a:1:{i:2238;s:12:\"testimonials\";}s:8:\"category\";i:830;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47438\";a:9:{s:5:\"title\";s:6:\"Hero 5\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/09/hero-5gb.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/09/hero-5gb-400x166.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/hero-5gb/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47445\";a:9:{s:5:\"title\";s:14:\"Testimonials 5\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/09/testimonials-gb-5w-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/09/testimonials-gb-5w-1-400x134.jpg\";s:3:\"url\";s:55:\"https://websitedemos.net/astra-blocks/testimonials-5gw/\";s:3:\"tag\";a:1:{i:2238;s:12:\"testimonials\";}s:8:\"category\";i:830;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47439\";a:9:{s:5:\"title\";s:6:\"Hero 6\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/09/hero-gb-6b-1.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/09/hero-gb-6b-1-400x204.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/hero-6gb/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47449\";a:9:{s:5:\"title\";s:14:\"Testimonials 6\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/09/testimonials-gb-6w-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/09/testimonials-gb-6w-1-400x156.jpg\";s:3:\"url\";s:55:\"https://websitedemos.net/astra-blocks/testimonials-6gw/\";s:3:\"tag\";a:1:{i:2238;s:12:\"testimonials\";}s:8:\"category\";i:830;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47527\";a:9:{s:5:\"title\";s:10:\"Services 5\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/09/services-gb-5w-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/09/services-gb-5w-1-400x283.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/services-5gw/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47419\";a:9:{s:5:\"title\";s:10:\"Features 1\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/09/features-gb-1w-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/09/features-gb-1w-1-400x225.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/features-1gw/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47434\";a:9:{s:5:\"title\";s:6:\"Hero 1\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/09/hero-gb-1w-1.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/09/hero-gb-1w-1-400x220.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/hero-1gw/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47424\";a:9:{s:5:\"title\";s:11:\"Features 10\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/09/features-gb-6w-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/09/features-gb-6w-1-400x243.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/features-6gw/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47423\";a:9:{s:5:\"title\";s:10:\"Features 8\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/09/features-gb-5w-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/09/features-gb-5w-1-400x300.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/features-5gw/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47360\";a:9:{s:5:\"title\";s:14:\"Testimonials 2\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/09/testimonials-gb-2w-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/09/testimonials-gb-2w-1-400x166.jpg\";s:3:\"url\";s:55:\"https://websitedemos.net/astra-blocks/testimonials-2gw/\";s:3:\"tag\";a:1:{i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47380\";a:9:{s:5:\"title\";s:9:\"Contact 2\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/09/contact-gb-2w.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/09/contact-gb-2w-400x231.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/contact-2gw/\";s:3:\"tag\";a:2:{i:823;s:7:\"contact\";i:1955;s:12:\"contact-form\";}s:8:\"category\";i:1416;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47420\";a:9:{s:5:\"title\";s:10:\"Features 3\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/09/features-gb-2w-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/09/features-gb-2w-1-400x265.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/features-2gw/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47421\";a:9:{s:5:\"title\";s:10:\"Features 5\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/09/features-gb-3w-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/09/features-gb-3w-1-400x264.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/features-3gw/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47427\";a:9:{s:5:\"title\";s:14:\"Testimonials 3\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/09/testimonials-gb-3w-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/09/testimonials-gb-3w-1-400x126.jpg\";s:3:\"url\";s:55:\"https://websitedemos.net/astra-blocks/testimonials-3gw/\";s:3:\"tag\";a:1:{i:2238;s:12:\"testimonials\";}s:8:\"category\";i:830;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47459\";a:9:{s:5:\"title\";s:6:\"Team 1\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/09/team-gb-1w.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/09/team-gb-1w-400x250.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/team-1gw/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47472\";a:9:{s:5:\"title\";s:6:\"Team 2\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/09/team-gb-2w.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/09/team-gb-2w-400x167.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/team-2gw/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47474\";a:9:{s:5:\"title\";s:6:\"Team 3\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/09/team-gb-3w.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/09/team-gb-3w-400x192.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/team-3gw/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47522\";a:9:{s:5:\"title\";s:10:\"Services 3\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/09/services-gb-3w-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/09/services-gb-3w-1-400x219.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/services-3gw/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47518\";a:9:{s:5:\"title\";s:10:\"Services 1\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/09/services-gb-1w-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/09/services-gb-1w-1-400x197.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/services-1gw/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47498\";a:9:{s:5:\"title\";s:12:\"Statistics 5\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/09/statistics-gb-5w.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/09/statistics-gb-5w-400x141.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/statistics-5gw/\";s:3:\"tag\";a:1:{i:924;s:10:\"statistics\";}s:8:\"category\";i:1096;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47524\";a:9:{s:5:\"title\";s:10:\"Services 4\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/09/services-gb-4w-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/09/services-gb-4w-1-400x155.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/services-4gw/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47478\";a:9:{s:5:\"title\";s:6:\"Team 4\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/09/team-gb-4w.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/09/team-gb-4w-400x228.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/team-4gw/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47435\";a:9:{s:5:\"title\";s:6:\"Hero 2\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/09/hero-gb-2w-1.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/09/hero-gb-2w-1-400x219.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/hero-2gw/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47392\";a:9:{s:5:\"title\";s:16:\"Call To Action 1\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/09/call-to-action-gb-1w.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/09/call-to-action-gb-1w-400x132.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/call-to-action-1gw/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47397\";a:9:{s:5:\"title\";s:16:\"Call To Action 3\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/09/call-to-action-gb-3w.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/09/call-to-action-gb-3w-400x158.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/call-to-action-3gw/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47399\";a:9:{s:5:\"title\";s:16:\"Call To Action 4\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/09/call-to-action-gb-4w.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/09/call-to-action-gb-4w-400x82.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/call-to-action-4gw/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47404\";a:9:{s:5:\"title\";s:16:\"Call To Action 6\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/09/call-to-action-gb-6w.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/09/call-to-action-gb-6w-400x143.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/call-to-action-6gw/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47378\";a:9:{s:5:\"title\";s:9:\"Contact 1\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/09/contact-gb-1w.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/09/contact-gb-1w-400x230.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/contact-1gw/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47383\";a:9:{s:5:\"title\";s:9:\"Contact 3\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/09/contact-gb-3w.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/09/contact-gb-3w-400x257.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/contact-3gw/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47385\";a:9:{s:5:\"title\";s:9:\"Contact 4\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/09/contact-gb-4w.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/09/contact-gb-4w-400x238.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/contact-4gw/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47389\";a:9:{s:5:\"title\";s:9:\"Contact 5\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/09/contact-gb-5b.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/09/contact-gb-5b-400x218.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/contact-5gb/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47373\";a:9:{s:5:\"title\";s:9:\"Clients 5\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/09/clients-4g.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/09/clients-4g-400x158.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/clients-5g/\";s:3:\"tag\";a:1:{i:1090;s:7:\"clients\";}s:8:\"category\";i:1091;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47337\";a:9:{s:5:\"title\";s:7:\"About 2\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/09/about-gb-2w.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/09/about-gb-2w-400x230.jpg\";s:3:\"url\";s:48:\"https://websitedemos.net/astra-blocks/about-2gw/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47352\";a:9:{s:5:\"title\";s:7:\"About 7\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/09/about-gb-7b.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/09/about-gb-7b-400x234.jpg\";s:3:\"url\";s:48:\"https://websitedemos.net/astra-blocks/about-7gb/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47343\";a:9:{s:5:\"title\";s:7:\"About 4\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/09/about-gb-4w.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/09/about-gb-4w-400x206.jpg\";s:3:\"url\";s:48:\"https://websitedemos.net/astra-blocks/about-4gw/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47350\";a:9:{s:5:\"title\";s:7:\"About 6\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/09/about-gb-6w.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/09/about-gb-6w-400x167.jpg\";s:3:\"url\";s:48:\"https://websitedemos.net/astra-blocks/about-6gw/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47339\";a:9:{s:5:\"title\";s:7:\"About 3\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/09/about-gb-3w.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/09/about-gb-3w-400x216.jpg\";s:3:\"url\";s:48:\"https://websitedemos.net/astra-blocks/about-3gw/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47457\";a:9:{s:5:\"title\";s:9:\"Heading 4\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/09/heading-gb-4w-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/09/heading-gb-4w-1-400x109.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/heading-4gw/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47471\";a:9:{s:5:\"title\";s:11:\"Portfolio 5\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/09/portfolio-gb-5w-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/09/portfolio-gb-5w-1-400x272.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/portfolio-5gw/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47470\";a:9:{s:5:\"title\";s:11:\"Portfolio 4\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/09/portfolio-gb-4w-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/09/portfolio-gb-4w-1-400x196.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/portfolio-4gw/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47456\";a:9:{s:5:\"title\";s:9:\"Heading 3\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/09/heading-gb-3w-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/09/heading-gb-3w-1-400x105.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/heading-3gw/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47469\";a:9:{s:5:\"title\";s:11:\"Portfolio 3\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/09/portfolio-gb-3w-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/09/portfolio-gb-3w-1-400x382.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/portfolio-3gw/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47468\";a:9:{s:5:\"title\";s:11:\"Portfolio 2\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/09/portfolio-gb-2w-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/09/portfolio-gb-2w-1-400x230.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/portfolio-2gw/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47467\";a:9:{s:5:\"title\";s:11:\"Portfolio 1\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/09/portfolio-gb-1w-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/09/portfolio-gb-1w-1-400x242.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/portfolio-1gw/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47458\";a:9:{s:5:\"title\";s:9:\"Heading 5\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/09/heading-gb-5w-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/09/heading-gb-5w-1-400x107.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/heading-5gw/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47455\";a:9:{s:5:\"title\";s:9:\"Heading 2\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/09/heading-gb-2w-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/09/heading-gb-2w-1-400x107.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/heading-2gw/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47454\";a:9:{s:5:\"title\";s:9:\"Heading 1\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/09/heading-gb-1w-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/09/heading-gb-1w-1-400x87.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/heading-1gw/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}}','no'),(596,'ast-block-templates-last-export-checksums','HvW2kTSxWbmS','no'),(597,'ast-block-templates-last-export-checksums-time','1629180913','no'),(604,'elementor_pro_theme_builder_conditions','a:0:{}','yes'),(10810,'jetpack_sync_settings_max_queue_size','5000','yes'),(10811,'jetpack_sync_settings_max_queue_lag','7200','yes'),(10812,'jetpack_sync_full_status','a:4:{s:7:\"started\";i:1629078277;s:8:\"finished\";i:1629078291;s:8:\"progress\";a:5:{s:7:\"options\";a:1:{s:8:\"finished\";b:1;}s:9:\"functions\";a:1:{s:8:\"finished\";b:1;}s:9:\"constants\";a:1:{s:8:\"finished\";b:1;}s:5:\"users\";a:4:{s:5:\"total\";s:1:\"1\";s:4:\"sent\";i:1;s:8:\"finished\";b:1;s:9:\"last_sent\";s:1:\"1\";}s:15:\"network_options\";a:1:{s:8:\"finished\";b:1;}}s:6:\"config\";a:5:{s:7:\"options\";b:1;s:9:\"functions\";b:1;s:9:\"constants\";b:1;s:5:\"users\";a:1:{i:0;i:1;}s:15:\"network_options\";b:1;}}','no'),(10881,'_transient_dirsize_cache','a:31:{s:68:\"/home/shawns11/thechrishaunfoundation.org/wp-content/uploads/2020/04\";i:0;s:68:\"/home/shawns11/thechrishaunfoundation.org/wp-content/uploads/2020/11\";i:0;s:68:\"/home/shawns11/thechrishaunfoundation.org/wp-content/uploads/2020/09\";i:0;s:68:\"/home/shawns11/thechrishaunfoundation.org/wp-content/uploads/2020/03\";i:12618514;s:68:\"/home/shawns11/thechrishaunfoundation.org/wp-content/uploads/2020/12\";i:43564264;s:68:\"/home/shawns11/thechrishaunfoundation.org/wp-content/uploads/2020/06\";i:0;s:68:\"/home/shawns11/thechrishaunfoundation.org/wp-content/uploads/2020/07\";i:0;s:68:\"/home/shawns11/thechrishaunfoundation.org/wp-content/uploads/2020/05\";i:0;s:68:\"/home/shawns11/thechrishaunfoundation.org/wp-content/uploads/2020/10\";i:0;s:68:\"/home/shawns11/thechrishaunfoundation.org/wp-content/uploads/2020/08\";i:0;s:68:\"/home/shawns11/thechrishaunfoundation.org/wp-content/uploads/2020/02\";i:70274276;s:65:\"/home/shawns11/thechrishaunfoundation.org/wp-content/uploads/2020\";i:126457054;s:85:\"/home/shawns11/thechrishaunfoundation.org/wp-content/uploads/sb-instagram-feed-images\";i:364431;s:74:\"/home/shawns11/thechrishaunfoundation.org/wp-content/uploads/wpforms/cache\";i:247122;s:68:\"/home/shawns11/thechrishaunfoundation.org/wp-content/uploads/wpforms\";i:247859;s:68:\"/home/shawns11/thechrishaunfoundation.org/wp-content/uploads/2021/01\";i:0;s:68:\"/home/shawns11/thechrishaunfoundation.org/wp-content/uploads/2021/04\";i:0;s:68:\"/home/shawns11/thechrishaunfoundation.org/wp-content/uploads/2021/03\";i:0;s:68:\"/home/shawns11/thechrishaunfoundation.org/wp-content/uploads/2021/06\";i:2939256;s:68:\"/home/shawns11/thechrishaunfoundation.org/wp-content/uploads/2021/07\";i:7666265;s:68:\"/home/shawns11/thechrishaunfoundation.org/wp-content/uploads/2021/05\";i:7086061;s:68:\"/home/shawns11/thechrishaunfoundation.org/wp-content/uploads/2021/08\";i:45317781;s:68:\"/home/shawns11/thechrishaunfoundation.org/wp-content/uploads/2021/02\";i:0;s:65:\"/home/shawns11/thechrishaunfoundation.org/wp-content/uploads/2021\";i:63009363;s:70:\"/home/shawns11/thechrishaunfoundation.org/wp-content/uploads/kirki-css\";i:1637;s:74:\"/home/shawns11/thechrishaunfoundation.org/wp-content/uploads/elementor/css\";i:36103;s:77:\"/home/shawns11/thechrishaunfoundation.org/wp-content/uploads/elementor/thumbs\";i:589230;s:70:\"/home/shawns11/thechrishaunfoundation.org/wp-content/uploads/elementor\";i:625333;s:74:\"/home/shawns11/thechrishaunfoundation.org/wp-content/uploads/wpcf7_uploads\";i:14;s:72:\"/home/shawns11/thechrishaunfoundation.org/wp-content/uploads/astra-sites\";i:204;s:60:\"/home/shawns11/thechrishaunfoundation.org/wp-content/uploads\";i:190705896;}','yes'),(10813,'jetpack_sync_settings_dequeue_max_bytes','500000','yes'),(791,'wpforms_crypto_secret_key','dxICAQjgtuHe2Jmq1Ljcv66eNf2TfmqdLhasMbUuMws=','yes'),(803,'_transient_health-check-site-status-result','{\"good\":14,\"recommended\":3,\"critical\":4}','yes'),(10802,'jetpack_tos_agreed','1','yes'),(10803,'jetpack_secrets','a:1:{s:19:\"jetpack_authorize_1\";a:3:{s:8:\"secret_1\";s:32:\"b5YWBqqj4bw2iKOyxrvXzOPhoLgOKxds\";s:8:\"secret_2\";s:32:\"DxvYhITMH1ufD7tR8ThhRnCvqc02d3sT\";s:3:\"exp\";i:1669577358;}}','no'),(10800,'sharing-options','a:1:{s:6:\"global\";a:5:{s:12:\"button_style\";s:9:\"icon-text\";s:13:\"sharing_label\";s:11:\"Share this:\";s:10:\"open_links\";s:4:\"same\";s:4:\"show\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:6:\"custom\";a:0:{}}}','yes'),(10801,'stats_options','a:7:{s:9:\"admin_bar\";b:1;s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:11:\"count_roles\";a:0:{}s:7:\"blog_id\";b:0;s:12:\"do_not_track\";b:1;s:10:\"hide_smile\";b:1;s:7:\"version\";s:1:\"9\";}','yes'),(10833,'jetpack_sync_settings_full_sync_limits','a:5:{s:5:\"users\";a:2:{s:10:\"chunk_size\";i:100;s:10:\"max_chunks\";i:10;}s:5:\"terms\";a:2:{s:10:\"chunk_size\";i:1000;s:10:\"max_chunks\";i:10;}s:5:\"posts\";a:2:{s:10:\"chunk_size\";i:100;s:10:\"max_chunks\";i:1;}s:8:\"comments\";a:2:{s:10:\"chunk_size\";i:100;s:10:\"max_chunks\";i:10;}s:18:\"term_relationships\";a:2:{s:10:\"chunk_size\";i:1000;s:10:\"max_chunks\";i:10;}}','yes'),(10834,'jetpack_sync_settings_checksum_disable','0','yes'),(4819,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:23:\"wealthydivas1@gmail.com\";s:7:\"version\";s:5:\"6.1.1\";s:9:\"timestamp\";i:1668569352;}','no'),(838,'duplicate_page_options','a:4:{s:21:\"duplicate_post_status\";s:5:\"draft\";s:23:\"duplicate_post_redirect\";s:7:\"to_list\";s:21:\"duplicate_post_suffix\";s:0:\"\";s:21:\"duplicate_post_editor\";s:7:\"classic\";}','yes'),(1045,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(43535,'woocommerce_notify_no_stock_amount','0','yes'),(43536,'woocommerce_hide_out_of_stock_items','no','yes'),(43537,'woocommerce_stock_format','','yes'),(43538,'woocommerce_file_download_method','force','no'),(43539,'woocommerce_downloads_redirect_fallback_allowed','no','no'),(43540,'woocommerce_downloads_require_login','no','no'),(43541,'woocommerce_downloads_grant_access_after_payment','yes','no'),(43542,'woocommerce_downloads_add_hash_to_filename','yes','yes'),(43543,'woocommerce_prices_include_tax','no','yes'),(43544,'woocommerce_tax_based_on','shipping','yes'),(43545,'woocommerce_shipping_tax_class','inherit','yes'),(43546,'woocommerce_tax_round_at_subtotal','no','yes'),(43547,'woocommerce_tax_classes','','yes'),(43548,'woocommerce_tax_display_shop','excl','yes'),(43549,'woocommerce_tax_display_cart','excl','yes'),(43550,'woocommerce_price_display_suffix','','yes'),(43551,'woocommerce_tax_total_display','itemized','no'),(43552,'woocommerce_enable_shipping_calc','yes','no'),(43553,'woocommerce_shipping_cost_requires_address','no','yes'),(43554,'woocommerce_ship_to_destination','billing','no'),(43555,'woocommerce_shipping_debug_mode','no','yes'),(43556,'woocommerce_enable_guest_checkout','no','no'),(43557,'woocommerce_enable_checkout_login_reminder','yes','no'),(43558,'woocommerce_enable_signup_and_login_from_checkout','yes','no'),(43559,'woocommerce_enable_myaccount_registration','no','no'),(43560,'woocommerce_registration_generate_username','yes','no'),(43561,'woocommerce_registration_generate_password','yes','no'),(43562,'woocommerce_erasure_request_removes_order_data','no','no'),(43563,'woocommerce_erasure_request_removes_download_data','no','no'),(43564,'woocommerce_allow_bulk_remove_personal_data','no','no'),(43565,'woocommerce_registration_privacy_policy_text','Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our [privacy_policy].','yes'),(43566,'woocommerce_checkout_privacy_policy_text','Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our [privacy_policy].','yes'),(43567,'woocommerce_delete_inactive_accounts','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(43568,'woocommerce_trash_pending_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:4:\"days\";}','no'),(43569,'woocommerce_trash_failed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:4:\"days\";}','no'),(43570,'woocommerce_trash_cancelled_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:4:\"days\";}','no'),(42438,'jetpack_package_versions','a:3:{s:6:\"backup\";s:5:\"1.2.3\";s:10:\"connection\";s:6:\"1.36.1\";s:4:\"sync\";s:6:\"1.29.0\";}','yes'),(616681,'_transient_timeout_wc_shipping_method_count_legacy','1671049344','no'),(616682,'_transient_wc_shipping_method_count_legacy','a:2:{s:7:\"version\";s:10:\"1631337770\";s:5:\"value\";i:0;}','no'),(41136,'bglib_activity','a:1:{s:15:\"boldgrid-backup\";a:1:{s:18:\"any_backup_created\";i:14;}}','yes'),(225336,'woocommerce_task_list_tracked_completed_tasks','a:1:{i:0;s:13:\"store_details\";}','yes'),(225337,'woocommerce_task_list_completed_lists','a:1:{i:0;s:8:\"extended\";}','yes'),(636771,'_transient_timeout_jetpack_jitm_63a1a52cd701e776751df958822976d','1669570502','no'),(636772,'_transient_jetpack_jitm_63a1a52cd701e776751df958822976d','a:2:{i:0;O:8:\"stdClass\":12:{s:7:\"content\";O:8:\"stdClass\":8:{s:7:\"message\";s:51:\"Protect your WooCommerce Store with Jetpack Backup.\";s:4:\"icon\";s:7:\"jetpack\";s:8:\"iconPath\";N;s:4:\"list\";a:0:{}s:11:\"description\";s:104:\"Store downtime means lost sales. One-click restores get you back online quickly if something goes wrong.\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:10:\"disclaimer\";a:0:{}}s:3:\"CTA\";O:8:\"stdClass\":5:{s:7:\"message\";s:11:\"Get backups\";s:4:\"hook\";s:0:\"\";s:9:\"newWindow\";b:0;s:7:\"primary\";b:1;s:4:\"link\";s:82:\"https://thechrishaunfoundation.org/wp-admin/admin.php?page=jetpack#/product/backup\";}s:8:\"template\";s:7:\"default\";s:3:\"ttl\";i:300;s:2:\"id\";s:18:\"backup-woocommerce\";s:13:\"feature_class\";s:6:\"backup\";s:7:\"expires\";i:3628800;s:13:\"max_dismissal\";i:2;s:15:\"activate_module\";N;s:14:\"is_dismissible\";b:1;s:26:\"is_user_created_by_partner\";N;s:18:\"message_expiration\";N;}s:18:\"last_response_time\";i:1669570202;}','no'),(43642,'woocommerce_refund_returns_page_id','1487','yes'),(43691,'woocommerce_meta_box_errors','a:0:{}','yes'),(43645,'woocommerce_paypal_settings','a:23:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:6:\"PayPal\";s:11:\"description\";s:85:\"Pay via PayPal; you can pay with your credit card if you don\'t have a PayPal account.\";s:5:\"email\";s:23:\"wealthydivas1@gmail.com\";s:8:\"advanced\";s:0:\"\";s:8:\"testmode\";s:2:\"no\";s:5:\"debug\";s:2:\"no\";s:16:\"ipn_notification\";s:3:\"yes\";s:14:\"receiver_email\";s:23:\"wealthydivas1@gmail.com\";s:14:\"identity_token\";s:0:\"\";s:14:\"invoice_prefix\";s:3:\"WC-\";s:13:\"send_shipping\";s:3:\"yes\";s:16:\"address_override\";s:2:\"no\";s:13:\"paymentaction\";s:4:\"sale\";s:9:\"image_url\";s:0:\"\";s:11:\"api_details\";s:0:\"\";s:12:\"api_username\";s:0:\"\";s:12:\"api_password\";s:0:\"\";s:13:\"api_signature\";s:0:\"\";s:20:\"sandbox_api_username\";s:0:\"\";s:20:\"sandbox_api_password\";s:0:\"\";s:21:\"sandbox_api_signature\";s:0:\"\";s:12:\"_should_load\";s:2:\"no\";}','yes'),(43646,'woocommerce_version','6.2.1','yes'),(43647,'woocommerce_db_version','6.0.0','yes'),(43667,'woocommerce_maxmind_geolocation_settings','a:1:{s:15:\"database_prefix\";s:32:\"AgzWidKwpRBtrZKzG7zddsuJh79ayfPb\";}','yes'),(73627,'w3tc_generic_widgetservices','{\"content\":{\"items\":[{\"name\":\"Premium Support Response (Usually <1h First Response)\",\"parameter_name\":\"field4\",\"parameter_value\":\"Premium Support Response (Usually <1h First Response)\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Performance Audit \\/ Consult (Theme, Plugin, Content, Server)\",\"parameter_name\":\"field4\",\"parameter_value\":\"Performance Audit \\/ Consult (Theme, Plugin, Content, Server)\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Plugin Configuration\",\"parameter_name\":\"field4\",\"parameter_value\":\"Plugin Configuration\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"SSL Performance Setup\",\"parameter_name\":\"field4\",\"parameter_value\":\"SSL Performance Setup\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Full Site Delivery Setup\",\"parameter_name\":\"field4\",\"parameter_value\":\"Full Site Delivery Setup\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Hosting Environment Troubleshooting\",\"parameter_name\":\"field4\",\"parameter_value\":\"Hosting Environment Troubleshooting\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Performance Monitoring\",\"parameter_name\":\"field4\",\"parameter_value\":\"Performance Monitoring\",\"form_hash\":\"m5pom8z0qy59rm\"}],\"ui_strings\":{\"cdn.maxcdn.signUpAndSave\":\"Sign Up Now and save !\",\"cdn.maxcdn.signUpAndSave.description\":\"MaxCDN is a service that lets you speed up your site even more with W3 Total Cache. Sign up now to recieve a special offer!\",\"cdn.stackpath.signUpAndSave\":\"Sign Up Now and save !\",\"cdn.stackpath.signUpAndSave.description\":\"StackPath is a service that lets you speed up your site even more with W3 Total Cache. Sign up now and save!\",\"cdn.stackpath2.signUpAndSave\":\"Sign Up Now and save !\",\"cdn.stackpath2.signUpAndSave.description\":\"StackPath is a service that lets you speed up your site even more with W3 Total Cache. Sign up now to recieve a special offer!\",\"minify.general.header\":\"Reduce load time by decreasing the size and number of <acronym title=\'Cascading Style Sheet\'>CSS<\\/acronym> and <acronym title=\'JavaScript\'>JS<\\/acronym> files. Automatically remove unncessary data from <acronym title=\'Cascading Style Sheet\'>CSS<\\/acronym>, <acronym title=\'JavaScript\'>JS<\\/acronym>, feed, page and post <acronym title=\'Hypertext Markup Language\'>HTML<\\/acronym>.\",\"newrelic.general.header\":\"New Relic may not be installed or not active on this server. <a href=\'%s\' target=\'_blank\'>Sign up for a (free) account<\\/a>. Visit <a href=\'%s\' target=\'_blank\'>New Relic<\\/a> for installation instructions.\",\"reverseproxy.general.header\":\"A reverse proxy adds scale to an server by handling requests before WordPress does. Purge settings are set on the <a href=\'%s\'>Page Cache settings<\\/a> page and <a href=\'%s\'>Browser Cache settings<\\/a> are set on the browser cache settings page.\",\"cdnfsd.general.header\":\"Host the entire website with your compatible <acronym title=\'Content Delivery Network\'>CDN<\\/acronym> provider to reduce page load time.\",\"cdn.general.header\":\"Host static files with your <acronym title=\'Content Delivery Network\'>CDN<\\/acronym> to reduce page load time.\",\"cdn.stackpath.widget.existing\":\"If you\'re an existing StackPath customer, enable <acronym title=\'Content Delivery Network\'>CDN<\\/acronym> and:\",\"cdn.stackpath2.widget.existing\":\"If you\'re an existing StackPath customer, enable <acronym title=\'Content Delivery Network\'>CDN<\\/acronym> and:\",\"cdn.stackpath2.widget.works_magically\":\"StackPath works magically with W3 Total Cache.\",\"cdn.stackpath.widget.header\":\"Dramatically increase website speeds in just a few clicks! Add the StackPath content delivery network (<acronym title=\'Content Delivery Network\'>CDN<\\/acronym>) service to your site.\",\"cdn.stackpath2.widget.header\":\"Dramatically increase website speeds in just a few clicks! Add the StackPath content delivery network (<acronym title=\'Content Delivery Network\'>CDN<\\/acronym>) service to your site.\"}},\"expires\":1646192890}','no'),(43677,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(43678,'widget_woocommerce_top_rated_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(43679,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(43680,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(43687,'woocommerce_admin_install_timestamp','1631337353','yes'),(43683,'wc_remote_inbox_notifications_wca_updated','','no'),(43684,'wc_remote_inbox_notifications_specs','a:31:{s:27:\"stripe_applepay_holiday2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:27:\"stripe_applepay_holiday2021\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:47:\"Boost sales this holiday season with Apple Pay!\";s:7:\"content\";s:380:\"Increase your conversion rate by letting your customers know that you accept Apple Pay. It’s seamless to <a href=\"https://docs.woocommerce.com/document/stripe/?_ga=2.90941597.642705274.1635776464-1391993999.1621950839#apple-pay\">enable Apple Pay with Stripe</a> and easy to communicate it with this <a href=\"https://developer.apple.com/apple-pay/marketing/\">marketing guide</a>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"stripe_applepay_holiday2021\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:16:\"Accept Apple Pay\";}}s:3:\"url\";s:34:\"https://woocommerce.com/apple-pay/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-11-08 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-12-26 00:00:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-gateway-stripe\";}}}}s:27:\"square_applepay_holiday2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:27:\"square_applepay_holiday2021\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:47:\"Boost sales this holiday season with Apple Pay!\";s:7:\"content\";s:393:\"Increase your conversion rate by letting your customers know that you accept Apple Pay. It’s seamless to <a href=\"https://docs.woocommerce.com/document/woocommerce-square/?_ga=2.90941597.642705274.1635776464-1391993999.1621950839#section-14\">enable Apple Pay with Square</a> and easy to communicate it with this <a href=\"https://developer.apple.com/apple-pay/marketing/\">marketing guide</a>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"square_applepay_holiday2021\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:16:\"Accept Apple Pay\";}}s:3:\"url\";s:34:\"https://woocommerce.com/apple-pay/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-11-08 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-12-26 00:00:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:18:\"woocommerce-square\";}}}}s:26:\"wcpay_applepay_holiday2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:26:\"wcpay_applepay_holiday2021\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:47:\"Boost sales this holiday season with Apple Pay!\";s:7:\"content\";s:338:\"Increase your conversion rate by letting your customers know that you accept Apple Pay. It’s seamless to <a href=\"https://docs.woocommerce.com/document/payments/apple-pay/\">enable Apple Pay with WooCommerce Payments</a> and easy to communicate it with this <a href=\"https://developer.apple.com/apple-pay/marketing/\">marketing guide</a>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"wcpay_applepay_holiday2021\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:16:\"Accept Apple Pay\";}}s:3:\"url\";s:34:\"https://woocommerce.com/apple-pay/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-11-08 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-12-26 00:00:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}s:27:\"new_in_app_marketplace_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:27:\"new_in_app_marketplace_2021\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:36:\"Customize your store with extensions\";s:7:\"content\";s:164:\"Check out our NEW Extensions tab to see our favorite extensions for customizing your store, and discover the most popular extensions in the WooCommerce Marketplace.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"browse_extensions\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:17:\"Browse extensions\";}}s:3:\"url\";s:15:\"&page=wc-addons\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:14:23\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.7\";}}}s:21:\"wayflyer_bnpl_q4_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:21:\"wayflyer_bnpl_q4_2021\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:48:\"Grow your business with funding through Wayflyer\";s:7:\"content\";s:261:\"Fast, flexible financing to boost cash flow and help your business grow – one fee, no interest rates, penalties, equity, or personal guarantees. Based on your store’s performance, Wayflyer provides funding and analytical insights to invest in your business.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"wayflyer_bnpl_q4_2021\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"Level up with funding\";}}s:3:\"url\";s:42:\"https://woocommerce.com/products/wayflyer/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-11-17 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-12-18 00:00:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"AU\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"BE\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"CA\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"IE\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"NL\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"GB\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-gateway-affirm\";}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:32:\"afterpay-gateway-for-woocommerce\";}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:31:\"klarna-payments-for-woocommerce\";}}}}}}s:35:\"wc_shipping_mobile_app_usps_q4_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:35:\"wc_shipping_mobile_app_usps_q4_2021\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:94:\"Print and manage your shipping labels with WooCommerce Shipping and the WooCommerce Mobile App\";s:7:\"content\";s:210:\"Save time by printing, purchasing, refunding, and tracking shipping labels generated by <a href=\"https://woocommerce.com/woocommerce-shipping/\">WooCommerce Shipping</a> – all directly from your mobile device!\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"wc_shipping_mobile_app_usps_q4_2021\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:24:\"Get WooCommerce Shipping\";}}s:3:\"url\";s:45:\"https://woocommerce.com/woocommerce-shipping/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-11-12 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-11-27 00:00:00\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:25:\"woocommerce-shipping-usps\";}}i:4;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-services\";}}}}}}s:30:\"wc_shipping_mobile_app_q4_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:30:\"wc_shipping_mobile_app_q4_2021\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:69:\"Print and manage your shipping labels with the WooCommerce Mobile App\";s:7:\"content\";s:210:\"Save time by printing, purchasing, refunding, and tracking shipping labels generated by <a href=\"https://woocommerce.com/woocommerce-shipping/\">WooCommerce Shipping</a> – all directly from your mobile device!\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"wc_shipping_mobile_app_q4_2021\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:30:\"Get the WooCommerce Mobile App\";}}s:3:\"url\";s:31:\"https://woocommerce.com/mobile/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-11-12 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-11-27 00:00:00\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-services\";}}}}s:37:\"ecomm-need-help-setting-up-your-store\";O:8:\"stdClass\":8:{s:4:\"slug\";s:37:\"ecomm-need-help-setting-up-your-store\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:32:\"Need help setting up your Store?\";s:7:\"content\";s:350:\"Schedule a free 30-min <a href=\"https://wordpress.com/support/concierge-support/\">quick start session</a> and get help from our specialists. We’re happy to walk through setup steps, show you around the WordPress.com dashboard, troubleshoot any issues you may have, and help you the find the features you need to accomplish your goals for your site.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"set-up-concierge\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"Schedule free session\";}}s:3:\"url\";s:34:\"https://wordpress.com/me/concierge\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:16:48\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:3:{i:0;s:35:\"woocommerce-shipping-australia-post\";i:1;s:32:\"woocommerce-shipping-canada-post\";i:2;s:30:\"woocommerce-shipping-royalmail\";}}}}s:20:\"woocommerce-services\";O:8:\"stdClass\":8:{s:4:\"slug\";s:20:\"woocommerce-services\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:26:\"WooCommerce Shipping & Tax\";s:7:\"content\";s:251:\"WooCommerce Shipping & Tax helps get your store \"ready to sell\" as quickly as possible. You create your products. We take care of tax calculation, payment processing, and shipping label printing! Learn more about the extension that you just installed.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:84:\"https://docs.woocommerce.com/document/woocommerce-shipping-and-tax/?utm_source=inbox\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:17:25\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-services\";}}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\"<\";s:4:\"days\";i:2;}}}s:32:\"ecomm-unique-shopping-experience\";O:8:\"stdClass\":8:{s:4:\"slug\";s:32:\"ecomm-unique-shopping-experience\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:53:\"For a shopping experience as unique as your customers\";s:7:\"content\";s:270:\"Product Add-Ons allow your customers to personalize products while they\'re shopping on your online store. No more follow-up email requests—customers get what they want, before they\'re done checking out. Learn more about this extension that comes included in your plan.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:43:\"learn-more-ecomm-unique-shopping-experience\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:71:\"https://docs.woocommerce.com/document/product-add-ons/?utm_source=inbox\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:18:01\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:3:{i:0;s:35:\"woocommerce-shipping-australia-post\";i:1;s:32:\"woocommerce-shipping-canada-post\";i:2;s:30:\"woocommerce-shipping-royalmail\";}}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\"<\";s:4:\"days\";i:2;}}}s:37:\"wc-admin-getting-started-in-ecommerce\";O:8:\"stdClass\":8:{s:4:\"slug\";s:37:\"wc-admin-getting-started-in-ecommerce\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:38:\"Getting Started in eCommerce - webinar\";s:7:\"content\";s:174:\"We want to make eCommerce and this process of getting started as easy as possible for you. Watch this webinar to get tips on how to have our store up and running in a breeze.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"watch-the-webinar\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:17:\"Watch the webinar\";}}s:3:\"url\";s:28:\"https://youtu.be/V_2XtCOyZ7o\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:18:37\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:18:\"onboarding_profile\";s:5:\"index\";s:12:\"setup_client\";s:9:\"operation\";s:2:\"!=\";s:5:\"value\";b:1;}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:18:\"onboarding_profile\";s:5:\"index\";s:13:\"product_count\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:1:\"0\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:18:\"onboarding_profile\";s:5:\"index\";s:7:\"revenue\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:4:\"none\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:18:\"onboarding_profile\";s:5:\"index\";s:7:\"revenue\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:10:\"up-to-2500\";}}}}}s:18:\"your-first-product\";O:8:\"stdClass\":8:{s:4:\"slug\";s:18:\"your-first-product\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:18:\"Your first product\";s:7:\"content\";s:467:\"That’s huge! You’re well on your way to building a successful online store — now it’s time to think about how you’ll fulfill your orders.<br/><br/>Read our shipping guide to learn best practices and options for putting together your shipping strategy. And for WooCommerce stores in the United States, you can print discounted shipping labels via USPS with <a href=\"https://href.li/?https://woocommerce.com/shipping\" target=\"_blank\">WooCommerce Shipping</a>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:82:\"https://woocommerce.com/posts/ecommerce-shipping-solutions-guide/?utm_source=inbox\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:19:13\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:12:\"stored_state\";s:5:\"index\";s:22:\"there_were_no_products\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";b:1;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:12:\"stored_state\";s:5:\"index\";s:22:\"there_are_now_products\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";b:1;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"product_count\";s:9:\"operation\";s:2:\">=\";s:5:\"value\";i:1;}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:18:\"onboarding_profile\";s:5:\"index\";s:13:\"product_types\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:8:\"physical\";s:7:\"default\";a:0:{}}}}s:37:\"wc-admin-optimizing-the-checkout-flow\";O:8:\"stdClass\":8:{s:4:\"slug\";s:37:\"wc-admin-optimizing-the-checkout-flow\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:28:\"Optimizing the checkout flow\";s:7:\"content\";s:177:\"It’s crucial to get your store’s checkout as smooth as possible to avoid losing sales. Let’s take a look at how you can optimize the checkout experience for your shoppers.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"optimizing-the-checkout-flow\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:78:\"https://woocommerce.com/posts/optimizing-woocommerce-checkout?utm_source=inbox\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:19:49\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:3;}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:45:\"woocommerce_task_list_tracked_completed_tasks\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:8:\"payments\";s:7:\"default\";a:0:{}}}}s:39:\"wc-admin-first-five-things-to-customize\";O:8:\"stdClass\":8:{s:4:\"slug\";s:39:\"wc-admin-first-five-things-to-customize\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:45:\"The first 5 things to customize in your store\";s:7:\"content\";s:175:\"Deciding what to start with first is tricky. To help you properly prioritize, we’ve put together this short list of the first few things you should customize in WooCommerce.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:82:\"https://woocommerce.com/posts/first-things-customize-woocommerce/?utm_source=inbox\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:20:31\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:2;}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:45:\"woocommerce_task_list_tracked_completed_tasks\";s:5:\"value\";s:9:\"NOT EMPTY\";s:7:\"default\";s:9:\"NOT EMPTY\";s:9:\"operation\";s:2:\"!=\";}}}s:32:\"wc-payments-qualitative-feedback\";O:8:\"stdClass\":8:{s:4:\"slug\";s:32:\"wc-payments-qualitative-feedback\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:55:\"WooCommerce Payments setup - let us know what you think\";s:7:\"content\";s:146:\"Congrats on enabling WooCommerce Payments for your store. Please share your feedback in this 2 minute survey to help us improve the setup process.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"qualitative-feedback-from-new-users\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:39:\"https://automattic.survey.fm/wc-pay-new\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:21:13\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:45:\"woocommerce_task_list_tracked_completed_tasks\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:20:\"woocommerce-payments\";s:7:\"default\";a:0:{}}}}s:29:\"share-your-feedback-on-paypal\";O:8:\"stdClass\":8:{s:4:\"slug\";s:29:\"share-your-feedback-on-paypal\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:29:\"Share your feedback on PayPal\";s:7:\"content\";s:127:\"Share your feedback in this 2 minute survey about how we can make the process of accepting payments more useful for your store.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"share-feedback\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:43:\"http://automattic.survey.fm/paypal-feedback\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:21:50\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-gateway-stripe\";}}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}}}s:31:\"google_listings_and_ads_install\";O:8:\"stdClass\":8:{s:4:\"slug\";s:31:\"google_listings_and_ads_install\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:35:\"Drive traffic and sales with Google\";s:7:\"content\";s:123:\"Reach online shoppers to drive traffic and sales for your store by showcasing products across Google, for free or with ads.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"get-started\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:11:\"Get started\";}}s:3:\"url\";s:56:\"https://woocommerce.com/products/google-listings-and-ads\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-06-09 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:23:\"google_listings_and_ads\";}}}}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:11:\"order_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:10;}}}s:39:\"wc-subscriptions-security-update-3-0-15\";O:8:\"stdClass\":8:{s:4:\"slug\";s:39:\"wc-subscriptions-security-update-3-0-15\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:42:\"WooCommerce Subscriptions security update!\";s:7:\"content\";s:738:\"We recently released an important security update to WooCommerce Subscriptions. To ensure your site’s data is protected, please upgrade <strong>WooCommerce Subscriptions to version 3.0.15</strong> or later.<br/><br/>Click the button below to view and update to the latest Subscriptions version, or log in to <a href=\"https://woocommerce.com/my-dashboard\">WooCommerce.com Dashboard</a> and navigate to your <strong>Downloads</strong> page.<br/><br/>We recommend always using the latest version of WooCommerce Subscriptions, and other software running on your site, to ensure maximum security.<br/><br/>If you have any questions we are here to help — just <a href=\"https://woocommerce.com/my-account/create-a-ticket/\">open a ticket</a>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"update-wc-subscriptions-3-0-15\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:19:\"View latest version\";}}s:3:\"url\";s:30:\"&page=wc-addons&section=helper\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:30:32\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:25:\"woocommerce-subscriptions\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:6:\"3.0.15\";}}}s:29:\"woocommerce-core-update-5-4-0\";O:8:\"stdClass\":8:{s:4:\"slug\";s:29:\"woocommerce-core-update-5-4-0\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:31:\"Update to WooCommerce 5.4.1 now\";s:7:\"content\";s:140:\"WooCommerce 5.4.1 addresses a checkout issue discovered in WooCommerce 5.4. We recommend upgrading to WooCommerce 5.4.1 as soon as possible.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"update-wc-core-5-4-0\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:25:\"How to update WooCommerce\";}}s:3:\"url\";s:64:\"https://docs.woocommerce.com/document/how-to-update-woocommerce/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:31:08\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.0\";}}}s:19:\"wcpay-promo-2020-11\";O:8:\"stdClass\":8:{s:4:\"slug\";s:19:\"wcpay-promo-2020-11\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:19:\"wcpay-promo-2020-11\";s:7:\"content\";s:19:\"wcpay-promo-2020-11\";}}s:7:\"actions\";a:0:{}s:5:\"rules\";a:0:{}}s:19:\"wcpay-promo-2020-12\";O:8:\"stdClass\":8:{s:4:\"slug\";s:19:\"wcpay-promo-2020-12\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:19:\"wcpay-promo-2020-12\";s:7:\"content\";s:19:\"wcpay-promo-2020-12\";}}s:7:\"actions\";a:0:{}s:5:\"rules\";a:0:{}}s:30:\"wcpay-promo-2021-6-incentive-1\";O:8:\"stdClass\":8:{s:4:\"slug\";s:30:\"wcpay-promo-2021-6-incentive-1\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:82:\"Simplify the payments process for you and your customers with WooCommerce Payments\";s:7:\"content\";s:702:\"With <a href=\"https://woocommerce.com/payments/?utm_medium=notification&utm_source=product&utm_campaign=wcpay601\">WooCommerce Payments</a>, you can securely accept all major cards, Apple Pay®, and recurring revenue in over 100 currencies.\n				Built into your store’s WooCommerce dashboard, track cash flow and manage all of your transactions in one place – with no setup costs or monthly fees.\n				<br/><br/>\n				By clicking \"Get WooCommerce Payments,\" you agree to the <a href=\"https://wordpress.com/tos/?utm_medium=notification&utm_source=product&utm_campaign=wcpay601\">Terms of Service</a>\n				and acknowledge you have read the <a href=\"https://automattic.com/privacy/\">Privacy Policy</a>.\n				\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"get-woo-commerce-payments\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:24:\"Get WooCommerce Payments\";}}s:3:\"url\";s:57:\"admin.php?page=wc-admin&action=setup-woocommerce-payments\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:13:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:32:41\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:6:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:1:\"1\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:1:\"3\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:1:\"5\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:1:\"7\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:1:\"9\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:2:\"11\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:4:{i:0;s:17:\"crowdsignal-forms\";i:1;s:11:\"layout-grid\";i:2;s:17:\"full-site-editing\";i:3;s:13:\"page-optimize\";}}}}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:26:\"woocommerce_allow_tracking\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:2:\">=\";s:4:\"days\";i:31;}i:6;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"4.0\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:10:\"db_version\";s:5:\"value\";s:5:\"45805\";s:7:\"default\";i:0;s:9:\"operation\";s:2:\">=\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:19:\"wcpay-promo-2020-11\";s:6:\"status\";s:8:\"actioned\";s:9:\"operation\";s:2:\"!=\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:19:\"wcpay-promo-2020-11\";s:6:\"status\";s:10:\"unactioned\";s:9:\"operation\";s:2:\"!=\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:19:\"wcpay-promo-2020-12\";s:6:\"status\";s:8:\"actioned\";s:9:\"operation\";s:2:\"!=\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:19:\"wcpay-promo-2020-12\";s:6:\"status\";s:10:\"unactioned\";s:9:\"operation\";s:2:\"!=\";}}}s:30:\"wcpay-promo-2021-6-incentive-2\";O:8:\"stdClass\":8:{s:4:\"slug\";s:30:\"wcpay-promo-2021-6-incentive-2\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:82:\"Simplify the payments process for you and your customers with WooCommerce Payments\";s:7:\"content\";s:702:\"With <a href=\"https://woocommerce.com/payments/?utm_medium=notification&utm_source=product&utm_campaign=wcpay601\">WooCommerce Payments</a>, you can securely accept all major cards, Apple Pay®, and recurring revenue in over 100 currencies.\n				Built into your store’s WooCommerce dashboard, track cash flow and manage all of your transactions in one place – with no setup costs or monthly fees.\n				<br/><br/>\n				By clicking \"Get WooCommerce Payments,\" you agree to the <a href=\"https://wordpress.com/tos/?utm_medium=notification&utm_source=product&utm_campaign=wcpay601\">Terms of Service</a>\n				and acknowledge you have read the <a href=\"https://automattic.com/privacy/\">Privacy Policy</a>.\n				\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"get-woocommerce-payments\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:24:\"Get WooCommerce Payments\";}}s:3:\"url\";s:57:\"admin.php?page=wc-admin&action=setup-woocommerce-payments\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:13:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:33:17\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:6:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:1:\"2\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:1:\"4\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:1:\"6\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:1:\"8\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:2:\"10\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:2:\"12\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:4:{i:0;s:17:\"crowdsignal-forms\";i:1;s:11:\"layout-grid\";i:2;s:17:\"full-site-editing\";i:3;s:13:\"page-optimize\";}}}}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:26:\"woocommerce_allow_tracking\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:2:\">=\";s:4:\"days\";i:31;}i:6;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"4.0\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:10:\"db_version\";s:5:\"value\";s:5:\"45805\";s:7:\"default\";i:0;s:9:\"operation\";s:2:\">=\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:19:\"wcpay-promo-2020-11\";s:6:\"status\";s:8:\"actioned\";s:9:\"operation\";s:2:\"!=\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:19:\"wcpay-promo-2020-11\";s:6:\"status\";s:10:\"unactioned\";s:9:\"operation\";s:2:\"!=\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:19:\"wcpay-promo-2020-12\";s:6:\"status\";s:8:\"actioned\";s:9:\"operation\";s:2:\"!=\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:19:\"wcpay-promo-2020-12\";s:6:\"status\";s:10:\"unactioned\";s:9:\"operation\";s:2:\"!=\";}}}s:34:\"ppxo-pps-upgrade-paypal-payments-1\";O:8:\"stdClass\":8:{s:4:\"slug\";s:34:\"ppxo-pps-upgrade-paypal-payments-1\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:47:\"Get the latest PayPal extension for WooCommerce\";s:7:\"content\";s:442:\"Heads up! There’s a new PayPal on the block!<br/><br/>Now is a great time to upgrade to our latest <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal extension</a> to continue to receive support and updates with PayPal.<br/><br/>Get access to a full suite of PayPal payment methods, extensive currency and country coverage, and pay later options with the all-new PayPal extension for WooCommerce.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"ppxo-pps-install-paypal-payments-1\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:18:\"View upgrade guide\";}}s:3:\"url\";s:96:\"https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:33:53\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.5\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-paypal-payments\";}}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:7:\"enabled\";}}}s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;}}}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";i:7;s:7:\"default\";i:1;s:9:\"operation\";s:1:\"<\";}}}s:34:\"ppxo-pps-upgrade-paypal-payments-2\";O:8:\"stdClass\":8:{s:4:\"slug\";s:34:\"ppxo-pps-upgrade-paypal-payments-2\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:31:\"Upgrade your PayPal experience!\";s:7:\"content\";s:358:\"Get access to a full suite of PayPal payment methods, extensive currency and country coverage, offer subscription and recurring payments, and the new PayPal pay later options.<br /><br />Start using our <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">latest PayPal today</a> to continue to receive support and updates.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"ppxo-pps-install-paypal-payments-2\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:18:\"View upgrade guide\";}}s:3:\"url\";s:96:\"https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:34:30\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.5\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-paypal-payments\";}}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:7:\"enabled\";}}}s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;}}}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";i:6;s:7:\"default\";i:1;s:9:\"operation\";s:1:\">\";}}}s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:56:\"Action required: Critical vulnerabilities in WooCommerce\";s:7:\"content\";s:570:\"In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br/><br/>Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br/><br/>For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:146:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=vulnerability_comms\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:39:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:35:06\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.3.6\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.4.8\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.5.9\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.6.6\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.7.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.8.2\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.4\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.3\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.2\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.3\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.3\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.4\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.4\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.5\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.2\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.3\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.3\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.4\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.4\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.2\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.3\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.2\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.3\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.4\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.1\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.2\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.1\";}i:31;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.2\";}i:32;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.3\";}i:33;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.4\";}i:34;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.1\";}i:35;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.2\";}i:36;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.2\";}i:37;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.3\";}i:38;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.5.1\";}}}s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:63:\"Action required: Critical vulnerabilities in WooCommerce Blocks\";s:7:\"content\";s:570:\"In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br/><br/>Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br/><br/>For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:146:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=vulnerability_comms\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:32:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:35:42\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:6:\"2.5.16\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.6.2\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.7.2\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.8.1\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.9.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.0.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.1.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.2.1\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.3.1\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.4.1\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.5.1\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.6.1\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.7.2\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.8.1\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.1\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.1\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.3\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.1\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.2\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.1\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.1\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.1\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.2\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.1\";}i:31;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.5.1\";}}}s:45:\"woocommerce-core-sqli-july-2021-store-patched\";O:8:\"stdClass\":8:{s:4:\"slug\";s:45:\"woocommerce-core-sqli-july-2021-store-patched\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:55:\"Solved: Critical vulnerabilities patched in WooCommerce\";s:7:\"content\";s:433:\"In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br/><br/><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:146:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=vulnerability_comms\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:36:18\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:23:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.3.6\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.4.8\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.5.9\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.6\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.2\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.4\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.2\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.3\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.4\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.2\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.3\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.3\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.2\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.3\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.3\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.1\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.2\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.5.1\";}}}}}s:47:\"woocommerce-blocks-sqli-july-2021-store-patched\";O:8:\"stdClass\":8:{s:4:\"slug\";s:47:\"woocommerce-blocks-sqli-july-2021-store-patched\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:62:\"Solved: Critical vulnerabilities patched in WooCommerce Blocks\";s:7:\"content\";s:433:\"In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br/><br/><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:146:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=vulnerability_comms\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:36:54\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:31:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"2.5.16\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.6.2\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.7.2\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.8.1\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.9.1\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.0.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.1.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.2.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.3.1\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.4.1\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.5.1\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.1\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.2\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.1\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.1\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.1\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.3\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.1\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.1\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.2\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.1\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.1\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.1\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.2\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.1\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.5.1\";}}}}}s:19:\"habit-moment-survey\";O:8:\"stdClass\":8:{s:4:\"slug\";s:19:\"habit-moment-survey\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:63:\"We’re all ears! Share your experience so far with WooCommerce\";s:7:\"content\";s:136:\"We’d love your input to shape the future of WooCommerce together. Feel free to share any feedback, ideas or suggestions that you have.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"share-feedback\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:45:\"https://automattic.survey.fm/store-management\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:37:30\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:3;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:11:\"order_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:30;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"product_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:0;}}}s:26:\"ecomm-wc-navigation-survey\";O:8:\"stdClass\":8:{s:4:\"slug\";s:26:\"ecomm-wc-navigation-survey\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:55:\"We’d like your feedback on the WooCommerce navigation\";s:7:\"content\";s:134:\"We’re making improvements to the WooCommerce navigation and would love your feedback. Share your experience in this 2 minute survey.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"share-navigation-survey-feedback\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:63:\"https://automattic.survey.fm/feedback-on-woocommerce-navigation\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:38:07\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:12:\"is_ecommerce\";s:5:\"value\";b:1;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:90;}}}}','no');
INSERT INTO `wpxo_options` VALUES (43666,'woocommerce_admin_notices','a:1:{i:0;s:6:\"update\";}','yes'),(43668,'_transient_woocommerce_webhook_ids_status_active','a:0:{}','yes'),(43669,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(43670,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(43671,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(43672,'widget_woocommerce_price_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(43673,'widget_woocommerce_product_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(43674,'widget_woocommerce_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(43675,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(43676,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(43622,'product_cat_children','a:0:{}','yes'),(43624,'default_product_cat','21','yes'),(41130,'boldgrid_backup_last_backup','1668569318','no'),(42335,'jetpack_log','a:1:{i:0;a:5:{s:4:\"time\";i:1631267675;s:7:\"user_id\";i:1;s:7:\"blog_id\";i:173559631;s:4:\"code\";s:8:\"activate\";s:4:\"data\";s:7:\"protect\";}}','no'),(71620,'elementor_controls_usage','a:3:{s:7:\"wp-page\";a:20:{s:6:\"global\";a:2:{s:5:\"count\";i:10;s:8:\"controls\";a:0:{}}s:6:\"column\";a:2:{s:5:\"count\";i:135;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:92;s:14:\"padding_tablet\";i:74;s:14:\"padding_mobile\";i:88;s:13:\"margin_tablet\";i:34;s:13:\"margin_mobile\";i:45;s:6:\"margin\";i:17;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:9:{s:19:\"_inline_size_tablet\";i:39;s:12:\"_inline_size\";i:58;s:16:\"content_position\";i:9;s:5:\"align\";i:7;s:21:\"space_between_widgets\";i:26;s:28:\"space_between_widgets_tablet\";i:15;s:19:\"_inline_size_mobile\";i:14;s:23:\"content_position_tablet\";i:7;s:28:\"space_between_widgets_mobile\";i:5;}}s:5:\"style\";a:3:{s:14:\"section_border\";a:3:{s:26:\"box_shadow_box_shadow_type\";i:19;s:21:\"box_shadow_box_shadow\";i:19;s:13:\"border_radius\";i:3;}s:13:\"section_style\";a:6:{s:21:\"background_background\";i:14;s:16:\"background_image\";i:5;s:19:\"background_position\";i:5;s:15:\"background_size\";i:5;s:36:\"background_motion_fx_motion_fx_mouse\";i:3;s:16:\"background_color\";i:9;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:3;s:24:\"background_overlay_color\";i:3;s:26:\"background_overlay_opacity\";i:3;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:79;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:8:{s:6:\"layout\";i:17;s:3:\"gap\";i:68;s:6:\"height\";i:1;s:20:\"custom_height_mobile\";i:1;s:13:\"custom_height\";i:13;s:16:\"content_position\";i:2;s:15:\"column_position\";i:2;s:13:\"content_width\";i:6;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:36;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:35;s:7:\"padding\";i:61;s:14:\"padding_tablet\";i:45;s:14:\"padding_mobile\";i:41;s:13:\"margin_tablet\";i:13;s:13:\"margin_mobile\";i:9;}s:19:\"_section_responsive\";a:2:{s:20:\"reverse_order_tablet\";i:1;s:20:\"reverse_order_mobile\";i:4;}}s:5:\"style\";a:3:{s:26:\"section_background_overlay\";a:7:{s:29:\"background_overlay_background\";i:11;s:26:\"background_overlay_opacity\";i:10;s:26:\"background_overlay_color_b\";i:6;s:24:\"background_overlay_color\";i:3;s:29:\"background_overlay_color_stop\";i:1;s:31:\"background_overlay_color_b_stop\";i:2;s:33:\"background_overlay_gradient_angle\";i:1;}s:18:\"section_background\";a:13:{s:21:\"background_background\";i:10;s:16:\"background_color\";i:10;s:19:\"background_position\";i:6;s:17:\"background_repeat\";i:5;s:15:\"background_size\";i:6;s:22:\"background_size_mobile\";i:4;s:19:\"background_bg_width\";i:4;s:21:\"background_video_link\";i:1;s:16:\"background_image\";i:1;s:18:\"background_color_b\";i:1;s:23:\"background_color_b_stop\";i:1;s:25:\"background_gradient_angle\";i:1;s:21:\"background_attachment\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:9;s:12:\"border_width\";i:12;s:12:\"border_color\";i:7;}}}}s:7:\"divider\";a:2:{s:5:\"count\";i:31;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:4:{s:5:\"width\";i:25;s:12:\"width_tablet\";i:11;s:5:\"align\";i:1;s:12:\"width_mobile\";i:4;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:6:\"weight\";i:25;s:3:\"gap\";i:25;s:5:\"color\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:8:\"_padding\";i:14;s:15:\"_padding_tablet\";i:12;s:15:\"_padding_mobile\";i:1;s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:59;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:59;s:11:\"header_size\";i:42;s:5:\"align\";i:4;s:12:\"align_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:8:\"_padding\";i:19;s:14:\"_margin_tablet\";i:4;s:15:\"_padding_tablet\";i:16;s:15:\"_padding_mobile\";i:9;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:2:{s:21:\"typography_typography\";i:5;s:21:\"typography_font_style\";i:5;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:62;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:62;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:5;s:21:\"typography_typography\";i:7;s:22:\"typography_font_weight\";i:10;s:5:\"align\";i:8;s:20:\"typography_font_size\";i:1;s:12:\"align_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:15;s:8:\"_padding\";i:11;s:15:\"_padding_tablet\";i:10;s:15:\"_padding_mobile\";i:8;s:14:\"_margin_tablet\";i:3;}}}}s:27:\"wp-widget-give_forms_widget\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:0:{}}s:7:\"gallery\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:7:\"gallery\";i:1;s:9:\"galleries\";i:1;s:7:\"columns\";i:1;s:3:\"gap\";i:1;s:12:\"aspect_ratio\";i:1;s:20:\"thumbnail_image_size\";i:1;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:22;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:22;s:5:\"align\";i:15;s:13:\"selected_icon\";i:4;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:33:\"button_box_shadow_box_shadow_type\";i:5;s:28:\"button_box_shadow_box_shadow\";i:5;s:21:\"typography_typography\";i:4;s:20:\"typography_font_size\";i:4;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:4;s:25:\"typography_letter_spacing\";i:4;s:12:\"text_padding\";i:2;s:19:\"text_padding_tablet\";i:2;s:32:\"typography_letter_spacing_mobile\";i:2;s:15:\"hover_animation\";i:4;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:4;s:15:\"_padding_mobile\";i:2;s:7:\"_margin\";i:4;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:6;}}}}s:8:\"flip-box\";a:2:{s:5:\"count\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:22:\"section_side_a_content\";a:8:{s:15:\"graphic_element\";i:5;s:12:\"title_text_a\";i:5;s:18:\"description_text_a\";i:5;s:23:\"background_a_background\";i:5;s:18:\"background_a_image\";i:5;s:21:\"background_a_position\";i:5;s:17:\"background_a_size\";i:5;s:20:\"background_overlay_a\";i:5;}s:22:\"section_side_b_content\";a:8:{s:12:\"title_text_b\";i:5;s:18:\"description_text_b\";i:5;s:11:\"button_text\";i:5;s:23:\"background_b_background\";i:5;s:18:\"background_b_image\";i:5;s:21:\"background_b_position\";i:5;s:17:\"background_b_size\";i:5;s:20:\"background_overlay_b\";i:5;}s:20:\"section_box_settings\";a:1:{s:11:\"flip_effect\";i:5;}}s:5:\"style\";a:2:{s:15:\"section_style_a\";a:4:{s:13:\"title_color_a\";i:5;s:19:\"description_color_a\";i:5;s:35:\"description_typography_a_typography\";i:5;s:34:\"description_typography_a_font_size\";i:5;}s:15:\"section_style_b\";a:4:{s:13:\"title_color_b\";i:5;s:35:\"description_typography_b_typography\";i:5;s:34:\"description_typography_b_font_size\";i:5;s:36:\"description_typography_b_font_weight\";i:5;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:21;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:21;s:10:\"image_size\";i:17;s:12:\"align_tablet\";i:2;s:5:\"align\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:2:{s:32:\"image_box_shadow_box_shadow_type\";i:12;s:27:\"image_box_shadow_box_shadow\";i:12;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:6:{s:8:\"_padding\";i:2;s:15:\"_padding_tablet\";i:2;s:7:\"_margin\";i:2;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:6:\"spacer\";a:2:{s:5:\"count\";i:10;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:4;}}}}s:6:\"slides\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:14:\"section_slides\";a:2:{s:6:\"slides\";i:3;s:13:\"slides_height\";i:3;}s:22:\"section_slider_options\";a:5:{s:14:\"pause_on_hover\";i:3;s:20:\"pause_on_interaction\";i:3;s:16:\"transition_speed\";i:3;s:17:\"content_animation\";i:3;s:10:\"transition\";i:2;}}s:5:\"style\";a:4:{s:19:\"section_style_title\";a:6:{s:29:\"heading_typography_typography\";i:3;s:30:\"heading_typography_font_family\";i:3;s:28:\"heading_typography_font_size\";i:3;s:30:\"heading_typography_font_weight\";i:3;s:33:\"heading_typography_text_transform\";i:3;s:35:\"heading_typography_font_size_mobile\";i:1;}s:25:\"section_style_description\";a:2:{s:33:\"description_typography_typography\";i:3;s:32:\"description_typography_font_size\";i:3;}s:20:\"section_style_button\";a:4:{s:28:\"button_typography_typography\";i:3;s:29:\"button_typography_font_weight\";i:3;s:32:\"button_typography_text_transform\";i:3;s:32:\"button_typography_letter_spacing\";i:3;}s:20:\"section_style_slides\";a:3:{s:17:\"content_max_width\";i:2;s:26:\"slides_horizontal_position\";i:2;s:17:\"slides_text_align\";i:2;}}}}s:14:\"image-carousel\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:22:\"section_image_carousel\";a:8:{s:8:\"carousel\";i:2;s:14:\"thumbnail_size\";i:2;s:14:\"slides_to_show\";i:2;s:16:\"slides_to_scroll\";i:2;s:10:\"navigation\";i:2;s:21:\"slides_to_show_tablet\";i:2;s:21:\"slides_to_show_mobile\";i:2;s:26:\"thumbnail_custom_dimension\";i:2;}s:26:\"section_additional_options\";a:3:{s:14:\"pause_on_hover\";i:2;s:20:\"pause_on_interaction\";i:2;s:14:\"autoplay_speed\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:4:{s:18:\"image_border_width\";i:2;s:20:\"image_spacing_custom\";i:2;s:22:\"gallery_vertical_align\";i:2;s:13:\"image_spacing\";i:2;}}}}s:8:\"icon-box\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:4:{s:13:\"selected_icon\";i:3;s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:10:\"title_size\";i:3;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:3:{s:10:\"icon_space\";i:3;s:9:\"icon_size\";i:3;s:13:\"primary_color\";i:3;}s:21:\"section_style_content\";a:7:{s:28:\"title_typography_line_height\";i:3;s:32:\"description_typography_font_size\";i:3;s:34:\"description_typography_font_weight\";i:3;s:34:\"description_typography_line_height\";i:3;s:10:\"text_align\";i:3;s:11:\"title_color\";i:3;s:17:\"description_color\";i:3;}}}}s:9:\"icon-list\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:2:{s:13:\"space_between\";i:1;s:13:\"divider_width\";i:1;}s:18:\"section_text_style\";a:5:{s:11:\"text_indent\";i:1;s:26:\"icon_typography_typography\";i:1;s:25:\"icon_typography_font_size\";i:1;s:32:\"icon_typography_font_size_tablet\";i:1;s:32:\"icon_typography_font_size_mobile\";i:1;}}}}s:12:\"social-icons\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:3:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:20:\"section_social_style\";a:1:{s:9:\"icon_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:7:\"wpforms\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:7:\"form_id\";i:1;}}}}s:11:\"google_maps\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:11:\"section_map\";a:3:{s:7:\"address\";i:1;s:6:\"height\";i:1;s:13:\"height_tablet\";i:1;}}}}s:7:\"counter\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:4:{s:13:\"ending_number\";i:4;s:6:\"suffix\";i:4;s:5:\"title\";i:4;s:6:\"prefix\";i:1;}}s:5:\"style\";a:2:{s:14:\"section_number\";a:6:{s:28:\"typography_number_typography\";i:4;s:29:\"typography_number_font_family\";i:4;s:27:\"typography_number_font_size\";i:4;s:29:\"typography_number_font_weight\";i:4;s:34:\"typography_number_font_size_tablet\";i:4;s:34:\"typography_number_font_size_mobile\";i:4;}s:13:\"section_title\";a:5:{s:27:\"typography_title_typography\";i:4;s:28:\"typography_title_font_family\";i:4;s:26:\"typography_title_font_size\";i:4;s:28:\"typography_title_font_weight\";i:4;s:33:\"typography_title_font_size_tablet\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:4;s:15:\"_padding_tablet\";i:4;s:15:\"_padding_mobile\";i:4;}}}}}s:4:\"page\";a:5:{s:6:\"global\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:0:{}}s:6:\"column\";a:2:{s:5:\"count\";i:24;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:18;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:18;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:6;s:6:\"margin\";i:16;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:28:\"space_between_widgets_tablet\";i:6;s:12:\"_inline_size\";i:16;s:21:\"space_between_widgets\";i:16;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:16;s:26:\"box_shadow_box_shadow_type\";i:16;s:21:\"box_shadow_box_shadow\";i:16;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:14;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:6:\"layout\";i:2;s:3:\"gap\";i:14;s:13:\"custom_height\";i:6;s:16:\"content_position\";i:6;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:2;s:7:\"padding\";i:14;s:14:\"padding_tablet\";i:12;s:14:\"padding_mobile\";i:12;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:8:{s:16:\"background_color\";i:6;s:19:\"background_position\";i:6;s:17:\"background_repeat\";i:6;s:15:\"background_size\";i:6;s:22:\"background_size_mobile\";i:6;s:19:\"background_bg_width\";i:3;s:21:\"background_background\";i:3;s:21:\"background_attachment\";i:3;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:6;s:26:\"background_overlay_color_b\";i:6;s:26:\"background_overlay_opacity\";i:6;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:9;s:11:\"header_size\";i:5;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:8:\"_padding\";i:5;s:14:\"_margin_tablet\";i:5;s:15:\"_padding_tablet\";i:5;s:15:\"_padding_mobile\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:2:{s:21:\"typography_typography\";i:1;s:21:\"typography_font_style\";i:1;}}}}s:8:\"icon-box\";a:2:{s:5:\"count\";i:16;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:4:{s:13:\"selected_icon\";i:16;s:10:\"title_text\";i:16;s:16:\"description_text\";i:16;s:10:\"title_size\";i:16;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:3:{s:10:\"icon_space\";i:16;s:9:\"icon_size\";i:16;s:13:\"primary_color\";i:4;}s:21:\"section_style_content\";a:6:{s:28:\"title_typography_line_height\";i:16;s:33:\"description_typography_typography\";i:12;s:32:\"description_typography_font_size\";i:16;s:34:\"description_typography_font_weight\";i:16;s:34:\"description_typography_line_height\";i:16;s:10:\"text_align\";i:4;}}}}}s:6:\"widget\";a:1:{s:6:\"slides\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:14:\"section_slides\";a:1:{s:6:\"slides\";i:1;}s:22:\"section_slider_options\";a:5:{s:14:\"pause_on_hover\";i:1;s:20:\"pause_on_interaction\";i:1;s:10:\"transition\";i:1;s:16:\"transition_speed\";i:1;s:17:\"content_animation\";i:1;}}s:5:\"style\";a:4:{s:20:\"section_style_slides\";a:3:{s:17:\"content_max_width\";i:1;s:26:\"slides_horizontal_position\";i:1;s:17:\"slides_text_align\";i:1;}s:19:\"section_style_title\";a:5:{s:29:\"heading_typography_typography\";i:1;s:30:\"heading_typography_font_family\";i:1;s:28:\"heading_typography_font_size\";i:1;s:30:\"heading_typography_font_weight\";i:1;s:33:\"heading_typography_text_transform\";i:1;}s:25:\"section_style_description\";a:2:{s:33:\"description_typography_typography\";i:1;s:32:\"description_typography_font_size\";i:1;}s:20:\"section_style_button\";a:4:{s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_weight\";i:1;s:32:\"button_typography_text_transform\";i:1;s:32:\"button_typography_letter_spacing\";i:1;}}}}}}','no'),(42342,'jetpack_protect_blocked_attempts','16625','no'),(42339,'jetpack_protect_key','6e3d7c9092a46b93f7b34b1034de9fa928e838a9','no'),(616698,'can_compress_scripts','0','no'),(636732,'_site_transient_timeout_browser_28709d851045010ad3c7195732d79d9c','1670174896','no'),(636733,'_site_transient_browser_28709d851045010ad3c7195732d79d9c','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:5:\"106.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:32:\"https://www.mozilla.org/firefox/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(636737,'_transient_w3tc.verify_plugins','1','no'),(636738,'_transient_timeout_jetpack_scan_state','1669571899','no'),(636739,'_transient_jetpack_scan_state','O:8:\"stdClass\":4:{s:5:\"state\";s:11:\"unavailable\";s:7:\"threats\";N;s:9:\"has_cloud\";b:0;s:6:\"reason\";s:23:\"missing_scan_capability\";}','no'),(636740,'_transient_timeout_jetpack_rewind_state','1669571900','no'),(636741,'_transient_jetpack_rewind_state','O:8:\"stdClass\":4:{s:6:\"reason\";s:12:\"missing_plan\";s:5:\"state\";s:11:\"unavailable\";s:12:\"last_updated\";s:29:\"2022-11-27T17:28:20.673+00:00\";s:9:\"has_cloud\";b:0;}','no'),(636543,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1669570221;s:7:\"checked\";a:5:{s:5:\"astra\";s:5:\"3.7.3\";s:16:\"boldgrid-resolve\";s:6:\"1.20.7\";s:15:\"twentytwentyone\";s:3:\"1.4\";s:17:\"twentytwentythree\";s:3:\"1.0\";s:15:\"twentytwentytwo\";s:3:\"1.0\";}s:8:\"response\";a:3:{s:5:\"astra\";a:6:{s:5:\"theme\";s:5:\"astra\";s:11:\"new_version\";s:5:\"3.9.4\";s:3:\"url\";s:35:\"https://wordpress.org/themes/astra/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/theme/astra.3.9.4.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.3\";}s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.1.7.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.1.3.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:1:{s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.0\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.0.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}','no'),(636765,'_transient_timeout_jetpack_restapi_stats_cache_1863363bef7e3106c0ea628ae5e53ca0','1669570458','no'),(636766,'_transient_jetpack_restapi_stats_cache_1863363bef7e3106c0ea628ae5e53ca0','a:1:{i:1669570158;s:1108:\"{\"date\":\"2022-11-27\",\"stats\":{\"visitors_today\":0,\"visitors_yesterday\":0,\"visitors\":732,\"views_today\":0,\"views_yesterday\":0,\"views_best_day\":\"2021-10-08\",\"views_best_day_total\":32,\"views\":1478,\"comments\":0,\"posts\":0,\"followers_blog\":1,\"followers_comments\":0,\"comments_per_month\":0,\"comments_most_active_recent_day\":\"\",\"comments_most_active_time\":\"N\\/A\",\"comments_spam\":0,\"categories\":1,\"tags\":0,\"shares\":0,\"shares_twitter\":0,\"shares_facebook\":0},\"visits\":{\"date\":\"2022-11-27\",\"unit\":\"day\",\"fields\":[\"period\",\"views\",\"visitors\"],\"data\":[[\"2022-10-29\",1,1],[\"2022-10-30\",0,0],[\"2022-10-31\",0,0],[\"2022-11-01\",0,0],[\"2022-11-02\",0,0],[\"2022-11-03\",9,7],[\"2022-11-04\",0,0],[\"2022-11-05\",2,1],[\"2022-11-06\",3,1],[\"2022-11-07\",0,0],[\"2022-11-08\",1,1],[\"2022-11-09\",2,1],[\"2022-11-10\",1,1],[\"2022-11-11\",0,0],[\"2022-11-12\",0,0],[\"2022-11-13\",0,0],[\"2022-11-14\",0,0],[\"2022-11-15\",0,0],[\"2022-11-16\",4,2],[\"2022-11-17\",0,0],[\"2022-11-18\",0,0],[\"2022-11-19\",2,2],[\"2022-11-20\",2,2],[\"2022-11-21\",0,0],[\"2022-11-22\",0,0],[\"2022-11-23\",0,0],[\"2022-11-24\",17,3],[\"2022-11-25\",1,1],[\"2022-11-26\",0,0],[\"2022-11-27\",0,0]]}}\";}','no'),(635755,'_transient_timeout_jetpack_https_test','1669607212','no'),(635756,'_transient_jetpack_https_test','1','no'),(635757,'_transient_timeout_jetpack_https_test_message','1669607212','no'),(635758,'_transient_jetpack_https_test_message','','no'),(636775,'_transient_timeout_jetpack_sync_last_checked_queue_state_sync','1669570250','no'),(636776,'_transient_jetpack_sync_last_checked_queue_state_sync','a:2:{i:0;i:0;i:1;i:0;}','no'),(636778,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1669570221;s:8:\"response\";a:7:{s:13:\"give/give.php\";O:8:\"stdClass\":12:{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:6:\"2.23.2\";s:3:\"url\";s:35:\"https://wordpress.org/plugins/give/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/give.2.23.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:57:\"https://ps.w.org/give/assets/icon-256x256.jpg?rev=2659032\";s:2:\"1x\";s:57:\"https://ps.w.org/give/assets/icon-128x128.jpg?rev=2659032\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/give/assets/banner-1544x500.jpg?rev=2644802\";s:2:\"1x\";s:59:\"https://ps.w.org/give/assets/banner-772x250.jpg?rev=2644802\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"7.0\";}s:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/jetpack\";s:4:\"slug\";s:7:\"jetpack\";s:6:\"plugin\";s:19:\"jetpack/jetpack.php\";s:11:\"new_version\";s:6:\"11.5.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/jetpack.11.5.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:60:\"https://ps.w.org/jetpack/assets/icon-256x256.png?rev=2819237\";s:2:\"1x\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=2819237\";s:3:\"svg\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=2819237\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/jetpack/assets/banner-1544x500.png?rev=2653649\";s:2:\"1x\";s:62:\"https://ps.w.org/jetpack/assets/banner-772x250.png?rev=2653649\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:35:\"boldgrid-backup/boldgrid-backup.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:29:\"w.org/plugins/boldgrid-backup\";s:4:\"slug\";s:15:\"boldgrid-backup\";s:6:\"plugin\";s:35:\"boldgrid-backup/boldgrid-backup.php\";s:11:\"new_version\";s:6:\"1.15.4\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/boldgrid-backup/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.15.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/boldgrid-backup/assets/icon-256x256.png?rev=1880952\";s:2:\"1x\";s:68:\"https://ps.w.org/boldgrid-backup/assets/icon-128x128.png?rev=1880952\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/boldgrid-backup/assets/banner-1544x500.png?rev=1880952\";s:2:\"1x\";s:70:\"https://ps.w.org/boldgrid-backup/assets/banner-772x250.png?rev=1880952\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.4\";}s:33:\"w3-total-cache/w3-total-cache.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/w3-total-cache\";s:4:\"slug\";s:14:\"w3-total-cache\";s:6:\"plugin\";s:33:\"w3-total-cache/w3-total-cache.php\";s:11:\"new_version\";s:5:\"2.2.7\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/w3-total-cache/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/w3-total-cache.2.2.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/w3-total-cache/assets/icon-256x256.png?rev=1041806\";s:2:\"1x\";s:67:\"https://ps.w.org/w3-total-cache/assets/icon-128x128.png?rev=1041806\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/w3-total-cache/assets/banner-772x250.jpg?rev=1041806\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:25:\"w.org/plugins/woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"plugin\";s:27:\"woocommerce/woocommerce.php\";s:11:\"new_version\";s:5:\"7.1.0\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.1.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-256x256.png?rev=2366418\";s:2:\"1x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-128x128.png?rev=2366418\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=2366418\";s:2:\"1x\";s:66:\"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=2366418\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"7.2\";}s:24:\"wpforms-lite/wpforms.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:26:\"w.org/plugins/wpforms-lite\";s:4:\"slug\";s:12:\"wpforms-lite\";s:6:\"plugin\";s:24:\"wpforms-lite/wpforms.php\";s:11:\"new_version\";s:5:\"1.7.8\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wpforms-lite/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wpforms-lite.1.7.8.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:65:\"https://ps.w.org/wpforms-lite/assets/icon-256x256.png?rev=2574201\";s:2:\"1x\";s:57:\"https://ps.w.org/wpforms-lite/assets/icon.svg?rev=2574198\";s:3:\"svg\";s:57:\"https://ps.w.org/wpforms-lite/assets/icon.svg?rev=2574198\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wpforms-lite/assets/banner-1544x500.png?rev=2602491\";s:2:\"1x\";s:67:\"https://ps.w.org/wpforms-lite/assets/banner-772x250.png?rev=2602491\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/wpforms-lite/assets/banner-1544x500-rtl.png?rev=2602491\";s:2:\"1x\";s:71:\"https://ps.w.org/wpforms-lite/assets/banner-772x250-rtl.png?rev=2602491\";}s:8:\"requires\";s:3:\"5.2\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:35:\"classic-widgets/classic-widgets.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/classic-widgets\";s:4:\"slug\";s:15:\"classic-widgets\";s:6:\"plugin\";s:35:\"classic-widgets/classic-widgets.php\";s:11:\"new_version\";s:3:\"0.3\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/classic-widgets/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/classic-widgets.0.3.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:59:\"https://s.w.org/plugins/geopattern-icon/classic-widgets.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.8.1\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.8.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=2622511\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=2597493\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=2597493\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}}}','no'),(636749,'_transient_timeout_give_paypal_commerce_live_client_token','1669573646','no'),(636752,'_transient_timeout_global_styles_svg_filters_astra','1669570167','no'),(636753,'_transient_global_styles_svg_filters_astra','<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-dark-grayscale\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncG type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncB type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-grayscale\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 1\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0 1\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-purple-yellow\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.54901960784314 0.98823529411765\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0.71764705882353 0.25490196078431\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-blue-red\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 1\" /><feFuncG type=\"table\" tableValues=\"0 0.27843137254902\" /><feFuncB type=\"table\" tableValues=\"0.5921568627451 0.27843137254902\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-midnight\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 0\" /><feFuncG type=\"table\" tableValues=\"0 0.64705882352941\" /><feFuncB type=\"table\" tableValues=\"0 1\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-magenta-yellow\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.78039215686275 1\" /><feFuncG type=\"table\" tableValues=\"0 0.94901960784314\" /><feFuncB type=\"table\" tableValues=\"0.35294117647059 0.47058823529412\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-purple-green\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.65098039215686 0.40392156862745\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0.44705882352941 0.4\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-blue-orange\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.098039215686275 1\" /><feFuncG type=\"table\" tableValues=\"0 0.66274509803922\" /><feFuncB type=\"table\" tableValues=\"0.84705882352941 0.41960784313725\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg>','no'),(636656,'_transient_timeout_astra-theme-cron-test-ok','1669570509','no'),(636657,'_transient_astra-theme-cron-test-ok','1','no'),(635255,'_transient_timeout_jetpack_woocommerce_analytics_cart_checkout_info_cache','1669571927','no'),(635256,'_transient_jetpack_woocommerce_analytics_cart_checkout_info_cache','a:4:{s:29:\"cart_page_contains_cart_block\";i:0;s:33:\"cart_page_contains_cart_shortcode\";i:0;s:37:\"checkout_page_contains_checkout_block\";i:0;s:41:\"checkout_page_contains_checkout_shortcode\";i:1;}','no'),(635742,'_transient_timeout_give_premium_addons_ids','1669606875','no'),(635743,'_transient_give_premium_addons_ids','a:54:{i:0;s:16:\"bitpay-donations\";i:1;s:11:\"agency-plan\";i:2;s:12:\"peer-to-peer\";i:3;s:8:\"pro-plan\";i:4;s:10:\"salesforce\";i:5;s:32:\"peer-to-peer-fundraising-suite-2\";i:6;s:30:\"peer-to-peer-fundraising-suite\";i:7;s:12:\"text-to-give\";i:8;s:19:\"peer-to-peer-legacy\";i:9;s:22:\"funds-and-designations\";i:10;s:14:\"activecampaign\";i:11;s:27:\"all-addons-priority-support\";i:12;s:15:\"pro-plan-legacy\";i:13;s:13:\"plus-bundle-2\";i:14;s:14:\"basic-bundle-2\";i:15;s:15:\"moneris-gateway\";i:16;s:14:\"square-gateway\";i:17;s:15:\"annual-receipts\";i:18;s:22:\"mollie-payment-gateway\";i:19;s:15:\"payfast-gateway\";i:20;s:17:\"currency-switcher\";i:21;s:6:\"sofort\";i:22;s:32:\"donation-upsells-for-woocommerce\";i:23;s:8:\"tributes\";i:24;s:12:\"fee-recovery\";i:25;s:19:\"americloud-payments\";i:26;s:13:\"paytm-gateway\";i:27;s:18:\"gocardless-gateway\";i:28;s:16:\"razorpay-gateway\";i:29;s:17:\"payumoney-gateway\";i:30;s:10:\"convertkit\";i:31;s:6:\"aweber\";i:32;s:17:\"per-form-gateways\";i:33;s:13:\"email-reports\";i:34;s:16:\"manual-donations\";i:35;s:10:\"pro-bundle\";i:36;s:11:\"plus-bundle\";i:37;s:12:\"basic-bundle\";i:38;s:6:\"zapier\";i:39;s:16:\"google-analytics\";i:40;s:16:\"ccavenue-gateway\";i:41;s:16:\"constant-contact\";i:42;s:25:\"braintree-payment-gateway\";i:43;s:8:\"gift-aid\";i:44;s:12:\"iats-gateway\";i:45;s:17:\"2checkout-gateway\";i:46;s:12:\"pdf-receipts\";i:47;s:19:\"recurring-donations\";i:48;s:15:\"paymill-gateway\";i:49;s:18:\"form-field-manager\";i:50;s:18:\"paypal-pro-gateway\";i:51;s:14:\"stripe-gateway\";i:52;s:21:\"authorize-net-gateway\";i:53;s:9:\"mailchimp\";}','no'),(636747,'_transient_timeout_global_styles_astra','1669570166','no'),(636748,'_transient_global_styles_astra','body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--ast-global-color-0: var(--ast-global-color-0);--wp--preset--color--ast-global-color-1: var(--ast-global-color-1);--wp--preset--color--ast-global-color-2: var(--ast-global-color-2);--wp--preset--color--ast-global-color-3: var(--ast-global-color-3);--wp--preset--color--ast-global-color-4: var(--ast-global-color-4);--wp--preset--color--ast-global-color-5: var(--ast-global-color-5);--wp--preset--color--ast-global-color-6: var(--ast-global-color-6);--wp--preset--color--ast-global-color-7: var(--ast-global-color-7);--wp--preset--color--ast-global-color-8: var(--ast-global-color-8);--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;}body { margin: 0;--wp--style--global--content-size: 1200px;--wp--style--global--wide-size: 1200px; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: underline;}.wp-element-button, .wp-block-button__link{background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;line-height: inherit;padding: calc(0.667em + 2px) calc(1.333em + 2px);text-decoration: none;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-ast-global-color-0-color{color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-color{color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-color{color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-color{color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-color{color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-color{color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-color{color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-color{color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-color{color: var(--wp--preset--color--ast-global-color-8) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-ast-global-color-0-background-color{background-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-background-color{background-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-background-color{background-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-background-color{background-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-background-color{background-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-background-color{background-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-background-color{background-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-background-color{background-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-background-color{background-color: var(--wp--preset--color--ast-global-color-8) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-ast-global-color-0-border-color{border-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-border-color{border-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-border-color{border-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-border-color{border-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-border-color{border-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-border-color{border-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-border-color{border-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-border-color{border-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-border-color{border-color: var(--wp--preset--color--ast-global-color-8) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}','no'),(636728,'_transient_timeout_jetpack_a8c_data','1669656496','no'),(636729,'_transient_jetpack_a8c_data','a:4:{s:4:\"a12s\";i:2042;s:9:\"countries\";i:99;s:9:\"languages\";i:123;s:16:\"featured_plugins\";a:4:{i:0;s:11:\"woocommerce\";i:1;s:14:\"wp-super-cache\";i:2;s:14:\"wp-job-manager\";i:3;s:15:\"co-authors-plus\";}}','no'),(636735,'give_cache__give_ajax_works','a:2:{s:4:\"data\";s:1:\"1\";s:10:\"expiration\";i:1669656499;}','no'),(636736,'_transient_timeout_w3tc.verify_plugins','1670174899','no'),(636730,'_transient_timeout_woocommerce_admin_remote_free_extensions_specs','1670174896','no'),(636731,'_transient_woocommerce_admin_remote_free_extensions_specs','a:4:{s:10:\"obw/basics\";O:8:\"stdClass\":3:{s:3:\"key\";s:10:\"obw/basics\";s:5:\"title\";s:14:\"Get the basics\";s:7:\"plugins\";a:4:{i:0;O:8:\"stdClass\":4:{s:11:\"description\";s:163:\"Accept credit cards and other popular payment methods with <a href=\"https://woocommerce.com/products/woocommerce-payments\" target=\"_blank\">WooCommerce Payments</a>\";s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:19:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PR\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:20:\"woocommerce-payments\";}i:1;O:8:\"stdClass\":4:{s:11:\"description\";s:119:\"Print shipping labels with <a href=\"https://woocommerce.com/products/shipping\" target=\"_blank\">WooCommerce Shipping</a>\";s:10:\"is_visible\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-services\";}}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:13:\"product_types\";}}i:1;O:8:\"stdClass\":1:{s:3:\"use\";s:5:\"count\";}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:5:\"value\";i:1;s:7:\"default\";a:0:{}s:9:\"operation\";s:2:\"!=\";}}i:1;a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:15:\"product_types.0\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:5:\"value\";s:9:\"downloads\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:2:\"!=\";}}}}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:29:\"woocommerce-services:shipping\";}i:2;O:8:\"stdClass\":4:{s:11:\"description\";s:111:\"Get automated sales tax with <a href=\"https://woocommerce.com/products/tax\" target=\"_blank\">WooCommerce Tax</a>\";s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:11:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-services\";}}}}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:24:\"woocommerce-services:tax\";}i:3;O:8:\"stdClass\":4:{s:11:\"description\";s:110:\"Enhance speed and security with <a href=\"https://woocommerce.com/products/jetpack\" target=\"_blank\">Jetpack</a>\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:7:\"jetpack\";}}}}}s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:7:\"jetpack\";}}}s:8:\"obw/grow\";O:8:\"stdClass\":3:{s:3:\"key\";s:8:\"obw/grow\";s:5:\"title\";s:15:\"Grow your store\";s:7:\"plugins\";a:4:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"MailPoet\";s:11:\"description\";s:115:\"Level up your email marketing with <a href=\"https://woocommerce.com/products/mailpoet\" target=\"_blank\">MailPoet</a>\";s:10:\"manage_url\";s:35:\"admin.php?page=mailpoet-newsletters\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:8:\"mailpoet\";}}}}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:8:\"mailpoet\";}i:1;O:8:\"stdClass\":7:{s:4:\"name\";s:21:\"Google Listings & Ads\";s:11:\"description\";s:127:\"Drive sales with <a href=\"https://woocommerce.com/products/google-listings-and-ads\" target=\"_blank\">Google Listings and Ads</a>\";s:9:\"image_url\";s:111:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/google-listings-and-ads.png\";s:10:\"manage_url\";s:46:\"admin.php?page=wc-admin&path=%2Fgoogle%2Fstart\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:23:\"google-listings-and-ads\";}}}}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:23:\"google-listings-and-ads\";}i:2;O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Facebook for WooCommerce\";s:11:\"description\";s:141:\"List products and create ads on Facebook and Instagram with <a href=\"https://woocommerce.com/products/facebook/\">Facebook for WooCommerce</a>\";s:9:\"image_url\";s:96:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/facebook.png\";s:10:\"manage_url\";s:26:\"admin.php?page=wc-facebook\";s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:24:\"facebook-for-woocommerce\";}i:3;O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"TikTok for WooCommerce\";s:9:\"image_url\";s:94:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/tiktok.svg\";s:11:\"description\";s:168:\"Create ad campaigns and reach one billion global users with <a href=\"https://woocommerce.com/products/tiktok-for-woocommerce\" target=\"_blank\">TikTok for WooCommerce</a>\";s:10:\"manage_url\";s:21:\"admin.php?page=tiktok\";s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:23:\"tiktok-for-business:alt\";}}}s:15:\"task-list/reach\";O:8:\"stdClass\":3:{s:3:\"key\";s:15:\"task-list/reach\";s:5:\"title\";s:22:\"Reach out to customers\";s:7:\"plugins\";a:3:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"MailPoet\";s:11:\"description\";s:111:\"Create and send purchase follow-up emails, newsletters, and promotional campaigns straight from your dashboard.\";s:9:\"image_url\";s:96:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/mailpoet.png\";s:10:\"manage_url\";s:35:\"admin.php?page=mailpoet-newsletters\";s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:12:\"mailpoet:alt\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:9:\"Mailchimp\";s:11:\"description\";s:78:\"Send targeted campaigns, recover abandoned carts and much more with Mailchimp.\";s:9:\"image_url\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/mailchimp-for-woocommerce.png\";s:10:\"manage_url\";s:36:\"admin.php?page=mailchimp-woocommerce\";s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:25:\"mailchimp-for-woocommerce\";}i:2;O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Creative Mail for WooCommerce\";s:11:\"description\";s:99:\"Create on-brand store campaigns, fast email promotions and customer retargeting with Creative Mail.\";s:9:\"image_url\";s:121:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/creative-mail-by-constant-contact.png\";s:10:\"manage_url\";s:27:\"admin.php?page=creativemail\";s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:33:\"creative-mail-by-constant-contact\";}}}s:14:\"task-list/grow\";O:8:\"stdClass\":3:{s:3:\"key\";s:14:\"task-list/grow\";s:5:\"title\";s:15:\"Grow your store\";s:7:\"plugins\";a:4:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Google Listings & Ads\";s:11:\"description\";s:134:\"Reach more shoppers and drive sales for your store. Integrate with Google to list your products for free and launch paid ad campaigns.\";s:9:\"image_url\";s:111:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/google-listings-and-ads.png\";s:10:\"manage_url\";s:46:\"admin.php?page=wc-admin&path=%2Fgoogle%2Fstart\";s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:27:\"google-listings-and-ads:alt\";}i:1;O:8:\"stdClass\":7:{s:4:\"name\";s:22:\"TikTok for WooCommerce\";s:9:\"image_url\";s:94:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/tiktok.svg\";s:11:\"description\";s:118:\"Grow your online sales by promoting your products on TikTok to over one billion monthly active users around the world.\";s:10:\"manage_url\";s:21:\"admin.php?page=tiktok\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:40:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MX\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CZ\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HU\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"RO\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MY\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PH\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ID\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"VN\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"TH\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"KR\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IL\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AE\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"RU\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"UA\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"TR\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SA\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BR\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"JP\";s:9:\"operation\";s:1:\"=\";}}}}s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:19:\"tiktok-for-business\";}i:2;O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Facebook for WooCommerce\";s:11:\"description\";s:55:\"List products and create ads on Facebook and Instagram.\";s:9:\"image_url\";s:96:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/facebook.png\";s:10:\"manage_url\";s:26:\"admin.php?page=wc-facebook\";s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:28:\"facebook-for-woocommerce:alt\";}i:3;O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Pinterest for WooCommerce\";s:11:\"description\";s:159:\"Get your products in front of Pinterest users searching for ideas and things to buy. Get started with Pinterest and make your entire product catalog browsable.\";s:9:\"image_url\";s:97:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/pinterest.png\";s:10:\"manage_url\";s:51:\"admin.php?page=wc-admin&path=%2Fpinterest%2Flanding\";s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:25:\"pinterest-for-woocommerce\";}}}}','no'),(636751,'_transient_is_multi_author','0','yes'),(636754,'_transient_timeout_jetpack_jitm_ffa3d1830ee10e376711e4b0a1fdec0','1669570420','no'),(636755,'_transient_jetpack_jitm_ffa3d1830ee10e376711e4b0a1fdec0','a:1:{s:18:\"last_response_time\";i:1669570120;}','no'),(636768,'_transient_give_upgrade_notice_2.23.2','','no'),(636769,'_transient_timeout_wc_upgrade_notice_7.1.0','1669656559','no'),(636770,'_transient_wc_upgrade_notice_7.1.0','','no'),(636780,'_transient_timeout_jetpack_sync_callables_await','1669570281','no'),(636781,'_transient_jetpack_sync_callables_await','1669570221.5755','no');
/*!40000 ALTER TABLE `wpxo_options` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpxo_options` with 661 row(s)
--

--
-- Table structure for table `wpxo_wc_customer_lookup`
--

DROP TABLE IF EXISTS `wpxo_wc_customer_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_wc_customer_lookup` (
  `customer_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `username` varchar(60) NOT NULL DEFAULT '',
  `first_name` varchar(255) NOT NULL,
  `last_name` varchar(255) NOT NULL,
  `email` varchar(100) DEFAULT NULL,
  `date_last_active` timestamp NULL DEFAULT NULL,
  `date_registered` timestamp NULL DEFAULT NULL,
  `country` char(2) NOT NULL DEFAULT '',
  `postcode` varchar(20) NOT NULL DEFAULT '',
  `city` varchar(100) NOT NULL DEFAULT '',
  `state` varchar(100) NOT NULL DEFAULT '',
  PRIMARY KEY (`customer_id`),
  UNIQUE KEY `user_id` (`user_id`),
  KEY `email` (`email`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_wc_customer_lookup`
--

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

-- Dumped table `wpxo_wc_customer_lookup` with 0 row(s)
--

--
-- Table structure for table `wpxo_give_log`
--

DROP TABLE IF EXISTS `wpxo_give_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_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=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_give_log`
--

LOCK TABLES `wpxo_give_log` WRITE;
/*!40000 ALTER TABLE `wpxo_give_log` DISABLE KEYS */;
INSERT INTO `wpxo_give_log` VALUES (1,'info','{\"message\":\"Payment log info\",\"context\":{\"log_content\":\"Payment log info\",\"log_parent\":1498,\"log_type\":\"sale\",\"log_date\":\"2021-10-08 18:21:56\",\"log_date_gmt\":\"2021-10-08 18:21:56\",\"form_id\":\"1303\",\"price_id\":2}}','Payment','Give Core','2021-10-08 18:21:57'),(2,'error','{\"message\":\"Stripe Error\",\"context\":{\"post_title\":\"Stripe Error\",\"post_content\":\"The Stripe Gateway returned an error while creating the customer. Details: #0 \\/home\\/shawns11\\/thechrishaunfoundation.org\\/wp-content\\/plugins\\/give\\/vendor\\/stripe\\/stripe-php\\/lib\\/Exception\\/CardException.php(38): Stripe\\\\Exception\\\\ApiErrorException::factory(\'The zip code yo...\', 402, \'{\\\\n  \\\"error\\\": {\\\\n...\', Array, Object(Stripe\\\\Util\\\\CaseInsensitiveArray), \'incorrect_zip\')\\n#1 \\/home\\/shawns11\\/thechrishaunfoundation.org\\/wp-content\\/plugins\\/give\\/vendor\\/stripe\\/stripe-php\\/lib\\/ApiRequestor.php(221): Stripe\\\\Exception\\\\CardException::factory(\'The zip code yo...\', 402, \'{\\\\n  \\\"error\\\": {\\\\n...\', Array, Object(Stripe\\\\Util\\\\CaseInsensitiveArray), \'incorrect_zip\', NULL, \'address_zip\')\\n#2 \\/home\\/shawns11\\/thechrishaunfoundation.org\\/wp-content\\/plugins\\/give\\/vendor\\/stripe\\/stripe-php\\/lib\\/ApiRequestor.php(177): Stripe\\\\ApiRequestor::_specificAPIError(\'{\\\\n  \\\"error\\\": {\\\\n...\', 402, Object(Stripe\\\\Util\\\\CaseInsensitiveArray), Array, Array)\\n#3 \\/home\\/shawns11\\/thechrishaunfoundation.org\\/wp-content\\/plugins\\/give\\/vendor\\/stripe\\/stripe-php\\/lib\\/ApiRequestor.php(562): Stripe\\\\ApiRequestor->handleErrorResponse(\'{\\\\n  \\\"error\\\": {\\\\n...\', 402, Object(Stripe\\\\Util\\\\CaseInsensitiveArray), Array)\\n#4 \\/home\\/shawns11\\/thechrishaunfoundation.org\\/wp-content\\/plugins\\/give\\/vendor\\/stripe\\/stripe-php\\/lib\\/ApiRequestor.php(124): Stripe\\\\ApiRequestor->_interpretResponse(\'{\\\\n  \\\"error\\\": {\\\\n...\', 402, Object(Stripe\\\\Util\\\\CaseInsensitiveArray))\\n#5 \\/home\\/shawns11\\/thechrishaunfoundation.org\\/wp-content\\/plugins\\/give\\/vendor\\/stripe\\/stripe-php\\/lib\\/ApiOperations\\/Request.php(80): Stripe\\\\ApiRequestor->request(\'post\', \'\\/v1\\/customers\', Array, Array)\\n#6 \\/home\\/shawns11\\/thechrishaunfoundation.org\\/wp-content\\/plugins\\/give\\/vendor\\/stripe\\/stripe-php\\/lib\\/ApiOperations\\/Create.php(25): Stripe\\\\ApiResource::_staticRequest(\'post\', \'\\/v1\\/customers\', Array, Array)\\n#7 \\/home\\/shawns11\\/thechrishaunfoundation.org\\/wp-content\\/plugins\\/give\\/includes\\/gateways\\/stripe\\/includes\\/class-give-stripe-customer.php(369): Stripe\\\\Customer::create(Array, Array)\\n#8 \\/home\\/shawns11\\/thechrishaunfoundation.org\\/wp-content\\/plugins\\/give\\/includes\\/gateways\\/stripe\\/includes\\/class-give-stripe-customer.php(201): Give_Stripe_Customer->create_customer()\\n#9 \\/home\\/shawns11\\/thechrishaunfoundation.org\\/wp-content\\/plugins\\/give\\/includes\\/gateways\\/stripe\\/includes\\/class-give-stripe-customer.php(109): Give_Stripe_Customer->get_or_create_customer()\\n#10 \\/home\\/shawns11\\/thechrishaunfoundation.org\\/wp-content\\/plugins\\/give\\/includes\\/gateways\\/stripe\\/includes\\/payment-methods\\/class-give-stripe-card.php(184): Give_Stripe_Customer->__construct(\'wealthydivas1@g...\', \'pm_1JiOGoHu8Rx7...\')\\n#11 \\/home\\/shawns11\\/thechrishaunfoundation.org\\/wp-includes\\/class-wp-hook.php(303): Give_Stripe_Card->process_payment(Array)\\n#12 \\/home\\/shawns11\\/thechrishaunfoundation.org\\/wp-includes\\/class-wp-hook.php(327): WP_Hook->apply_filters(\'\', Array)\\n#13 \\/home\\/shawns11\\/thechrishaunfoundation.org\\/wp-includes\\/plugin.php(470): WP_Hook->do_action(Array)\\n#14 \\/home\\/shawns11\\/thechrishaunfoundation.org\\/wp-content\\/plugins\\/give\\/includes\\/gateways\\/functions.php(183): do_action(\'give_gateway_st...\', Array)\\n#15 \\/home\\/shawns11\\/thechrishaunfoundation.org\\/wp-content\\/plugins\\/give\\/includes\\/process-donation.php(213): give_send_to_gateway(\'stripe\', Array)\\n#16 \\/home\\/shawns11\\/thechrishaunfoundation.org\\/wp-includes\\/class-wp-hook.php(303): give_process_donation_form(Array)\\n#17 \\/home\\/shawns11\\/thechrishaunfoundation.org\\/wp-includes\\/class-wp-hook.php(327): WP_Hook->apply_filters(\'\', Array)\\n#18 \\/home\\/shawns11\\/thechrishaunfoundation.org\\/wp-includes\\/plugin.php(470): WP_Hook->do_action(Array)\\n#19 \\/home\\/shawns11\\/thechrishaunfoundation.org\\/wp-content\\/plugins\\/give\\/includes\\/actions.php(88): do_action(\'give_purchase\', Array)\\n#20 \\/home\\/shawns11\\/thechrishaunfoundation.org\\/wp-includes\\/class-wp-hook.php(303): give_post_actions(\'\')\\n#21 \\/home\\/shawns11\\/thechrishaunfoundation.org\\/wp-includes\\/class-wp-hook.php(327): WP_Hook->apply_filters(NULL, Array)\\n#22 \\/home\\/shawns11\\/thechrishaunfoundation.org\\/wp-includes\\/plugin.php(470): WP_Hook->do_action(Array)\\n#23 \\/home\\/shawns11\\/thechrishaunfoundation.org\\/wp-settings.php(578): do_action(\'init\')\\n#24 \\/home\\/shawns11\\/thechrishaunfoundation.org\\/wp-config.php(93): require_once(\'\\/home\\/shawns11\\/...\')\\n#25 \\/home\\/shawns11\\/thechrishaunfoundation.org\\/wp-load.php(50): require_once(\'\\/home\\/shawns11\\/...\')\\n#26 \\/home\\/shawns11\\/thechrishaunfoundation.org\\/wp-blog-header.php(13): require_once(\'\\/home\\/shawns11\\/...\')\\n#27 \\/home\\/shawns11\\/thechrishaunfoundation.org\\/index.php(17): require(\'\\/home\\/shawns11\\/...\')\\n#28 {main}\",\"post_parent\":0,\"log_type\":\"gateway_error\",\"file\":\"\\/home\\/shawns11\\/thechrishaunfoundation.org\\/wp-content\\/plugins\\/give\\/includes\\/gateways\\/functions.php\",\"line\":248,\"function\":\"add\",\"class\":\"Give_Logging\"}}','Payment','Give Core','2021-10-08 18:58:17'),(3,'error','{\"message\":\"Stripe Payment Intent Error\",\"context\":{\"post_title\":\"Stripe Payment Intent Error\",\"post_content\":\"Unable to create a payment intent. Details: Your card has insufficient funds.\",\"post_parent\":0,\"log_type\":\"gateway_error\",\"file\":\"\\/home\\/shawns11\\/thechrishaunfoundation.org\\/wp-content\\/plugins\\/give\\/includes\\/gateways\\/functions.php\",\"line\":248,\"function\":\"add\",\"class\":\"Give_Logging\"}}','Payment','Give Core','2021-10-08 19:08:33'),(4,'info','{\"message\":\"Payment log info\",\"context\":{\"log_content\":\"Payment log info\",\"log_parent\":1505,\"log_type\":\"sale\",\"log_date\":\"2021-10-09 03:00:26\",\"log_date_gmt\":\"2021-10-09 03:00:26\",\"form_id\":\"1303\",\"price_id\":2}}','Payment','Give Core','2021-10-09 03:00:32'),(5,'info','{\"message\":\"Stripe - Webhook Received\",\"context\":{\"post_title\":\"Stripe - Webhook Received\",\"post_content\":\"Webhook received with ID evt_3JiVnTAAVLLhuR7p1Q0BeTHW and TYPE payment_intent.succeeded which processed and returned a message Processed event: payment_intent.succeeded.\",\"post_parent\":0,\"log_type\":\"stripe\",\"file\":\"\\/home\\/shawns11\\/thechrishaunfoundation.org\\/wp-content\\/plugins\\/give\\/includes\\/gateways\\/functions.php\",\"line\":248,\"function\":\"add\",\"class\":\"Give_Logging\"}}','Payment','Give Core','2021-10-09 03:00:33'),(6,'info','{\"message\":\"Payment log info\",\"context\":{\"log_content\":\"Payment log info\",\"log_parent\":1506,\"log_type\":\"sale\",\"log_date\":\"2021-10-10 00:30:10\",\"log_date_gmt\":\"2021-10-10 00:30:10\",\"form_id\":\"1303\",\"price_id\":0}}','Payment','Give Core','2021-10-10 00:30:18'),(7,'info','{\"message\":\"Stripe - Webhook Received\",\"context\":{\"post_title\":\"Stripe - Webhook Received\",\"post_content\":\"Webhook received with ID evt_3JipvbAAVLLhuR7p0Zj002qE and TYPE payment_intent.succeeded which processed and returned a message Processed event: payment_intent.succeeded.\",\"post_parent\":0,\"log_type\":\"stripe\",\"file\":\"\\/home\\/shawns11\\/thechrishaunfoundation.org\\/wp-content\\/plugins\\/give\\/includes\\/gateways\\/functions.php\",\"line\":248,\"function\":\"add\",\"class\":\"Give_Logging\"}}','Payment','Give Core','2021-10-10 00:30:19'),(8,'info','{\"message\":\"Payment log info\",\"context\":{\"log_content\":\"Payment log info\",\"log_parent\":1507,\"log_type\":\"sale\",\"log_date\":\"2021-10-13 15:25:24\",\"log_date_gmt\":\"2021-10-13 15:25:24\",\"form_id\":\"1303\",\"price_id\":3}}','Payment','Give Core','2021-10-13 15:25:25'),(9,'info','{\"message\":\"Payment log info\",\"context\":{\"log_content\":\"Payment log info\",\"log_parent\":1508,\"log_type\":\"sale\",\"log_date\":\"2021-10-13 22:57:07\",\"log_date_gmt\":\"2021-10-13 22:57:07\",\"form_id\":\"1303\",\"price_id\":3}}','Payment','Give Core','2021-10-13 22:57:08'),(10,'info','{\"message\":\"Payment log info\",\"context\":{\"log_content\":\"Payment log info\",\"log_parent\":1509,\"log_type\":\"sale\",\"log_date\":\"2021-12-04 03:58:05\",\"log_date_gmt\":\"2021-12-04 03:58:05\",\"form_id\":\"1303\",\"price_id\":3}}','Payment','Give Core','2021-12-04 03:58:11'),(11,'info','{\"message\":\"Stripe - Webhook Received\",\"context\":{\"post_title\":\"Stripe - Webhook Received\",\"post_content\":\"Webhook received with ID evt_3K2pNyAAVLLhuR7p0VSRiKit and TYPE payment_intent.succeeded which processed and returned a message Processed event: payment_intent.succeeded.\",\"post_parent\":0,\"log_type\":\"stripe\",\"file\":\"\\/home\\/shawns11\\/thechrishaunfoundation.org\\/wp-content\\/plugins\\/give\\/includes\\/gateways\\/functions.php\",\"line\":248,\"function\":\"add\",\"class\":\"Give_Logging\"}}','Payment','Give Core','2021-12-04 03:58:11'),(12,'info','{\"message\":\"Payment log info\",\"context\":{\"log_content\":\"Payment log info\",\"log_parent\":1513,\"log_type\":\"sale\",\"log_date\":\"2022-02-23 05:55:15\",\"log_date_gmt\":\"2022-02-23 05:55:15\",\"form_id\":\"1303\",\"price_id\":0}}','Payment','Give Core','2022-02-23 05:55:15'),(13,'info','{\"message\":\"Payment log info\",\"context\":{\"log_content\":\"Payment log info\",\"log_parent\":1514,\"log_type\":\"sale\",\"log_date\":\"2022-09-09 18:05:11\",\"log_date_gmt\":\"2022-09-09 18:05:11\",\"form_id\":\"1303\",\"price_id\":0}}','Payment','Give Core','2022-09-09 18:05:12');
/*!40000 ALTER TABLE `wpxo_give_log` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpxo_give_log` with 13 row(s)
--

--
-- Table structure for table `wpxo_users`
--

DROP TABLE IF EXISTS `wpxo_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_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=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_users`
--

LOCK TABLES `wpxo_users` WRITE;
/*!40000 ALTER TABLE `wpxo_users` DISABLE KEYS */;
INSERT INTO `wpxo_users` VALUES (1,'thechrishaunfoundation','$P$B5Q6QY0iDtMsDPZ5409SbdXf2UmPZI1','thechrishaunfoundation','wealthydivas1@gmail.com','https://thechrishaunfoundation.org','2021-06-29 03:25:53','1633747127:$P$BGjntq6AyjcQJgfKFy1zRWDxnF4RRR.',0,'thechrishaunfoundation'),(2,'mssb2u2@gmail.com','$P$Bd/SdQORJ5arIv7Iq2Bx5/r8AyJ594.','mssb2u2gmail-com','mssb2u2@gmail.com','','2021-10-09 03:00:24','1633748427:$P$BVZuZ795NjWYZKOjU2rKYRkvk9zBWj.',0,'Sheila Bradley');
/*!40000 ALTER TABLE `wpxo_users` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpxo_users` with 2 row(s)
--

--
-- Table structure for table `wpxo_wpforms_tasks_meta`
--

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

--
-- Dumping data for table `wpxo_wpforms_tasks_meta`
--

LOCK TABLES `wpxo_wpforms_tasks_meta` WRITE;
/*!40000 ALTER TABLE `wpxo_wpforms_tasks_meta` DISABLE KEYS */;
INSERT INTO `wpxo_wpforms_tasks_meta` VALUES (1,'wpforms_process_entry_emails_meta_cleanup','Wzg2NDAwXQ==','2021-06-29 03:29:28'),(2,'wpforms_admin_notifications_update','W10=','2021-06-29 03:29:28'),(3,'wpforms_admin_addons_cache_update','W10=','2021-06-29 03:29:29'),(4,'wpforms_admin_notifications_update','W10=','2021-06-30 05:45:20'),(5,'wpforms_admin_notifications_update','W10=','2021-06-30 05:47:13'),(6,'wpforms_admin_notifications_update','W10=','2021-07-01 05:47:36'),(7,'wpforms_admin_notifications_update','W10=','2021-07-02 05:48:42'),(8,'wpforms_admin_notifications_update','W10=','2021-07-06 05:13:41'),(9,'wpforms_admin_notifications_update','W10=','2021-07-08 06:26:02'),(10,'wpforms_admin_notifications_update','W10=','2021-08-13 03:26:01'),(11,'wpforms_admin_builder_templates_cache_update','W10=','2021-08-13 03:29:01'),(12,'wpforms_admin_notifications_update','W10=','2021-08-15 23:07:24'),(13,'wpforms_admin_notifications_update','W10=','2021-08-15 23:08:25'),(14,'wpforms_admin_notifications_update','W10=','2021-08-15 23:08:26'),(15,'wpforms_builder_help_cache_update','W10=','2021-08-16 06:25:19'),(16,'wpforms_admin_notifications_update','W10=','2021-08-17 03:01:11'),(17,'wpforms_admin_notifications_update','W10=','2021-08-18 04:42:50'),(18,'wpforms_admin_notifications_update','W10=','2021-08-20 03:52:10'),(19,'wpforms_admin_notifications_update','W10=','2021-09-10 09:53:59'),(20,'wpforms_admin_notifications_update','W10=','2021-09-11 11:46:35'),(21,'wpforms_admin_notifications_update','W10=','2021-09-21 20:22:53'),(22,'wpforms_admin_notifications_update','W10=','2021-10-08 13:02:28'),(23,'wpforms_admin_notifications_update','W10=','2021-10-10 19:10:08'),(24,'wpforms_admin_notifications_update','W10=','2021-10-11 23:07:02'),(25,'wpforms_admin_notifications_update','W10=','2021-11-26 22:17:20'),(26,'wpforms_admin_notifications_update','W10=','2021-12-05 01:16:55'),(27,'wpforms_admin_notifications_update','W10=','2021-12-05 01:17:27'),(28,'wpforms_admin_notifications_update','W10=','2021-12-15 19:39:12'),(29,'wpforms_admin_notifications_update','W10=','2022-01-31 01:32:36'),(30,'wpforms_admin_notifications_update','W10=','2022-02-23 03:43:40'),(31,'wpforms_admin_notifications_update','W10=','2022-02-23 03:44:16'),(32,'wpforms_admin_notifications_update','W10=','2022-11-14 20:21:51'),(33,'wpforms_admin_notifications_update','W10=','2022-11-27 17:28:19'),(34,'wpforms_admin_notifications_update','W10=','2022-11-27 17:29:18');
/*!40000 ALTER TABLE `wpxo_wpforms_tasks_meta` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpxo_wpforms_tasks_meta` with 34 row(s)
--

--
-- Table structure for table `wpxo_wc_product_meta_lookup`
--

DROP TABLE IF EXISTS `wpxo_wc_product_meta_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_wc_product_meta_lookup` (
  `product_id` bigint(20) NOT NULL,
  `sku` varchar(100) DEFAULT '',
  `virtual` tinyint(1) DEFAULT 0,
  `downloadable` tinyint(1) DEFAULT 0,
  `min_price` decimal(19,4) DEFAULT NULL,
  `max_price` decimal(19,4) DEFAULT NULL,
  `onsale` tinyint(1) DEFAULT 0,
  `stock_quantity` double DEFAULT NULL,
  `stock_status` varchar(100) DEFAULT 'instock',
  `rating_count` bigint(20) DEFAULT 0,
  `average_rating` decimal(3,2) DEFAULT 0.00,
  `total_sales` bigint(20) DEFAULT 0,
  `tax_status` varchar(100) DEFAULT 'taxable',
  `tax_class` varchar(100) DEFAULT '',
  PRIMARY KEY (`product_id`),
  KEY `virtual` (`virtual`),
  KEY `downloadable` (`downloadable`),
  KEY `stock_status` (`stock_status`),
  KEY `stock_quantity` (`stock_quantity`),
  KEY `onsale` (`onsale`),
  KEY `min_max_price` (`min_price`,`max_price`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_wc_product_meta_lookup`
--

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

-- Dumped table `wpxo_wc_product_meta_lookup` with 0 row(s)
--

--
-- Table structure for table `wpxo_give_commentmeta`
--

DROP TABLE IF EXISTS `wpxo_give_commentmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_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=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_give_commentmeta`
--

LOCK TABLES `wpxo_give_commentmeta` WRITE;
/*!40000 ALTER TABLE `wpxo_give_commentmeta` DISABLE KEYS */;
INSERT INTO `wpxo_give_commentmeta` VALUES (1,1,'_give_donor_id','4'),(2,1,'_give_form_id','1303'),(3,2,'_give_donor_id','5'),(4,2,'_give_form_id','1303'),(5,29,'_give_donor_id','9'),(6,29,'_give_form_id','1303');
/*!40000 ALTER TABLE `wpxo_give_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpxo_give_commentmeta` with 6 row(s)
--

--
-- Table structure for table `wpxo_e_submissions_values`
--

DROP TABLE IF EXISTS `wpxo_e_submissions_values`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_e_submissions_values` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `submission_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `key` varchar(60) DEFAULT NULL,
  `value` longtext DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `submission_id_index` (`submission_id`),
  KEY `key_index` (`key`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_e_submissions_values`
--

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

-- Dumped table `wpxo_e_submissions_values` with 0 row(s)
--

--
-- Table structure for table `wpxo_actionscheduler_claims`
--

DROP TABLE IF EXISTS `wpxo_actionscheduler_claims`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_actionscheduler_claims` (
  `claim_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`claim_id`),
  KEY `date_created_gmt` (`date_created_gmt`)
) ENGINE=MyISAM AUTO_INCREMENT=99187 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_actionscheduler_claims`
--

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

-- Dumped table `wpxo_actionscheduler_claims` with 0 row(s)
--

--
-- Table structure for table `wpxo_woocommerce_log`
--

DROP TABLE IF EXISTS `wpxo_woocommerce_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_woocommerce_log` (
  `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `timestamp` datetime NOT NULL,
  `level` smallint(4) NOT NULL,
  `source` varchar(200) NOT NULL,
  `message` longtext NOT NULL,
  `context` longtext DEFAULT NULL,
  PRIMARY KEY (`log_id`),
  KEY `level` (`level`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_woocommerce_log`
--

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

-- Dumped table `wpxo_woocommerce_log` with 0 row(s)
--

--
-- Table structure for table `wpxo_comments`
--

DROP TABLE IF EXISTS `wpxo_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpxo_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)),
  KEY `woo_idx_comment_type` (`comment_type`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpxo_comments`
--

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

-- Dumped table `wpxo_comments` with 0 row(s)
--

/*!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: Sun, 27 Nov 2022 17:30:30 +0000
